#leaflet | Logs for 2014-05-16

Back
[00:06:09] -!- lyzidiamond [lyzidiamond!~lyzidiamo@69-12-169-82.dedicated.static.sonic.net] has joined #leaflet
[00:12:02] -!- lyzidiamond has quit [Remote host closed the connection]
[00:13:07] -!- Servos4ever has quit [Quit: ChatZilla 0.9.90.1 [SeaMonkey 2.26/20140428215651]]
[00:15:13] -!- sumpfralle has quit [Ping timeout: 252 seconds]
[00:38:55] -!- skorasaurus [skorasaurus!~skors@cpe-75-187-158-200.neo.res.rr.com] has joined #leaflet
[00:45:51] -!- tmcw [tmcw!~tmcw@c-68-50-174-188.hsd1.dc.comcast.net] has joined #leaflet
[00:59:28] -!- tmcw has quit []
[01:02:47] -!- asdfasd has quit [Ping timeout: 252 seconds]
[01:12:41] -!- rob_h has quit [Ping timeout: 276 seconds]
[01:36:23] -!- FungiFox has quit [Quit: Leaving]
[01:40:53] -!- jerryitt has quit [Quit: Connection closed for inactivity]
[01:43:35] -!- sudobangbang has quit [Ping timeout: 252 seconds]
[02:03:17] -!- syyl_ has quit [Ping timeout: 252 seconds]
[02:10:08] -!- PetefromTn_ has quit [Quit: He who laughs last, thinks slowest]
[02:15:56] -!- skorasaurus has quit [Ping timeout: 252 seconds]
[02:16:48] -!- GJdan has quit [Quit: WeeChat 1.0-dev]
[02:36:50] -!- AR__ has quit [Ping timeout: 252 seconds]
[02:39:12] -!- beawesomeinstead has quit [Ping timeout: 265 seconds]
[02:40:10] -!- amatecha has quit [Ping timeout: 265 seconds]
[02:43:07] -!- beawesomeinstead [beawesomeinstead!sid1643@gateway/web/irccloud.com/x-lkbuntznqaohworx] has joined #leaflet
[02:44:24] -!- amatecha [amatecha!sid10006@gateway/web/irccloud.com/x-zocaeaogxyjsojdo] has joined #leaflet
[02:53:59] likevinyl is now known as likevinyl-afk
[02:55:14] -!- ravenlock has quit [Quit: Leaving]
[02:57:43] -!- aniM [aniM!~aniM@cpe-71-67-118-4.cinci.res.rr.com] has joined #leaflet
[03:01:52] -!- FinboySlick has quit [Quit: Leaving.]
[03:02:06] -!- FreezingCold has quit [Quit: Out]
[03:02:26] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[03:19:33] -!- anth0ny [anth0ny!~anth0ny@unaffiliated/anth0ny] has joined #leaflet
[03:21:00] -!- terabyte- has quit [Quit: terabyte-]
[03:22:57] -!- terabyte- has quit [Client Quit]
[03:29:54] -!- aniM has quit [Ping timeout: 240 seconds]
[03:52:48] -!- topcyde has quit [Remote host closed the connection]
[03:57:21] -!- amiri has quit [Remote host closed the connection]
[03:59:18] -!- amiri [amiri!~amiri@cpe-76-95-109-253.socal.res.rr.com] has joined #leaflet
[04:06:12] -!- XXCoder has quit [Ping timeout: 265 seconds]
[04:12:05] -!- FreezingCold has quit [Ping timeout: 276 seconds]
[04:12:46] -!- dgarr has quit [Quit: Leaving.]
[04:30:27] -!- tchaddad [tchaddad!~tchaddad@67-5-228-27.ptld.qwest.net] has joined #leaflet
[04:31:30] -!- deadbeef has quit [Read error: Connection reset by peer]
[04:37:15] -!- tchaddad has quit [Ping timeout: 258 seconds]
[04:53:01] -!- patrickarlt [patrickarlt!~patrickar@c-50-139-80-222.hsd1.or.comcast.net] has joined #leaflet
[04:54:33] -!- patrickarlt has quit [Client Quit]
[05:02:16] -!- Fox_Muldr has quit [Ping timeout: 265 seconds]
[05:10:26] -!- lyzidiamond [lyzidiamond!~lyzidiamo@2600:1010:b011:5d9b:9e9:28d4:52bf:20f2] has joined #leaflet
[05:24:37] -!- lyzidiam_ [lyzidiam_!~lyzidiamo@c-67-164-32-235.hsd1.ca.comcast.net] has joined #leaflet
[05:27:30] -!- lyzidiamond has quit [Ping timeout: 240 seconds]
[05:41:04] -!- george2 [george2!~42@unaffiliated/george2] has joined #leaflet
[05:53:13] -!- slu9freek [slu9freek!~dm7freek@dhcp-63-190.cse.ucsc.edu] has joined #leaflet
[05:55:26] <slu9freek> How do I completely remove the map?
[05:56:18] <slu9freek> .remove() style does not allow me to scroll or interact with other elements.
[05:59:03] -!- newbie [newbie!47ed0601@gateway/web/freenode/ip.71.237.6.1] has joined #leaflet
[05:59:05] <newbie> hello
[05:59:27] newbie is now known as Guest86498
[05:59:47] <Guest86498> anyone in here?
[06:06:39] <liedman> Guest86498: yeah
[06:07:12] <Guest86498> Great! Do you know how to add attributes to the markers to incorporate other features like ratings?
[06:09:40] <liedman> Guest86498: well, it can be done in several ways, depending on what you need
[06:10:29] <liedman> Guest86498: the simplest is probably to just attach a popup with whatever info you need
[06:10:48] <liedman> Guest86498: but I guess you need something a little more advanced
[06:10:57] <Guest86498> The pop ups that I have seen with leaflet are static. They provide information, but they aren't clickable/actionable.
[06:11:22] <liedman> Guest86498: for similar scenarios, I've used GeoJSON, and put the data I need into feature properties
[06:11:39] <Guest86498> For instance, I'd like to add a picture, address information, contact info, as well as graphics for a star type rating system.
[06:11:40] <liedman> Guest86498: for GeoJSON Points, Leaflet just creates markers by default
[06:12:15] <Guest86498> Looking up GeoJSON now...
[06:12:22] -!- lyzidiam_ has quit [Remote host closed the connection]
[06:12:29] <liedman> Guest86498: yeah, sounds like GeoJSON features is the way to go, you can put whatever data you need into a feature's properties
[06:12:32] <liedman> Guest86498: http://geojson.org/
[06:13:23] <liedman> Guest86498: if you have data in GeoJSON, it can easily be added to leaflet using the L.GeoJSON layer (http://leafletjs.com/reference.html#geojson)
[06:13:48] <Guest86498> do you know a live example I could see?
[06:14:09] <liedman> Guest86498: http://leafletjs.com/examples/geojson.html
[06:15:42] <liedman> Guest86498: but there are a lot of them out there, GeoJSON is the most common data format used with leaflet
[06:15:52] <Guest86498> Thanks. This might be a naive question, but what about search functions integrating with GeoJSON? For example, I enter in all the points, the user searches for X address, which is listed, then they get the resulting point? Do I need a geo database for that??
[06:15:53] <liedman> Guest86498: and it is very flexible
[06:16:14] <liedman> Guest86498: I'm pretty sure I've seen a plugin for that...
[06:16:52] <liedman> Guest86498: if you have a large dataset, you would probably want a database, but for a couple of hundred or thousand items, GeoJSON might still do it. it depends.
[06:17:15] <Guest86498> searching for some plugins now...
[06:17:25] <liedman> Guest86498: https://github.com/stefanocudini/leaflet-search
[06:17:48] <liedman> "A control for search Markers/Features location by custom property in LayerGroup/GeoJSON. Support AJAX/JSONP, Autocompletion and 3rd party service"
[06:19:34] <Guest86498> Checking out examples of it right now.
[06:20:11] -!- Einar1 has quit [Quit: Leaving.]
[06:21:17] -!- anth0ny has quit [Quit: anth0ny]
[06:26:49] <Guest86498> I found this https://github.com/kendrikat/leaflet-geosearch-rails
[06:27:23] <Guest86498> it's aesthetically more pleasing and works with openstreetmaps, but it looks very basic and the search demo doesn't quite work. Type in anything and there is a marker that drops when you click on the search icon.
[06:27:40] <Guest86498> *openstreetmaps/leaflet specific
[06:29:20] -!- ries has quit [Quit: ries]
[06:29:30] <Guest86498> this one looks better and is a moving map - https://github.com/adamjacobbecker/jquery-birdseye
[06:30:06] <Guest86498> these all look pretty rough though
[06:42:57] -!- lyzidiamond [lyzidiamond!~lyzidiamo@c-67-164-32-235.hsd1.ca.comcast.net] has joined #leaflet
[06:46:52] -!- dan2k3k4 [dan2k3k4!~dan2k3k4@unaffiliated/dan2k3k4] has joined #leaflet
[06:55:11] -!- quiqua [quiqua!~quiqua@port-212-202-227-184.static.qsc.de] has joined #leaflet
[07:12:21] -!- deadbeef [deadbeef!~pasquale@unaffiliated/deadbeef] has joined #leaflet
[07:16:55] -!- larryone [larryone!~larryone@178.167.254.119.threembb.ie] has joined #leaflet
[07:22:45] -!- larryone has quit [Ping timeout: 252 seconds]
[07:23:51] -!- larryone [larryone!~larryone@178.167.254.119.threembb.ie] has joined #leaflet
[07:24:29] -!- lyzidiamond has quit [Remote host closed the connection]
[07:25:08] -!- lyzidiamond [lyzidiamond!~lyzidiamo@c-67-164-32-235.hsd1.ca.comcast.net] has joined #leaflet
[07:25:08] -!- tjb1 has quit [Ping timeout: 276 seconds]
[07:27:58] -!- boonkerz has quit [Ping timeout: 245 seconds]
[07:27:58] -!- roh has quit [Ping timeout: 245 seconds]
[07:32:38] roh_ is now known as roh
[07:41:48] -!- Guest86498 has quit [Ping timeout: 240 seconds]
[07:54:17] -!- dnaleromj has quit [Quit: Dang. Where did dnaleromj's computer go?]
[08:04:14] -!- md-2 [md-2!~md-2@host86-136-29-190.range86-136.btcentralplus.com] has joined #leaflet
[08:08:34] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[08:10:05] -!- b_b [b_b!ejabberd@81.18.178.14] has joined #leaflet
[08:10:22] -!- b_b has quit [Changing host]
[08:10:22] -!- b_b [b_b!ejabberd@unaffiliated/b-b/x-7659960] has joined #leaflet
[08:11:22] -!- larryone has quit [Quit: This computer has gone to sleep]
[08:17:20] -!- MrSunshine has quit [Ping timeout: 255 seconds]
[08:30:33] -!- jleh has quit [Remote host closed the connection]
[08:33:04] -!- larryone [larryone!~larryone@185.32.152.150] has joined #leaflet
[09:07:22] -!- Jendrusk [Jendrusk!3e57bbee@gateway/web/freenode/ip.62.87.187.238] has joined #leaflet
[09:09:33] <Jendrusk> mornin'
[09:10:09] <Jendrusk> I'm having issue with forcing leaflet to work with local EPSG
[09:10:15] <Jendrusk> could someone help?
[09:11:29] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[09:20:56] -!- jleh [jleh!juusoleh@melkinpaasi.cs.helsinki.fi] has joined #leaflet
[09:48:08] -!- jerryitt [jerryitt!uid17132@gateway/web/irccloud.com/x-ejgqkzwmvkunkbtk] has joined #leaflet
[09:50:31] -!- syyl_ has quit [Ping timeout: 252 seconds]
[09:50:44] -!- syyl_ws has quit [Ping timeout: 276 seconds]
[09:51:35] -!- FungiFox has quit [Ping timeout: 258 seconds]
[09:54:50] -!- Valen has quit [Quit: Leaving.]
[09:56:14] likevinyl-afk is now known as likevinyl
[10:19:49] -!- syyl_ws has quit [Quit: Verlassend]
[10:27:08] -!- micges has quit [Ping timeout: 276 seconds]
[10:35:20] -!- spatialbrew [spatialbrew!~spatialbr@173-21-66-192.client.mchsi.com] has joined #leaflet
[11:03:25] -!- lyzidiamond has quit [Remote host closed the connection]
[11:04:20] -!- lyzidiamond [lyzidiamond!~lyzidiamo@c-67-164-32-235.hsd1.ca.comcast.net] has joined #leaflet
[11:09:07] -!- lyzidiamond has quit [Ping timeout: 265 seconds]
[11:10:04] <liedman> Jendrusk: what EPSG, and are you using Proj4Leaflet?
[11:15:45] -!- MacGalempsy has quit [Read error: Connection reset by peer]
[11:15:55] -!- tom_o_t has quit [Ping timeout: 240 seconds]
[11:16:26] <liedman> Jendrusk: have to go for now, but I suggest looking into Proj4Leaflet if you haven't. I'll try to get back here later if you have any questions.
[11:16:55] -!- MacGalempsy has quit [Read error: Connection reset by peer]
[11:20:07] <Jendrusk> liedman: EPSG:2180
[11:20:42] <Jendrusk> I found proj4leaflet
[11:21:52] <Jendrusk> trouble is that if I define 2180 for WMS service I'm getting wrong bbox coordinates
[11:22:29] <liedman> Jendrusk: yeah, you have to configure your map's crs (in options) to be epsg:2180 as well
[11:22:44] <liedman> Jendrusk: that's what proj4leaflet can help you with
[11:22:50] <Jendrusk> i think that it could be issue with EPSG of the map object or some kind of translation
[11:23:30] <liedman> Jendrusk: there's a wms example in proj4leaflet, check that and get back if you have more questions
[11:23:57] <Jendrusk> liedman: ok, thanks 4 now
[11:44:37] -!- shvchk [shvchk!~shevchuk@46.28.224.170] has joined #leaflet
[11:50:14] -!- maximilian_h has quit [Ping timeout: 240 seconds]
[11:55:56] -!- Burnin8 [Burnin8!~Burn@pool-173-66-15-196.washdc.fios.verizon.net] has joined #leaflet
[11:59:23] -!- Burninate has quit [Ping timeout: 255 seconds]
[12:05:48] -!- Jendrusk has quit [Ping timeout: 240 seconds]
[12:18:59] -!- rob_h has quit [Ping timeout: 255 seconds]
[12:20:13] -!- Burnin8 has quit [Read error: Connection reset by peer]
[12:23:48] -!- calvinmetcalf [calvinmetcalf!uid25915@gateway/web/irccloud.com/x-nmhcapefblqgbdts] has joined #leaflet
[12:30:58] -!- tago has quit [Ping timeout: 240 seconds]
[12:33:04] -!- tago [tago!~yako@static.163.122.76.144.clients.your-server.de] has joined #leaflet
[12:37:57] -!- tago has quit [Ping timeout: 258 seconds]
[12:39:18] -!- tago [tago!~yako@78.46.133.90] has joined #leaflet
[12:59:14] -!- topcyde has quit [Ping timeout: 240 seconds]
[13:07:05] -!- sumpfralle has quit [Ping timeout: 258 seconds]
[13:18:40] -!- amiri_ [amiri_!~amiri@cpe-76-95-109-253.socal.res.rr.com] has joined #leaflet
[13:22:02] -!- amiri has quit [Ping timeout: 265 seconds]
[13:22:34] -!- syyl has quit [Ping timeout: 240 seconds]
[13:26:16] -!- md-2 has quit [Remote host closed the connection]
[13:26:42] -!- md-2 [md-2!~md-2@host86-136-29-190.range86-136.btcentralplus.com] has joined #leaflet
[13:28:11] -!- md-2 has quit [Read error: No route to host]
[13:28:14] -!- md2 [md2!~md-2@host86-136-29-190.range86-136.btcentralplus.com] has joined #leaflet
[13:28:38] md2 is now known as Guest48984
[13:45:54] -!- cradek has quit [*.net *.split]
[13:45:55] -!- zultron has quit [*.net *.split]
[13:45:56] -!- slu9freek has quit [*.net *.split]
[13:45:57] -!- shurshur has quit [*.net *.split]
[13:45:58] -!- p0st4L has quit [*.net *.split]
[13:45:58] -!- putnik has quit [*.net *.split]
[13:45:58] -!- kengu has quit [*.net *.split]
[13:45:59] -!- jepler has quit [*.net *.split]
[13:46:02] -!- putnik [putnik!~putnik@static.241.22.251.148.clients.your-server.de] has joined #leaflet
[13:46:02] -!- putnik has quit [Changing host]
[13:46:02] -!- putnik [putnik!~putnik@wikimedia/putnik] has joined #leaflet
[13:46:18] -!- shurshur [shurshur!~chatzilla@broadband-178-140-135-205.nationalcablenetworks.ru] has joined #leaflet
[14:01:02] -!- shvchk [shvchk!~shevchuk@46.28.224.170] has parted #leaflet
[14:06:16] -!- aniM [aniM!~aniM@cpe-71-67-118-4.cinci.res.rr.com] has joined #leaflet
[14:11:43] -!- gimps has quit [Read error: Connection reset by peer]
[14:11:57] -!- jduhls [jduhls!~jduhls@97.67.186.90] has joined #leaflet
[14:14:56] -!- FungiFox has quit [Ping timeout: 258 seconds]
[14:18:14] -!- tom_o_t [tom_o_t!tom_o_t@drupal.org/user/125573/view] has joined #leaflet
[14:27:34] -!- Demiurge [Demiurge!~Demiurge@198.0.135.150] has joined #leaflet
[14:28:49] -!- ravenlock has quit [Quit: Leaving]
[14:38:59] -!- balestrino has quit [Ping timeout: 252 seconds]
[14:50:45] -!- patrickarlt [patrickarlt!~patrickar@12.180.47.153] has joined #leaflet
[14:54:03] -!- acdha [acdha!~acdha@66-44-113-126.c3-0.grg-ubr1.lnh-grg.md.cable.rcn.com] has joined #leaflet
[14:54:31] -!- anth0ny [anth0ny!~anth0ny@unaffiliated/anth0ny] has joined #leaflet
[14:55:48] -!- jduhls has quit [Remote host closed the connection]
[14:55:58] tjb11 is now known as tjb1
[14:59:37] -!- kwallace has quit [Ping timeout: 252 seconds]
[14:59:39] -!- jduhls [jduhls!~jduhls@97.67.186.90] has joined #leaflet
[15:11:29] -!- quiqua has quit [Quit: quiqua]
[15:23:29] -!- toner has quit [Ping timeout: 240 seconds]
[15:25:05] -!- likevinyl has quit [Read error: Connection reset by peer]
[15:27:53] -!- anth0ny has quit [Quit: anth0ny]
[15:36:00] -!- anth0ny [anth0ny!~anth0ny@unaffiliated/anth0ny] has joined #leaflet
[15:41:18] -!- aniM has quit [Ping timeout: 240 seconds]
[15:44:11] -!- toner has quit [Ping timeout: 255 seconds]
[15:47:02] -!- spatialbrew has quit []
[15:47:05] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@ti0043a400-2479.bb.online.no] has joined #leaflet
[15:50:53] -!- jerryitt has quit [Quit: Connection closed for inactivity]
[15:57:06] -!- jerryitt [jerryitt!uid17132@gateway/web/irccloud.com/x-lsczcmziiysmlqcc] has joined #leaflet
[15:59:03] -!- GJdan [GJdan!~dan@d154-20-234-134.bchsia.telus.net] has joined #leaflet
[16:03:34] -!- valeech [valeech!~valeech@ip72-205-7-86.dc.dc.cox.net] has joined #leaflet
[16:06:45] -!- jduhls has quit [Remote host closed the connection]
[16:07:11] -!- dan2k3k4 has quit [Quit: Leaving]
[16:10:09] -!- jduhls_ [jduhls_!~jduhls@67.58.77.166] has joined #leaflet
[16:13:45] -!- krusty_ar has quit [Read error: Connection reset by peer]
[16:14:00] -!- krusty_ar [krusty_ar!~quassel@190.192.59.178] has joined #leaflet
[16:20:54] -!- thomaslindstr_m has quit [Remote host closed the connection]
[16:21:26] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@ti0043a400-2479.bb.online.no] has joined #leaflet
[16:26:35] -!- thomaslindstr_m has quit [Ping timeout: 276 seconds]
[16:31:01] -!- FreezingCold has quit [Ping timeout: 265 seconds]
[16:36:37] -!- bertrik has quit [Changing host]
[16:42:42] -!- patricka_ [patricka_!~patrickar@12.180.47.153] has joined #leaflet
[16:43:33] -!- anth0ny has quit [Quit: anth0ny]
[16:45:53] -!- patrickarlt has quit [Ping timeout: 240 seconds]
[16:46:10] -!- acdha has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
[16:46:58] -!- larryone has quit [Ping timeout: 240 seconds]
[16:49:23] -!- dross__ has quit [Ping timeout: 265 seconds]
[16:51:18] -!- sudobangbang [sudobangbang!~chatzilla@75-151-97-182-Washington.hfc.comcastbusiness.net] has joined #leaflet
[16:52:37] -!- anth0ny [anth0ny!~anth0ny@unaffiliated/anth0ny] has joined #leaflet
[17:02:01] -!- lyzidiamond [lyzidiamond!~lyzidiamo@69-12-169-82.dedicated.static.sonic.net] has joined #leaflet
[17:02:29] -!- anth0ny has quit [Quit: anth0ny]
[17:09:33] -!- Guest48984 has quit [Remote host closed the connection]
[17:11:36] -!- larryone [larryone!~larryone@178.167.254.193.threembb.ie] has joined #leaflet
[17:13:40] -!- dnaleromj has quit [Quit: Dang. Where did dnaleromj's computer go?]
[17:15:26] -!- meekohi [meekohi!~meekohi@ec2-54-221-3-161.compute-1.amazonaws.com] has parted #leaflet
[17:25:45] -!- GJdan has quit [Quit: WeeChat 1.0-dev]
[17:28:15] -!- calvinmetcalf has quit [Quit: Connection closed for inactivity]
[17:30:00] dross is now known as Guest73472
[17:32:14] -!- lyzidiamond has quit [Remote host closed the connection]
[17:33:03] -!- lyzidiamond [lyzidiamond!~lyzidiamo@69-12-169-82.dedicated.static.sonic.net] has joined #leaflet
[17:37:41] -!- Loetmichel has quit [Disconnected by services]
[17:37:46] Cylly is now known as Loetmichel
[17:37:53] -!- rob_h has quit [Ping timeout: 245 seconds]
[17:42:23] -!- acdha [acdha!~acdha@66-44-113-126.c3-0.grg-ubr1.lnh-grg.md.cable.rcn.com] has joined #leaflet
[17:44:32] -!- calvinmetcalf [calvinmetcalf!uid25915@gateway/web/irccloud.com/x-sssiddlpulgtlsdw] has joined #leaflet
[17:47:55] -!- jduhls_ has quit [Remote host closed the connection]
[17:48:44] -!- lyzidiamond has quit [Remote host closed the connection]
[17:49:20] -!- lyzidiamond [lyzidiamond!~lyzidiamo@69-12-169-82.dedicated.static.sonic.net] has joined #leaflet
[17:54:09] -!- lyzidiamond has quit [Ping timeout: 265 seconds]
[17:54:41] -!- zeeshan-laptop has quit [Ping timeout: 255 seconds]
[17:57:23] -!- lyzidiamond [lyzidiamond!~lyzidiamo@69-12-169-82.dedicated.static.sonic.net] has joined #leaflet
[17:58:36] -!- lyzidiamond has quit [Remote host closed the connection]
[17:59:09] -!- lyzidiamond [lyzidiamond!~lyzidiamo@69-12-169-82.dedicated.static.sonic.net] has joined #leaflet
[18:00:34] -!- anth0ny [anth0ny!~anth0ny@unaffiliated/anth0ny] has joined #leaflet
[18:03:04] -!- IchGuckLive has quit [Quit: ChatZilla 0.9.87 [Firefox 20.0/20130329043827]]
[18:03:08] -!- lyzidiam_ [lyzidiam_!~lyzidiamo@69-12-169-82.dedicated.static.sonic.net] has joined #leaflet
[18:03:09] -!- anth0ny has quit [Client Quit]
[18:04:05] -!- lyzidiamond has quit [Ping timeout: 276 seconds]
[18:07:08] -!- lyzidiam_ has quit [Remote host closed the connection]
[18:11:01] -!- anth0ny [anth0ny!~anth0ny@unaffiliated/anth0ny] has joined #leaflet
[18:15:17] -!- larryone has quit [Ping timeout: 258 seconds]
[18:20:48] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@ti0168a400-1616.bb.online.no] has joined #leaflet
[18:30:51] -!- jduhls_ [jduhls_!~jduhls@97.67.186.90] has joined #leaflet
[18:35:33] -!- valeech has quit [Quit: valeech]
[18:38:16] -!- valeech [valeech!~valeech@ip72-205-7-86.dc.dc.cox.net] has joined #leaflet
[18:40:04] -!- mozmck has quit [Read error: Connection reset by peer]
[18:41:05] -!- krusty_ar has quit [Read error: Connection reset by peer]
[18:41:21] -!- krusty_ar [krusty_ar!~quassel@190.192.59.178] has joined #leaflet
[18:47:28] -!- lyzidiamond [lyzidiamond!~lyzidiamo@69-12-169-82.dedicated.static.sonic.net] has joined #leaflet
[18:47:53] -!- skorasaurus [skorasaurus!~skors@cpe-75-187-158-200.neo.res.rr.com] has joined #leaflet
[18:51:28] -!- tmcw [tmcw!~tmcw@50-198-132-58-static.hfc.comcastbusiness.net] has joined #leaflet
[18:56:41] -!- dnaleromj has quit [Quit: Dang. Where did dnaleromj's computer go?]
[18:57:06] -!- lyzidiamond has quit [Remote host closed the connection]
[18:57:38] -!- lyzidiamond [lyzidiamond!~lyzidiamo@69-12-169-82.dedicated.static.sonic.net] has joined #leaflet
[19:01:01] -!- lyzidiam_ [lyzidiam_!~lyzidiamo@69-12-169-82.dedicated.static.sonic.net] has joined #leaflet
[19:01:05] -!- jduhls_ has quit []
[19:01:44] -!- lyzidiamond has quit [Read error: Connection reset by peer]
[19:01:58] -!- valeech has quit [Quit: valeech]
[19:03:57] -!- lyzidiam_ has quit [Remote host closed the connection]
[19:04:29] -!- lyzidiamond [lyzidiamond!~lyzidiamo@69-12-169-82.dedicated.static.sonic.net] has joined #leaflet
[19:08:24] -!- lyzidiam_ [lyzidiam_!~lyzidiamo@69-12-169-82.dedicated.static.sonic.net] has joined #leaflet
[19:09:44] -!- lyzidiamond has quit [Ping timeout: 276 seconds]
[19:12:49] <b_b> hmmm
[19:13:03] -!- lyzidiam_ has quit [Client Quit]
[19:13:12] <b_b> i think that a 0.7.x release would be nice
[19:13:22] -!- lyzidiamond [lyzidiamond!~lyzidiamo@69-12-169-82.dedicated.static.sonic.net] has joined #leaflet
[19:14:49] <b_b> https://github.com/Leaflet/Leaflet/issues/2021 was an "blocking" bug
[19:15:19] <b_b> it's tagged minor, but it can freeze a map on loading...
[19:19:42] -!- kfoltman has quit [Quit: Ex-Chat]
[19:22:46] <b_b> https://github.com/Leaflet/Leaflet/issues/2021#issuecomment-43369673
[19:33:57] -!- dnaleromj has quit [Quit: Dang. Where did dnaleromj's computer go?]
[19:53:39] -!- anth0ny has quit [Quit: anth0ny]
[20:02:46] -!- b_b [b_b!ejabberd@unaffiliated/b-b/x-7659960] has parted #leaflet
[20:06:23] -!- lyzidiamond has quit [Remote host closed the connection]
[20:06:57] -!- lyzidiamond [lyzidiamond!~lyzidiamo@69-12-169-82.dedicated.static.sonic.net] has joined #leaflet
[20:08:07] -!- anth0ny [anth0ny!~anth0ny@unaffiliated/anth0ny] has joined #leaflet
[20:11:25] -!- lyzidiamond has quit [Ping timeout: 265 seconds]
[20:13:20] -!- chillly [chillly!~chris@static-87-102-95-199.karoo.kcom.com] has joined #leaflet
[20:18:34] -!- zeeshan-laptop has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
[20:30:32] -!- GJdan [GJdan!~dan@d154-20-234-134.bchsia.telus.net] has joined #leaflet
[20:38:05] -!- tmcw has quit []
[20:46:01] -!- acdha has quit [Quit: Textual IRC Client: www.textualapp.com]
[20:50:53] -!- jerryitt has quit [Quit: Connection closed for inactivity]
[20:52:29] -!- tmcw [tmcw!~tmcw@50-198-132-58-static.hfc.comcastbusiness.net] has joined #leaflet
[20:53:49] -!- mrbobumbles [mrbobumbles!~B@d-72-9-6-53.cpe.metrocast.net] has joined #leaflet
[20:57:00] -!- mrbobumbles [mrbobumbles!~B@d-72-9-6-53.cpe.metrocast.net] has parted #leaflet
[20:59:41] -!- Deejay has quit [Quit: bye]
[20:59:58] -!- lyzidiamond [lyzidiamond!~lyzidiamo@69-12-169-82.dedicated.static.sonic.net] has joined #leaflet
[21:01:51] -!- FinboySlick has quit [Quit: Leaving.]
[21:04:54] -!- lyzidiamond has quit [Remote host closed the connection]
[21:07:10] -!- lyzidiamond [lyzidiamond!~lyzidiamo@69-12-169-82.dedicated.static.sonic.net] has joined #leaflet
[21:07:17] -!- The_Ball has quit [Ping timeout: 252 seconds]
[21:09:39] -!- lyzidiamond has quit [Remote host closed the connection]
[21:11:23] -!- lyzidiamond [lyzidiamond!~lyzidiamo@69-12-169-82.dedicated.static.sonic.net] has joined #leaflet
[21:18:00] -!- eneuro has quit [Quit: Page closed]
[21:19:39] -!- chillly has quit [Quit: Leaving]
[21:21:14] -!- dzzig_nz_ has quit [Ping timeout: 240 seconds]
[21:26:25] -!- miss0r has quit [Quit: Leaving]
[21:28:11] -!- tom_83 has quit [Ping timeout: 276 seconds]
[21:35:00] -!- PetefromTn_ has quit [Ping timeout: 258 seconds]
[21:42:20] -!- lyzidiamond has quit [Remote host closed the connection]
[21:44:42] -!- radish has quit [Ping timeout: 240 seconds]
[21:47:46] -!- lyzidiamond [lyzidiamond!~lyzidiamo@69-12-169-82.dedicated.static.sonic.net] has joined #leaflet
[21:47:59] -!- radish [radish!~radish@unaffiliated/stryx/x-3871776] has joined #leaflet
[21:57:16] -!- micges has quit [Quit: Leaving]
[21:59:00] Guest73472 is now known as dross
[21:59:30] dross is now known as Guest49297
[22:02:23] -!- Guest49297 has quit [Quit: Leaving]
[22:14:20] -!- eliezer has quit [Ping timeout: 276 seconds]
[22:28:15] -!- calvinmetcalf has quit [Quit: Connection closed for inactivity]
[22:35:22] -!- radish has quit [*.net *.split]
[22:35:22] -!- tom_o_t has quit [*.net *.split]
[22:35:23] -!- AggieMEEN has quit [*.net *.split]
[22:35:26] -!- pthorin_ has quit [*.net *.split]
[22:35:27] -!- Spyou has quit [*.net *.split]
[22:35:27] -!- mal`` has quit [*.net *.split]
[22:35:27] -!- djinni` has quit [*.net *.split]
[22:35:28] -!- sivu has quit [*.net *.split]
[22:35:28] -!- s1dev has quit [*.net *.split]
[22:35:28] -!- SadMan has quit [*.net *.split]
[22:35:28] -!- summatusmentis has quit [*.net *.split]
[22:35:43] -!- p0st4L has quit [*.net *.split]
[22:35:43] -!- zlog has quit [*.net *.split]
[22:35:43] -!- Connor has quit [*.net *.split]
[22:35:43] -!- gonzo___ has quit [*.net *.split]
[22:35:44] -!- malcom2073 has quit [*.net *.split]
[22:35:45] -!- Groguard has quit [*.net *.split]
[22:35:45] -!- copec has quit [*.net *.split]
[22:35:45] -!- RagingComputer has quit [*.net *.split]
[22:35:45] -!- MarkusBec has quit [*.net *.split]
[22:35:47] -!- toxx has quit [*.net *.split]
[22:35:47] -!- archivist has quit [*.net *.split]
[22:35:48] -!- jdh has quit [*.net *.split]
[22:35:55] -!- radish [radish!~radish@unaffiliated/stryx/x-3871776] has joined #leaflet
[22:35:55] -!- tom_o_t [tom_o_t!tom_o_t@drupal.org/user/125573/view] has joined #leaflet
[22:35:55] -!- pthorin_ [pthorin_!~petert@213-88-207-35-static.se.customer.tdc.net] has joined #leaflet
[22:35:55] -!- Spyou [Spyou!~Spyou@vm1.spyou.org] has joined #leaflet
[22:35:55] -!- summatusmentis [summatusmentis!~summatusm@162.243.109.5] has joined #leaflet
[22:36:20] -!- djinni` has quit [Max SendQ exceeded]
[22:38:57] -!- Einar1 has quit [Quit: Leaving.]
[22:42:03] -!- lyzidiamond has quit [Remote host closed the connection]
[22:43:03] -!- dnaleromj has quit [Client Quit]
[22:57:06] -!- PetefromTn_ has quit [Quit: For Sale: Intergalactic Proton Powered Electrical Tentacled Advertising Droids]
[23:00:32] -!- thomaslindstr_m has quit [Quit: Leaving...]
[23:00:36] -!- kfoltman has quit [Quit: Ex-Chat]
[23:08:55] -!- tmcw has quit [Remote host closed the connection]
[23:09:31] -!- tmcw [tmcw!~tmcw@50-198-132-58-static.hfc.comcastbusiness.net] has joined #leaflet
[23:13:38] -!- tmcw has quit [Ping timeout: 240 seconds]
[23:14:41] -!- Connor has quit [Read error: Connection reset by peer]
[23:14:42] -!- jerryitt [jerryitt!uid17132@gateway/web/irccloud.com/x-kawlxdovxnvfgles] has joined #leaflet
[23:19:18] -!- patricka_ has quit [Remote host closed the connection]
[23:20:29] -!- kwallace1 has quit [Ping timeout: 252 seconds]
[23:21:56] -!- kwallace has quit [Ping timeout: 276 seconds]
[23:34:15] -!- anth0ny has quit [Quit: anth0ny]
[23:44:12] -!- george2 has quit [Remote host closed the connection]
[23:44:41] -!- kwallace has quit [Ping timeout: 264 seconds]
[23:44:41] -!- kwallace3 has quit [Ping timeout: 276 seconds]
[23:44:48] -!- md-2 [md-2!~md-2@host86-136-29-190.range86-136.btcentralplus.com] has joined #leaflet
[23:55:08] -!- anth0ny [anth0ny!~anth0ny@unaffiliated/anth0ny] has joined #leaflet
[23:56:25] -!- bertrik has quit [Ping timeout: 252 seconds]
[23:57:37] -!- micges has quit [Quit: Leaving]
[23:59:26] -!- gonzo_nb has quit [Remote host closed the connection]