#leaflet | Logs for 2013-11-21

Back
[00:03:38] -!- dls56 has quit [Client Quit]
[00:04:38] -!- dls56 has quit [Client Quit]
[00:05:02] -!- jonpry has quit [Ping timeout: 240 seconds]
[00:09:08] -!- patrickarlt has quit [Remote host closed the connection]
[00:09:30] -!- andypugh has quit [Read error: Connection reset by peer]
[00:09:31] andypugh_ is now known as andypugh
[00:09:43] -!- rob_h has quit [Ping timeout: 245 seconds]
[00:20:48] -!- mhaberler has quit [Ping timeout: 246 seconds]
[00:26:46] -!- vladimirek has quit [Remote host closed the connection]
[00:33:05] Cylly is now known as Loetmichel
[00:36:18] -!- andypugh has quit [Quit: andypugh]
[00:44:07] -!- micges has quit [Read error: Connection reset by peer]
[01:04:58] -!- Nick001-shop has quit [Remote host closed the connection]
[01:09:15] -!- kwallace_shop has quit [Ping timeout: 272 seconds]
[01:10:00] -!- mattvv has quit [Ping timeout: 245 seconds]
[01:17:13] -!- jfire has quit [Ping timeout: 272 seconds]
[01:24:09] -!- zzolo [zzolo!~zzolo@c-75-72-229-64.hsd1.mn.comcast.net] has joined #leaflet
[01:30:57] -!- sumpfralle has quit [Read error: Operation timed out]
[01:34:02] -!- TekniQue has quit [Read error: Connection reset by peer]
[01:34:44] -!- kiw has quit [Remote host closed the connection]
[01:36:52] -!- kiw [kiw!~Thunderbi@can59-6-78-242-55-183.fbx.proxad.net] has joined #leaflet
[01:37:37] -!- sumpfralle1 has quit [Ping timeout: 252 seconds]
[01:48:31] -!- skorasaurus has quit [Ping timeout: 272 seconds]
[01:57:39] -!- FinboySlick has quit [Quit: Leaving.]
[02:02:10] -!- tjtr33 has quit [Ping timeout: 246 seconds]
[02:21:11] -!- c-bob| has quit [Ping timeout: 272 seconds]
[02:22:44] -!- patrickarlt [patrickarlt!~patrickar@c-50-139-85-147.hsd1.or.comcast.net] has joined #leaflet
[02:48:07] -!- sirdancealot has quit [Ping timeout: 265 seconds]
[02:50:13] -!- dddev [dddev!~devin@68.235.140.23] has joined #leaflet
[02:53:16] -!- geografa has quit [Ping timeout: 264 seconds]
[02:53:56] -!- geografa [geografa!~textual@c-50-139-26-143.hsd1.or.comcast.net] has joined #leaflet
[02:55:11] -!- PCW has quit [Quit: ChatZilla 0.9.90.1 [Firefox 25.0.1/20131112160018]]
[03:02:55] -!- dddev has quit [Quit: Bye All!]
[03:06:04] -!- somenewguy has quit [Read error: Operation timed out]
[03:10:49] -!- micges has quit [Quit: Leaving]
[03:12:13] -!- mrsun_ has quit [Ping timeout: 272 seconds]
[03:21:44] -!- Tecan has quit [Changing host]
[03:23:01] -!- asdfasd1 has quit [Ping timeout: 246 seconds]
[03:26:17] adafdfahfdhe is now known as voxadam
[03:27:07] -!- zzolo has quit [Quit: zzolo]
[03:46:41] -!- AR_ has quit [Ping timeout: 272 seconds]
[03:47:03] -!- wboykinm has quit [Remote host closed the connection]
[03:47:17] -!- kiw has quit [Ping timeout: 248 seconds]
[03:54:48] -!- wboykinm [wboykinm!~wboykinm@65-183-134-62-dhcp.burlingtontelecom.net] has joined #leaflet
[03:57:49] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[03:59:05] -!- zzolo [zzolo!~zzolo@c-75-72-229-64.hsd1.mn.comcast.net] has joined #leaflet
[04:01:33] -!- tmcw [tmcw!~tmcw@50-195-86-70-static.hfc.comcastbusiness.net] has joined #leaflet
[04:17:55] -!- micges has quit [Quit: Leaving]
[04:20:10] -!- wboykinm has quit [Remote host closed the connection]
[05:04:37] -!- phillc54 has quit [Ping timeout: 248 seconds]
[05:09:31] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[05:09:55] -!- sumpfralle has quit [Ping timeout: 272 seconds]
[05:09:59] -!- almccon1 has quit [Quit: Leaving.]
[05:21:00] -!- sandorkrasna [sandorkrasna!~harmonia@c-98-246-240-167.hsd1.or.comcast.net] has joined #leaflet
[05:21:08] <sandorkrasna> Hello anybody here?
[05:21:12] -!- |1li [|1li!~|1li@108-201-65-149.lightspeed.ftwotx.sbcglobal.net] has joined #leaflet
[05:21:39] <sandorkrasna> Im using leaflet draw to clreate a polyline, how can i get the coordinates of the line on line creation?
[05:22:10] -!- FreezingCold has quit [Quit: Out]
[05:22:19] -!- tmcw has quit [Remote host closed the connection]
[05:25:07] <patrickarlt> sandorkrasna: you'll need to listen for the draw:created event on the map https://github.com/Leaflet/Leaflet.draw#events then you can get the coordinates with e.layer.getLatLngs()
[05:25:20] <sandorkrasna> gotcha
[05:25:22] <sandorkrasna> thanks
[05:25:25] <sandorkrasna> that works
[05:26:41] <sandorkrasna> is there a way to disable the polyline button after creating the first one to ensure that only one line is drawn
[05:27:51] <patrickarlt> hummm
[05:28:37] <patrickarlt> https://github.com/Leaflet/Leaflet.draw#disabling-a-toolbar-item
[05:32:30] -!- zzolo has quit [Quit: zzolo]
[05:34:07] <patrickarlt> sandorkrasna: ^^^
[05:35:02] <sandorkrasna> i see i probably have to reload the layer then
[05:35:19] <sandorkrasna> because the menu is already drawn by this time
[05:36:46] <patrickarlt> hummm yeah
[05:38:56] -!- PetefromTn has quit [Remote host closed the connection]
[05:44:15] -!- tmcw [tmcw!~tmcw@c-68-50-174-188.hsd1.dc.comcast.net] has joined #leaflet
[05:49:23] -!- geografa has quit [Quit: Computer has gone to sleep.]
[05:49:55] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[05:55:27] -!- patrickarlt has quit [Remote host closed the connection]
[05:55:41] -!- JT_Shop has quit [Read error: Connection reset by peer]
[05:55:43] -!- jthornton has quit [Read error: Connection reset by peer]
[05:58:10] -!- tmcw has quit []
[05:58:23] -!- JT_Shop has quit [Read error: Connection reset by peer]
[05:58:23] -!- jthornton_ has quit [Read error: Connection reset by peer]
[06:01:42] -!- Fox_Muldr has quit [Ping timeout: 246 seconds]
[06:12:45] -!- terabyte- has quit [Quit: terabyte-]
[06:26:20] -!- patrickarlt [patrickarlt!~patrickar@c-50-139-85-147.hsd1.or.comcast.net] has joined #leaflet
[06:31:19] -!- patrickarlt has quit [Ping timeout: 252 seconds]
[06:36:27] -!- Nekosan has quit [Quit: later folks...]
[06:55:57] -!- sandorkrasna has quit [Remote host closed the connection]
[07:03:32] -!- phillc54 has quit [Quit: bye...]
[07:09:44] -!- sandorkr_ [sandorkr_!~harmonia@c-98-246-240-167.hsd1.or.comcast.net] has joined #leaflet
[07:16:57] -!- NickParker has quit [Ping timeout: 272 seconds]
[07:17:18] -!- archivist_herron has quit [Ping timeout: 246 seconds]
[07:18:26] -!- GuShH has quit [Read error: Connection reset by peer]
[07:22:12] -!- The_Ball has quit [Ping timeout: 246 seconds]
[07:26:43] -!- patrickarlt [patrickarlt!~patrickar@c-50-139-85-147.hsd1.or.comcast.net] has joined #leaflet
[07:28:26] -!- NickParker|2 has quit [Read error: Connection reset by peer]
[07:31:31] -!- patrickarlt has quit [Ping timeout: 272 seconds]
[07:33:58] -!- gimps has quit [Remote host closed the connection]
[07:42:20] -!- toastyde2th has quit [Read error: Connection reset by peer]
[07:49:45] -!- jsskangas has quit []
[07:55:41] -!- odogono [odogono!~odogono@cpc14-king9-2-0-cust212.19-1.cable.virginm.net] has joined #leaflet
[08:04:11] -!- sandorkr_ has quit [Remote host closed the connection]
[08:26:41] -!- patrickarlt [patrickarlt!~patrickar@c-50-139-85-147.hsd1.or.comcast.net] has joined #leaflet
[08:31:12] -!- patrickarlt has quit [Read error: Operation timed out]
[08:39:13] -!- geografa [geografa!~textual@c-50-139-26-143.hsd1.or.comcast.net] has joined #leaflet
[08:54:30] -!- geografa has quit [Quit: Computer has gone to sleep.]
[09:01:28] -!- md-2 [md-2!~md-2@host81-159-9-237.range81-159.btcentralplus.com] has joined #leaflet
[09:01:46] -!- kiw [kiw!~Thunderbi@can59-6-78-242-55-183.fbx.proxad.net] has joined #leaflet
[09:14:57] -!- DennisL [DennisL!~OSRM@irasquid.ira.uni-karlsruhe.de] has joined #leaflet
[09:15:44] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@37-46-176-106.customers.ownit.se] has joined #leaflet
[09:18:34] -!- mackerski [mackerski!~dermot@193.120.146.234] has joined #leaflet
[09:26:37] -!- patrickarlt [patrickarlt!~patrickar@c-50-139-85-147.hsd1.or.comcast.net] has joined #leaflet
[09:30:07] -!- psha has quit [Quit: Lost terminal]
[09:30:58] -!- patrickarlt has quit [Ping timeout: 245 seconds]
[09:35:01] -!- The_Ball has quit [Ping timeout: 272 seconds]
[09:51:03] -!- Tecan has quit [Quit: Live Long And Phosphor!]
[10:00:31] TekniQue_ is now known as TekniQue
[10:00:40] -!- TekniQue has quit [Changing host]
[10:26:36] -!- patrickarlt [patrickarlt!~patrickar@c-50-139-85-147.hsd1.or.comcast.net] has joined #leaflet
[10:26:57] -!- chillly [chillly!~chris@adsl-178-78-91-198.karoo.kcom.com] has joined #leaflet
[10:27:22] -!- derethor has quit [Read error: Operation timed out]
[10:28:32] -!- patricka_ [patricka_!~patrickar@c-50-139-85-147.hsd1.or.comcast.net] has joined #leaflet
[10:31:45] -!- patrickarlt has quit [Ping timeout: 272 seconds]
[10:33:17] -!- patricka_ has quit [Ping timeout: 272 seconds]
[10:43:01] -!- FreezingCold has quit [Quit: Out]
[10:58:55] jthornton_ is now known as jthornton
[11:08:02] -!- jleh has quit [Ping timeout: 264 seconds]
[11:12:35] -!- skunkworks has quit [Remote host closed the connection]
[11:13:07] -!- psha[work] [psha[work]!~psha@psha.org.ru] has joined #leaflet
[11:26:34] -!- patrickarlt [patrickarlt!~patrickar@c-50-139-85-147.hsd1.or.comcast.net] has joined #leaflet
[11:31:17] -!- patrickarlt has quit [Ping timeout: 248 seconds]
[11:40:49] -!- jleh [jleh!~juusoleh@melkinpaasi.cs.helsinki.fi] has joined #leaflet
[11:46:45] -!- kiw has quit [Ping timeout: 248 seconds]
[12:08:56] -!- sirdancealo2 has quit [Quit: Ragequit]
[12:18:05] -!- FreezingCold has quit [Read error: Connection reset by peer]
[12:21:20] -!- FreezingCold has quit [Read error: Connection reset by peer]
[12:22:28] -!- gimps has quit [Read error: Connection reset by peer]
[12:23:15] -!- FreezingCold has quit [Read error: Connection reset by peer]
[12:24:38] -!- toastyde2th has quit [Ping timeout: 240 seconds]
[12:26:39] -!- patrickarlt [patrickarlt!~patrickar@c-50-139-85-147.hsd1.or.comcast.net] has joined #leaflet
[12:27:30] -!- |1li has quit [Ping timeout: 245 seconds]
[12:30:54] -!- patrickarlt has quit [Ping timeout: 246 seconds]
[12:35:38] -!- Valen has quit [Quit: Leaving.]
[12:44:09] -!- dway [dway!~dway@gas45-2-82-239-0-32.fbx.proxad.net] has joined #leaflet
[12:46:48] -!- h0st1le has quit [Ping timeout: 260 seconds]
[12:50:35] -!- h0st1le [h0st1le!h0st1le@static.tor.hu] has joined #leaflet
[12:54:07] -!- md-2 has quit [Remote host closed the connection]
[12:58:14] -!- jlrodriguez [jlrodriguez!~jlrodrigu@37.0.81.173] has joined #leaflet
[13:07:04] -!- md-2 [md-2!~md-2@host81-159-9-237.range81-159.btcentralplus.com] has joined #leaflet
[13:13:46] -!- |1li [|1li!~|1li@108-201-65-149.lightspeed.ftwotx.sbcglobal.net] has joined #leaflet
[13:16:19] -!- dan2k3k4 [dan2k3k4!~dan2k3k4@unaffiliated/dan2k3k4] has joined #leaflet
[13:18:45] <dan2k3k4> I have a strange problem, after I call map.fitBounds() - the map has to 'zoom out' however after it does that (to fit the bounds of two points), it doesn't refresh the map tiles
[13:20:51] <dan2k3k4> so the map shows up blank, but if I move the map slightly, it suddenly appears ?
[13:21:45] -!- syyl- has quit [Ping timeout: 272 seconds]
[13:25:11] <dan2k3k4> looking into the network tab, after I click my button that adds a marker and then fitbounds bounds
[13:25:23] <dan2k3k4> I have all the tiles being loaded but they are all canceled
[13:25:30] <dan2k3k4> but then they are loaded after that
[13:25:31] <dan2k3k4> :S
[13:27:55] <dan2k3k4> seems to only 'reload' after dragging the map slightly
[13:42:16] <dan2k3k4> is it because fitBounds doesn't 'refresh' a page ?
[13:46:43] -!- FreezingCold has quit [Ping timeout: 272 seconds]
[13:56:17] <dan2k3k4> http://stackoverflow.com/questions/20122868/refresh-leaflet-map-tiles
[14:05:52] krusty_ar_ is now known as Peela
[14:07:15] -!- zzolo [zzolo!~zzolo@c-75-72-229-64.hsd1.mn.comcast.net] has joined #leaflet
[14:07:30] -!- Brandonian [Brandonian!~bmorrison@c-76-21-214-91.hsd1.dc.comcast.net] has joined #leaflet
[14:10:05] -!- NickParker|2 has quit [Ping timeout: 265 seconds]
[14:11:01] <dan2k3k4> the images that are 'canceled' in chrome are all 13kb, and the time it took to process is always around 20-30ms (in general 22ms)
[14:13:03] -!- NickParker has quit [Ping timeout: 272 seconds]
[14:16:10] -!- arekm has quit [Ping timeout: 240 seconds]
[14:20:32] -!- terrym has quit [Quit: Ex-Chat]
[14:21:17] -!- somenewguy has quit [Read error: Operation timed out]
[14:25:19] -!- zzolo has quit [Quit: zzolo]
[14:26:35] -!- patrickarlt [patrickarlt!~patrickar@c-50-139-85-147.hsd1.or.comcast.net] has joined #leaflet
[14:29:46] -!- The_Ball has quit [Ping timeout: 246 seconds]
[14:30:57] -!- patrickarlt has quit [Ping timeout: 246 seconds]
[14:37:27] -!- wboykinm [wboykinm!~wboykinm@204-13-45-99-dhcp.burlingtontelecom.net] has joined #leaflet
[14:39:19] -!- zzolo [zzolo!~zzolo@c-75-72-229-64.hsd1.mn.comcast.net] has joined #leaflet
[14:48:46] -!- Simooon has quit [Quit: Leaving]
[14:48:47] -!- patrickarlt [patrickarlt!~patrickar@c-50-139-85-147.hsd1.or.comcast.net] has joined #leaflet
[14:56:23] -!- tmcw [tmcw!~tmcw@c-68-50-174-188.hsd1.dc.comcast.net] has joined #leaflet
[14:57:38] -!- psha[work] has quit [Quit: Lost terminal]
[15:01:39] -!- skorasaurus [skorasaurus!~skors@75.10.142.198] has joined #leaflet
[15:03:40] -!- `Nerobro has quit [Quit: Leaving]
[15:05:06] -!- tmcw has quit [Remote host closed the connection]
[15:13:17] -!- patrickarlt has quit [Remote host closed the connection]
[15:17:07] -!- tmcw [tmcw!~tmcw@50-198-132-58-static.hfc.comcastbusiness.net] has joined #leaflet
[15:33:51] -!- pcw_home has quit [Read error: Connection reset by peer]
[15:34:04] -!- mackerski has quit [Ping timeout: 264 seconds]
[15:40:54] -!- mackerski [mackerski!~dermot@193.120.146.234] has joined #leaflet
[15:49:42] -!- patrickarlt [patrickarlt!~patrickar@198.102.43.49] has joined #leaflet
[15:59:27] -!- ravenlock has quit [Ping timeout: 272 seconds]
[16:02:51] -!- pcw_home has quit [Read error: Connection reset by peer]
[16:04:25] -!- Peela has quit [Ping timeout: 252 seconds]
[16:07:48] <dan2k3k4> set a quick-fix by setting the initial zoom level lower (so it's zoomed further out), since the tiles/images load fine whenever I zoom in, they just don't work correctly when fitBounds has to zoom out to a higher level :s
[16:16:22] -!- jlrodriguez has quit [Quit: Saliendo]
[16:22:42] -!- krusty_ar [krusty_ar!~quassel@host166.201-253-101.telecom.net.ar] has joined #leaflet
[16:25:38] -!- krusty_ar has quit [Read error: Connection reset by peer]
[16:27:09] -!- toner has quit [Ping timeout: 252 seconds]
[16:27:29] -!- wboykinm has quit [Remote host closed the connection]
[16:34:14] -!- dan2k3k4 has quit [Quit: Leaving...]
[16:37:09] -!- krusty_ar [krusty_ar!~quassel@host166.201-253-101.telecom.net.ar] has joined #leaflet
[16:37:43] -!- mackerski has quit [Ping timeout: 272 seconds]
[16:37:58] -!- mackerski [mackerski!~dermot@193.120.146.234] has joined #leaflet
[16:43:53] -!- zzolo has quit [Quit: zzolo]
[16:50:26] -!- |1li has quit [Read error: Connection reset by peer]
[17:04:17] -!- geografa [geografa!~textual@c-50-139-26-143.hsd1.or.comcast.net] has joined #leaflet
[17:06:13] -!- sudobangbang [sudobangbang!~chatzilla@75-151-97-182-Washington.hfc.comcastbusiness.net] has joined #leaflet
[17:09:24] -!- sabotender has quit [Ping timeout: 265 seconds]
[17:22:02] -!- wboykinm [wboykinm!~wboykinm@75-150-115-137-NewEngland.hfc.comcastbusiness.net] has joined #leaflet
[17:24:10] -!- b_b [b_b!ejabberd@81.18.178.14] has joined #leaflet
[17:24:21] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[17:24:28] -!- sumpfralle has quit [Ping timeout: 264 seconds]
[17:24:44] -!- b_b has quit [Changing host]
[17:24:44] -!- b_b [b_b!ejabberd@unaffiliated/b-b/x-7659960] has joined #leaflet
[17:24:45] -!- jfire [jfire!~Adium@69-12-169-82.dedicated.static.sonic.net] has joined #leaflet
[17:28:11] -!- dway has quit [Quit: NOOOOOOooooooooo……]
[17:32:57] -!- sudobangbang has quit [Ping timeout: 246 seconds]
[17:33:13] -!- |1li [|1li!~|1li@108-201-65-149.lightspeed.ftwotx.sbcglobal.net] has joined #leaflet
[17:34:30] -!- dway [dway!~dway@gas45-2-82-239-0-32.fbx.proxad.net] has joined #leaflet
[17:34:38] -!- mackerski has quit [Quit: mackerski]
[17:34:52] -!- zzolo [zzolo!~zzolo@c-75-72-166-46.hsd1.mn.comcast.net] has joined #leaflet
[17:40:05] -!- wboykinm has quit [Remote host closed the connection]
[17:45:24] -!- thomaslindstr_m has quit [Quit: Leaving...]
[17:52:43] -!- sudobangbang [sudobangbang!~chatzilla@75-151-97-182-Washington.hfc.comcastbusiness.net] has joined #leaflet
[17:54:25] -!- geografa has quit [Quit: Textual IRC Client: www.textualapp.com]
[17:55:37] -!- geografa [geografa!~textual@c-50-139-26-143.hsd1.or.comcast.net] has joined #leaflet
[17:59:35] -!- DennisL has quit [Ping timeout: 245 seconds]
[18:01:14] -!- jelliphish has quit [Quit: Konversation terminated!]
[18:12:01] -!- dway has quit [Quit: NOOOOOOooooooooo……]
[18:12:56] -!- patrickarlt has quit [Read error: Connection reset by peer]
[18:13:35] -!- patrickarlt [patrickarlt!~patrickar@198.102.43.49] has joined #leaflet
[18:15:17] -!- md-2 has quit [Quit: Leaving...]
[18:15:48] -!- geografa has quit [Read error: Connection reset by peer]
[18:16:00] -!- zzolo has quit [Quit: zzolo]
[18:18:25] -!- wboykinm [wboykinm!~wboykinm@2620:104:e001:9010:ab65:7570:475f:2de1] has joined #leaflet
[18:22:55] -!- geografa [geografa!~textual@c-50-139-26-143.hsd1.or.comcast.net] has joined #leaflet
[18:24:26] -!- jonpry has quit [Changing host]
[18:27:08] -!- geografa has quit [Read error: Connection reset by peer]
[18:28:34] -!- geografa [geografa!~textual@c-50-139-26-143.hsd1.or.comcast.net] has joined #leaflet
[18:29:04] -!- almccon [almccon!~Adium@173-164-158-185-SFBA.hfc.comcastbusiness.net] has joined #leaflet
[18:34:41] -!- almccon has quit [Remote host closed the connection]
[18:47:10] -!- psha has quit [Remote host closed the connection]
[18:47:55] -!- Loetmichel has quit [Ping timeout: 272 seconds]
[18:51:59] -!- sirdancealot has quit [Ping timeout: 252 seconds]
[18:57:47] -!- motioncontrol has quit [Ping timeout: 272 seconds]
[19:00:58] -!- asdfasd has quit [Ping timeout: 245 seconds]
[19:05:54] Cylly is now known as Loetmichel
[19:08:08] -!- psha has quit [Remote host closed the connection]
[19:10:02] -!- IchGuckLive has quit [Quit: ChatZilla 0.9.87 [Firefox 20.0/20130329043827]]
[19:15:33] -!- NickParker|2 has quit [Ping timeout: 245 seconds]
[19:15:36] -!- GuShH has quit [Quit: Bai]
[19:19:33] -!- motioncontrol has quit [Quit: Sto andando via]
[19:22:07] `Nerobro is now known as hef[HEF]
[19:22:21] hef[HEF] is now known as `hef[HEF]
[19:23:27] `hef[HEF] is now known as `Nerobro
[19:26:23] `Nerobro is now known as hef[`Nerobro]
[19:30:44] -!- tmcw has quit [Remote host closed the connection]
[19:31:19] -!- tmcw [tmcw!~tmcw@50-198-132-58-static.hfc.comcastbusiness.net] has joined #leaflet
[19:37:53] -!- norbert has quit [Quit: Verlassend]
[20:03:41] -!- skunkworks has quit [Ping timeout: 246 seconds]
[20:06:42] -!- jasen_ has quit [Quit: Page closed]
[20:14:17] -!- b_b [b_b!ejabberd@unaffiliated/b-b/x-7659960] has parted #leaflet
[20:20:00] -!- vladimirek has quit [Ping timeout: 245 seconds]
[20:20:02] -!- hef[`Nerobro] has quit [Quit: Leaving]
[20:22:41] -!- mhaberler has quit [Quit: mhaberler]
[20:41:15] -!- toner has quit [Ping timeout: 252 seconds]
[20:57:08] -!- wboykinm has quit [Remote host closed the connection]
[20:57:44] -!- wboykinm [wboykinm!~wboykinm@132.198.98.252] has joined #leaflet
[20:57:52] -!- geografa has quit [Quit: Computer has gone to sleep.]
[20:58:41] -!- geografa [geografa!~textual@c-50-139-26-143.hsd1.or.comcast.net] has joined #leaflet
[20:59:04] -!- geografa has quit [Client Quit]
[20:59:06] -!- skunkworks has quit [Quit: Leaving]
[21:00:39] -!- phillc54 has quit [Ping timeout: 272 seconds]
[21:00:55] -!- NickParker has quit [Ping timeout: 272 seconds]
[21:01:46] -!- wboykinm has quit [Ping timeout: 246 seconds]
[21:03:03] -!- FreezingCold has quit [Ping timeout: 245 seconds]
[21:03:42] krusty_ar is now known as mongolico1
[21:04:01] mongolico1 is now known as mongolico01
[21:43:43] -!- phillc54_0 has quit [Ping timeout: 272 seconds]
[21:44:59] -!- phillc54 has quit [Ping timeout: 272 seconds]
[21:49:21] -!- adb_ has quit [Ping timeout: 252 seconds]
[21:49:28] -!- phillc54_0 has quit [Read error: No route to host]
[21:50:42] -!- skorasaurus has quit [Quit: WeeChat 0.3.7]
[21:53:30] -!- Connor has quit [Read error: Connection reset by peer]
[21:57:37] -!- phillc54_0 has quit [Read error: No route to host]
[22:01:15] -!- geografa [geografa!~textual@199.223.125.134] has joined #leaflet
[22:05:09] -!- tmcw_ [tmcw_!~tmcw@50-198-132-58-static.hfc.comcastbusiness.net] has joined #leaflet
[22:05:09] -!- tmcw has quit [Read error: Connection reset by peer]
[22:06:49] -!- kiw [kiw!~Thunderbi@can59-6-78-242-55-183.fbx.proxad.net] has joined #leaflet
[22:13:29] -!- FinboySlick has quit [Quit: Leaving.]
[22:13:47] -!- jfire has quit [Quit: Leaving.]
[22:16:29] -!- _DJ_ has quit [Quit: bye]
[22:19:26] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[22:21:19] -!- odogono has quit [Ping timeout: 260 seconds]
[22:24:10] -!- jfire [jfire!~Adium@69-12-169-82.dedicated.static.sonic.net] has joined #leaflet
[22:24:29] -!- |1li has quit [Read error: Connection reset by peer]
[22:27:14] -!- terabyte- has quit [Quit: terabyte-]
[22:32:15] -!- chillly has quit [Quit: Leaving]
[22:34:13] -!- The_Ball has quit [Ping timeout: 248 seconds]
[22:39:19] -!- JT_Shop has quit [Read error: Connection reset by peer]
[22:39:19] -!- jthornton has quit [Read error: Connection reset by peer]
[22:39:35] -!- Brandonian has quit [Quit: Brandonian]
[22:42:33] -!- JT_Shop has quit [Read error: Connection reset by peer]
[22:50:19] -!- phantoneD has quit [Ping timeout: 252 seconds]
[22:53:57] -!- phantoxeD has quit [Ping timeout: 248 seconds]
[22:57:45] -!- mhaberler has quit [Quit: mhaberler]
[23:00:28] -!- phantoneD has quit [Ping timeout: 264 seconds]
[23:02:20] -!- vax has quit [Ping timeout: 246 seconds]
[23:03:26] -!- phantoxeD has quit [Ping timeout: 240 seconds]
[23:09:41] -!- vax [vax!~vax@h-206-132.a251.priv.bahnhof.se] has joined #leaflet
[23:10:23] -!- Lathe_newbie| has quit [Ping timeout: 272 seconds]
[23:12:37] -!- kiw has quit [Ping timeout: 248 seconds]
[23:13:35] -!- tmcw_ has quit [Remote host closed the connection]
[23:14:09] -!- tmcw [tmcw!~tmcw@50-198-132-58-static.hfc.comcastbusiness.net] has joined #leaflet
[23:15:15] -!- mongolico01 has quit [Ping timeout: 246 seconds]
[23:15:58] -!- patrickarlt has quit [Remote host closed the connection]
[23:19:21] -!- tmcw has quit [Ping timeout: 272 seconds]
[23:20:51] -!- patrickarlt [patrickarlt!~patrickar@198.102.43.49] has joined #leaflet
[23:32:03] -!- erictheise [erictheise!~mataro@199-116-73-26.static.monkeybrains.net] has joined #leaflet
[23:43:53] -!- maximilian_h has quit [Ping timeout: 245 seconds]
[23:53:23] -!- tmcw [tmcw!~tmcw@50-200-196-50-static.hfc.comcastbusiness.net] has joined #leaflet