#leaflet | Logs for 2014-06-09

Back
[00:01:52] -!- garfong has quit [Ping timeout: 245 seconds]
[00:16:34] -!- gonzo_nb has quit [Remote host closed the connection]
[00:19:20] -!- FreezingCold has quit [Ping timeout: 260 seconds]
[00:20:12] -!- asdfasd has quit [Ping timeout: 245 seconds]
[00:44:18] -!- bertrik has quit [Remote host closed the connection]
[00:45:36] -!- dybskiy [dybskiy!~dybskiy@c-98-207-93-218.hsd1.ca.comcast.net] has joined #leaflet
[00:50:01] -!- dybskiy has quit [Ping timeout: 240 seconds]
[00:57:38] -!- skunkworks_ has quit [Ping timeout: 240 seconds]
[01:23:27] -!- terabyte- has quit [Client Quit]
[01:37:11] -!- Valen has quit [Quit: Leaving.]
[01:45:06] -!- sumpfralle has quit [Quit: Leaving.]
[01:45:23] -!- terabyte- has quit [Client Quit]
[01:45:34] -!- dybskiy [dybskiy!~dybskiy@c-98-207-93-218.hsd1.ca.comcast.net] has joined #leaflet
[01:47:26] -!- dybskiy_ [dybskiy_!~dybskiy@c-98-207-93-218.hsd1.ca.comcast.net] has joined #leaflet
[01:50:39] -!- dybskiy has quit [Ping timeout: 265 seconds]
[01:51:28] -!- Tecan has quit [Quit: Live Long And Phosphor!]
[01:52:06] -!- dybskiy_ has quit [Ping timeout: 265 seconds]
[02:02:50] -!- dybskiy [dybskiy!~dybskiy@c-98-207-93-218.hsd1.ca.comcast.net] has joined #leaflet
[02:04:36] -!- dybskiy_ [dybskiy_!~dybskiy@c-98-207-93-218.hsd1.ca.comcast.net] has joined #leaflet
[02:04:47] -!- MacGalempsy has quit [Ping timeout: 245 seconds]
[02:07:20] -!- dybskiy has quit [Ping timeout: 260 seconds]
[02:09:01] -!- dybskiy_ has quit [Ping timeout: 240 seconds]
[02:16:19] -!- AggieMEEN has quit [Ping timeout: 240 seconds]
[02:27:24] -!- FrankZappa has quit [Ping timeout: 260 seconds]
[02:28:06] -!- dybskiy [dybskiy!~dybskiy@c-98-207-93-218.hsd1.ca.comcast.net] has joined #leaflet
[02:29:49] -!- dybskiy_ [dybskiy_!~dybskiy@c-98-207-93-218.hsd1.ca.comcast.net] has joined #leaflet
[02:32:01] -!- PetefromTn_ has quit [Ping timeout: 240 seconds]
[02:32:31] -!- dybskiy has quit [Ping timeout: 252 seconds]
[02:34:01] -!- dybskiy_ has quit [Ping timeout: 240 seconds]
[02:45:35] -!- dybskiy [dybskiy!~dybskiy@c-98-207-93-218.hsd1.ca.comcast.net] has joined #leaflet
[02:50:32] -!- dybskiy has quit [Ping timeout: 276 seconds]
[02:50:32] -!- anth0ny_ [anth0ny_!~anth0ny@unaffiliated/anth0ny] has joined #leaflet
[03:05:31] -!- AR_ has quit [Ping timeout: 252 seconds]
[03:07:17] -!- ries_ has quit [Quit: ries_]
[03:38:36] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[03:45:36] -!- dybskiy [dybskiy!~dybskiy@c-98-207-93-218.hsd1.ca.comcast.net] has joined #leaflet
[03:46:02] -!- maZer`- has quit [Read error: Connection reset by peer]
[03:50:01] -!- dybskiy has quit [Ping timeout: 240 seconds]
[03:59:26] -!- skunkworks_ has quit [Ping timeout: 276 seconds]
[04:14:38] -!- FinboySlick has quit [Quit: Leaving.]
[04:18:18] -!- anth0ny_ has quit [Quit: anth0ny_]
[04:26:17] -!- anth0ny_ [anth0ny_!~anth0ny@unaffiliated/anth0ny] has joined #leaflet
[04:27:42] -!- denelius [denelius!~chatzilla@c-24-99-80-211.hsd1.ga.comcast.net] has joined #leaflet
[04:33:24] <denelius> how does one override the onEachFeature popup? for example to get map coordinates of a location within a polygon feature
[04:41:20] -!- Tecan has quit [Quit: Live Long And Phosphor!]
[04:45:32] -!- dybskiy [dybskiy!~dybskiy@c-98-207-93-218.hsd1.ca.comcast.net] has joined #leaflet
[04:49:58] -!- dybskiy has quit [Ping timeout: 240 seconds]
[05:45:36] -!- dybskiy [dybskiy!~dybskiy@c-98-207-93-218.hsd1.ca.comcast.net] has joined #leaflet
[05:46:32] -!- GJdan has quit [Quit: WeeChat 1.0-dev]
[05:47:50] -!- FrankZappa has quit []
[05:50:23] -!- dybskiy has quit [Ping timeout: 265 seconds]
[05:51:46] -!- anth0ny_ has quit [Quit: anth0ny_]
[06:02:28] -!- ve7it has quit [Remote host closed the connection]
[06:02:34] <liedman> denelius: for something like that, you want to add a click listener to the layer that's passed to onEachFeature
[06:04:35] <liedman> denelius: onEachFeature: function(feature, layer) { layer.on('click', function(e) { map.openPopup('Lat: ' + e.latlng.lat + ', Lng: ' + e.latlng.lng); })}
[06:13:45] <denelius> liedman: thanks for the response, you have put me on the right track
[06:13:57] -!- george2 has quit [Ping timeout: 245 seconds]
[06:22:58] <denelius> liedman: how would i go about removing a geojson event listener for say a measure tool - so user activates measure tool and wants to click on a polygon to get distance but currently polygon onclick is firing?
[06:23:18] -!- archivist_herron has quit [Ping timeout: 240 seconds]
[06:41:56] <liedman> denelius: you can use layer.off('click', handler) to unregister an event listener
[06:42:22] <liedman> denelius: just make sure you pass the same function to off as you did when you added the listener with on
[06:42:58] <liedman> denelius: another way is to have some boolean flag, and check that flag in the listener, if you don't want to add and remove listeners
[06:43:20] <denelius> liedman: thank you, i will try those options
[06:45:37] -!- dybskiy [dybskiy!~dybskiy@c-98-207-93-218.hsd1.ca.comcast.net] has joined #leaflet
[06:50:17] -!- dybskiy has quit [Ping timeout: 252 seconds]
[06:50:18] -!- md-2 [md-2!~md-2@host86-143-201-145.range86-143.btcentralplus.com] has joined #leaflet
[06:54:55] -!- mozmck has quit [Ping timeout: 240 seconds]
[07:00:50] -!- dhoovie has quit [Ping timeout: 246 seconds]
[07:05:21] -!- larryone [larryone!~larryone@176.61.1.155] has joined #leaflet
[07:13:14] <denelius> liedman: the layer.off... option works in the sense that the function is not fired however does not appear to free up the layer for another click event such as the click on measure - the hand cursor still appears on polygon mouseover
[07:14:12] <liedman> denelius: I think the hand cursor is default for vector features in leaflet, and not related to if a click listener is registered or not
[07:14:45] <denelius> may i send you link?
[07:14:53] <liedman> denelius: sure
[07:15:20] <denelius> http://apollo.newfields.com/mobile/genIII/template.html
[07:15:39] <denelius> liedman - you should notice shape :)
[07:16:26] <denelius> so click on add bdry
[07:16:49] <denelius> then click on the poly
[07:17:00] <liedman> denelius: hm... no shape visible, I think...
[07:17:32] <denelius> liedman: add bdry
[07:17:38] <liedman> denelius: ok
[07:18:07] -!- larryone has quit [Ping timeout: 245 seconds]
[07:18:41] <liedman> ok, so it seems you have multiple listeners or something... since I get 8 alerts with one click
[07:19:04] <denelius> liedman: so if you click on poly coords are alerted - click on rem click and they are no longer alerted
[07:19:20] <liedman> yep
[07:19:45] <denelius> then go ahead and click on measure button upper left and measure line but over polygon
[07:21:48] <liedman> denelius: hm, yes, that is weird
[07:22:09] <denelius> liedman: i am sorry you are right i had another listener - simply a lat lon for click anywhere on map - this did not fire on poly feature either
[07:23:10] <denelius> liedman - i simply am trying to remove listener for geojson feature is a user should have a tool selected
[07:24:13] <liedman> denelius: unfortunately, I don't have a quick answer, I would have to investigate more to figure out what's going on
[07:24:31] <liedman> denelius: and I don't really have the time for that at the moment
[07:25:03] <denelius> np - i appreciate your time and the help you have given me so far - i need to go offline
[07:25:09] <liedman> denelius: might find some time tonight, unless you figure it out.
[07:26:37] <denelius> liedman: if you do that would be great but please dont go out of your way - much appreciated
[07:42:35] -!- denelius has quit [Quit: ChatZilla 0.9.90.1 [Firefox 29.0.1/20140506152807]]
[07:45:35] -!- dybskiy [dybskiy!~dybskiy@c-98-207-93-218.hsd1.ca.comcast.net] has joined #leaflet
[07:47:23] -!- dybskiy_ [dybskiy_!~dybskiy@c-98-207-93-218.hsd1.ca.comcast.net] has joined #leaflet
[07:49:13] -!- dybskiy__ [dybskiy__!~dybskiy@c-98-207-93-218.hsd1.ca.comcast.net] has joined #leaflet
[07:50:03] -!- dybskiy has quit [Ping timeout: 252 seconds]
[07:50:04] -!- dybski___ [dybski___!~dybskiy@c-98-207-93-218.hsd1.ca.comcast.net] has joined #leaflet
[07:52:00] -!- dybskiy_ has quit [Ping timeout: 260 seconds]
[07:53:52] -!- dybskiy__ has quit [Ping timeout: 260 seconds]
[07:57:02] -!- rob_h has quit [Ping timeout: 240 seconds]
[07:59:32] -!- gambakufu has quit [Ping timeout: 240 seconds]
[08:03:40] -!- maZer`- has quit [Ping timeout: 260 seconds]
[08:05:36] -!- putnik has quit [Ping timeout: 240 seconds]
[08:06:32] -!- zeeshan|2 has quit [Ping timeout: 240 seconds]
[08:07:06] -!- Tom_itx has quit [Ping timeout: 240 seconds]
[08:07:16] -!- putnik [putnik!~putnik@148.251.22.241] has joined #leaflet
[08:07:16] -!- putnik has quit [Changing host]
[08:07:16] -!- putnik [putnik!~putnik@wikimedia/putnik] has joined #leaflet
[08:10:56] -!- l0ggy_ has quit [Ping timeout: 240 seconds]
[08:12:03] -!- putnik has quit [Ping timeout: 240 seconds]
[08:12:19] -!- putnik [putnik!~putnik@wikimedia/putnik] has joined #leaflet
[08:14:33] -!- `Nerobro_ has quit [Ping timeout: 240 seconds]
[08:16:55] -!- GargantuaSauce has quit [Ping timeout: 240 seconds]
[08:38:26] -!- dybski___ has quit [Remote host closed the connection]
[08:38:58] -!- dybskiy [dybskiy!~dybskiy@c-98-207-93-218.hsd1.ca.comcast.net] has joined #leaflet
[08:43:07] -!- dybskiy has quit [Ping timeout: 245 seconds]
[08:45:32] -!- CaptHindsight has quit [Ping timeout: 240 seconds]
[08:47:24] -!- b_b [b_b!ejabberd@81.18.178.14] has joined #leaflet
[08:47:49] -!- b_b has quit [Changing host]
[08:47:49] -!- b_b [b_b!ejabberd@unaffiliated/b-b/x-7659960] has joined #leaflet
[08:48:37] -!- dhoovie|2 has quit [Read error: Connection reset by peer]
[09:01:39] -!- bertrik has quit [Changing host]
[09:03:44] -!- md2 [md2!~md-2@92.40.248.135.threembb.co.uk] has joined #leaflet
[09:04:08] md2 is now known as Guest22517
[09:04:43] -!- larryone [larryone!~larryone@185.32.152.150] has joined #leaflet
[09:06:27] -!- md-2 has quit [Ping timeout: 245 seconds]
[09:09:16] -!- dybskiy [dybskiy!~dybskiy@c-98-207-93-218.hsd1.ca.comcast.net] has joined #leaflet
[09:11:19] -!- dybskiy_ [dybskiy_!~dybskiy@c-98-207-93-218.hsd1.ca.comcast.net] has joined #leaflet
[09:13:57] -!- dybskiy has quit [Ping timeout: 245 seconds]
[09:15:37] -!- dybskiy_ has quit [Ping timeout: 245 seconds]
[09:18:27] -!- Meduza has quit [Quit: No Ping reply in 180 seconds.]
[09:23:40] -!- theorbtwo has quit [Ping timeout: 240 seconds]
[09:27:38] -!- Meduza has quit [Quit: No Ping reply in 180 seconds.]
[09:40:15] -!- micges-dev has quit [Quit: Wychodzi]
[09:42:31] -!- Thetawaves has quit [*.net *.split]
[09:42:31] -!- accuartisans has quit [*.net *.split]
[09:42:31] -!- bclinkinbeard has quit [*.net *.split]
[09:45:37] -!- dybskiy [dybskiy!~dybskiy@c-98-207-93-218.hsd1.ca.comcast.net] has joined #leaflet
[09:46:49] -!- Guest22517 has quit [Remote host closed the connection]
[09:47:24] -!- md-2 [md-2!~md-2@92.40.248.135.threembb.co.uk] has joined #leaflet
[09:47:29] -!- dybskiy_ [dybskiy_!~dybskiy@c-98-207-93-218.hsd1.ca.comcast.net] has joined #leaflet
[09:50:19] -!- dybskiy has quit [Ping timeout: 252 seconds]
[09:51:56] -!- md-2 has quit [Ping timeout: 260 seconds]
[09:52:09] -!- dybskiy_ has quit [Ping timeout: 252 seconds]
[10:02:39] -!- bclinkinbeard [bclinkinbeard!sid27212@gateway/web/irccloud.com/x-cpjeehuagqnqqlhv] has joined #leaflet
[10:07:19] -!- the_wench has quit [Ping timeout: 240 seconds]
[10:09:55] -!- archivist has quit [Ping timeout: 276 seconds]
[10:25:53] -!- skunkworks_ has quit [Ping timeout: 265 seconds]
[10:45:35] -!- dybskiy [dybskiy!~dybskiy@c-98-207-93-218.hsd1.ca.comcast.net] has joined #leaflet
[10:50:52] -!- dybskiy has quit [Ping timeout: 276 seconds]
[10:54:07] -!- KimK has quit [Ping timeout: 240 seconds]
[11:00:41] -!- jsskangas has quit [Ping timeout: 265 seconds]
[11:05:12] -!- gonzo__ has quit [Read error: Connection reset by peer]
[11:17:47] -!- Valen has quit [Quit: Leaving.]
[11:21:34] -!- larryone has quit [Quit: This computer has gone to sleep]
[11:25:20] -!- FreezingCold has quit [Ping timeout: 265 seconds]
[11:26:42] -!- larryone [larryone!~larryone@185.32.152.150] has joined #leaflet
[11:27:43] -!- tumdedum has quit [Ping timeout: 240 seconds]
[11:33:43] -!- amiri [amiri!~amiri@cpe-76-95-109-253.socal.res.rr.com] has joined #leaflet
[11:36:56] -!- amiri_ has quit [Ping timeout: 260 seconds]
[11:45:36] -!- dybskiy [dybskiy!~dybskiy@c-98-207-93-218.hsd1.ca.comcast.net] has joined #leaflet
[11:50:40] -!- dybskiy has quit [Ping timeout: 276 seconds]
[12:16:32] -!- spatialbrew [spatialbrew!~spatialbr@173-21-66-192.client.mchsi.com] has joined #leaflet
[12:24:28] -!- i_tarzan has quit [Ping timeout: 276 seconds]
[12:27:08] -!- skorasaurus [skorasaurus!~skors@cpe-75-187-158-200.neo.res.rr.com] has joined #leaflet
[12:27:28] malcom2O73 is now known as malcom2073
[12:35:36] -!- djinni` has quit [Quit: ERC Version 5.3 (IRC client for Emacs)]
[12:35:36] -!- mal`` has quit [Quit: ERC Version 5.3 (IRC client for Emacs)]
[12:45:34] -!- dybskiy [dybskiy!~dybskiy@c-98-207-93-218.hsd1.ca.comcast.net] has joined #leaflet
[12:50:12] -!- dybskiy has quit [Ping timeout: 245 seconds]
[12:57:13] ries_ is now known as ries
[12:58:13] -!- strax [strax!uid4099@gateway/web/irccloud.com/x-toxpzozdttubqfbz] has joined #leaflet
[12:59:01] <strax> hi, is there a reason why map.getBounds().getCenter() != map.getCenter() ?
[12:59:18] <strax> And is it possible to get the real center of the map via bounds somehow?
[13:04:37] <liedman> strax: I would assume only very minor rounding differences as long as you use the projections built in to Leaflet
[13:05:07] <strax> liedman: on a larger zoom level, that's correct, I can barely notice the difference
[13:05:13] <liedman> strax: but it might be a different case if you use a projection where lat/lng doesn't align with the screen coordinates
[13:05:17] <strax> But when zoomed out, the difference is noticeable
[13:05:27] <strax> The projections are default
[13:05:36] <liedman> ok
[13:06:56] <liedman> strax: like how big differences?
[13:08:17] <strax> liedman: On zoom level 5, {lat: 59.366793908532124, lng: 22.52197265625} versus {lat: 57.08307437566285, lng: 22.52197265625}
[13:09:55] <liedman> yeah, that looks weird...
[13:10:55] <liedman> the diffence is only in latitude, while longitude is the same
[13:11:07] <strax> yeah
[13:14:50] -!- sulky has quit [Read error: Connection reset by peer]
[13:18:10] -!- Einar1 has quit [Quit: Leaving.]
[13:30:11] -!- garfong has quit [Quit: Leaving]
[13:34:06] -!- anth0ny_ [anth0ny_!~anth0ny@unaffiliated/anth0ny] has joined #leaflet
[13:35:15] -!- jduhls [jduhls!~jduhls@75.76.125.132] has joined #leaflet
[13:38:25] -!- jduhls has quit [Client Quit]
[13:39:27] -!- jerryitt [jerryitt!uid17132@gateway/web/irccloud.com/x-zredddropbxjpnza] has joined #leaflet
[13:45:38] -!- dybskiy [dybskiy!~dybskiy@c-98-207-93-218.hsd1.ca.comcast.net] has joined #leaflet
[13:48:35] -!- krusty_ar [krusty_ar!~quassel@190.192.59.178] has joined #leaflet
[13:50:07] -!- dybskiy has quit [Ping timeout: 252 seconds]
[13:51:56] `Nerobro_ is now known as `Nerobro
[13:56:00] -!- denelius [denelius!~chatzilla@38.104.188.130] has joined #leaflet
[14:05:35] -!- anth0ny_ has quit [Quit: anth0ny_]
[14:07:21] -!- eric_u_cnc1 has quit [Ping timeout: 252 seconds]
[14:27:58] -!- grummund has quit [Ping timeout: 276 seconds]
[14:30:05] -!- denelius_ [denelius_!~chatzilla@38.104.188.130] has joined #leaflet
[14:30:56] -!- denelius has quit [Ping timeout: 265 seconds]
[14:31:00] denelius_ is now known as denelius
[14:31:28] -!- jsskangas has quit [Ping timeout: 260 seconds]
[14:45:35] -!- dybskiy [dybskiy!~dybskiy@c-98-207-93-218.hsd1.ca.comcast.net] has joined #leaflet
[14:49:46] -!- mapitpk [mapitpk!~chatzilla@146.129.24.3] has joined #leaflet
[14:50:08] -!- dybskiy has quit [Ping timeout: 260 seconds]
[14:56:20] vorteexx is now known as jsskangas
[14:58:41] -!- skorasaurus has quit [Ping timeout: 252 seconds]
[15:00:31] -!- kwallace has quit [Ping timeout: 252 seconds]
[15:04:48] -!- i_tarzan has quit [Ping timeout: 260 seconds]
[15:13:56] -!- syyl has quit [Ping timeout: 260 seconds]
[15:19:48] -!- denelius has quit [Quit: ChatZilla 0.9.90.1 [Firefox 29.0.1/20140506152807]]
[15:19:57] -!- i_tarzan has quit [Ping timeout: 252 seconds]
[15:20:56] -!- witnit has quit [Ping timeout: 260 seconds]
[15:28:57] -!- The_Ball has quit [Ping timeout: 245 seconds]
[15:29:25] -!- i_tarzan has quit [Ping timeout: 265 seconds]
[15:33:45] -!- md-2 [md-2!~md-2@host86-143-201-145.range86-143.btcentralplus.com] has joined #leaflet
[15:36:31] -!- jduhls [jduhls!~jduhls@75.76.125.132] has joined #leaflet
[15:40:28] -!- jduhls has quit [Client Quit]
[15:41:39] -!- tom_o_t has quit [Quit: Leaving]
[15:41:59] -!- tom_o_t [tom_o_t!tom_o_t@nat/google/x-yydzohhhdulmcrtx] has joined #leaflet
[15:41:59] -!- tom_o_t has quit [Changing host]
[15:41:59] -!- tom_o_t [tom_o_t!tom_o_t@drupal.org/user/125573/view] has joined #leaflet
[15:45:37] -!- dybskiy [dybskiy!~dybskiy@c-98-207-93-218.hsd1.ca.comcast.net] has joined #leaflet
[15:48:38] -!- i_tarzan has quit [Ping timeout: 240 seconds]
[15:50:12] -!- dybskiy has quit [Ping timeout: 265 seconds]
[15:51:07] -!- witnit has quit [Remote host closed the connection]
[15:57:45] -!- tmcw [tmcw!~tmcw@50-198-132-58-static.hfc.comcastbusiness.net] has joined #leaflet
[16:04:53] -!- sudobangbang [sudobangbang!~chatzilla@75-151-97-182-Washington.hfc.comcastbusiness.net] has joined #leaflet
[16:15:09] -!- tmcw has quit [Remote host closed the connection]
[16:15:42] -!- tmcw [tmcw!~tmcw@50-198-132-58-static.hfc.comcastbusiness.net] has joined #leaflet
[16:19:38] -!- tmcw has quit [Ping timeout: 240 seconds]
[16:20:14] -!- GJdan [GJdan!~dan@d154-20-234-134.bchsia.telus.net] has joined #leaflet
[16:27:07] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@ti0043a400-2479.bb.online.no] has joined #leaflet
[16:28:04] -!- denelius [denelius!~chatzilla@38.104.188.130] has joined #leaflet
[16:29:47] -!- tmcw [tmcw!~tmcw@50-198-132-58-static.hfc.comcastbusiness.net] has joined #leaflet
[16:31:14] -!- dybskiy [dybskiy!~dybskiy@c-98-207-93-218.hsd1.ca.comcast.net] has joined #leaflet
[16:33:02] -!- dybskiy_ [dybskiy_!~dybskiy@c-98-207-93-218.hsd1.ca.comcast.net] has joined #leaflet
[16:35:37] -!- dybskiy has quit [Ping timeout: 245 seconds]
[16:36:50] -!- dybskiy [dybskiy!~dybskiy@c-98-207-93-218.hsd1.ca.comcast.net] has joined #leaflet
[16:37:17] -!- dybskiy_ has quit [Ping timeout: 245 seconds]
[16:39:34] -!- patrickarlt [patrickarlt!~patrickar@12.180.47.153] has joined #leaflet
[16:41:27] -!- ries has quit [Ping timeout: 245 seconds]
[16:41:27] <denelius> I have a function onClick(e) {alert(e.latlng.toString()); } when you click on the map it returns lat lng position how do i get this to fire when clicking on a polygon? I have tried layer.off('click', polyClick); this removes click function call for polygon but does not enable the function onClick(e). To summarize i would like a tool that when on, i can click anywhere on map including on...
[16:41:29] <denelius> ...layers and return lat lng. Any assistance much appreciated
[16:45:17] <tmcw> denelius: polygons do not have a single lat/lon.
[16:45:46] <tmcw> detect if it's a polygon, and use http://leafletjs.com/reference.html#polyline-getbounds and http://leafletjs.com/reference.html#latlngbounds-getcenter if so
[16:46:22] <denelius> tmcw: true - i am after the mouse click lat lon whether in or outside of polygon
[16:47:54] <denelius> the polygon event listener appears to be blocking my ability to use my original get latlng function
[16:48:26] <denelius> i need to override polygon event listener so the underlying one is active
[16:49:18] -!- theorb has quit [Ping timeout: 240 seconds]
[16:50:58] -!- larryone has quit [Ping timeout: 240 seconds]
[16:52:51] -!- tmcw has quit []
[17:03:38] -!- balestrino has quit [Ping timeout: 240 seconds]
[17:18:40] -!- mhaberler has quit [Quit: mhaberler]
[17:28:34] -!- ve7it has quit [Remote host closed the connection]
[17:29:45] -!- ve7it has quit [Remote host closed the connection]
[17:40:04] -!- strax has quit [Quit: Connection closed for inactivity]
[17:40:19] -!- AggieMEEN has quit [Ping timeout: 240 seconds]
[17:47:39] -!- Loetmichel has quit [Ping timeout: 265 seconds]
[18:02:58] -!- kwallace has quit [Ping timeout: 240 seconds]
[18:04:25] -!- kwallace2 has quit [Ping timeout: 276 seconds]
[18:07:21] -!- IchGuckLive has quit [Quit: ChatZilla 0.9.87 [Firefox 20.0/20130329043827]]
[18:17:08] amnesic is now known as amnesic_away
[18:18:47] -!- acdha [acdha!~acdha@shell.improbable.org] has joined #leaflet
[18:20:20] amnesic_away is now known as amnesic
[18:38:18] -!- jsskangas has quit [Ping timeout: 240 seconds]
[18:50:21] -!- b_b [b_b!ejabberd@unaffiliated/b-b/x-7659960] has parted #leaflet
[19:00:56] -!- jerryitt has quit [Quit: Connection closed for inactivity]
[19:05:42] -!- maZer`- has quit []
[19:11:38] -!- jerryitt [jerryitt!uid17132@gateway/web/irccloud.com/x-dxkarpvsmioznrid] has joined #leaflet
[19:19:53] Cylly is now known as Loetmichel
[19:28:19] -!- acdha has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
[19:28:47] -!- The_Ball has quit [Read error: Connection reset by peer]
[19:44:36] -!- miss0r has quit []
[19:44:40] -!- skorasaurus [skorasaurus!~skors@adsl-70-239-10-196.dsl.bcvloh.sbcglobal.net] has joined #leaflet
[19:50:25] -!- tumdedum has quit [Ping timeout: 265 seconds]
[19:51:44] -!- Deejay has quit [Quit: bb]
[19:57:31] -!- skorasaurus2 [skorasaurus2!~skors@adsl-70-239-10-196.dsl.bcvloh.sbcglobal.net] has joined #leaflet
[19:57:35] -!- skorasaurus has quit [Remote host closed the connection]
[20:01:20] -!- jduhls [jduhls!~jduhls@75.76.125.132] has joined #leaflet
[20:01:21] -!- skunkworks has quit [Read error: Connection reset by peer]
[20:01:27] -!- skunkworks_ has quit [Read error: Connection reset by peer]
[20:01:41] -!- jduhls has quit [Client Quit]
[20:02:04] -!- i_tarzan has quit [Ping timeout: 260 seconds]
[20:06:10] -!- skorasaurus2 has quit [Remote host closed the connection]
[20:06:43] -!- skorasaurus2 [skorasaurus2!~skors@adsl-70-239-10-196.dsl.bcvloh.sbcglobal.net] has joined #leaflet
[20:07:34] -!- larryone [larryone!~larryone@89.100.23.131] has joined #leaflet
[20:11:39] -!- larryone has quit [Client Quit]
[20:11:59] -!- larryone [larryone!~larryone@89.100.23.131] has joined #leaflet
[20:12:47] -!- thomasli_ [thomasli_!~thomaslin@ti0043a400-2479.bb.online.no] has joined #leaflet
[20:15:24] -!- thomaslindstr_m has quit [Ping timeout: 260 seconds]
[20:16:38] -!- skors [skors!~skors@adsl-70-239-10-196.dsl.bcvloh.sbcglobal.net] has joined #leaflet
[20:18:25] -!- skorasaurus2 has quit [Ping timeout: 252 seconds]
[20:20:55] -!- thomasli_ has quit [Ping timeout: 276 seconds]
[20:25:42] <denelius> I have setup a map click event that alerts lat lon at mouse position, how can i temporarily remove a polygon event listener so that I may click in the area occupied by the polygon and mapclick lat lon returned? As it stands, the polygon event listener is hi jacking the click, i can prevent the polygon popup function from firing but i cant seem to fire my original map click event - any help...
[20:25:43] <denelius> ...much appreciated
[20:26:13] -!- Einar1 has quit [Read error: Connection reset by peer]
[20:30:36] -!- tjb1 has quit [Read error: Connection reset by peer]
[20:33:48] -!- skors has quit [Ping timeout: 260 seconds]
[20:43:24] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@ti0043a400-2479.bb.online.no] has joined #leaflet
[20:47:08] -!- larryone has quit [Quit: This computer has gone to sleep]
[20:50:18] -!- fogl has quit [Ping timeout: 240 seconds]
[20:50:53] -!- mhaberler has quit [Quit: mhaberler]
[20:56:58] -!- balestrino has quit [Ping timeout: 240 seconds]
[20:57:57] -!- The_Ball has quit [Read error: Connection reset by peer]
[21:01:35] -!- md-2 has quit [Remote host closed the connection]
[21:02:02] -!- md-2 [md-2!~md-2@host86-143-201-145.range86-143.btcentralplus.com] has joined #leaflet
[21:06:27] -!- md-2 has quit [Ping timeout: 252 seconds]
[21:06:48] -!- FinboySlick has quit [Quit: Leaving.]
[21:07:09] -!- md-2 [md-2!~md-2@host86-143-201-145.range86-143.btcentralplus.com] has joined #leaflet
[21:08:11] -!- mhaberler has quit [Client Quit]
[21:09:55] -!- afiber__ has quit [Quit: Konversation terminated!]
[21:20:01] -!- jp_mill has quit [Ping timeout: 252 seconds]
[21:24:58] -!- archivist has quit [Ping timeout: 240 seconds]
[21:25:08] -!- the_wench has quit [Ping timeout: 260 seconds]
[21:32:58] -!- micges1 has quit [Ping timeout: 240 seconds]
[21:38:07] -!- denelius has quit [Quit: ChatZilla 0.9.90.1 [Firefox 29.0.1/20140506152807]]
[21:38:07] -!- Komzpa has quit [Read error: Connection reset by peer]
[21:40:19] -!- Komzpa [Komzpa!~kom@mm-71-245-57-86.leased.line.mgts.by] has joined #leaflet
[21:42:19] -!- chillly [chillly!~chris@static-87-102-95-199.karoo.kcom.com] has joined #leaflet
[21:42:55] -!- chillly has quit [Client Quit]
[21:44:38] ries_ is now known as ries
[21:47:10] -!- larryone [larryone!~larryone@176.61.1.155] has joined #leaflet
[21:56:13] -!- almccon [almccon!~textual@rrcs-67-52-157-109.west.biz.rr.com] has joined #leaflet
[21:57:46] -!- skorasaurus [skorasaurus!~skors@cpe-75-187-151-174.neo.res.rr.com] has joined #leaflet
[22:01:19] -!- Jymmm has quit [Ping timeout: 240 seconds]
[22:06:23] -!- amiri_ [amiri_!~amiri@cpe-76-95-109-253.socal.res.rr.com] has joined #leaflet
[22:08:19] reksio666 is now known as micges
[22:09:28] -!- amiri has quit [Ping timeout: 260 seconds]
[22:11:51] -!- thomaslindstr_m has quit [Quit: Leaving...]
[22:12:38] -!- jthornton has quit [Ping timeout: 240 seconds]
[22:12:58] -!- JT-Shop has quit [Ping timeout: 240 seconds]
[22:19:54] -!- andypugh has quit [Quit: andypugh]
[22:23:57] -!- mhaberler has quit [Quit: mhaberler]
[22:30:15] -!- terabyte- has quit [Quit: terabyte-]
[22:35:54] -!- bertrik has quit [Remote host closed the connection]
[22:37:58] -!- KimK_w has quit [Quit: Leaving]
[22:48:29] Jymmmm is now known as jymmm
[22:49:03] -!- md-2 has quit [Quit: Leaving...]
[22:49:49] <patrickarlt> does anyone know when 0.8 will be released? whats still left to do on it?
[22:56:14] -!- mapitpk has quit [Remote host closed the connection]
[23:14:52] -!- andypugh has quit [Ping timeout: 265 seconds]
[23:30:52] -!- FrankZappa has quit []
[23:31:05] -!- gonzo_nb has quit [Remote host closed the connection]
[23:32:47] -!- george2 [george2!~42@unaffiliated/george2] has joined #leaflet
[23:34:58] -!- spatialbrew has quit [Remote host closed the connection]
[23:39:04] -!- larryone has quit [Ping timeout: 260 seconds]
[23:42:57] -!- almccon has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
[23:47:14] -!- patrickarlt has quit [Remote host closed the connection]
[23:47:50] -!- patrickarlt [patrickarlt!~patrickar@12.180.47.153] has joined #leaflet
[23:50:42] -!- Nick001-shop has quit [Quit: ChatZilla 0.9.90.1 [Firefox 29.0.1/20140506152807]]
[23:52:16] -!- andypugh has quit [Quit: andypugh]
[23:52:34] -!- patrickarlt has quit [Ping timeout: 265 seconds]
[23:59:04] -!- kfoltman has quit [Quit: Ex-Chat]