#leaflet | Logs for 2013-12-14

Back
[00:02:41] -!- jfire1 has quit [Quit: Leaving.]
[00:06:39] -!- lucashodge [lucashodge!~lukehodge@ppp118-209-45-23.lns20.mel4.internode.on.net] has joined #leaflet
[00:10:04] -!- jeremy79 has quit [Quit: Leaving.]
[00:17:45] -!- patrickarlt has quit [Remote host closed the connection]
[00:18:01] -!- lucashodge has quit [Quit: Goodbye all.]
[00:18:04] -!- patrickarlt [patrickarlt!~patrickar@198.102.43.49] has joined #leaflet
[00:18:07] -!- patrickarlt has quit [Remote host closed the connection]
[00:23:18] -!- cwmma [cwmma!~cwmma@c-98-229-58-62.hsd1.ma.comcast.net] has joined #leaflet
[00:25:00] -!- jasen_ has quit [Quit: Page closed]
[00:26:01] -!- cwmma has quit [Client Quit]
[00:27:21] -!- asdfasd has quit [Ping timeout: 272 seconds]
[00:28:21] -!- harmonia_ has quit [Remote host closed the connection]
[00:29:59] -!- cwmma [cwmma!~cwmma@c-98-229-58-62.hsd1.ma.comcast.net] has joined #leaflet
[00:38:11] -!- sudobangbang has quit [Ping timeout: 260 seconds]
[00:39:51] -!- CHNCguy has quit []
[00:44:10] -!- Tecan has quit [Ping timeout: 245 seconds]
[00:51:30] -!- PCW has quit [Remote host closed the connection]
[00:57:02] -!- andypugh has quit [Quit: andypugh]
[00:57:40] -!- micges has quit [Quit: Leaving]
[01:08:13] -!- Tecan has quit [Changing host]
[01:14:34] -!- lyzidiamond has quit [Quit: lyzidiamond]
[01:20:51] -!- kent1 [kent1!~kent1@109.236.27.93.rev.sfr.net] has joined #leaflet
[01:28:25] -!- lyzidiamond [lyzidiamond!~lyzi@c-24-21-210-23.hsd1.or.comcast.net] has joined #leaflet
[01:29:27] -!- toner has quit [Ping timeout: 260 seconds]
[01:34:18] -!- kent1 has quit [Quit: Leaving.]
[01:44:48] -!- lyzidiamond has quit [Quit: lyzidiamond]
[01:55:13] -!- dway has quit [Quit: dway]
[02:01:35] -!- kent1 [kent1!~kent1@100.34.68.91.rev.sfr.net] has joined #leaflet
[02:02:39] -!- cwmma has quit [Quit: cwmma]
[02:09:15] -!- Servos4ever has quit [Quit: ChatZilla 0.9.90.1 [SeaMonkey 2.22.1/20131113180410]]
[02:13:42] -!- terabyte- has quit [Quit: terabyte-]
[02:21:10] -!- GuShH has quit [Quit: ????]
[02:22:23] c-bob| is now known as c-bob|afk
[02:22:24] -!- c-bob has quit [Ping timeout: 246 seconds]
[02:23:50] -!- exco has quit [Ping timeout: 240 seconds]
[02:27:41] -!- rob_h has quit [Ping timeout: 272 seconds]
[02:32:36] -!- patrickarlt [patrickarlt!~patrickar@c-50-139-85-147.hsd1.or.comcast.net] has joined #leaflet
[02:42:48] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[02:44:19] -!- patrickarlt has quit [Quit: Leaving...]
[02:56:06] -!- LeafAuto [LeafAuto!4229386c@gateway/web/freenode/ip.66.41.56.108] has joined #leaflet
[02:59:09] <LeafAuto> anyone around?
[03:00:08] -!- cwmma [cwmma!~cwmma@c-98-229-58-62.hsd1.ma.comcast.net] has joined #leaflet
[03:10:42] -!- cwmma has quit [Quit: cwmma]
[03:19:53] -!- kent1 has quit [Quit: Leaving.]
[03:27:37] -!- cwmma [cwmma!~cwmma@c-98-229-58-62.hsd1.ma.comcast.net] has joined #leaflet
[03:29:36] -!- kent1 [kent1!~kent1@100.34.68.91.rev.sfr.net] has joined #leaflet
[03:29:57] -!- kent1 has quit [Client Quit]
[03:35:39] -!- cwmma has quit [Quit: cwmma]
[03:38:54] -!- arkgis has quit [Remote host closed the connection]
[03:39:13] <racicot> whats up LeafAuto
[03:39:32] <LeafAuto> stil struggling with this issue
[03:39:45] <racicot> turning on and off a layer group?
[03:39:58] <LeafAuto> yes. I built a minimal example using a leaflet tutorial, and that works.
[03:40:09] <LeafAuto> which makes me mad of course :)
[03:40:28] <racicot> is your problem page someplace visible to the outside world?
[03:41:23] <LeafAuto> not right now (or not easily)
[03:42:06] <racicot> hmmm... that kind of makes it hard
[03:42:25] -!- archivist_herron has quit [Ping timeout: 272 seconds]
[03:42:25] <LeafAuto> yeah
[03:43:01] <LeafAuto> fundamentally, what could cause the layer to be able to be turned on, but not off?
[03:44:33] <racicot> well... maybe the control loosing a reference to the layer group object... or not having it at all
[03:45:11] <racicot> i.e. the layer group gets added to the map "on".... and then the control does not have a valid reference to the layer group and cant remove it from the map
[03:45:22] <racicot> but it is really hard to say without seeing an example
[03:46:02] <LeafAuto> hmm
[03:50:41] <LeafAuto> i have two layers in a layergroup
[03:50:58] <LeafAuto> when i separate them into their own layers, the control works fine. something doesn't add up here.
[03:51:15] -!- AR_ has quit [Ping timeout: 265 seconds]
[03:51:57] <racicot> cant you copy and paste the code that creates the layer group into a gist?
[03:52:14] <LeafAuto> var CircGroup = L.layerGroup([CircLayerEastBank, CircLayerStPaul]);
[03:52:18] <LeafAuto> that's all it is
[03:53:23] <racicot> put a 'new' after the =
[03:53:51] <LeafAuto> same result
[03:53:58] <LeafAuto> my working minimal example does not have a 'new'
[03:54:49] <racicot> oh, you are using layerGroup and not LayerGroup... that is why
[03:55:09] * racicot is tired on Friday evening
[03:55:49] <LeafAuto> same result :(
[03:56:35] <LeafAuto> the weird thing is, the checkbox for the group (on the control) is not in the correct order as defined in my OverlayMaps
[03:56:47] <racicot> so layerGroup (with lower case) is a function that basically does the 'new' with the LayerGroup (upper case)
[03:56:51] <LeafAuto> it gets placed last no matter where I list it.
[03:57:08] <racicot> well... I really think I cant help much without seeing a broken example to play with
[03:57:19] <racicot> it is kind of to hard to just "guess"
[03:57:58] <LeafAuto> i know
[03:58:02] <LeafAuto> well, thanks.
[04:00:45] <racicot> Good luck
[04:00:59] <racicot> let me know if you get something that I can actually look at... happy to help
[04:01:38] <LeafAuto> thanks for your help
[04:02:54] <LeafAuto> could the geojson possibly cause an issue with layergroups?
[04:20:52] <LeafAuto> i think i figured it out
[04:20:53] <LeafAuto> !!!
[04:21:21] <LeafAuto> i have the Leaflet Search control on my page. when I add that, it causes a conflict with the layergroup.
[04:23:23] <LeafAuto> it's still placing the group in the wrong position in the controller for some reason, but at least it works
[04:44:53] -!- ravenlock has quit [Ping timeout: 248 seconds]
[04:52:10] <racicot> glad you made progress LeafAuto
[04:52:30] <LeafAuto> thanks. have you ever used leaflet search?
[04:52:41] <racicot> nope
[04:55:39] <LeafAuto> any idea why it would be placing the checkbox in the wrong order?
[05:01:11] <racicot> can you https://gist.github.com/ the code that adds the layers and the control?
[05:23:42] -!- thomaslindstr_m has quit [Remote host closed the connection]
[05:28:17] -!- LeafAuto has quit [Ping timeout: 272 seconds]
[05:57:14] -!- dhoovie has quit [Read error: Connection reset by peer]
[06:03:07] -!- Fox_Muldr has quit [Ping timeout: 246 seconds]
[06:22:35] -!- Komzpa has quit [Ping timeout: 260 seconds]
[07:12:03] -!- Nekosan has quit [Quit: later folks...]
[07:17:55] -!- WalterN_bed has quit [Ping timeout: 245 seconds]
[07:42:23] -!- lyzidiamond [lyzidiamond!~lyzi@c-24-21-210-23.hsd1.or.comcast.net] has joined #leaflet
[08:04:19] -!- jstenback has quit [Ping timeout: 260 seconds]
[08:04:33] -!- Mr_Mayhem has quit [Ping timeout: 250 seconds]
[08:22:53] -!- KimK_1 has quit [Remote host closed the connection]
[08:51:42] -!- kent1 [kent1!~kent1@68.79.70.86.rev.sfr.net] has joined #leaflet
[08:52:44] -!- kent1 has quit [Client Quit]
[09:22:28] -!- kent1 [kent1!~kent1@ARennes-252-1-71-215.w2-11.abo.wanadoo.fr] has joined #leaflet
[09:26:08] -!- lyzidiamond has quit [Quit: lyzidiamond]
[09:45:19] -!- syyl-- has quit [Ping timeout: 272 seconds]
[09:54:14] -!- cmorley has quit [Ping timeout: 264 seconds]
[09:56:18] -!- Veticus has quit [Quit: Textual IRC Client: www.textualapp.com]
[10:03:59] -!- Thetawaves has quit [Quit: Leaving]
[10:11:29] -!- Komzpa [Komzpa!~kom@host-33-158-66-217.spbmts.ru] has joined #leaflet
[10:30:03] JeAl is now known as JesusAlos
[10:30:09] JesusAlos is now known as JeAl
[10:32:11] -!- b_b [b_b!ejabberd@81.18.178.14] has joined #leaflet
[10:32:33] -!- b_b has quit [Changing host]
[10:32:33] -!- b_b [b_b!ejabberd@unaffiliated/b-b/x-7659960] has joined #leaflet
[10:46:43] -!- Komzzpa [Komzzpa!~kom@host-94-159-66-217.spbmts.ru] has joined #leaflet
[10:48:14] -!- Komzpa has quit [Ping timeout: 240 seconds]
[10:55:29] -!- kiw [kiw!~Thunderbi@can59-6-78-242-55-183.fbx.proxad.net] has joined #leaflet
[10:58:12] -!- b_b has quit [Disconnected by services]
[10:58:39] -!- b_b [b_b!ejabberd@81.18.178.14] has joined #leaflet
[10:59:03] -!- b_b has quit [Changing host]
[10:59:03] -!- b_b [b_b!ejabberd@unaffiliated/b-b/x-7659960] has joined #leaflet
[11:11:20] -!- odogono [odogono!~odogono@cpc14-king9-2-0-cust212.19-1.cable.virginm.net] has joined #leaflet
[11:27:47] -!- odogono has quit [Ping timeout: 260 seconds]
[11:28:40] -!- kent1 has quit [Quit: Leaving.]
[11:29:48] -!- kent1 [kent1!~kent1@ARennes-252-1-71-215.w2-11.abo.wanadoo.fr] has joined #leaflet
[11:34:57] -!- pjm has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
[11:42:38] -!- FreezingCold has quit [Ping timeout: 240 seconds]
[12:09:55] -!- kent1 has quit [Quit: Leaving.]
[12:23:43] -!- kent1 [kent1!~kent1@ARennes-252-1-71-215.w2-11.abo.wanadoo.fr] has joined #leaflet
[12:28:16] -!- b_b [b_b!ejabberd@unaffiliated/b-b/x-7659960] has parted #leaflet
[12:28:46] -!- b_b [b_b!ejabberd@81.18.178.14] has joined #leaflet
[12:33:11] -!- exco has quit [Ping timeout: 245 seconds]
[12:38:11] -!- `Nerobro has quit [Ping timeout: 260 seconds]
[12:40:14] -!- Komzzpa has quit [Ping timeout: 240 seconds]
[12:40:50] -!- b_b [b_b!ejabberd@81.18.178.14] has parted #leaflet
[12:41:29] -!- b_b [b_b!ejabberd@81.18.178.14] has joined #leaflet
[12:47:49] -!- alixaxel has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
[13:02:02] -!- exco has quit [Ping timeout: 264 seconds]
[13:04:51] -!- kiw has quit [Ping timeout: 250 seconds]
[13:06:37] -!- cwmma [cwmma!~cwmma@c-98-229-58-62.hsd1.ma.comcast.net] has joined #leaflet
[13:11:19] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@c80-216-4-133.bredband.comhem.se] has joined #leaflet
[13:27:08] -!- micges has quit [Ping timeout: 240 seconds]
[13:46:18] -!- h0st1le has quit [K-Lined]
[13:55:35] -!- skunkworks has quit [Remote host closed the connection]
[13:59:58] -!- thomaslindstr_m has quit [Remote host closed the connection]
[14:00:16] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@c80-216-4-133.bredband.comhem.se] has joined #leaflet
[14:03:12] -!- Tom_itx has quit []
[14:04:10] -!- arkgis [arkgis!~arkgis@cm-84.215.134.248.getinternet.no] has joined #leaflet
[14:06:50] -!- arkgis has quit [Remote host closed the connection]
[14:08:30] -!- cwmma has quit [Quit: cwmma]
[14:23:26] -!- kent1 has quit [Quit: Leaving.]
[14:30:15] -!- Valen has quit [Quit: Leaving.]
[14:32:08] -!- GuShH_Lap has quit [Ping timeout: 265 seconds]
[14:33:14] -!- WalterN_bed has quit [Ping timeout: 264 seconds]
[14:38:58] -!- b_b [b_b!ejabberd@81.18.178.14] has parted #leaflet
[14:39:21] -!- b_b [b_b!ejabberd@81.18.178.14] has joined #leaflet
[14:57:22] -!- MacGalempsy has quit [Read error: Connection reset by peer]
[15:03:50] -!- b_b [b_b!ejabberd@81.18.178.14] has parted #leaflet
[15:04:00] -!- b_b [b_b!ejabberd@81.18.178.14] has joined #leaflet
[15:09:17] -!- skorasaurus has quit [Read error: Connection reset by peer]
[15:13:28] -!- skorasaurus [skorasaurus!~skors@cpe-65-185-69-50.neo.res.rr.com] has joined #leaflet
[15:18:05] -!- kent1 [kent1!~kent1@ARennes-252-1-71-215.w2-11.abo.wanadoo.fr] has joined #leaflet
[15:26:34] -!- jfire [jfire!~Adium@c-69-255-109-192.hsd1.dc.comcast.net] has joined #leaflet
[15:32:39] -!- jfire has quit [Quit: Leaving.]
[15:33:23] -!- jfire [jfire!~Adium@c-69-255-109-192.hsd1.dc.comcast.net] has joined #leaflet
[15:35:35] -!- jfire has quit [Client Quit]
[15:39:18] -!- b_b has quit [Changing host]
[15:39:18] -!- b_b [b_b!ejabberd@unaffiliated/b-b/x-7659960] has joined #leaflet
[15:59:23] -!- kwallace has quit [Ping timeout: 260 seconds]
[16:03:06] -!- sudobangbang [sudobangbang!~chatzilla@75-151-97-182-Washington.hfc.comcastbusiness.net] has joined #leaflet
[16:06:41] -!- kent1 has quit [Quit: Leaving.]
[16:24:59] -!- terabyte- has quit [Quit: terabyte-]
[16:30:38] -!- GuShh_Lap2 has quit [Ping timeout: 240 seconds]
[17:04:10] -!- dgarr has quit [Quit: Leaving.]
[17:08:14] -!- Tom_itx has quit [Ping timeout: 240 seconds]
[17:13:36] -!- thomaslindstr_m has quit [Quit: Leaving...]
[17:15:37] -!- flughafen has quit [Ping timeout: 272 seconds]
[17:17:34] -!- terabyte- has quit [Quit: terabyte-]
[17:18:47] -!- arekm has quit [Ping timeout: 272 seconds]
[17:28:32] -!- kent1 [kent1!~kent1@ARennes-252-1-71-215.w2-11.abo.wanadoo.fr] has joined #leaflet
[17:29:40] -!- JeAl has quit [Quit: ChatZilla 0.9.90.1 [Firefox 25.0.1/20131112160018]]
[17:31:11] -!- kent1 [kent1!~kent1@ARennes-252-1-71-215.w2-11.abo.wanadoo.fr] has parted #leaflet
[17:38:08] -!- jepler has quit [Quit: bbl]
[17:41:06] -!- arekm has quit [Ping timeout: 245 seconds]
[17:45:56] -!- mayaolant has quit [Remote host closed the connection]
[17:48:35] gweepprefect is now known as TangentAudio
[17:49:27] -!- exco has quit [Ping timeout: 252 seconds]
[18:05:32] -!- jfrmilner has quit [Ping timeout: 240 seconds]
[18:05:34] -!- _marka96 has quit [Ping timeout: 263 seconds]
[18:05:37] -!- ck1 has quit [Ping timeout: 240 seconds]
[18:05:38] _marka96_ is now known as _marka96
[18:05:39] -!- zlog has quit [Ping timeout: 240 seconds]
[18:05:40] -!- WalterN_bed has quit [Ping timeout: 240 seconds]
[18:05:41] -!- Fox_Muldr has quit [Ping timeout: 240 seconds]
[18:05:42] -!- toastyde1th has quit [Ping timeout: 240 seconds]
[18:05:45] -!- `Nerobro has quit [Ping timeout: 240 seconds]
[18:05:45] -!- pjm has quit [Ping timeout: 240 seconds]
[18:05:49] -!- ReadError has quit [Ping timeout: 240 seconds]
[18:10:50] -!- arekm has quit [Changing host]
[18:14:17] -!- arekm has quit [Ping timeout: 240 seconds]
[18:15:32] -!- arekm has quit [Changing host]
[18:16:24] -!- IchGuckLive has quit [Read error: Connection reset by peer]
[18:28:49] -!- Demiurge has quit [Quit: Demiurge]
[18:35:34] -!- chillly [chillly!~chris@adsl-178-78-91-198.karoo.kcom.com] has joined #leaflet
[18:36:34] -!- terabyte- has quit [Quit: terabyte-]
[18:38:25] -!- syyl_ws has quit [Quit: Verlassend]
[18:40:49] -!- cwmma [cwmma!~cwmma@c-98-229-58-62.hsd1.ma.comcast.net] has joined #leaflet
[18:48:23] -!- Loetmichel has quit [Disconnected by services]
[18:48:26] Cylly is now known as Loetmichel
[18:57:29] -!- cwmma has quit [Quit: cwmma]
[18:58:45] -!- cwmma [cwmma!~cwmma@c-98-229-58-62.hsd1.ma.comcast.net] has joined #leaflet
[19:16:53] ck1 is now known as flughafen
[19:16:58] -!- tjb11 has quit [Ping timeout: 250 seconds]
[19:17:58] -!- ve7it has quit [Ping timeout: 250 seconds]
[19:17:58] -!- Jymmm has quit [Ping timeout: 250 seconds]
[19:18:06] -!- terabyte- has quit [Quit: terabyte-]
[19:18:24] -!- uw has quit [Ping timeout: 250 seconds]
[19:21:25] -!- gimpswork has quit [Client Quit]
[19:21:58] -!- begemott [begemott!~begemott@195.78.108.138] has joined #leaflet
[19:22:07] -!- begemott has quit [Read error: Connection reset by peer]
[19:27:09] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@c80-216-4-133.bredband.comhem.se] has joined #leaflet
[19:31:38] -!- IchGuckLive has quit [Quit: ChatZilla 0.9.87 [Firefox 20.0/20130329043827]]
[19:32:22] -!- asheppard_ [asheppard_!~sheppard@75-146-187-1-Minnesota.hfc.comcastbusiness.net] has joined #leaflet
[19:32:23] -!- grummund has quit [Ping timeout: 250 seconds]
[19:32:23] -!- sheppard has quit [Ping timeout: 250 seconds]
[19:32:24] -!- jonpry has quit [Ping timeout: 250 seconds]
[19:34:26] -!- AR_ has quit [Ping timeout: 264 seconds]
[19:39:44] -!- cwmma has quit [Quit: cwmma]
[19:51:28] -!- dddev [dddev!~dddev@68.235.152.100] has joined #leaflet
[19:56:10] -!- GuShH_Lap has quit [Quit: ????]
[20:01:06] -!- uw has quit [Quit: Leaving]
[20:02:03] -!- Jymmmm has quit [Ping timeout: 260 seconds]
[20:02:50] -!- cwmma [cwmma!~cwmma@c-98-229-58-62.hsd1.ma.comcast.net] has joined #leaflet
[20:04:20] -!- jfire [jfire!~Adium@65.199.61.222] has joined #leaflet
[20:04:33] -!- jfire has quit [Client Quit]
[20:09:18] -!- dddev has quit []
[20:10:28] -!- cwmma has quit [Quit: cwmma]
[20:15:41] <skorasaurus> ping ybon
[20:19:34] -!- terabyte- has quit [Quit: terabyte-]
[20:24:08] -!- tinkerer has quit [Quit: Leaving.]
[20:28:20] -!- morfic has quit [Ping timeout: 245 seconds]
[20:52:23] -!- cwmma [cwmma!~cwmma@c-98-229-58-62.hsd1.ma.comcast.net] has joined #leaflet
[20:58:56] -!- Komzzpa [Komzzpa!~kom@host-21-158-66-217.spbmts.ru] has joined #leaflet
[21:05:45] -!- lyzidiamond [lyzidiamond!~lyzi@c-24-21-210-23.hsd1.or.comcast.net] has joined #leaflet
[21:10:12] -!- adb has quit [Ping timeout: 252 seconds]
[21:13:39] -!- lyzidiamond has quit [Quit: lyzidiamond]
[21:15:32] -!- donkey has quit [Quit: DERP!]
[21:22:13] -!- zlog has quit [Ping timeout: 248 seconds]
[21:22:22] -!- _marka96 has quit [Quit: ChatZilla 0.9.90.1 [Firefox 25.0.1/20131112160018]]
[21:22:45] -!- Tom_itx has quit [Ping timeout: 248 seconds]
[21:28:43] -!- morfic has quit [Ping timeout: 240 seconds]
[21:38:37] -!- TangentAudio has quit [Quit: Lost terminal]
[21:52:09] -!- cwmma has quit [Quit: cwmma]
[21:52:26] -!- Komzzpa has quit [Ping timeout: 264 seconds]
[22:14:46] -!- Deejay has quit [Quit: bye]
[22:22:06] -!- tiwake_bed has quit [Read error: Connection reset by peer]
[22:33:30] -!- gazprom has quit [Remote host closed the connection]
[22:37:43] -!- motioncontrol has quit [Quit: Sto andando via]
[22:39:55] -!- juanluisrp1 [juanluisrp1!~juanluisr@85.136.159.137.dyn.user.ono.com] has joined #leaflet
[22:42:33] -!- chillly has quit [Quit: Leaving]
[22:43:15] -!- jlrodriguez has quit [Ping timeout: 252 seconds]
[22:45:12] -!- jlrodriguez [jlrodriguez!~juanluisr@85.136.159.137.dyn.user.ono.com] has joined #leaflet
[22:48:29] -!- juanluisrp [juanluisrp!~juanluisr@85.136.159.137.dyn.user.ono.com] has joined #leaflet
[22:49:09] -!- juanluisrp1 has quit [Ping timeout: 248 seconds]
[22:49:29] -!- krusty_ar_ has quit [Ping timeout: 265 seconds]
[22:50:51] -!- jlrodriguez has quit [Ping timeout: 252 seconds]
[22:56:59] -!- Lekensteyn has quit [Ping timeout: 260 seconds]
[22:57:41] -!- jlrodriguez [jlrodriguez!~juanluisr@85.136.159.137.dyn.user.ono.com] has joined #leaflet
[22:59:09] -!- lyzidiamond [lyzidiamond!~lyzi@c-24-21-210-23.hsd1.or.comcast.net] has joined #leaflet
[22:59:26] -!- jlrodriguez has quit [Client Quit]
[23:00:46] -!- juanluisrp has quit [Ping timeout: 240 seconds]
[23:04:29] -!- Lekensteyn [Lekensteyn!~Lekenstey@arpi.lekensteyn.nl] has joined #leaflet
[23:07:33] gweepprefect is now known as TangentAudio
[23:09:03] -!- Komzzpa [Komzzpa!~kom@host-30-159-66-217.spbmts.ru] has joined #leaflet
[23:41:25] -!- |1li has quit [Read error: Connection reset by peer]
[23:47:24] -!- b_b [b_b!ejabberd@unaffiliated/b-b/x-7659960] has parted #leaflet
[23:50:24] -!- seb_kuzminsky has quit [Ping timeout: 246 seconds]
[23:51:01] -!- hm2-buildmaster has quit [Ping timeout: 248 seconds]
[23:51:15] -!- linuxcnc-build has quit [Ping timeout: 245 seconds]
[23:53:00] -!- adb has quit [Ping timeout: 252 seconds]