#leaflet | Logs for 2013-04-09

Back
[00:01:43] -!- Nick001-Shop has quit [Remote host closed the connection]
[00:02:56] -!- Vq has quit [Ping timeout: 245 seconds]
[00:03:49] -!- Oo_BIGeye has quit [Ping timeout: 248 seconds]
[00:04:58] -!- andypugh has quit [Quit: andypugh]
[00:05:49] -!- findux has quit [Quit: Page closed]
[00:09:11] -!- Vq_ has quit [Ping timeout: 245 seconds]
[00:09:19] -!- Oo_BIGey1 has quit [Ping timeout: 246 seconds]
[00:35:10] -!- zzolo [zzolo!~zzolo@63.231.245.97] has joined #leaflet
[00:38:13] -!- mhaberler has quit [Quit: mhaberler]
[00:38:41] -!- chopper79 has quit [Ping timeout: 256 seconds]
[01:36:36] -!- Felix29 has quit []
[01:39:47] -!- fllr has quit [Read error: Connection reset by peer]
[01:40:00] -!- fllr [fllr!~fllr@65-36-114-113.dyn.grandenetworks.net] has joined #leaflet
[01:48:02] -!- zzolo has quit [Quit: zzolo]
[01:58:08] -!- Brandonian has quit [Quit: Brandonian]
[02:18:39] -!- jfire [jfire!~jfire@dsl092-160-015.wdc2.dsl.speakeasy.net] has joined #leaflet
[02:19:24] -!- PetefromTn has quit [Ping timeout: 264 seconds]
[02:21:48] -!- fllr has quit [Ping timeout: 245 seconds]
[02:29:11] -!- zzolo [zzolo!~zzolo@c-75-72-229-64.hsd1.mn.comcast.net] has joined #leaflet
[02:33:58] -!- Youdaman [Youdaman!~Youdaman@ppp121-75.static.internode.on.net] has joined #leaflet
[02:34:46] -!- fllr [fllr!~fllr@65-36-114-113.dyn.grandenetworks.net] has joined #leaflet
[02:34:53] -!- mr_new has quit [Quit: Yaaic - Yet another Android IRC client - http://www.yaaic.org]
[02:36:39] -!- Youdaman has quit [Client Quit]
[02:46:46] -!- stsydow has quit [Remote host closed the connection]
[02:48:24] -!- Valen has quit [Quit: Leaving.]
[02:55:57] -!- tjb1 has quit [Quit: tjb1]
[02:57:34] -!- asdfasd has quit [Ping timeout: 256 seconds]
[02:59:45] -!- Keknom has quit [Quit: Leaving.]
[03:13:16] -!- Felix29 has quit []
[03:28:43] -!- Kud [Kud!461dabcc@gateway/web/freenode/ip.70.29.171.204] has joined #leaflet
[03:29:23] -!- Kud [Kud!461dabcc@gateway/web/freenode/ip.70.29.171.204] has parted #leaflet
[03:34:59] -!- chopper79 has quit [Quit: Leaving.]
[03:37:29] -!- sumpfralle has quit [Quit: Leaving.]
[03:40:08] -!- skorasaurus has quit [Ping timeout: 245 seconds]
[03:42:45] <juxta> I'm pretty new to JS - I am hoping to achieve some functionality using leaflet. I want to be able to have my leaflet markers periodically performing ajax queries and updating their location. Where do I start? Can I extend the marker class/object and implement this kind of behaviour? Should I create a parent class/object to manage the markers and handle the updates?
[03:49:21] -!- erictheise [erictheise!~erictheis@75.101.62.3] has joined #leaflet
[03:55:29] -!- zzolo has quit [Quit: zzolo]
[04:10:25] -!- fllr has quit [Ping timeout: 245 seconds]
[04:12:27] -!- jfire has quit [Quit: Leaving.]
[04:22:07] -!- linuxcnc-build has quit [Remote host closed the connection]
[04:27:17] -!- AR_ has quit [Ping timeout: 248 seconds]
[04:27:24] -!- Valen has quit [Quit: Leaving.]
[04:47:36] -!- bill1123 has quit [Client Quit]
[05:02:44] -!- Fox_Muldr has quit [Ping timeout: 255 seconds]
[05:04:26] -!- fllr [fllr!~fllr@65-36-114-113.dyn.grandenetworks.net] has joined #leaflet
[05:11:14] sadara_afk is now known as sadara
[05:31:11] -!- pjm has quit [Ping timeout: 252 seconds]
[05:49:56] -!- fllr has quit [Ping timeout: 256 seconds]
[06:01:48] -!- fractalizer| has quit [Ping timeout: 260 seconds]
[06:03:54] -!- fractalizer| [fractalizer|!~fractaliz@108-201-65-149.lightspeed.ftwotx.sbcglobal.net] has joined #leaflet
[06:10:44] -!- ve7it has quit [Remote host closed the connection]
[06:30:55] <perl> juxta: I think you're better off writing some sort of object/function that manages the markers rather than implementing it in the markers themselves, but of course it depends on the situation.
[06:45:43] <juxta> perl: I read a bit more into it and realised I should be able to use the leaflet geojson functionality
[06:52:38] <juxta> I can't seem to get the leaflet geojson functions to work very well with LineStrings though - even the example code on the API page seems to be broken
[06:53:22] -!- Loetmichel has quit [Ping timeout: 245 seconds]
[07:04:33] -!- toxx has quit [Ping timeout: 240 seconds]
[07:05:02] -!- xeen has quit [Ping timeout: 245 seconds]
[07:08:35] Cylly is now known as Loetmichel
[07:12:14] -!- RagingComputer has quit [Ping timeout: 240 seconds]
[07:20:24] <perl> juxta: can't speak for the example since I haven't tried it, but we're using GeoJSON linestrings pretty extensively, so they should be working...
[07:20:42] <perl> juxta: can you be more specific regarding the problem?
[07:21:18] <juxta> perl: I'm not sure what goes wrong, but if use some json containing more than one linestring it does not seem to do anything at all
[07:21:37] <juxta> if I then the json so that it only contains a single linestring, it works fine
[07:22:15] <perl> juxta: are you using a geometrycollection/featurecollection, or how are you doing multiple linestrings?
[07:22:52] <juxta> perl: like this: http://pastebin.com/yYWE6e19
[07:23:12] <juxta> (that's the API example)
[07:24:37] -!- toastydeath has quit [Ping timeout: 245 seconds]
[07:26:13] <perl> juxta: I agree that example seems a bit odd
[07:26:49] <juxta> perl: how should one define multiple linestrings?
[07:26:55] <perl> juxta: haven't tried using the L.GeoJson constructor in that fashion, so I can't say for sure
[07:28:39] <perl> juxta: but I'd go with a simple for loop and use the addData method to begin with
[07:28:50] <perl> juxta: or put the linestrings into a geometrycollection
[07:29:23] <juxta> perl: thanks. the constructor seems to handle other arrays OK though, so I was a bit confused.
[07:29:51] -!- karavanjoW [karavanjoW!~karavanjo@178.124.148.114] has joined #leaflet
[07:31:56] -!- mattions [mattions!~mattions@cpc3-cmbg14-2-0-cust202.5-4.cable.virginmedia.com] has joined #leaflet
[07:33:05] -!- stsydow [stsydow!~stsydow@dslb-178-012-129-007.pools.arcor-ip.net] has joined #leaflet
[07:38:19] -!- odogono [odogono!~mohiam@cpc14-king9-2-0-cust212.19-1.cable.virginmedia.com] has joined #leaflet
[07:45:36] -!- mattions has quit [Quit: Leaving]
[07:52:29] -!- emel has quit [Excess Flood]
[07:52:51] -!- emel [emel!~emel@sd-22438.dedibox.fr] has joined #leaflet
[07:56:24] -!- mackerski [mackerski!~dermot@193.120.146.234] has joined #leaflet
[07:56:54] -!- emel has quit [Excess Flood]
[07:57:14] -!- emel [emel!~emel@sd-22438.dedibox.fr] has joined #leaflet
[07:58:08] -!- Wildhoney [Wildhoney!Wildhoney@188.0.216.75] has joined #leaflet
[08:02:43] -!- maximilian_h has quit [Quit: Leaving.]
[08:09:03] -!- xeen [xeen!xeen@eris.noname-ev.de] has joined #leaflet
[08:14:16] -!- pjm_ has quit [Read error: Connection reset by peer]
[08:15:19] -!- b_b [b_b!ejabberd@81.18.178.14] has joined #leaflet
[08:15:29] -!- b_b has quit [Changing host]
[08:15:29] -!- b_b [b_b!ejabberd@unaffiliated/b-b/x-7659960] has joined #leaflet
[08:15:34] -!- asdfasd has quit [Ping timeout: 256 seconds]
[08:32:57] -!- cmorley1 has quit [Ping timeout: 252 seconds]
[08:43:57] -!- mourner [mourner!~mourner@83.142.232.66] has joined #leaflet
[08:48:50] -!- jchapron [jchapron!6d1951ef@gateway/web/freenode/ip.109.25.81.239] has joined #leaflet
[08:58:20] -!- mackerski_ [mackerski_!~dermot@193.120.146.234] has joined #leaflet
[08:59:43] -!- mackerski has quit [Ping timeout: 245 seconds]
[08:59:43] mackerski_ is now known as mackerski
[09:17:38] -!- MattyMatt has quit [Ping timeout: 245 seconds]
[09:20:12] -!- stsydow has quit [Remote host closed the connection]
[09:48:17] -!- stsydow [stsydow!~stsydow@kbs-220.kbs.tu-berlin.de] has joined #leaflet
[10:04:53] -!- skunkworks has quit [Remote host closed the connection]
[10:21:24] -!- mourner has quit [Quit: mourner]
[10:38:00] -!- James628 has quit [Quit: Page closed]
[10:55:46] -!- stsydow has quit [Remote host closed the connection]
[10:58:09] -!- stsydow [stsydow!~stsydow@kbs-220.kbs.tu-berlin.de] has joined #leaflet
[10:59:54] -!- L84Supper has quit [Ping timeout: 256 seconds]
[11:00:53] -!- V0idExp has quit [Ping timeout: 252 seconds]
[11:09:51] -!- Youdaman [Youdaman!~Youdaman@ppp121-75.static.internode.on.net] has joined #leaflet
[11:10:00] -!- AR_ has quit [Ping timeout: 245 seconds]
[11:19:02] -!- sumpfralle has quit [Ping timeout: 252 seconds]
[11:42:51] -!- mr_new has quit [Quit: Yaaic - Yet another Android IRC client - http://www.yaaic.org]
[11:44:10] -!- Delysid [Delysid!Wildhoney@188.0.216.75] has joined #leaflet
[11:44:25] -!- Delysid has quit [Client Quit]
[11:45:35] -!- psha[work] [psha[work]!~psha@195.135.238.205] has joined #leaflet
[11:50:38] -!- dway [dway!~dway@gas45-2-82-239-0-32.fbx.proxad.net] has joined #leaflet
[11:51:01] -!- gabewillen has quit [Ping timeout: 248 seconds]
[11:53:53] -!- i_tarzan has quit [Ping timeout: 246 seconds]
[11:56:39] -!- mourner [mourner!~mourner@83.142.232.66] has joined #leaflet
[12:19:47] -!- Mikegg has quit [Ping timeout: 256 seconds]
[12:35:05] -!- micges has quit [Quit: Leaving]
[12:37:27] -!- Felix29 has quit []
[12:40:58] -!- chopper79 has quit [Ping timeout: 245 seconds]
[12:58:35] -!- gabewillen has quit [Ping timeout: 252 seconds]
[13:01:45] -!- dzajdband [dzajdband!~dzajdband@190.244.108.128] has joined #leaflet
[13:02:21] -!- dzajdband has quit [Remote host closed the connection]
[13:02:37] -!- dzajdband [dzajdband!~dzajdband@190.244.108.128] has joined #leaflet
[13:06:43] -!- jfire [jfire!~jfire@dsl092-160-015.wdc2.dsl.speakeasy.net] has joined #leaflet
[13:46:12] -!- jfire has quit [Quit: Leaving.]
[13:53:18] -!- stsydow has quit [Ping timeout: 276 seconds]
[14:01:52] -!- jfire [jfire!~jfire@50-198-132-58-static.hfc.comcastbusiness.net] has joined #leaflet
[14:09:30] -!- mhaberler has quit [Quit: mhaberler]
[14:09:55] -!- fllr [fllr!~fllr@108-194-57-212.lightspeed.rcsntx.sbcglobal.net] has joined #leaflet
[14:11:09] -!- wboykinm [wboykinm!~quassel@2620:104:e001:3020:aed4:a6e6:7380:de22] has joined #leaflet
[14:14:16] -!- gabe_willen has quit [Quit: Page closed]
[14:15:23] -!- skorasaurus [skorasaurus!~blahblahb@cpe-65-185-64-11.neo.res.rr.com] has joined #leaflet
[14:22:36] -!- mk0 has quit [Quit: Leaving]
[14:26:28] -!- focusfive has quit [Quit: Page closed]
[14:29:16] -!- tandoori has quit [Ping timeout: 256 seconds]
[14:31:51] -!- fllr has quit [Quit: leaving]
[14:38:11] -!- Valen has quit [Quit: Leaving.]
[14:42:47] -!- AR_ has quit [Ping timeout: 255 seconds]
[14:46:24] -!- holst has quit [Remote host closed the connection]
[14:58:12] -!- tmcw [tmcw!~tmcw@50-198-132-58-static.hfc.comcastbusiness.net] has joined #leaflet
[14:59:53] -!- dzajdband has quit [Remote host closed the connection]
[15:03:03] -!- jpk [jpk!~jpk@unaffiliated/vorondil] has joined #leaflet
[15:09:59] -!- capricorn_1 has quit [Quit: Konversation terminated!]
[15:13:29] -!- stsydow [stsydow!~stsydow@wlan-141-23-93-163.tubit.tu-berlin.de] has joined #leaflet
[15:13:53] -!- vladimirek has quit [Remote host closed the connection]
[15:16:37] -!- psha[work] has quit [Quit: Lost terminal]
[15:19:12] -!- sparr has quit [Ping timeout: 245 seconds]
[15:36:53] -!- skorasaurus has quit [Remote host closed the connection]
[15:39:49] -!- Oo_BIGeye has quit [Read error: Operation timed out]
[15:40:26] -!- Vq has quit [Ping timeout: 245 seconds]
[15:40:34] -!- emel has quit [Excess Flood]
[15:40:56] -!- emel [emel!~emel@sd-22438.dedibox.fr] has joined #leaflet
[15:42:08] -!- tmcw has quit [Remote host closed the connection]
[15:43:21] -!- AJSimpson [AJSimpson!d5c58e66@gateway/web/freenode/ip.213.197.142.102] has joined #leaflet
[15:45:44] -!- dzajdband [dzajdband!~dzajdband@190.244.74.107] has joined #leaflet
[15:46:46] <AJSimpson> Hello peeps, I'm looking for software to export tiles for use with Leaflet. Maybe someone can direct me to any? I'll break my neck building a custom SVG sollution.
[15:47:02] -!- zzolo [zzolo!~zzolo@64.122.82.106] has joined #leaflet
[15:49:44] <vax-> export from what?
[15:50:09] <AJSimpson> .png images.
[15:50:11] -!- jchapron has quit [Quit: Page closed]
[15:50:31] <AJSimpson> I'm working with SVGs originally, but have no problem exporting those to png images
[15:52:00] -!- tmcw [tmcw!~tmcw@50-198-132-58-static.hfc.comcastbusiness.net] has joined #leaflet
[15:53:04] -!- sparr has quit [Changing host]
[16:04:51] -!- kjn [kjn!~kjn@168.93.96.5] has joined #leaflet
[16:08:18] -!- tjb1 has quit [Quit: tjb1]
[16:23:13] -!- tjb1 has quit [Ping timeout: 240 seconds]
[16:28:42] -!- dway has quit [Quit: NOOOOOOooooooooo……]
[16:30:36] -!- mourner has quit [Quit: mourner]
[16:37:33] -!- skorasaurus [skorasaurus!~blahblahb@cpe-65-185-64-11.neo.res.rr.com] has joined #leaflet
[16:43:23] -!- AJSimpson has quit [Ping timeout: 245 seconds]
[16:46:29] -!- erictheise has quit [Quit: erictheise]
[16:48:29] -!- V0idExp has quit [Ping timeout: 252 seconds]
[16:49:44] -!- tomate_ has quit [Remote host closed the connection]
[16:50:26] -!- mourner [mourner!~mourner@83.142.232.66] has joined #leaflet
[16:50:28] -!- stsydow has quit [Remote host closed the connection]
[17:00:53] -!- gabe_temp has quit [Ping timeout: 245 seconds]
[17:01:09] -!- chillly [chillly!~chris@adsl-178-78-91-198.karoo.kcom.com] has joined #leaflet
[17:04:52] -!- mackerski has quit [Quit: mackerski]
[17:06:05] -!- motioncontrol has quit [Ping timeout: 252 seconds]
[17:13:04] -!- gabewillen has quit [Ping timeout: 246 seconds]
[17:15:49] -!- motioncontrol has quit [Remote host closed the connection]
[17:22:21] -!- mourner has quit [Quit: mourner]
[17:22:55] -!- syyl_ws has quit [Quit: Verlassend]
[17:30:00] -!- tjb1 has quit [Quit: tjb1]
[17:30:10] -!- mr_new has quit [Quit: leaving]
[17:39:06] -!- tjb1 has quit [Ping timeout: 256 seconds]
[17:39:06] tjb1_ is now known as tjb1
[17:43:30] -!- stsydow [stsydow!~stsydow@dslb-178-012-129-007.pools.arcor-ip.net] has joined #leaflet
[17:45:14] -!- stsy [stsy!~stsydow@dslb-178-012-129-007.pools.arcor-ip.net] has joined #leaflet
[17:47:54] -!- tjb1 has quit [Quit: tjb1]
[17:50:43] -!- stsy has quit [Quit: Leaving]
[17:52:08] -!- gabe_w has quit [Ping timeout: 245 seconds]
[17:52:49] phillipadsmith_ is now known as phillipadsmith
[18:02:33] -!- ekolojik has quit [Changing host]
[18:04:38] -!- tensaiteki has quit [Ping timeout: 245 seconds]
[18:11:49] -!- krusty_ar has quit [Ping timeout: 248 seconds]
[18:13:32] -!- IchGuckLive has quit [Quit: ChatZilla 0.9.87 [Firefox 18.0/20130108033621]]
[18:15:55] -!- krusty_ar [krusty_ar!~quassel@host220.190-139-235.telecom.net.ar] has joined #leaflet
[18:16:51] -!- erictheise [erictheise!~mataro@204-15-3-229-static.ipnetworksinc.net] has joined #leaflet
[18:22:53] -!- sparr has quit [Ping timeout: 240 seconds]
[18:23:46] -!- erictheise has quit [Ping timeout: 245 seconds]
[18:28:57] -!- tmcw has quit [Remote host closed the connection]
[18:30:40] -!- krusty_ar has quit [Ping timeout: 256 seconds]
[18:32:43] -!- PetefromTn has quit [Remote host closed the connection]
[18:33:12] -!- micges has quit [Read error: Connection reset by peer]
[18:34:08] -!- tmcw [tmcw!~tmcw@50-198-132-58-static.hfc.comcastbusiness.net] has joined #leaflet
[18:40:29] micges_ is now known as micges
[18:51:26] -!- tandoori_ has quit [Quit: Leaving]
[19:02:50] -!- emel has quit [Excess Flood]
[19:02:56] -!- ler_hydra has quit [Remote host closed the connection]
[19:03:12] -!- emel [emel!~emel@sd-22438.dedibox.fr] has joined #leaflet
[19:03:23] -!- sparr has quit [Changing host]
[19:11:33] -!- gabe_willen has quit [Quit: Page closed]
[19:15:30] -!- krusty_ar [krusty_ar!~quassel@host220.190-139-235.telecom.net.ar] has joined #leaflet
[19:28:45] -!- micges has quit [Read error: Operation timed out]
[19:29:02] micges_ is now known as micges
[19:33:53] -!- WalterN has quit [Ping timeout: 240 seconds]
[19:37:40] -!- emel has quit [Excess Flood]
[19:38:02] -!- emel [emel!~emel@sd-22438.dedibox.fr] has joined #leaflet
[19:43:21] -!- wboykinm has quit [Ping timeout: 245 seconds]
[19:43:51] -!- micges has quit [Read error: Operation timed out]
[19:45:08] -!- kwallace has quit [Ping timeout: 245 seconds]
[19:53:50] -!- gasbakid [gasbakid!~gasbakid@41.96.91.179] has joined #leaflet
[19:58:09] -!- skunkworks has quit [Read error: Connection reset by peer]
[20:01:33] -!- dr00bie has quit [Quit: ChatZilla 0.9.90 [Firefox 19.0.2/20130307122903]]
[20:08:46] -!- krusty_ar has quit [Remote host closed the connection]
[20:09:04] -!- krusty_ar [krusty_ar!~quassel@host220.190-139-235.telecom.net.ar] has joined #leaflet
[20:25:03] -!- erictheise [erictheise!~mataro@adsl-76-234-245-22.dsl.pltn13.sbcglobal.net] has joined #leaflet
[20:31:51] -!- odogono has quit [Quit: odogono]
[20:51:44] -!- ekolojik has quit [Quit: Konversation terminated!]
[20:56:45] -!- b_b [b_b!ejabberd@unaffiliated/b-b/x-7659960] has parted #leaflet
[20:57:31] -!- motioncontrol has quit [Quit: Sto andando via]
[20:59:42] -!- syyl has quit [Quit: Leaving]
[21:02:26] -!- DJ9DJ has quit [Quit: bye]
[21:02:35] -!- joshpierro [joshpierro!~j.pierro@208.77.58.107] has joined #leaflet
[21:08:04] -!- FinboySlick has quit [Quit: Leaving.]
[21:10:54] -!- jpk has quit [Quit: Leaving.]
[21:30:42] -!- logger[psha]_ [logger[psha]_!~loggerpsh@195.135.238.205] has joined #leaflet
[21:31:03] -!- joshpierro1 [joshpierro1!~j.pierro@208.77.58.107] has joined #leaflet
[21:32:21] -!- joshpierro has quit [Ping timeout: 248 seconds]
[21:33:34] -!- taplin has quit [*.net *.split]
[21:33:34] -!- Thetawaves has quit [*.net *.split]
[21:33:34] -!- s1dev- has quit [*.net *.split]
[21:33:34] -!- the_wench has quit [*.net *.split]
[21:33:34] -!- archivist has quit [*.net *.split]
[21:33:35] -!- logger[psha] has quit [*.net *.split]
[21:33:35] -!- moonlite_ has quit [*.net *.split]
[21:33:35] -!- markvandenborre has quit [*.net *.split]
[21:33:35] -!- MarkusBec has quit [*.net *.split]
[21:33:35] MarkusBec_ is now known as MarkusBec
[21:33:36] taplin_ is now known as taplin
[21:34:37] -!- joshpierro1 has quit [Client Quit]
[21:36:29] -!- joshpierro [joshpierro!~j.pierro@208.77.58.107] has joined #leaflet
[21:44:00] -!- sparr has quit [Ping timeout: 260 seconds]
[21:46:41] -!- dzajdband has quit [Remote host closed the connection]
[21:49:50] -!- gasbakid has quit [Read error: Connection reset by peer]
[21:53:24] -!- servos4ever has quit [Quit: ChatZilla 0.9.85 [SeaMonkey 2.0.11/20101206162726]]
[21:54:38] -!- dzajdband [dzajdband!~dzajdband@190.244.74.107] has joined #leaflet
[21:55:42] -!- dzajdband has quit [Remote host closed the connection]
[22:04:13] -!- gabe_willen has quit [Ping timeout: 245 seconds]
[22:11:32] -!- joshpierro has quit [Quit: Leaving.]
[22:11:38] -!- jfire has quit [Quit: Leaving.]
[22:12:56] -!- Wildhoney has quit [Ping timeout: 245 seconds]
[22:13:06] -!- joshpierro [joshpierro!~j.pierro@208.77.58.107] has joined #leaflet
[22:13:47] -!- tmcw has quit [Remote host closed the connection]
[22:16:05] -!- tmcw [tmcw!~tmcw@50-198-132-58-static.hfc.comcastbusiness.net] has joined #leaflet
[22:16:15] -!- zzolo has quit [Quit: zzolo]
[22:20:27] -!- tmcw has quit [Remote host closed the connection]
[22:21:23] -!- chopper79 has quit [Quit: Leaving.]
[22:23:03] -!- joshpierro has quit [Quit: Leaving.]
[22:26:06] -!- joshpierro [joshpierro!~j.pierro@208.77.58.107] has joined #leaflet
[22:29:01] -!- tanepiper has quit [Remote host closed the connection]
[22:30:58] -!- kjn has quit [Quit: Quit]
[22:31:08] -!- Fox_Muldr has quit [Ping timeout: 252 seconds]
[22:33:41] -!- ravenlock has quit [Ping timeout: 246 seconds]
[22:38:50] -!- tanepiper [tanepiper!tanepiper@2a01:7e00::f03c:91ff:feae:cde] has joined #leaflet
[22:47:56] -!- micges has quit [Quit: Leaving]
[23:07:14] -!- sumpfralle has quit [Ping timeout: 255 seconds]
[23:10:07] -!- PetefromTn has quit [Ping timeout: 264 seconds]
[23:25:26] -!- stsydow has quit [Remote host closed the connection]
[23:31:04] -!- tmcw [tmcw!~tmcw@50-198-132-58-static.hfc.comcastbusiness.net] has joined #leaflet
[23:36:36] -!- tmcw has quit [Ping timeout: 252 seconds]
[23:51:14] -!- theorbtwo has quit [Ping timeout: 240 seconds]
[23:53:30] -!- mhaberler has quit [Quit: mhaberler]
[23:54:04] -!- skorasaurus has quit [Ping timeout: 256 seconds]
[23:58:40] -!- Nick001-Shop has quit [Remote host closed the connection]
[23:59:04] -!- Tecan has quit [Ping timeout: 256 seconds]
[23:59:34] -!- Tecan has quit [Changing host]