#leaflet | Logs for 2014-10-12

Back
[00:00:26] -!- radish has quit [Remote host closed the connection]
[00:00:54] -!- radish [radish!~radish@unaffiliated/stryx/x-3871776] has joined #leaflet
[00:01:44] -!- Nick001-shop has quit [Quit: ChatZilla 0.9.91 [Firefox 30.0/20140605174243]]
[00:02:33] -!- asdfasd has quit [Ping timeout: 246 seconds]
[00:10:43] -!- erve [erve!~erve@105-237-165-169.access.mtnbusiness.co.za] has joined #leaflet
[00:14:32] -!- jerryitt [jerryitt!uid17132@gateway/web/irccloud.com/x-vnfmuobkclwfrhbn] has joined #leaflet
[00:15:00] -!- erve has quit [Ping timeout: 250 seconds]
[00:17:33] -!- skorasaurus has quit [Quit: WeeChat 1.0.1]
[00:28:34] -!- mozmck has quit [Read error: Connection reset by peer]
[00:33:34] -!- andypugh has quit [Quit: andypugh]
[00:45:11] -!- radish has quit [Remote host closed the connection]
[00:46:07] -!- radish [radish!~radish@unaffiliated/stryx/x-3871776] has joined #leaflet
[00:46:35] -!- tinkerer has quit [Quit: Leaving.]
[00:49:01] -!- asah has quit [Quit: asah]
[01:27:53] -!- fablab has quit [Ping timeout: 260 seconds]
[01:47:09] -!- mascape has quit [Ping timeout: 272 seconds]
[01:59:00] -!- asdfasd has quit [Ping timeout: 250 seconds]
[02:10:15] -!- AR_ has quit [Read error: Connection reset by peer]
[02:33:55] -!- zzolo [zzolo!~zzolo@c-75-72-229-64.hsd1.mn.comcast.net] has joined #leaflet
[02:43:28] -!- asah has quit [Client Quit]
[02:45:47] -!- syyl_ has quit [Ping timeout: 255 seconds]
[03:00:21] -!- asah has quit [Quit: asah]
[03:04:52] -!- TheZealous has quit [Ping timeout: 260 seconds]
[03:11:59] -!- erve [erve!~erve@105-237-165-169.access.mtnbusiness.co.za] has joined #leaflet
[03:17:01] -!- erve has quit [Ping timeout: 260 seconds]
[03:38:01] -!- zzolo has quit [Quit: zzolo]
[03:59:56] -!- erve [erve!~erve@105-237-165-169.access.mtnbusiness.co.za] has joined #leaflet
[04:14:37] -!- Tecan has quit [Quit: Live Long And Phosphor!]
[04:17:05] postaL_offline is now known as postaL
[04:18:57] -!- AR_ has quit [Ping timeout: 255 seconds]
[04:23:25] -!- PetefromTn_ has quit [Quit: I'm Outta here!!]
[04:48:48] -!- GJdan has quit [Quit: WeeChat 1.1-dev]
[04:55:46] -!- sumpfralle has quit [Ping timeout: 255 seconds]
[05:03:36] -!- Fox_Muldr has quit [Ping timeout: 250 seconds]
[05:05:02] postaL is now known as postaL_offline
[05:17:28] postaL_offline is now known as postaL
[05:53:11] -!- jerryitt has quit [Quit: Connection closed for inactivity]
[06:00:38] -!- rebecca has quit [Ping timeout: 255 seconds]
[06:08:57] postaL is now known as postaL_offline
[06:14:29] -!- FinboySlick has quit [Quit: Leaving.]
[06:32:39] Cylly is now known as Loetmichel
[06:48:04] -!- asah has quit [Quit: asah]
[07:03:51] -!- KimK has quit [Quit: Leaving]
[07:11:49] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[07:17:53] -!- tjtr33 has quit [Quit: Leaving]
[08:15:38] <Virtakuono> ok, so if I have to travel to somewhere where I don't have cell phone coverage to download new tiles
[08:15:46] <Virtakuono> or at least they load ridiculously slow
[08:16:10] <Virtakuono> and I still want to use leaflet to see my location in relation to some points of interest
[08:16:35] <Virtakuono> can I just use http://foo.com/blank.png as a tile source
[08:17:16] <Virtakuono> and if I scroll the map, will leaflet be smart enough to load blank.png only once and cache it somewhere?
[08:31:37] -!- assanaway has quit [Ping timeout: 260 seconds]
[10:30:22] -!- micges-dev has quit [Quit: Wychodzi]
[10:45:45] -!- md-2 [md-2!~md-2@host86-181-178-249.range86-181.btcentralplus.com] has joined #leaflet
[10:46:29] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[10:50:29] -!- micges-dev has quit [Quit: Wychodzi]
[11:14:05] <dagjomar> interesting question
[11:16:20] <dagjomar> browser do cache content, if the http-headers allow for cahching of the image - so seems like the challenge is for the tileLayer to ask for the fallback tile-image instead of the correct tile
[11:16:41] <dagjomar> sounds like an extension of the existing tileLayer class
[11:16:43] <Virtakuono> I don't know what you mean by fallback
[11:17:03] <Virtakuono> I want to do my own tile layer that the I could choose if I drive off the main roads
[11:17:29] <dagjomar> well, like you could tell the tileLayer to do: tileLayer.singleTileImage("myimage.png")
[11:18:18] <Virtakuono> I don't want anything automatic and fancy, just an option to quit loading images when it clogs the network
[11:18:26] <dagjomar> so instead of the layer itself asking server for the standard "url/z/x/y.png" it asks for "fallback.png"
[11:18:56] <Virtakuono> mmkay
[11:18:57] <dagjomar> well, it would still have to be somewhat automatic and fancy in the layer class, for detecting when it clogs and loads slowly
[11:19:13] <dagjomar> question is - where should this detecting be done
[11:19:21] <Virtakuono> no I mean when the user sees that it starts slowing down
[11:19:41] <dagjomar> so, you want the user to activate this "mode" , or the program itself
[11:19:41] <Virtakuono> he could just click a link "fuck it, I just want the points on a blank map"
[11:19:51] <dagjomar> ah - well that seems easier
[11:19:53] <Virtakuono> for starters, the user
[11:20:07] <dagjomar> and as I said, just needs to implement a function in the tileLayer class that changes the url of the requests
[11:20:41] <Virtakuono> if someone has a solution to do it automatically, even better, I won't have the time or skills to pull that off
[11:20:58] <dagjomar> automatically seems like a bigger job indeed
[11:21:17] <Virtakuono> the idea would be to fall back to using leaflet like a handheld gps device
[11:22:11] <Virtakuono> showing points on screen like on good old days when people did not carry digitized maps with them, they just saw two dots on a screen, with a distance and perhaps a compass heading
[11:22:34] <dagjomar> have you searched / opened an issue on github?
[11:23:42] <Virtakuono> no, I thought that was more for bugs
[11:24:00] <Virtakuono> not for folks like me who might have a bit esoteric use case :)
[11:24:01] <dagjomar> well - it is used for feature requests as well
[11:24:17] <dagjomar> and use cases related to offline usage seems to me an ok use case
[11:24:42] <Virtakuono> ok, I shall investigate and make a feature request
[11:24:54] <dagjomar> but - if you already have a button for "don't load background tiles" - that button might as well just remove the tileLayer entirely - right?
[11:25:10] <dagjomar> like map.removeLayer(mySlowTileLayer);
[11:25:19] <dagjomar> leaflet would still work
[11:25:26] <dagjomar> showing markers etc
[11:29:19] <dagjomar> oh - and another thing - if you really want to load a specific tile image, you can simply change the url of the tileLayer to point to "http://my-tile.png" using tileLayer.setUrl() function.
[11:29:47] <dagjomar> and the browser takes care of the caching
[11:30:01] <dagjomar> perhaps it would also work with a local image resource, but not sure
[11:31:42] -!- f1oat has quit [Ping timeout: 246 seconds]
[11:32:57] <dagjomar> so that should probably answer the feature request :p
[11:33:38] <Virtakuono> well even better would be if I would not need to load even a single white png
[11:35:15] <dagjomar> well, then the answer would be to remove the tileLayer from the map entirely
[11:35:35] <dagjomar> that would stop the layer from requesting tiles at all
[11:36:16] <dagjomar> if you want to be fancy, you could replace it with a canvas layer, and draw whatever you want on the background
[11:42:58] -!- mascape [mascape!~chatzilla@2601:6:6d00:448:74a3:48be:d447:9300] has joined #leaflet
[11:43:54] -!- mascape has quit [Client Quit]
[11:44:32] -!- dan2k3k4 [dan2k3k4!~dan2k3k4@unaffiliated/dan2k3k4] has joined #leaflet
[11:48:46] -!- dan2k3k4 has quit [Client Quit]
[11:53:58] -!- assanaway has quit [Ping timeout: 250 seconds]
[11:54:17] -!- md-2 has quit [Remote host closed the connection]
[11:54:44] -!- md-2 [md-2!~md-2@host86-181-178-249.range86-181.btcentralplus.com] has joined #leaflet
[11:59:17] -!- md-2 has quit [Ping timeout: 255 seconds]
[12:17:41] -!- erve has quit [Remote host closed the connection]
[12:18:39] -!- cox has quit [Remote host closed the connection]
[12:27:03] -!- erve [erve!~erve@105-237-165-169.access.mtnbusiness.co.za] has joined #leaflet
[12:37:56] -!- sumpfralle has quit [Ping timeout: 260 seconds]
[12:46:22] -!- gambakufu has quit [Read error: Connection reset by peer]
[12:53:12] -!- Aero-Tec2 has quit [Ping timeout: 245 seconds]
[12:55:17] -!- md-2 [md-2!~md-2@host86-181-178-249.range86-181.btcentralplus.com] has joined #leaflet
[12:58:28] -!- brianmorel_work has quit [Ping timeout: 260 seconds]
[13:00:02] -!- md-2 has quit [Ping timeout: 255 seconds]
[13:33:57] -!- skunkworks_ has quit [Ping timeout: 272 seconds]
[13:48:48] -!- md-2 [md-2!~md-2@host86-181-178-249.range86-181.btcentralplus.com] has joined #leaflet
[13:51:04] -!- moorbo has quit [Remote host closed the connection]
[13:51:38] -!- bedah has quit [Remote host closed the connection]
[13:52:47] -!- rebecca has quit [Ping timeout: 245 seconds]
[13:53:24] -!- md-2 has quit [Ping timeout: 244 seconds]
[14:04:16] -!- syyl_ has quit [Ping timeout: 260 seconds]
[14:12:25] -!- Tecan has quit [Changing host]
[14:17:28] -!- b_b [b_b!ejabberd@81.18.178.14] has joined #leaflet
[14:17:31] -!- b_b has quit [Changing host]
[14:17:31] -!- b_b [b_b!ejabberd@unaffiliated/b-b/x-7659960] has joined #leaflet
[14:19:19] -!- md-2 [md-2!~md-2@host86-181-178-249.range86-181.btcentralplus.com] has joined #leaflet
[14:20:11] -!- Tomashe [Tomashe!~Tomashe@bzq-79-182-5-242.red.bezeqint.net] has joined #leaflet
[14:20:21] <Tomashe> Hey guys
[14:20:29] <Tomashe> the spidify thing is ng working
[14:20:55] <b_b> url ?
[14:24:31] <Tomashe> no ur
[14:24:33] <Tomashe> no url
[14:24:39] <Tomashe> its on mobile app
[14:24:43] <Tomashe> atm not publushed
[14:24:49] <dagjomar> the cluster-spiderify-thing?
[14:24:50] <Tomashe> hey b_b , u used to help me in the past :)
[14:24:54] <Tomashe> yes
[14:25:08] <Tomashe> spiderfyOnMaxZoom: true
[14:25:42] <Tomashe> i just have issue that when alot of markers at the same point or very close
[14:25:44] <b_b> do you have marker on the same pos ?
[14:25:47] <Tomashe> they are just over each other
[14:25:50] <dagjomar> can you reproduce in a jsfiddle?
[14:25:57] <Tomashe> its very much issue
[14:26:00] <Tomashe> its too big
[14:26:19] <b_b> hard to help without seeign it Tomashe :p
[14:26:43] <Tomashe> hmm
[14:26:45] -!- karavanjo_ [karavanjo_!~kvirc@178.122.201.201] has joined #leaflet
[14:26:52] -!- Lathe_newbie has quit [Read error: Connection reset by peer]
[14:26:57] <Tomashe> anyone heard about issue in that area?
[14:27:04] <b_b> nope
[14:27:14] <b_b> you may search on issues on github repo
[14:27:28] <b_b> https://github.com/Leaflet/Leaflet.markercluster
[14:27:30] <dagjomar> does it work to disable clustering at all on the same zoom-level? instead of spiderifying it
[14:28:00] <Tomashe> i can not disable clustering all
[14:28:03] <Tomashe> its too many dots
[14:28:27] <dagjomar> disableClusteringAtZoom
[14:28:40] -!- karavanjo has quit [Read error: Connection reset by peer]
[14:28:42] <dagjomar> oh, yeah ok if its too many in total
[14:29:12] <Tomashe> ok i will try that
[14:29:25] <dagjomar> does the spiderfyDistanceMultiplier have any effect ?
[14:29:40] <Tomashe> i need to test
[14:30:33] <Tomashe> those are my settings at the moment
[14:30:34] <Tomashe> { spiderfyOnMaxZoom: true, animateAddingMarkers: false , removeOutsideVisibleBounds:true , disableClusteringAtZoom : 14, showCoverageOnHover: false }
[14:31:54] <b_b> disableClusteringAtZoom : 14
[14:32:16] <b_b> so you are telling the script to disable clustering ? ^^
[14:33:37] -!- md-2 has quit [Remote host closed the connection]
[14:34:06] -!- md-2 [md-2!~md-2@host86-181-178-249.range86-181.btcentralplus.com] has joined #leaflet
[14:38:37] -!- md-2 has quit [Ping timeout: 258 seconds]
[14:40:22] -!- micges-dev has quit [Quit: Wychodzi]
[14:42:37] -!- rob_h has quit [Ping timeout: 260 seconds]
[15:04:36] -!- md-2 [md-2!~md-2@host86-181-178-249.range86-181.btcentralplus.com] has joined #leaflet
[15:07:09] -!- md2 [md2!~md-2@host86-181-178-249.range86-181.btcentralplus.com] has joined #leaflet
[15:07:33] md2 is now known as Guest29297
[15:07:35] -!- md-2 has quit [Read error: Connection reset by peer]
[15:11:52] -!- Tecan has quit [Read error: Connection timed out]
[15:21:57] <dagjomar> Tomashe: any luck?
[15:28:13] -!- moorbo has quit []
[15:32:02] -!- jst has quit [Remote host closed the connection]
[15:32:59] -!- jst has quit [Remote host closed the connection]
[15:38:32] -!- Guest29297 has quit [Remote host closed the connection]
[15:38:35] -!- radish has quit [Remote host closed the connection]
[15:39:04] -!- md-2 [md-2!~md-2@host86-181-178-249.range86-181.btcentralplus.com] has joined #leaflet
[15:39:25] -!- radish [radish!~radish@2a02:29e0:1:278:1234:1234:40e8:45e7] has joined #leaflet
[15:39:27] -!- radish has quit [Changing host]
[15:39:27] -!- radish [radish!~radish@unaffiliated/stryx/x-3871776] has joined #leaflet
[15:43:40] -!- md-2 has quit [Ping timeout: 260 seconds]
[15:54:46] -!- gonzo_ has quit [Read error: Connection reset by peer]
[15:57:13] -!- timm_ has quit [Quit: Page closed]
[16:08:31] -!- zzolo [zzolo!~zzolo@c-75-72-229-64.hsd1.mn.comcast.net] has joined #leaflet
[16:17:20] -!- Tecan has quit [Read error: Connection timed out]
[16:24:55] -!- ler_hydra has quit [Remote host closed the connection]
[16:26:39] <Tomashe> dagjomar
[16:26:43] <Tomashe> actually im doing some changed here
[16:26:54] <Tomashe> and trying to see what happened
[16:32:01] -!- IrrerIvan has quit [Ping timeout: 244 seconds]
[16:34:05] -!- assanaway has quit []
[16:39:40] -!- md-2 [md-2!~md-2@host86-181-178-249.range86-181.btcentralplus.com] has joined #leaflet
[16:44:35] -!- md-2 has quit [Ping timeout: 272 seconds]
[16:47:14] -!- PetefromTn_ has quit [Quit: I'm Outta here!!]
[16:52:36] -!- jerryitt [jerryitt!uid17132@gateway/web/irccloud.com/x-hahlijtnwimrxbnf] has joined #leaflet
[17:06:29] -!- zzolo has quit [Quit: zzolo]
[17:08:45] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[17:13:43] -!- asah has quit [Quit: asah]
[17:18:41] -!- syyl_ws has quit [Quit: Verlassend]
[17:20:39] -!- GJdan [GJdan!~dan@d154-20-234-134.bchsia.telus.net] has joined #leaflet
[17:21:48] -!- ktchk has quit [Client Quit]
[17:28:15] -!- IrrerIvan has quit [Ping timeout: 255 seconds]
[17:33:10] -!- scooty_puff has quit [Remote host closed the connection]
[17:33:11] -!- gene78 has quit [Read error: Connection reset by peer]
[17:34:25] -!- James628 has quit [Quit: Page closed]
[17:40:15] -!- md-2 [md-2!~md-2@host86-181-178-249.range86-181.btcentralplus.com] has joined #leaflet
[17:44:09] -!- IrrerIvan has quit [Ping timeout: 258 seconds]
[17:44:37] -!- JLuc69 has quit [Quit: Quitte]
[17:44:55] -!- md-2 has quit [Ping timeout: 258 seconds]
[17:48:08] -!- amiri [amiri!~amiri@cpe-76-95-109-253.socal.res.rr.com] has joined #leaflet
[17:51:34] -!- amiri_ has quit [Ping timeout: 255 seconds]
[18:04:44] -!- md-2 [md-2!~md-2@host86-181-178-249.range86-181.btcentralplus.com] has joined #leaflet
[18:09:12] -!- md-2 has quit [Ping timeout: 255 seconds]
[18:09:27] -!- IrrerIvan has quit [Ping timeout: 272 seconds]
[18:31:06] -!- b_b [b_b!ejabberd@unaffiliated/b-b/x-7659960] has parted #leaflet
[19:05:28] -!- md-2 [md-2!~md-2@host86-181-178-249.range86-181.btcentralplus.com] has joined #leaflet
[19:10:07] -!- md-2 has quit [Ping timeout: 244 seconds]
[19:21:01] -!- nofxx has quit [Changing host]
[19:27:27] <Tomashe> dagjomar:
[19:27:29] <Tomashe> are u here?
[19:27:47] <dagjomar> yup
[19:27:51] <Tomashe> ok its not working
[19:27:59] <Tomashe> i have likie 10 markers on same position :/
[19:28:08] <dagjomar> exactly same position?
[19:29:33] <Tomashe> yes
[19:29:35] <Tomashe> 1:1
[19:43:22] -!- md-2 [md-2!~md-2@host86-181-178-249.range86-181.btcentralplus.com] has joined #leaflet
[19:47:07] <dagjomar> are you able to put example code reproducing the problem in a jsfiddle?
[19:47:39] -!- rebecca has quit [Ping timeout: 246 seconds]
[19:50:16] <Tomashe> its too damn big
[19:59:29] -!- skunkworks_ has quit [Ping timeout: 272 seconds]
[20:00:43] -!- md-2 has quit [*.net *.split]
[20:00:43] -!- amiri has quit [*.net *.split]
[20:00:43] -!- gambakufu has quit [*.net *.split]
[20:00:44] -!- Komzpa has quit [*.net *.split]
[20:00:44] -!- __rob has quit [*.net *.split]
[20:00:44] -!- The_Ball has quit [*.net *.split]
[20:00:45] -!- KGB-linuxcnc has quit [*.net *.split]
[20:00:45] -!- ink has quit [*.net *.split]
[20:00:45] -!- cradek has quit [*.net *.split]
[20:00:46] -!- aude has quit [*.net *.split]
[20:00:46] -!- uwe_ has quit [*.net *.split]
[20:00:46] -!- jdh has quit [*.net *.split]
[20:00:47] -!- seb_kuzminsky has quit [*.net *.split]
[20:00:47] -!- jepler has quit [*.net *.split]
[20:00:47] -!- Hawku has quit [*.net *.split]
[20:00:58] -!- amiri [amiri!~amiri@cpe-76-95-109-253.socal.res.rr.com] has joined #leaflet
[20:01:01] -!- aude [aude!~filbertkm@li137-250.members.linode.com] has joined #leaflet
[20:01:01] -!- Komzpa [Komzpa!~kom@mm-71-245-57-86.leased.line.mgts.by] has joined #leaflet
[20:01:17] -!- md-2 [md-2!~md-2@host86-181-178-249.range86-181.btcentralplus.com] has joined #leaflet
[20:13:18] -!- toastydeath has quit [Read error: Connection reset by peer]
[20:21:38] -!- ler_hydra has quit [Remote host closed the connection]
[20:29:59] -!- jasen has quit [Quit: Page closed]
[20:31:07] <Tomashe> hmm
[20:32:40] -!- f1oat has quit [Ping timeout: 255 seconds]
[20:33:54] <dagjomar> can't you just extract the 10 markers that are inplace?
[20:34:00] <dagjomar> they must be in the dataset somewhere
[20:36:53] -!- patrickarlt has quit [Quit: Leaving...]
[20:45:30] postaL_offline is now known as postaL
[20:51:12] -!- asah has quit [Quit: asah]
[20:52:12] <Tomashe> ok ok lets do it from the start
[20:52:15] <Tomashe> this is my config
[20:52:40] <Tomashe> { spiderfyOnMaxZoom: true, animateAddingMarkers: false , removeOutsideVisibleBounds:true , disableClusteringAtZoom : 14, showCoverageOnHover: false }
[20:52:44] <Tomashe> clustering config ofc
[20:52:58] <Tomashe> my map config
[20:53:12] <Tomashe> L.map('map', {minZoom:3, zoomAnimation:true,fadeAnimation:true,zoomControl:false,attributionControl:false}).setView([lat,lon], zoom)
[20:55:02] <Tomashe> dagjomar
[20:55:34] <dagjomar> do you have the coordinates of the problem markers in question
[20:55:47] <Tomashe> what you mean?
[20:57:01] <Tomashe> ok ok looks like hwne i removethe disableClusteringAtZoom : 14 ist working
[20:57:02] <Tomashe> BUT
[20:57:49] <Tomashe> but even if i zoom to max i still see cluster and only by clickig on it it open the spiderfy :/ i want it to spiderfy it when the markers are too close anyhow
[21:01:07] <Tomashe> what do you think dagjomar?
[21:04:02] -!- Loetmichel has quit [Ping timeout: 245 seconds]
[21:04:29] <dagjomar> well, setting the spiderfyDistanceMultiplier:50 or something should make them spiderify even though they are very close
[21:04:41] <dagjomar> just fiddle around with the number till you get an effect
[21:05:09] <dagjomar> but it will affect other clusters as well, so might have to do some tweaking after
[21:05:15] <dagjomar> but see if it has any effect
[21:05:24] <Tomashe> ok i will test it
[21:05:25] <dagjomar> should probably be set in the options when initing the clusterLayer
[21:05:44] -!- phantoxeD has quit []
[21:06:28] -!- Deejay has quit [Quit: bye]
[21:08:34] -!- zzolo [zzolo!~zzolo@c-75-72-229-64.hsd1.mn.comcast.net] has joined #leaflet
[21:08:46] <Tomashe> the spiderfyDistanceMultiplier:50 doesnt really remove the cluster , it just make the position far from the origin spot
[21:10:29] -!- zzolo has quit [Client Quit]
[21:10:53] -!- zzolo [zzolo!~zzolo@c-75-72-229-64.hsd1.mn.comcast.net] has joined #leaflet
[21:10:57] -!- zzolo has quit [Client Quit]
[21:17:40] -!- nofxx has quit [Ping timeout: 258 seconds]
[21:20:06] gonzo__ is now known as gonzo_
[21:21:16] -!- nofxx has quit [Changing host]
[21:34:39] -!- zzolo [zzolo!~zzolo@c-75-72-229-64.hsd1.mn.comcast.net] has joined #leaflet
[21:45:03] -!- md-2 has quit [Quit: Leaving...]
[22:06:06] -!- zzolo has quit [Quit: zzolo]
[22:08:37] -!- sirdancealot has quit [Ping timeout: 245 seconds]
[22:33:20] <Tomashe> ?
[22:34:01] postaL is now known as postaL_offline
[22:51:36] -!- AR_ has quit [Read error: Connection reset by peer]
[23:01:01] -!- Valen has quit [Quit: Leaving.]
[23:01:27] -!- IrrerIvan has quit [Client Quit]
[23:08:10] -!- erve has quit [Remote host closed the connection]
[23:08:12] -!- sirdancealot has quit [Ping timeout: 245 seconds]
[23:09:15] -!- gambakufu has quit [Ping timeout: 246 seconds]
[23:19:21] -!- zzolo [zzolo!~zzolo@c-75-72-229-64.hsd1.mn.comcast.net] has joined #leaflet
[23:29:40] -!- gonzo_nb has quit [Remote host closed the connection]
[23:32:25] -!- kfoltman has quit [Quit: Ex-Chat]
[23:40:51] -!- rob_h has quit [Ping timeout: 255 seconds]
[23:43:12] -!- f1oat has quit [Ping timeout: 245 seconds]
[23:50:25] -!- Nick001-shop has quit [Quit: ChatZilla 0.9.91 [Firefox 30.0/20140605174243]]
[23:55:50] -!- zzolo has quit [Quit: zzolo]