#leaflet | Logs for 2013-06-10

Back
[00:03:22] -!- Nick001-Shop has quit [Remote host closed the connection]
[00:11:46] -!- bradsimantel has quit [Quit: bradsimantel]
[00:33:56] -!- perl [perl!~perl@static-213.88.207.35.addr.tdcsong.se] has joined #leaflet
[00:35:12] -!- pfred1 has quit [Quit: Lost terminal]
[00:45:01] -!- CaptHindsight has quit [Quit: Leaving]
[00:45:14] -!- L84Supper has quit [Quit: gone (puff of smoke)]
[00:48:54] -!- andypugh has quit [Quit: andypugh]
[01:20:06] -!- c-bob|| has quit [Read error: Operation timed out]
[01:43:03] -!- morfic has quit [Ping timeout: 245 seconds]
[01:43:38] s1dev|away is now known as s1dev
[02:02:21] -!- Tom_L has quit []
[02:05:13] Newbie is now known as Newbie_9873
[02:12:06] -!- Newbie_9873 has quit [Remote host closed the connection]
[02:15:03] -!- Guest62469 has quit [Quit: Leaving]
[02:20:34] -!- jepler has quit [Ping timeout: 256 seconds]
[02:22:07] -!- ktchk has quit [Ping timeout: 264 seconds]
[02:25:49] -!- EDocToor has quit [Quit: Leaving]
[02:34:17] -!- fiesh has quit [Ping timeout: 255 seconds]
[02:47:36] -!- BJfreeman has quit [Quit: had a good time]
[03:30:21] -!- PetefromTn has quit []
[03:52:57] -!- Xfriend has quit [Quit: Leaving]
[04:31:54] -!- _ink has quit [Ping timeout: 252 seconds]
[04:35:48] cevad is now known as Guest79092
[04:36:20] -!- ve7it has quit [Remote host closed the connection]
[05:02:21] -!- Fox_Muldr has quit [Ping timeout: 256 seconds]
[05:24:39] -!- FinboySlick has quit [Remote host closed the connection]
[05:50:31] -!- frallzor has quit []
[05:51:53] -!- _Patang has quit [Read error: Connection reset by peer]
[05:59:20] -!- psha[work] [psha[work]!~psha@195.135.238.205] has joined #leaflet
[06:09:27] -!- jd [jd!~|1li@108-201-65-149.lightspeed.ftwotx.sbcglobal.net] has joined #leaflet
[06:09:51] jd is now known as Guest19801
[06:14:23] -!- Connor has quit [Ping timeout: 240 seconds]
[06:23:33] -!- JT-Shop has quit [Read error: Connection reset by peer]
[06:23:34] -!- jthornton has quit [Read error: Connection reset by peer]
[06:28:21] -!- stsydow [stsydow!~stsydow@dslb-178-012-129-007.pools.arcor-ip.net] has joined #leaflet
[06:33:57] -!- Simooon has quit [Client Quit]
[06:34:09] -!- Connor has quit [Ping timeout: 248 seconds]
[06:51:01] -!- syyl_ has quit [Read error: Connection reset by peer]
[07:29:48] -!- memleak has quit [Client Quit]
[07:38:04] -!- stsydow has quit [Remote host closed the connection]
[07:43:06] -!- marvi [marvi!~marvi@pdpc/supporter/active/marvi] has joined #leaflet
[07:46:51] -!- JT-Shop has quit [Read error: Connection reset by peer]
[07:46:52] -!- jthornton has quit [Read error: Connection reset by peer]
[07:53:53] -!- Bojangles has quit [Ping timeout: 240 seconds]
[07:58:48] <marvi> Hi! I have a set of links returning GeoJSON. I want to have a map and a drop down to select which GeoJSON data to show (only one at a time).
[07:59:36] <marvi> I guess I need to build a custom control for this? L.control.layers doesn't seem to work this way. It uses select boxes where you an add/remove layers.
[08:00:17] -!- Kup [Kup!~pkupietz@dslb-188-097-249-116.pools.arcor-ip.net] has joined #leaflet
[08:06:54] <perl> marvi: I guess you could use the layer control for this, by adding one L.GeoJSON layer per geometry, and adding them as overlays to the layer control
[08:07:21] <perl> marvi: but then the user can show more than one at a time
[08:07:50] <marvi> Yeah, that won't work.
[08:07:54] <perl> marvi: if you want more control of layout and behaviour, you can implement your own control
[08:08:23] <marvi> It seems quite complicated?
[08:08:34] <perl> marvi: but note that there's nothing that forces you to implement a leaflet control
[08:08:42] -!- stsydow [stsydow!~stsydow@wlan-141-23-76-55.tubit.tu-berlin.de] has joined #leaflet
[08:09:07] <perl> marvi: a control makes sense if you want it to be reusable etc
[08:09:44] <perl> marvi: but if it's more or less a one time solution, just write the html and javascript you need, and ignore leaflet's control api
[08:10:15] <perl> marvi: that's usually what I do if the problem is specific to the current project
[08:10:25] <marvi> Ok, so just a positioned div somewhere on the map would work? I tried and had issues with click events. But I guess I could fix that.
[08:11:03] <perl> marvi: yes, that's what I'd do. a div with a <ul> inside, adding li:s to it for each geometry
[08:11:37] <perl> marvi: then hook a click event to the li:s and hide/show layers
[08:12:18] <perl> marvi: that's also more or less what the layer control does, so you can probably have a look at that code if you have any questions
[08:14:10] <marvi> Thanks for the tips!
[08:15:25] yannickoo_ is now known as yannickoo
[08:15:31] -!- yannickoo has quit [Changing host]
[08:15:31] -!- yannickoo [yannickoo!uid10878@unaffiliated/yannickoo] has joined #leaflet
[08:18:30] -!- mhaberler has quit [Quit: mhaberler]
[08:20:43] -!- mackerski [mackerski!~dermot@193.120.146.234] has joined #leaflet
[09:04:05] s1dev is now known as s1dev|away
[09:07:41] -!- stsydow has quit [Remote host closed the connection]
[09:11:05] cevad is now known as Guest14506
[09:13:41] -!- Guest79092 has quit [Ping timeout: 246 seconds]
[09:23:02] -!- jthornton has quit [Read error: Connection reset by peer]
[09:23:02] -!- JT-Shop has quit [Read error: Connection reset by peer]
[09:25:30] -!- stsydow [stsydow!~stsydow@dslb-178-012-129-007.pools.arcor-ip.net] has joined #leaflet
[09:27:39] -!- mhaberler has quit [Quit: mhaberler]
[10:02:07] -!- jthornton has quit [Read error: Connection reset by peer]
[10:02:08] -!- JT-Shop has quit [Read error: Connection reset by peer]
[10:06:57] -!- L84Supper has quit [Client Quit]
[10:09:40] -!- stsydow has quit [Remote host closed the connection]
[10:13:25] -!- Wildhoney [Wildhoney!Wildhoney@188.0.216.89] has joined #leaflet
[10:25:26] -!- skunkworks has quit [Remote host closed the connection]
[10:26:41] -!- b_b [b_b!ejabberd@81.18.178.14] has joined #leaflet
[10:27:29] -!- b_b has quit [Changing host]
[10:27:29] -!- b_b [b_b!ejabberd@unaffiliated/b-b/x-7659960] has joined #leaflet
[10:29:51] -!- karavanjoW [karavanjoW!~karavanjo@178.124.148.114] has joined #leaflet
[10:41:43] -!- mhaberler has quit [Quit: mhaberler]
[10:57:41] _BJfreeman is now known as BJfreeman
[11:18:36] -!- arekm has quit [Quit: leaving]
[11:31:43] -!- largecheesepuff has quit [Ping timeout: 264 seconds]
[11:33:43] -!- dhoovie has quit [Read error: Connection reset by peer]
[11:40:02] -!- BJfreeman has quit [Quit: had a good time]
[12:14:53] -!- crank has quit [Ping timeout: 240 seconds]
[12:39:13] -!- Thiel has quit [Quit: ChatZilla 0.9.87 [Firefox 3.6.8/20100723084720]]
[12:49:21] -!- oterral [oterral!~oterral@ns-lsn-fw.geomatic.ch] has joined #leaflet
[13:01:18] -!- Felix29 has quit []
[13:02:02] -!- skorasaurus [skorasaurus!~will@200.113.200.116] has joined #leaflet
[13:09:21] -!- skorasaurus has quit [Ping timeout: 248 seconds]
[13:09:27] -!- dway [dway!~dway@gas45-2-82-239-0-32.fbx.proxad.net] has joined #leaflet
[13:41:21] -!- Loetmichel has quit [Ping timeout: 252 seconds]
[13:48:24] -!- JT-Shop has quit [Read error: Connection reset by peer]
[13:50:52] Cylly is now known as Loetmichel
[13:53:21] -!- JT-Shop has quit [Client Quit]
[14:00:52] -!- Brandonian [Brandonian!~bmorrison@50-203-43-163-static.hfc.comcastbusiness.net] has joined #leaflet
[14:18:31] -!- JT-Shop has quit [Read error: Connection reset by peer]
[14:19:16] zultron_ is now known as zultron
[14:20:32] -!- Tecan has quit [Quit: Live Long And Phosphor!]
[14:24:15] -!- Tecan has quit [Changing host]
[14:25:54] -!- Tom_itx has quit [Ping timeout: 264 seconds]
[14:30:42] -!- hashfail has quit [Ping timeout: 264 seconds]
[14:32:19] -!- syyl_ has quit [Ping timeout: 264 seconds]
[14:43:00] -!- skorasaurus [skorasaurus!~blahblahb@190.115.188.65] has joined #leaflet
[14:52:44] -!- yannickoo has quit [Changing host]
[14:52:44] -!- yannickoo [yannickoo!uid10878@gateway/web/irccloud.com/x-ppyzqvtzgmwnelsf] has joined #leaflet
[15:11:48] -!- krusty_ar has quit [Ping timeout: 252 seconds]
[15:15:52] Tecan is now known as Raiden
[15:18:10] -!- carper64_lb has quit [Remote host closed the connection]
[15:23:02] -!- psha[work] has quit [Quit: Lost terminal]
[15:28:32] -!- mattiasb has quit [Ping timeout: 256 seconds]
[15:29:53] -!- mattiasb [mattiasb!~mattiasb@c-f7c9e253.217-7-64736c12.cust.bredbandsbolaget.se] has joined #leaflet
[15:35:13] Raiden is now known as Tecan
[15:37:36] -!- oterral has quit [Quit: Leaving.]
[15:38:24] -!- tmcw [tmcw!~tmcw@207.239.115.78] has joined #leaflet
[15:50:19] -!- Bojangles has quit [Ping timeout: 264 seconds]
[15:54:00] -!- b_b [b_b!ejabberd@unaffiliated/b-b/x-7659960] has parted #leaflet
[15:55:53] -!- morfic- has quit [Ping timeout: 240 seconds]
[15:56:14] -!- Tecan has quit [Remote host closed the connection]
[15:56:32] -!- tmcw has quit [Remote host closed the connection]
[15:58:29] -!- chopper79 has quit [Ping timeout: 248 seconds]
[15:59:03] _BJfreeman is now known as BJfreeman
[16:00:27] -!- thesisb [thesisb!~thesisb@108.60.123.170] has joined #leaflet
[16:01:03] -!- thesisb has quit [Client Quit]
[16:01:38] -!- thesisb [thesisb!~thesisb@108.60.123.170] has joined #leaflet
[16:03:22] -!- Kup has quit [Read error: Connection reset by peer]
[16:03:23] -!- ravenlock has quit [Ping timeout: 255 seconds]
[16:03:53] -!- skorasaurus has quit [Ping timeout: 245 seconds]
[16:06:35] -!- skorasaurus [skorasaurus!~blahblahb@190.115.188.65] has joined #leaflet
[16:09:24] -!- Nick001 has quit [Ping timeout: 260 seconds]
[16:12:59] -!- Tecan has quit [Changing host]
[16:14:26] -!- krusty_ar [krusty_ar!~quassel@host201.190-229-243.telecom.net.ar] has joined #leaflet
[16:15:13] -!- CBJamo has quit [Ping timeout: 250 seconds]
[16:17:29] -!- kjn [kjn!~kjn@168.93.96.5] has joined #leaflet
[16:18:29] -!- skorasaurus has quit [Ping timeout: 240 seconds]
[16:19:16] -!- tmcw [tmcw!~tmcw@adsl-63-204-197-4.dsl.snfc21.pacbell.net] has joined #leaflet
[16:22:14] -!- dway has quit [Quit: NOOOOOOooooooooo……]
[16:31:36] -!- skorasaurus [skorasaurus!~blahblahb@190.115.182.73] has joined #leaflet
[16:35:18] -!- tmcw_ [tmcw_!~tmcw@66-162-40-226.static.twtelecom.net] has joined #leaflet
[16:36:39] -!- jfire [jfire!~jfire@66-162-40-226.static.twtelecom.net] has joined #leaflet
[16:37:18] -!- skorasaurus has quit [Ping timeout: 264 seconds]
[16:37:54] -!- tmcw has quit [Ping timeout: 264 seconds]
[16:44:59] -!- thesisb has quit [Quit: Leaving...]
[16:51:52] -!- skorasaurus [skorasaurus!~blahblahb@200.113.200.116] has joined #leaflet
[16:57:58] -!- ve7it has quit [Remote host closed the connection]
[16:58:44] -!- thesisb [thesisb!~thesisb@108.60.123.170] has joined #leaflet
[17:09:26] -!- thesisb has quit [Quit: Linkinus - http://linkinus.com]
[17:12:14] -!- sumpfralle has quit [Ping timeout: 255 seconds]
[17:23:24] -!- sumpfralle1 has quit [Ping timeout: 241 seconds]
[17:25:09] -!- IchGuckLive has quit [Quit: ChatZilla 0.9.87 [Firefox 20.0/20130329043827]]
[17:30:03] -!- skorasaurus has quit [Ping timeout: 264 seconds]
[17:30:07] -!- largecheesepuff has quit [Ping timeout: 248 seconds]
[18:47:33] -!- nikola_ has quit [Quit: Page closed]
[18:48:01] -!- CaptHindsight has quit [Excess Flood]
[18:48:03] -!- dosas has quit [Excess Flood]
[18:48:41] -!- KGB-linuxcnc has quit [Write error: Broken pipe]
[18:48:46] -!- crank has quit [Write error: Connection timed out]
[18:48:47] -!- RyanS has quit [Write error: Connection timed out]
[18:48:47] -!- Loetmichel has quit [Write error: Broken pipe]
[18:48:49] -!- uwe_ has quit [Write error: Broken pipe]
[18:48:56] -!- linuxcnc-build has quit [Remote host closed the connection]
[18:48:57] -!- tmcw_ has quit [Excess Flood]
[18:48:58] -!- servos4ever has quit [Excess Flood]
[18:49:02] -!- IchGuckLive has quit [*.net *.split]
[18:49:02] -!- ve7it has quit [*.net *.split]
[18:49:03] -!- Nick001-Shop has quit [*.net *.split]
[18:49:03] -!- Tecan has quit [*.net *.split]
[18:49:03] -!- asdfasd has quit [*.net *.split]
[18:49:03] -!- Patang has quit [*.net *.split]
[18:49:03] -!- vladimirek has quit [*.net *.split]
[18:49:03] -!- c-bob|| has quit [*.net *.split]
[18:49:04] -!- ChanServ has quit [*.net *.split]
[18:49:07] -!- arekm has quit [*.net *.split]
[18:49:08] -!- mackerski has quit [*.net *.split]
[18:49:08] -!- gene78 has quit [*.net *.split]
[18:49:08] -!- jfire has quit [*.net *.split]
[18:49:08] -!- krusty_ar has quit [*.net *.split]
[18:49:08] -!- chopper79 has quit [*.net *.split]
[18:49:08] -!- Bojangle1 has quit [*.net *.split]
[18:49:09] -!- ktchk has quit [*.net *.split]
[18:49:09] -!- Guest14506 has quit [*.net *.split]
[18:49:09] -!- a1cypher has quit [*.net *.split]
[18:49:09] -!- cpresser has quit [*.net *.split]
[18:49:09] -!- phantoxeD has quit [*.net *.split]
[18:49:10] -!- alex_jon1 has quit [*.net *.split]
[18:49:10] -!- stephan48 has quit [*.net *.split]
[18:49:10] -!- mle has quit [*.net *.split]
[18:49:10] -!- cradek has quit [*.net *.split]
[18:49:10] -!- firephoto_ has quit [*.net *.split]
[18:49:10] -!- DJ9DJ has quit [*.net *.split]
[18:49:11] -!- mrsun has quit [*.net *.split]
[18:49:11] -!- roh has quit [*.net *.split]
[18:49:11] -!- shurshur has quit [*.net *.split]
[18:49:11] -!- fragalot_ has quit [*.net *.split]
[18:49:11] -!- Farthen has quit [*.net *.split]
[18:49:11] -!- kanzure has quit [*.net *.split]
[18:49:12] -!- mhaberler has quit [*.net *.split]
[18:49:12] -!- kjn has quit [*.net *.split]
[18:49:12] -!- chron0 has quit [*.net *.split]
[18:49:12] -!- bob1123 has quit [*.net *.split]
[18:49:12] -!- zlog has quit [*.net *.split]
[18:49:13] -!- Aero-Tec has quit [*.net *.split]
[18:49:13] -!- pjm_ has quit [*.net *.split]
[18:49:13] -!- jdh has quit [*.net *.split]
[18:49:13] -!- awallin has quit [*.net *.split]
[18:49:13] -!- SadMan has quit [*.net *.split]
[18:49:14] -!- XiXora_ has quit [*.net *.split]
[18:49:14] -!- eric_unterhausen has quit [*.net *.split]
[18:49:14] -!- carper64_lb has quit [*.net *.split]
[18:49:14] -!- Tom_shop has quit [*.net *.split]
[18:49:14] -!- memleak has quit [*.net *.split]
[18:49:14] -!- jthornton has quit [*.net *.split]
[18:49:15] -!- Wildhoney has quit [*.net *.split]
[18:49:15] -!- jepler has quit [*.net *.split]
[18:49:15] -!- |1li has quit [*.net *.split]
[18:49:15] -!- seb_kuzm1nsky has quit [*.net *.split]
[18:49:15] -!- KimK__2 has quit [*.net *.split]
[18:49:16] -!- zultron has quit [*.net *.split]
[18:49:16] -!- ssi has quit [*.net *.split]
[18:49:16] -!- l0ggy_ has quit [*.net *.split]
[18:49:16] -!- nots has quit [*.net *.split]
[18:49:16] -!- Meduza has quit [*.net *.split]
[18:49:17] -!- toxx has quit [*.net *.split]
[18:49:17] -!- doobeh has quit [*.net *.split]
[18:49:17] -!- morfic has quit [*.net *.split]
[18:49:17] -!- syyl__ has quit [*.net *.split]
[18:49:17] -!- JT-Shop has quit [*.net *.split]
[18:49:18] -!- skunkworks has quit [*.net *.split]
[18:49:18] -!- karavanjoW has quit [*.net *.split]
[18:49:18] -!- Connor has quit [*.net *.split]
[18:49:18] -!- Fox_Muldr has quit [*.net *.split]
[18:49:18] -!- toner has quit [*.net *.split]
[18:49:19] -!- beawesomeinstead has quit [*.net *.split]
[18:49:19] -!- fatpandas has quit [*.net *.split]
[18:49:19] -!- i_tarzan_ has quit [*.net *.split]
[18:49:19] -!- BJfreeman has quit [*.net *.split]
[18:49:19] -!- mozmck has quit [*.net *.split]
[18:49:20] -!- L33TG33KG34R has quit [*.net *.split]
[18:49:20] -!- ds3 has quit [*.net *.split]
[18:49:20] -!- roycroft has quit [*.net *.split]
[18:49:20] -!- Spida has quit [*.net *.split]
[18:49:21] -!- putnik has quit [*.net *.split]
[18:49:21] -!- gonzo_ has quit [*.net *.split]
[18:49:21] -!- largecheesepuff has quit [*.net *.split]
[18:49:21] -!- mattiasb has quit [*.net *.split]
[18:49:21] -!- Brandonian has quit [*.net *.split]
[18:49:22] -!- FinboySlick has quit [*.net *.split]
[18:49:22] -!- rob_h has quit [*.net *.split]
[18:49:22] -!- Guest19801 has quit [*.net *.split]
[18:49:22] -!- fiesh has quit [*.net *.split]
[18:49:22] -!- Jymmm has quit [*.net *.split]
[18:49:23] -!- theorbtwo has quit [*.net *.split]
[18:49:23] -!- Logxen has quit [*.net *.split]
[18:49:23] -!- ybon has quit [*.net *.split]
[18:49:24] -!- MattyMatt has quit [*.net *.split]
[18:49:24] -!- marvi has quit [*.net *.split]
[18:49:24] -!- cmorley has quit [*.net *.split]
[18:49:24] -!- cbjamo_ has quit [*.net *.split]
[18:49:24] -!- elk has quit [*.net *.split]
[18:49:24] -!- EDocToor has quit [*.net *.split]
[18:49:25] -!- the_wench has quit [*.net *.split]
[18:49:25] -!- Thetawaves has quit [*.net *.split]
[18:49:25] -!- jst has quit [*.net *.split]
[18:49:25] -!- louis__ has quit [*.net *.split]
[18:49:25] -!- toastyde1th has quit [*.net *.split]
[18:49:26] -!- gimps has quit [*.net *.split]
[18:49:26] -!- archivist has quit [*.net *.split]
[18:49:26] -!- jef79m has quit [*.net *.split]
[18:49:26] -!- jleh has quit [*.net *.split]
[18:49:26] -!- Blorb has quit [*.net *.split]
[18:49:27] -!- ryan_turner has quit [*.net *.split]
[18:49:27] -!- Poincare has quit [*.net *.split]
[18:49:27] -!- archivist_herron has quit [*.net *.split]
[18:49:28] -!- frewsxcv has quit [*.net *.split]
[18:49:28] -!- mal`` has quit [*.net *.split]
[18:49:28] -!- TekniQue has quit [*.net *.split]
[18:49:28] -!- ReadError_ has quit [*.net *.split]
[18:49:28] -!- RagingComputer has quit [*.net *.split]
[18:49:29] -!- joe9 has quit [*.net *.split]
[18:49:29] -!- s1dev|away has quit [*.net *.split]
[18:49:29] -!- jfrmilner has quit [*.net *.split]
[18:49:29] -!- Joshsz has quit [*.net *.split]
[18:49:29] -!- steves_logging has quit [*.net *.split]
[18:49:29] -!- logger[mah] has quit [*.net *.split]
[18:49:30] -!- _1SheYode has quit [*.net *.split]
[18:49:30] -!- Oo_BIGeye has quit [*.net *.split]
[18:49:30] -!- perl has quit [*.net *.split]
[18:49:30] -!- juxta has quit [*.net *.split]
[18:49:30] -!- Vq has quit [*.net *.split]
[18:49:31] -!- djinni` has quit [*.net *.split]
[18:49:31] -!- aude has quit [*.net *.split]
[18:49:31] -!- pcw_home has quit [*.net *.split]
[18:49:31] -!- tris has quit [*.net *.split]
[18:49:32] -!- postaL has quit [*.net *.split]
[18:49:32] -!- markvandenborre has quit [*.net *.split]
[18:49:32] -!- pimperle__ has quit [*.net *.split]
[18:49:32] -!- foo303_ has quit [*.net *.split]
[18:49:32] -!- schimi has quit [*.net *.split]
[18:49:32] -!- spiderdijon has quit [*.net *.split]
[18:49:33] -!- donkey has quit [*.net *.split]
[18:49:33] -!- uwe_mobile__ has quit [*.net *.split]
[18:49:33] -!- OhmEye has quit [*.net *.split]
[18:49:33] -!- Err has quit [*.net *.split]
[18:49:34] -!- t12 has quit [*.net *.split]
[18:49:34] -!- schumaml has quit [*.net *.split]
[18:49:34] -!- abetusk has quit [*.net *.split]
[18:49:34] -!- WalterN has quit [*.net *.split]
[18:49:34] -!- grummund has quit [Write error: Connection timed out]
[18:54:37] -!- tmcw [tmcw!~tmcw@66-162-40-226.static.twtelecom.net] has joined #leaflet
[18:54:37] -!- stsydow [stsydow!~stsydow@dslb-178-012-129-007.pools.arcor-ip.net] has joined #leaflet
[18:54:37] -!- |1li [|1li!~|1li@108-201-65-149.lightspeed.ftwotx.sbcglobal.net] has joined #leaflet
[18:54:37] -!- skorasaurus [skorasaurus!~blahblahb@190.115.182.73] has joined #leaflet
[18:54:37] -!- jfire [jfire!~jfire@66-162-40-226.static.twtelecom.net] has joined #leaflet
[18:54:37] -!- kjn [kjn!~kjn@168.93.96.5] has joined #leaflet
[18:54:37] -!- krusty_ar [krusty_ar!~quassel@host201.190-229-243.telecom.net.ar] has joined #leaflet
[18:54:37] -!- mattiasb [mattiasb!~mattiasb@c-f7c9e253.217-7-64736c12.cust.bredbandsbolaget.se] has joined #leaflet
[18:54:37] -!- Brandonian [Brandonian!~bmorrison@50-203-43-163-static.hfc.comcastbusiness.net] has joined #leaflet
[18:54:37] -!- karavanjoW [karavanjoW!~karavanjo@178.124.148.114] has joined #leaflet
[18:54:37] -!- mackerski [mackerski!~dermot@193.120.146.234] has joined #leaflet
[18:54:37] -!- marvi [marvi!~marvi@pdpc/supporter/active/marvi] has joined #leaflet
[18:54:37] -!- perl [perl!~perl@static-213.88.207.35.addr.tdcsong.se] has joined #leaflet
[18:54:37] -!- beawesomeinstead [beawesomeinstead!uid1643@gateway/web/irccloud.com/x-qxbwqpsvhsnfqzil] has joined #leaflet
[18:54:38] -!- juxta [juxta!~rootkit@ppp203-122-193-94.static.internode.on.net] has joined #leaflet
[18:54:38] -!- stephan48 [stephan48!stephan@opennic/stephan] has joined #leaflet
[18:54:38] -!- shurshur [shurshur!~chatzilla@79.165.217.36] has joined #leaflet
[18:54:38] -!- ChanServ [ChanServ!ChanServ@services.] has joined #leaflet
[18:54:38] -!- mle [mle!~mleemelle@sd-22438.dedibox.fr] has joined #leaflet
[18:54:38] -!- Blorb [Blorb!blorb@nullcore-pt.tunnel.tserv6.fra1.ipv6.he.net] has joined #leaflet
[18:54:38] -!- jleh [jleh!~juusoleh@melkinpaasi.cs.helsinki.fi] has joined #leaflet
[18:54:38] -!- XiXora_ [XiXora_!uid4791@gateway/web/irccloud.com/x-cjsrjckwtjwzdjrx] has joined #leaflet
[18:54:38] -!- putnik [putnik!~putnik@wikimedia/putnik] has joined #leaflet
[18:54:38] -!- frewsxcv [frewsxcv!~frewsxcv@unaffiliated/frewsxcv] has joined #leaflet
[18:54:38] -!- doobeh [doobeh!~doobeh@b33f.net] has joined #leaflet
[18:54:38] -!- ybon [ybon!~ybon@hack.lolnet.org] has joined #leaflet
[18:54:38] -!- aude [aude!~filbertkm@li137-250.members.linode.com] has joined #leaflet
[18:54:38] -!- schumaml [schumaml!~schumaml@static.88-198-64-135.clients.your-server.de] has joined #leaflet
[18:54:38] -!- Joshsz [Joshsz!~josh@ec2-107-20-157-171.compute-1.amazonaws.com] has joined #leaflet
[18:54:38] -!- mode/#leaflet [+o ChanServ] by holmes.freenode.net
[18:56:02] -!- erictheise [erictheise!~mataro@c-24-7-68-7.hsd1.ca.comcast.net] has joined #leaflet
[19:00:24] -!- DuelE [DuelE!~DuelE@64-132-32-226.static.twtelecom.net] has joined #leaflet
[19:06:33] Cylly is now known as Loetmichel
[19:06:40] -!- mackerski has quit [Quit: mackerski]
[19:11:35] -!- memleak has quit [Quit: Leaving]
[19:13:45] -!- elk has quit [Ping timeout: 250 seconds]
[19:23:52] ryan_turner is now known as ryan_turner_
[19:29:03] ryan_turner_ is now known as ryan_turner
[19:32:02] -!- erictheise has quit [Quit: erictheise]
[19:37:48] -!- erictheise [erictheise!~mataro@50-0-166-55.dsl.static.sonic.net] has joined #leaflet
[19:38:10] ryan_turner is now known as ryan_turner_
[20:54:41] -!- logger[psha] [logger[psha]!~loggerpsh@195.135.238.205] has joined #leaflet
[21:18:08] -!- logger[psha] [logger[psha]!~loggerpsh@195.135.238.205] has joined #leaflet
[21:20:55] -!- DJ9DJ has quit [Quit: bye]
[21:23:09] -!- karavanjoW has quit [Read error: Connection reset by peer]
[21:23:19] -!- memleak has quit [Ping timeout: 276 seconds]
[21:23:32] -!- karavanjoW [karavanjoW!~karavanjo@178.124.148.114] has joined #leaflet
[21:32:55] -!- Wildhoney [Wildhoney!Wildhoney@188.0.218.72] has joined #leaflet
[21:34:27] -!- syyl_tb has quit [Quit: Verlassend]
[21:37:42] -!- Brandonian has quit [Quit: Brandonian]
[21:42:38] -!- ve7it has quit [Remote host closed the connection]
[21:43:37] -!- Guest22217 has quit [Quit: Leaving]
[21:46:13] -!- archivist_herron has quit [Ping timeout: 248 seconds]
[21:58:22] -!- Jymmm has quit [Remote host closed the connection]
[22:19:13] -!- stsydow has quit [Remote host closed the connection]
[22:28:32] -!- tmcw has quit [Remote host closed the connection]
[22:31:13] -!- cbjamo_ has quit [Quit: Page closed]
[22:38:07] -!- zzolo has quit [Quit: zzolo]
[22:40:30] -!- kjn has quit [Quit: Quit]
[22:41:44] -!- archivist_herron has quit [Ping timeout: 256 seconds]
[22:45:18] -!- tmcw [tmcw!~tmcw@66-162-40-226.static.twtelecom.net] has joined #leaflet
[22:47:46] -!- DuelE [DuelE!~DuelE@64-132-32-226.static.twtelecom.net] has parted #leaflet
[22:51:53] -!- micges has quit [Quit: Leaving]
[23:00:39] -!- BirdyNumNum has quit [Quit: BirdyNumNum]
[23:16:06] -!- asdfasd has quit [Ping timeout: 252 seconds]
[23:18:46] -!- canaimero [canaimero!~canaima@190.77.155.95] has joined #leaflet
[23:19:07] -!- canaimero has quit [Remote host closed the connection]
[23:19:40] -!- erictheise has quit [Quit: erictheise]
[23:21:22] -!- rob_h has quit [Ping timeout: 246 seconds]
[23:24:21] -!- archivist_herron has quit [Ping timeout: 248 seconds]
[23:25:58] -!- ve7it has quit [Remote host closed the connection]
[23:28:32] -!- pjm_ has quit [Ping timeout: 260 seconds]
[23:34:26] s1dev is now known as s1dev|away
[23:36:05] -!- morfic has quit [Ping timeout: 255 seconds]
[23:39:32] -!- crank has quit [Ping timeout: 256 seconds]
[23:43:54] -!- Bojangle1 has quit [Ping timeout: 264 seconds]
[23:45:12] -!- andypugh has quit [Quit: andypugh]
[23:47:24] -!- Wildhoney has quit [Ping timeout: 252 seconds]
[23:53:54] -!- tmcw has quit [Remote host closed the connection]
[23:54:36] -!- tmcw [tmcw!~tmcw@adsl-63-204-197-4.dsl.snfc21.pacbell.net] has joined #leaflet
[23:58:07] -!- archivist_herron has quit [Ping timeout: 246 seconds]