#leaflet | Logs for 2012-08-22

Back
[00:02:17] -!- Nick001-Shop has quit [Remote host closed the connection]
[00:03:53] -!- Yoshi47 has quit [Quit: Leaving]
[00:11:35] -!- psha has quit [Quit: Lost terminal]
[00:16:29] -!- mas [mas!4c134ea9@gateway/web/freenode/ip.76.19.78.169] has joined #leaflet
[00:31:17] -!- tjb1 has quit [Quit: tjb1]
[00:43:24] -!- jp_w700 has quit [Ping timeout: 260 seconds]
[01:00:50] -!- PCW has quit [Quit: ChatZilla 0.9.88.2 [Firefox 14.0.1/20120713134347]]
[01:23:35] -!- Brandonian has quit [Quit: Brandonian]
[01:27:38] -!- tjb1 has quit [Quit: tjb1]
[01:37:55] -!- mas has quit [Ping timeout: 245 seconds]
[01:37:57] -!- JT-Shop has quit [Read error: Connection reset by peer]
[01:37:58] -!- jthornton has quit [Read error: Connection reset by peer]
[01:51:27] -!- demacus_ has quit [Ping timeout: 276 seconds]
[01:51:55] -!- jp_w700 has quit [Quit: Bye Bye]
[01:58:22] -!- sumpfralle has quit [Ping timeout: 240 seconds]
[02:13:26] -!- demacus__ has quit [Ping timeout: 265 seconds]
[02:16:56] -!- zlog has quit [Ping timeout: 244 seconds]
[02:17:45] -!- Tom_itx has quit [Ping timeout: 272 seconds]
[02:19:39] Tom_L is now known as Tom_itx
[02:45:27] -!- toastyde1th has quit [Read error: Connection reset by peer]
[03:07:30] -!- mal`` has quit [Ping timeout: 276 seconds]
[03:15:23] -!- mhaberler has quit [Quit: mhaberler]
[03:26:44] -!- mal`` has quit [Ping timeout: 260 seconds]
[03:42:29] -!- the_wench has quit [Ping timeout: 260 seconds]
[03:42:37] -!- archivist has quit [Ping timeout: 272 seconds]
[04:05:09] -!- FinboySlick has quit [Remote host closed the connection]
[04:23:19] -!- mal`` has quit [Ping timeout: 260 seconds]
[04:46:39] -!- DaViruz has quit [Ping timeout: 265 seconds]
[04:55:26] -!- geo01005 has quit [Ping timeout: 245 seconds]
[04:58:15] -!- factor has quit [Read error: Connection reset by peer]
[05:04:03] -!- Fox_Muldr has quit [Ping timeout: 265 seconds]
[05:52:24] -!- tjb1 has quit [Quit: tjb1]
[06:04:20] -!- r00t4rd3d has quit [Read error: Connection reset by peer]
[06:04:47] -!- r00t4rd3d has quit [Changing host]
[06:12:21] -!- djcoin [djcoin!~makina@glo44-4-82-239-69-98.fbx.proxad.net] has joined #leaflet
[06:43:22] Cylly2 is now known as Loetmichel
[06:54:50] -!- psha[work] [psha[work]!~psha@195.135.238.205] has joined #leaflet
[07:10:55] -!- emel has quit [Excess Flood]
[07:11:17] -!- emel [emel!~emel@sd-22438.dedibox.fr] has joined #leaflet
[07:17:08] -!- oscar_f [oscar_f!~oscar_f@host81-242-static.57-88-b.business.telecomitalia.it] has joined #leaflet
[07:17:15] <oscar_f> hi to all
[07:30:12] <oscar_f> i have a question: how to insert a script into a bindPopup?
[07:30:37] <psha[work]> what script?
[07:30:41] <psha[work]> and what for
[07:30:49] <psha[work]> it's better to describe what you want
[07:31:33] <oscar_f> similar to: circle.bindPopup('<script language="JavaScript">createViz(64524,"1",600,200,"FF0066");</script>');
[07:31:52] <oscar_f> its a script of google visualisation
[07:32:17] <oscar_f> in the popup i need to appare a chart
[07:32:34] <oscar_f> and this chart its genarate with a script..
[07:32:38] <oscar_f> i hope its clear
[07:35:03] <psha[work]> circle.bindPopup(createViz(...))
[07:35:46] <psha[work]> why do you need to wrap it with script from script?
[07:44:47] <oscar_f> if i insert directly (createViz(...)) the chart its at top of the map and not into the popup
[07:46:14] <psha[work]> look into api - how to set root element for that chart
[07:48:18] <oscar_f> the root element for the chart into the createviz script?
[07:50:26] <psha[work]> yes
[07:51:02] <oscar_f> or question in other way: if i need to insert in the popup bindPopup the chart (the script createViz(..)) and other html, how to?
[07:52:56] <psha[work]> bindPopup(html)
[07:52:59] <psha[work]> no?
[07:53:05] <psha[work]> html may be large
[07:53:53] <psha[work]> btw what's problem with <script>?
[07:54:03] <oscar_f> script and html inside ()?
[07:54:19] <psha[work]> html is arbitrary string
[07:54:31] <psha[work]> that contains something looking like html markup
[07:54:59] <psha[work]> btw no chance to set root element in your particular case - it uses cool 'document.write' technique
[07:59:11] <oscar_f> ok, thanks, but into bindpopup() isent possible insert (createviz();document.write())...
[08:06:46] <psha[work]> people using document.write should be converted into bioethanol
[08:07:03] <oscar_f> o, i m sorry
[08:07:22] <psha[work]> you may always append everything you want to particular element
[08:07:27] -!- karavanjoW_ [karavanjoW_!~karavanjo@178.124.148.114] has joined #leaflet
[08:07:48] <psha[work]> via getElementById or just variable
[08:07:54] <psha[work]> or getParent or something else
[08:08:19] <psha[work]> DOM manipulation is portable and more error prone
[08:09:04] <psha[work]> also if you look into createViz script you may notice that it's not possible to have more then one chart
[08:09:15] <psha[work]> since they share same element id - visualization
[08:09:20] -!- karavanjoW has quit [Ping timeout: 244 seconds]
[08:10:29] <psha[work]> if you are not comfortable with long standard names - use jquery and friends
[08:11:07] -!- anonimas1 has quit [Read error: Connection reset by peer]
[08:14:04] -!- demacus_ has quit [Read error: Operation timed out]
[08:28:50] <oscar_f> ok
[08:30:14] -!- dhoovie has quit [Ping timeout: 250 seconds]
[08:31:44] <oscar_f> have an ideo how to set the <div style into script createViz to adjust the chart into the popup and not into the top? (sorry for more question)
[08:33:50] <psha[work]> iframe probably
[08:34:05] <psha[work]> or take that function and rewrite it to be sane
[08:34:30] <oscar_f> ok
[08:35:33] -!- theos has quit [Ping timeout: 245 seconds]
[08:45:31] -!- b_b [b_b!ejabberd@81.18.178.14] has joined #leaflet
[09:11:14] -!- DJ9DJ has quit [Quit: brb]
[09:12:39] -!- DJ9DJ has quit [Changing host]
[09:48:21] -!- jpk has quit [Ping timeout: 240 seconds]
[10:06:11] jthornton_ is now known as jthornton
[10:10:51] -!- theos has quit [Ping timeout: 245 seconds]
[10:11:04] -!- sumpfralle has quit [Read error: Operation timed out]
[10:11:44] -!- anonimas1 has quit [Read error: Connection reset by peer]
[10:14:00] -!- Valen has quit [Client Quit]
[10:51:07] -!- Adventsparky has quit [Ping timeout: 246 seconds]
[11:05:07] -!- Adventsparky [Adventsparky!~kvirc@dw.hccl.ie] has joined #leaflet
[11:06:59] -!- anonimas2 has quit [Read error: Connection reset by peer]
[11:11:07] JT-Shop-2 is now known as JT-Shop
[11:23:52] -!- mhaberler has quit [Quit: mhaberler]
[11:37:12] -!- oscar_f has quit [Quit: Sto andando via]
[11:50:16] -!- dhoovie|2 has quit [Read error: Connection reset by peer]
[11:54:24] -!- mhaberler has quit [Quit: mhaberler]
[12:17:12] -!- jthornton has quit [Read error: Connection reset by peer]
[12:17:19] -!- JT-Shop has quit [Read error: Connection reset by peer]
[12:22:37] -!- micges has quit [Quit: Leaving]
[12:31:09] -!- Farthen has quit [Read error: Operation timed out]
[12:40:24] -!- Seihta [Seihta!4ec00607@gateway/web/freenode/ip.78.192.6.7] has joined #leaflet
[12:40:27] <Seihta> hi
[12:40:35] <Seihta> One question
[12:40:48] <Seihta> Is it possible to have a blank map
[12:40:49] <Seihta> ?
[12:40:52] <Seihta> thx
[12:42:11] <psha[work]> why not?
[12:42:16] <psha[work]> don't add base layer
[12:43:54] <Seihta> Can i have Overlays (polygon) and no maps ?
[12:44:36] <psha[work]> worth trying
[12:45:26] <Seihta> ok
[12:45:36] <b_b> yes it works
[12:45:55] <b_b> just tested
[12:47:08] <Seihta> with leaflet ?
[12:48:05] <Seihta> can i see the result ?
[12:48:07] <b_b> yes
[12:48:18] <b_b> localhost ;)
[12:48:25] <Seihta> screenshot ?
[12:48:31] <b_b> but i tell you, it works ;)
[12:48:47] <Seihta> via http://imageshack.us/
[12:49:03] <Seihta> But i have to prouve that to a friend
[12:49:41] <Seihta> :(
[12:49:51] <Komzpa> Seihta: why? doesn't it work for you?
[12:49:51] <Komzpa> Seihta: screenshot of it not working first!
[12:50:44] <Komzpa> Seihta: ask him for a non-working screenshot!
[12:50:59] -!- ed_ [ed_!568b259f@gateway/web/freenode/ip.86.139.37.159] has joined #leaflet
[12:51:17] <Seihta> So not possible to show me the test ?
[12:51:44] <Seihta> technicly where do i delete de base map layer ?
[12:51:47] <ed_> does anyone know if there's a record of this channel kept anywhere? mas_ sent me a link a few days ago and for the lift of me I can't find it.
[12:52:07] <b_b> http://jsfiddle.net/65dUW/2/
[12:52:28] <b_b> here you are
[12:52:39] <b_b> yes ed_
[12:53:02] <b_b> http://psha.org.ru/irc/%23leaflet/
[12:53:07] <Komzpa> logger[psha]: .
[12:53:11] <Komzpa> ed_: ^^
[12:53:23] <ed_> b_b: legend! thank yoU!
[12:54:01] <Seihta> thx
[12:55:33] <ed_> b_b: ha! It wasn't even mas_, it was YOU who send me the link - found it - thank you :)
[12:56:28] <ed_> b_b: you were telling me it should be easy enough to pull in OS Opendata.. turns out it's all in UK Grid Projection :( so not as easy / pretty as it should be
[13:01:37] -!- DaViruz_ has quit [Read error: Operation timed out]
[13:01:51] -!- chron0 has quit [Ping timeout: 272 seconds]
[13:07:17] -!- karavanjoW [karavanjoW!~karavanjo@178.124.148.114] has joined #leaflet
[13:08:58] -!- karavanjoW_ has quit [Ping timeout: 244 seconds]
[13:09:03] -!- Seihta has quit [Quit: Page closed]
[13:16:13] <ed_> Hi can I point anyone interested in some freelance work at https://groups.google.com/forum/?fromgroups=#!topic/leaflet-js/5--VIjFW9Uk please
[13:18:22] -!- vladimirek has quit [Remote host closed the connection]
[13:31:11] -!- sumpfralle has quit [Ping timeout: 244 seconds]
[13:41:13] -!- b_b [b_b!ejabberd@81.18.178.14] has parted #leaflet
[13:47:23] -!- sumpfralle has quit [Ping timeout: 252 seconds]
[14:07:40] -!- wboykinm [wboykinm!~quassel@132.198.159.21] has joined #leaflet
[14:13:31] -!- ed_ has quit [Quit: Page closed]
[14:14:31] -!- sebastian1 has quit [Quit: Leaving.]
[14:20:42] -!- b_b [b_b!ejabberd@81.18.178.14] has joined #leaflet
[14:25:42] <br14> I extended L.TileLayer and added custom options. Now I'm trying get at thoes options when the load event fires
[14:26:39] <br14> I fail, everything is undef.
[14:29:50] <br14> oh, I'm doing it wrong
[14:38:42] <br14> (obviously)
[14:49:49] -!- geo01005 has quit [Ping timeout: 260 seconds]
[14:51:14] -!- mk0 has quit [Quit: Looking for access to www.icdd.com bases.]
[14:55:23] -!- b_b [b_b!ejabberd@81.18.178.14] has parted #leaflet
[15:04:01] -!- sumpfralle1 has quit [Ping timeout: 240 seconds]
[15:04:48] -!- nextstopsun [nextstopsun!55ec1712@gateway/web/freenode/ip.85.236.23.18] has joined #leaflet
[15:06:15] <nextstopsun> Hi guys! Can anyone help with L.Transformation in proj4leaflet ?
[15:13:04] -!- psha[work] has quit [Quit: Lost terminal]
[15:23:09] -!- vladimirek has quit [Remote host closed the connection]
[15:26:09] -!- Valen has quit [Quit: Leaving.]
[15:54:27] -!- bonnef [bonnef!80759f5f@gateway/web/freenode/ip.128.117.159.95] has joined #leaflet
[15:55:02] <bonnef> Is anyone here able to help me with a simple leaflet issue (I hope)?
[15:55:29] <Komzpa> bonnef: do not ask to ask just ask
[15:55:47] <Komzpa> if we can, we will, we won't otherwise :3
[15:55:54] <bonnef> I'm working on a map, http://www.soars.ucar.edu/about/map.html
[15:56:13] <bonnef> and the markers move around when you zoom and aren't where they are supposed to be
[15:56:30] <bonnef> they are supposed to be in Colorado and Alabama, and clearly they are not
[15:57:40] <bonnef> Any help or suggestions are appreciated
[15:58:02] <bonnef> I've tried to simplify my code an much as possible, and cannot figure out where the issue lies.
[16:02:25] <Komzpa> bonnef: I don't think your icons are 94 px high
[16:03:24] <Komzpa> bonnef: you copied the sample with leaves blindly and used small-size markers?
[16:04:21] -!- tjb1 has quit [Quit: tjb1]
[16:04:55] <bonnef> Wow, you got it!
[16:04:57] <bonnef> Thanks!
[16:05:11] <bonnef> Somewhere along the lines my measurements got lost
[16:05:44] <bonnef> I had a working map with lots of markers and it broke, and I didn't know how, so I started from scratch and... yeah
[16:05:54] <bonnef> It looks good now, right?
[16:07:03] <Komzpa> yes, a lot better
[16:08:16] <bonnef> Thanks.
[16:08:40] <bonnef> I knew it was probably something really simple and obvious.
[16:25:11] -!- Reva [Reva!808800c4@gateway/web/freenode/ip.128.136.0.196] has joined #leaflet
[16:27:04] <Reva> Hi, I am using geoJson to bind points with popupContent set in the onEachFeature.....I would like to openPopup for the first marker I add...but does not seem to work
[16:27:13] <Reva> any clues how to achive it?
[16:27:45] -!- Adventsparky has quit [Quit: KVIrc 4.1.3 Equilibrium http://www.kvirc.net/]
[16:29:33] -!- bonnef has quit [Quit: Page closed]
[16:41:55] <Reva> Ok, Got it I had to use a global counter and store the first layer...thx
[16:42:04] -!- Reva has quit [Quit: Page closed]
[16:54:12] -!- pred2k3 [pred2k3!schmockdro@77-21-37-230-dynip.superkabel.de] has joined #leaflet
[16:54:19] <pred2k3> hi, oh there is a leaflet channel :)
[16:59:51] -!- phantoxe has quit []
[17:04:34] <pred2k3> if I extend an object, via extend(), how would I call a super method, when override a method?
[17:11:09] <djcoin> Is there a way to get the length of a Polyline ? And the distance from one side of the polyline to another point on this same Polyline ?
[17:11:50] <djcoin> pred2k3: you can always call the using this.prototype.<method>.call(this, ...) I suppose
[17:12:21] <djcoin> Like in many class you may find the " this.prototype.initialize.call(this) " part
[17:12:29] <djcoin> if i remember correctly
[17:17:31] -!- skorket has quit [Quit: Leaving]
[17:17:51] <pred2k3> okay thanks
[17:36:04] -!- syyl_ws has quit [Quit: Verlassend]
[17:36:19] -!- Jymmmm has quit [Remote host closed the connection]
[17:36:56] -!- taiden has quit [Quit: Leaving.]
[17:37:53] -!- ChanServ has quit [*.net *.split]
[17:37:54] -!- anonimas1 has quit [*.net *.split]
[17:37:54] -!- djdelorie has quit [*.net *.split]
[17:37:54] -!- hm2-buildmaster has quit [*.net *.split]
[17:37:54] -!- cherry_lin has quit [*.net *.split]
[17:37:54] -!- r00t4rd3d has quit [*.net *.split]
[17:37:54] -!- wsjr has quit [*.net *.split]
[17:37:54] -!- jepler has quit [*.net *.split]
[17:37:55] -!- mozmck has quit [*.net *.split]
[17:37:55] -!- The_Ball has quit [*.net *.split]
[17:37:55] -!- ktchk has quit [*.net *.split]
[17:37:55] -!- nextstopsun has quit [*.net *.split]
[17:37:55] -!- Jordan_ has quit [*.net *.split]
[17:37:55] -!- factor has quit [*.net *.split]
[17:37:55] -!- logger[mah] has quit [*.net *.split]
[17:37:56] -!- awallin has quit [*.net *.split]
[17:37:56] -!- nots has quit [*.net *.split]
[17:37:56] -!- TekniQue has quit [*.net *.split]
[17:37:56] -!- ReadError has quit [*.net *.split]
[17:37:56] -!- syyl has quit [*.net *.split]
[17:37:56] -!- FinboySlick has quit [*.net *.split]
[17:37:56] -!- uwe_ has quit [*.net *.split]
[17:37:56] -!- br14 has quit [*.net *.split]
[17:37:57] -!- frysteev_ has quit [*.net *.split]
[17:37:57] -!- moonlite has quit [*.net *.split]
[17:37:57] -!- MarkusBec has quit [*.net *.split]
[17:37:57] -!- Keknom has quit [*.net *.split]
[17:37:58] -!- karavanjoW has quit [*.net *.split]
[17:37:58] -!- steves_logging has quit [*.net *.split]
[17:37:58] -!- morfic has quit [*.net *.split]
[17:37:58] -!- Nick001 has quit [*.net *.split]
[17:37:58] -!- pcw_home has quit [*.net *.split]
[17:37:58] -!- amaldo has quit [*.net *.split]
[17:37:58] -!- jstenback has quit [*.net *.split]
[17:37:59] -!- draig has quit [*.net *.split]
[17:37:59] -!- wboykinm has quit [*.net *.split]
[17:37:59] -!- zlog has quit [*.net *.split]
[17:37:59] -!- Thetawaves has quit [*.net *.split]
[17:37:59] -!- i_tarzan_ has quit [*.net *.split]
[17:38:00] -!- PhoenixMage has quit [*.net *.split]
[17:38:00] -!- cmorley has quit [*.net *.split]
[17:38:00] -!- gambakufu has quit [*.net *.split]
[17:38:00] -!- beawesomeinstead has quit [*.net *.split]
[17:38:00] -!- CIA-62 has quit [*.net *.split]
[17:38:00] -!- djinni`_ has quit [*.net *.split]
[17:38:00] -!- alex4nder has quit [*.net *.split]
[17:38:01] -!- mxn has quit [*.net *.split]
[17:38:01] -!- olsson has quit [*.net *.split]
[17:38:01] -!- mal`` has quit [*.net *.split]
[17:38:01] -!- phantoneD has quit [*.net *.split]
[17:38:01] -!- ds3 has quit [*.net *.split]
[17:38:01] -!- ScribbleJ has quit [*.net *.split]
[17:38:02] -!- Connor has quit [*.net *.split]
[17:38:02] -!- tronwizard has quit [*.net *.split]
[17:38:02] -!- Jymmm has quit [*.net *.split]
[17:38:02] -!- uwe_mobile has quit [*.net *.split]
[17:38:02] -!- roycroft has quit [*.net *.split]
[17:38:03] -!- DaViruz has quit [*.net *.split]
[17:38:03] -!- rob_h has quit [*.net *.split]
[17:38:03] -!- Tom_itx has quit [*.net *.split]
[17:38:03] -!- sungnyc has quit [*.net *.split]
[17:38:24] -!- wboykinm [wboykinm!~quassel@132.198.159.21] has joined #leaflet
[17:38:47] -!- cherry_l1n [cherry_l1n!~danst@static.148.60.47.78.clients.your-server.de] has joined #leaflet
[17:39:55] -!- beawesomeinstead [beawesomeinstead!u1643@gateway/web/irccloud.com/x-srkmtcyofymxybzy] has joined #leaflet
[17:39:55] -!- mxn [mxn!~mxn@ks34523.kimsufi.com] has joined #leaflet
[17:39:56] -!- olsson [olsson!olsson@puffy.nu] has joined #leaflet
[17:39:59] -!- karavanjoW [karavanjoW!~karavanjo@178.124.148.114] has joined #leaflet
[17:40:48] -!- br14 [br14!~lbh@lostbuthappy.net] has joined #leaflet
[17:40:48] -!- moonlite [moonlite!~moonlite@gbg01.kartena.se] has joined #leaflet
[17:42:20] -!- zzolo [zzolo!~zzolo@mail.minnpost.com] has joined #leaflet
[17:43:02] -!- djcoin has quit [Quit: WeeChat 0.3.2]
[17:44:58] -!- phantoxeD has quit [*.net *.split]
[17:44:58] -!- draig has quit [*.net *.split]
[17:44:58] -!- wboykinm has quit [*.net *.split]
[17:44:58] -!- zlog has quit [*.net *.split]
[17:44:58] -!- Thetawaves has quit [*.net *.split]
[17:44:59] -!- i_tarzan_ has quit [*.net *.split]
[17:44:59] -!- PhoenixMage has quit [*.net *.split]
[17:44:59] -!- cmorley has quit [*.net *.split]
[17:45:21] -!- wboykinm [wboykinm!~quassel@132.198.159.21] has joined #leaflet
[17:46:49] -!- pred2k3 has quit [Ping timeout: 252 seconds]
[18:11:09] -!- IchGuckLive has quit [Quit: ChatZilla 0.9.87 [Firefox 14.0.1/20120713225625]]
[18:20:26] -!- JT-Shop has quit [Read error: Connection reset by peer]
[18:20:26] -!- jthornton has quit [Read error: Connection reset by peer]
[18:23:25] JT-Shop-2 is now known as JT-Shop
[18:31:15] -!- pjm has quit [Read error: Connection reset by peer]
[18:40:25] -!- pjm__ has quit [Read error: Connection reset by peer]
[19:03:18] -!- beawesomeinstead has quit [Remote host closed the connection]
[19:06:17] -!- beawesomeinstead [beawesomeinstead!u1643@gateway/web/irccloud.com/x-vdnsmpuwgzthhtjs] has joined #leaflet
[19:24:59] jthornton_ is now known as jthornton
[19:34:18] -!- broofa [broofa!~broofa@97-115-88-139.ptld.qwest.net] has joined #leaflet
[19:36:48] -!- tjb1 has quit [Ping timeout: 276 seconds]
[19:42:54] -!- odogono has quit [Read error: Connection reset by peer]
[19:43:04] -!- odogono [odogono!~mohiam@cpc20-king10-2-0-cust228.19-1.cable.virginmedia.com] has joined #leaflet
[19:45:24] -!- nots has quit [Ping timeout: 248 seconds]
[19:47:20] -!- Loetmichel has quit [Ping timeout: 240 seconds]
[19:51:11] -!- tjb1 has quit [Quit: tjb1]
[19:54:02] -!- wboykinm has quit [Remote host closed the connection]
[19:59:47] -!- phantoxeD has quit [Ping timeout: 240 seconds]
[20:35:12] -!- pred2k3 [pred2k3!schmockdro@77-21-37-230-dynip.superkabel.de] has joined #leaflet
[20:41:30] -!- ChanServ [ChanServ!ChanServ@services.] has joined #leaflet
[20:41:30] -!- mode/#leaflet [+o ChanServ] by hitchcock.freenode.net
[20:47:11] -!- phantoneD has quit []
[20:48:56] pjm is now known as Guest7366
[20:58:56] -!- broofa has quit [Quit: Computer has gone to sleep.]
[21:01:16] -!- tjb1 has quit [Quit: tjb1]
[21:03:06] -!- broofa [broofa!~broofa@208-100-130-92.bendbroadband.com] has joined #leaflet
[21:09:03] -!- uncrtnMind [uncrtnMind!~uncrtnMin@cable-22.246.173-12.electronicbox.net] has joined #leaflet
[21:14:00] -!- taiden has quit [Read error: Connection reset by peer]
[21:20:03] -!- FinboySlick has quit [Quit: Leaving.]
[21:31:48] -!- DJ9DJ has quit [Quit: bye]
[21:32:40] -!- taiden has quit [Quit: Leaving.]
[21:40:21] -!- sumpfralle has quit [Read error: Connection reset by peer]
[21:49:42] -!- zzolo has quit [Quit: zzolo]
[21:57:52] -!- pred2k3 has quit [Ping timeout: 246 seconds]
[22:02:36] -!- geo01005 has quit [Ping timeout: 256 seconds]
[22:03:05] -!- syyl has quit [Quit: Leaving]
[22:14:37] -!- tjb1 has quit [Quit: tjb1]
[22:21:03] -!- uncrtnMind has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
[22:28:52] -!- taiden has quit [Quit: Leaving.]
[22:38:29] -!- Keknom has quit [Quit: Leaving.]
[23:07:50] -!- gr0kr has quit [Quit: gr0kr]
[23:43:20] -!- tjb1 has quit [Quit: tjb1]
[23:44:53] -!- jpk [jpk!~jpk@unaffiliated/vorondil] has joined #leaflet
[23:58:19] -!- zzolo [zzolo!~zzolo@c-75-72-229-64.hsd1.mn.comcast.net] has joined #leaflet