#leaflet | Logs for 2013-11-14

Back
[00:00:58] -!- patrickarlt has quit [Ping timeout: 245 seconds]
[00:01:15] -!- patrickarlt [patrickarlt!~patrickar@208.114.17.230] has joined #leaflet
[00:07:18] -!- vnp [vnp!5bbdeb42@gateway/web/freenode/ip.91.189.235.66] has joined #leaflet
[00:12:46] -!- sudobangbang [sudobangbang!~chatzilla@75-151-97-182-Washington.hfc.comcastbusiness.net] has joined #leaflet
[00:15:14] <sudobangbang> can someone help me understand how to trigger an event on the zoom out icon in leaflet?
[00:15:16] <sudobangbang> seems simple enought
[00:15:29] <sudobangbang> i see the event come through in L.DomEvent as mousedown
[00:15:58] <sudobangbang> but i cannot trigger it programmatically
[00:16:11] <sudobangbang> with click or mousedown on the DOM element
[00:16:20] * sudobangbang seems to missing something about this framework
[00:26:24] -!- vnp has quit [Quit: Page closed]
[00:29:01] -!- Nick001 has quit [Ping timeout: 252 seconds]
[00:33:25] -!- patrickarlt has quit [Ping timeout: 252 seconds]
[00:39:13] -!- KGB-linuxcnc has quit [Quit: KGB-linuxcnc]
[00:44:02] -!- patrickarlt [patrickarlt!~patrickar@107.sub-70-199-133.myvzw.com] has joined #leaflet
[00:50:38] -!- jonpry has quit [Ping timeout: 240 seconds]
[00:56:16] -!- patrickarlt has quit [Remote host closed the connection]
[00:56:50] -!- patrickarlt [patrickarlt!~patrickar@107.sub-70-199-133.myvzw.com] has joined #leaflet
[00:57:02] -!- patrickarlt has quit [Read error: Connection reset by peer]
[01:05:21] -!- wboykinm has quit [Remote host closed the connection]
[01:06:02] -!- wboykinm [wboykinm!~wboykinm@65-183-134-62-dhcp.burlingtontelecom.net] has joined #leaflet
[01:10:29] -!- wboykinm has quit [Ping timeout: 248 seconds]
[01:19:43] -!- wboykinm [wboykinm!~wboykinm@65-183-134-62-dhcp.burlingtontelecom.net] has joined #leaflet
[01:20:13] -!- thomaslindstr_m has quit [Quit: Leaving...]
[01:20:23] -!- gambakufu has quit [Read error: Connection reset by peer]
[01:23:26] -!- asdfasd has quit [Ping timeout: 240 seconds]
[01:24:36] -!- kiw has quit [Ping timeout: 240 seconds]
[01:32:14] -!- micges has quit [Ping timeout: 240 seconds]
[01:33:19] -!- zzolo [zzolo!~zzolo@c-75-72-229-64.hsd1.mn.comcast.net] has joined #leaflet
[01:34:01] micges_ is now known as micges
[01:36:31] -!- patrickarlt [patrickarlt!~patrickar@107.sub-70-199-133.myvzw.com] has joined #leaflet
[01:43:17] <geografa> sudobangbang: http://leafletjs.com/reference.html#map-zoomout ?
[01:43:28] <geografa> sudobangbang: map.zoomOut(5)
[01:46:21] -!- geografa has quit [Quit: Computer has gone to sleep.]
[01:46:44] -!- patrickarlt has quit [Remote host closed the connection]
[01:47:22] -!- patrickarlt [patrickarlt!~patrickar@107.sub-70-199-133.myvzw.com] has joined #leaflet
[01:47:31] -!- patrickarlt has quit [Read error: Connection reset by peer]
[01:55:25] -!- almccon1 has quit [Quit: Leaving.]
[01:56:06] <sudobangbang> geografa: sorry, my original question sucked
[01:56:36] <sudobangbang> i want to trigger an event using the DOM element. $('a[title="Zoom out"]').click() type thing
[01:56:59] -!- jfire has quit [Ping timeout: 272 seconds]
[01:57:53] -!- patrickarlt [patrickarlt!~patrickar@107.sub-70-199-133.myvzw.com] has joined #leaflet
[02:00:31] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[02:16:10] -!- patrickarlt has quit [Remote host closed the connection]
[02:19:39] -!- mozmck has quit [Quit: Leaving.]
[02:21:26] -!- c-bob|afk has quit [Ping timeout: 246 seconds]
[02:21:35] c-bob is now known as c-bob|afk
[02:22:10] -!- patrickarlt [patrickarlt!~patrickar@107.sub-70-199-133.myvzw.com] has joined #leaflet
[02:25:29] -!- Nekosan has quit [Quit: later folks...]
[02:28:23] -!- zzolo has quit [Quit: zzolo]
[02:28:29] -!- patrickarlt has quit [Remote host closed the connection]
[02:32:27] <sudobangbang> alright smarties
[02:32:45] -!- geografa [geografa!~textual@173-8-196-70-Oregon.hfc.comcastbusiness.net] has joined #leaflet
[02:33:04] <sudobangbang> geografa: glad you are back
[02:33:09] <sudobangbang> alright smarties
[02:33:22] <sudobangbang> what makes an L.DomEvent fail on this:
[02:33:25] <sudobangbang> $('a[title="Zoom out"]').click()
[02:33:27] <geografa> :)
[02:33:30] <sudobangbang> but able to handle this:
[02:33:37] <sudobangbang> $('a[title="Zoom out"]')[0].click()
[02:33:46] <sudobangbang> where's the special sauce and why?
[02:34:27] <sudobangbang> in summation: why can't jQuery fire the event on a jQuery wrapped DOM element
[02:35:06] <geografa> Why not capture the zoom out event rather than the DOM?
[02:37:18] <sudobangbang> geografa: because I'm trying to programmatically trigger it with a click....
[02:37:33] <sudobangbang> only because i noticed jQuery doesn't work on any leaflet buttons
[02:37:40] <sudobangbang> and went down the rabbithole of why
[02:38:30] -!- zzolo [zzolo!~zzolo@c-75-72-229-64.hsd1.mn.comcast.net] has joined #leaflet
[02:38:44] <sudobangbang> all over the code _createButton() function does this to the element
[02:38:55] <sudobangbang> L.DomEvent
[02:38:56] <sudobangbang> .on(link, 'click', L.DomEvent.stopPropagation)
[02:38:57] <sudobangbang> .on(link, 'mousedown', L.DomEvent.stopPropagation)
[02:38:59] <sudobangbang> .on(link, 'dblclick', L.DomEvent.stopPropagation)
[02:39:00] <sudobangbang> .on(link, 'click', L.DomEvent.preventDefault)
[02:39:02] <sudobangbang> .on(link, 'click', options.callback, options.context);
[02:39:19] <sudobangbang> removing the preceding event handlers except the last one does not solve the issue
[02:46:05] <geografa> er…oh man. dunno 'bout that. I'm at an OSM map session. I'll check back about this.
[02:47:51] <sudobangbang> geografa: no worries, i will figure it out
[02:59:21] -!- patrickarlt [patrickarlt!~patrickar@184.sub-70-199-129.myvzw.com] has joined #leaflet
[02:59:23] -!- patrickarlt has quit [Read error: Connection reset by peer]
[03:01:32] -!- zzolo has quit [Quit: zzolo]
[03:22:32] -!- patrickarlt [patrickarlt!~patrickar@184.sub-70-199-129.myvzw.com] has joined #leaflet
[03:22:46] -!- patrickarlt has quit [Read error: Connection reset by peer]
[03:23:54] -!- MacGarage has quit [Remote host closed the connection]
[03:24:27] -!- patrickarlt [patrickarlt!~patrickar@184.sub-70-199-129.myvzw.com] has joined #leaflet
[03:24:31] -!- patrickarlt has quit [Read error: Connection reset by peer]
[03:26:07] -!- patrickarlt [patrickarlt!~patrickar@184.sub-70-199-129.myvzw.com] has joined #leaflet
[03:26:17] -!- patrickarlt has quit [Read error: Connection reset by peer]
[03:27:43] -!- sudobangbang has quit [Quit: ChatZilla 0.9.90.1 [Firefox 25.0/20131025151332]]
[03:33:32] -!- AR_ has quit [Ping timeout: 246 seconds]
[03:41:00] -!- sudobangbang [sudobangbang!~chatzilla@c-24-19-53-250.hsd1.wa.comcast.net] has joined #leaflet
[03:50:33] -!- PetefromTn_ has quit [Remote host closed the connection]
[04:09:10] -!- pzpz has quit [Ping timeout: 248 seconds]
[04:12:47] -!- joe9 has quit [Read error: Connection reset by peer]
[04:18:55] -!- wboykinm has quit [Remote host closed the connection]
[04:21:15] -!- geografa has quit [Quit: Computer has gone to sleep.]
[04:30:07] -!- zzolo [zzolo!~zzolo@c-75-72-229-64.hsd1.mn.comcast.net] has joined #leaflet
[04:34:57] -!- zzolo has quit [Ping timeout: 272 seconds]
[04:35:05] -!- micges has quit [Quit: Leaving]
[05:02:14] -!- Nekosan has quit [Quit: later folks...]
[05:04:04] -!- `Nerobro has quit [Remote host closed the connection]
[05:14:06] -!- `Nerobro has quit [Remote host closed the connection]
[05:19:10] -!- psha[work] [psha[work]!~psha@2002:c387:eecd::1] has joined #leaflet
[05:25:58] -!- skunkworks has quit [Ping timeout: 244 seconds]
[05:47:08] -!- zzolo [zzolo!~zzolo@c-75-72-229-64.hsd1.mn.comcast.net] has joined #leaflet
[05:51:08] -!- zzolo has quit [Read error: Operation timed out]
[06:01:46] -!- fatpandas has quit [Read error: Operation timed out]
[06:02:05] -!- Fox_Muldr has quit [Ping timeout: 245 seconds]
[06:26:50] -!- terabyte- has quit [Quit: terabyte-]
[06:28:48] -!- somenewguy has quit [*.net *.split]
[06:28:48] -!- Tecan has quit [*.net *.split]
[06:28:48] -!- Tom_itx has quit [*.net *.split]
[06:28:49] -!- tandoori has quit [*.net *.split]
[06:28:49] -!- seb_kuzminsky has quit [*.net *.split]
[06:28:49] -!- jst_ has quit [*.net *.split]
[06:28:49] -!- ds3 has quit [*.net *.split]
[06:29:18] -!- `Nerobro has quit [Remote host closed the connection]
[06:38:13] -!- jasen_ has quit [Quit: Page closed]
[07:12:32] -!- patrickarlt [patrickarlt!~patrickar@184.70.20.66] has joined #leaflet
[07:14:39] -!- patrickarlt has quit [Remote host closed the connection]
[07:16:11] -!- sudobangbang has quit [Ping timeout: 272 seconds]
[07:16:44] -!- smart210 has quit [Remote host closed the connection]
[07:17:34] -!- archivist_herron has quit [Ping timeout: 244 seconds]
[07:29:51] -!- NickParker has quit [Read error: Connection reset by peer]
[07:55:48] -!- odogono [odogono!~odogono@cpc14-king9-2-0-cust212.19-1.cable.virginm.net] has joined #leaflet
[07:56:54] -!- Felix29 has quit []
[08:04:33] -!- The_Ball has quit [Ping timeout: 246 seconds]
[08:05:04] -!- mle [mle!~mle@mir31-1-82-224-13-158.fbx.proxad.net] has joined #leaflet
[08:06:08] -!- skunkworks has quit [Ping timeout: 244 seconds]
[08:09:43] -!- mle has quit [Ping timeout: 245 seconds]
[08:16:44] -!- sudobangbang [sudobangbang!~chatzilla@c-24-19-53-250.hsd1.wa.comcast.net] has joined #leaflet
[08:20:59] -!- R2E4 has quit [Read error: Connection reset by peer]
[08:23:08] -!- gimps has quit []
[08:24:51] -!- mle [mle!~mle@mir31-1-82-224-13-158.fbx.proxad.net] has joined #leaflet
[08:38:33] -!- sudobangbang_ [sudobangbang_!~chatzilla@c-24-19-53-250.hsd1.wa.comcast.net] has joined #leaflet
[08:46:01] -!- sudobangbang has quit [*.net *.split]
[08:46:01] -!- tandoori has quit [*.net *.split]
[08:46:01] -!- RyanS has quit [*.net *.split]
[08:46:01] -!- zlog has quit [*.net *.split]
[08:46:01] -!- hm2-buildmaster has quit [*.net *.split]
[08:46:01] -!- jmasseo has quit [*.net *.split]
[08:56:41] -!- md-2 [md-2!~md-2@host86-136-25-165.range86-136.btcentralplus.com] has joined #leaflet
[09:00:44] -!- mle has quit [Quit: Ex-Chat]
[09:01:06] -!- mle [mle!~mle@mir31-1-82-224-13-158.fbx.proxad.net] has joined #leaflet
[09:06:02] -!- Valen has quit [Quit: Leaving.]
[09:06:39] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@37-46-176-106.customers.ownit.se] has joined #leaflet
[09:09:02] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[09:15:39] -!- dhexx [dhexx!dhexx@197.87.179.165] has joined #leaflet
[09:16:01] <dhexx> hey guys,can someone help me with a quick question? :)
[09:16:36] <dhexx> i'm using leaflet + the kml plugin,but when i try to import a 4mb kml,the browser crashes,its about 16k waypoints or so
[09:17:52] <dhexx> tried with ie,chrome and failfox
[09:34:17] -!- ingsoc [ingsoc!~hickin@cpc10-salf5-2-0-cust242.10-2.cable.virginm.net] has joined #leaflet
[09:48:57] -!- zzolo [zzolo!~zzolo@c-75-72-229-64.hsd1.mn.comcast.net] has joined #leaflet
[09:51:02] -!- syyl- has quit [Ping timeout: 240 seconds]
[09:53:52] -!- zzolo has quit [Ping timeout: 264 seconds]
[10:02:19] -!- PhillC54 has quit [Client Quit]
[10:02:30] -!- PhillC1954 has quit [Client Quit]
[10:05:56] -!- kiw [kiw!~Thunderbi@can59-6-78-242-55-183.fbx.proxad.net] has joined #leaflet
[10:13:12] -!- mackerski [mackerski!~dermot@193.120.146.234] has joined #leaflet
[10:40:21] -!- mle has quit [Remote host closed the connection]
[10:41:41] -!- mle [mle!~mle@mir31-1-82-224-13-158.fbx.proxad.net] has joined #leaflet
[10:43:27] -!- Valen has quit [Quit: Leaving.]
[10:49:25] -!- zzolo [zzolo!~zzolo@c-75-72-229-64.hsd1.mn.comcast.net] has joined #leaflet
[10:53:45] -!- sumpfralle has quit [Quit: Leaving.]
[10:54:08] -!- zzolo has quit [Ping timeout: 265 seconds]
[10:59:54] -!- mackerski has quit [Ping timeout: 246 seconds]
[11:00:51] -!- mackerski [mackerski!~dermot@193.120.146.234] has joined #leaflet
[11:01:15] <perl> dhexx: 4mb sounds pretty large. I'm guessing the kml plugin isn't designed for such large documents.
[11:02:30] -!- mackerski has quit [Client Quit]
[11:09:00] -!- sudobangbang_ has quit [Ping timeout: 246 seconds]
[11:10:45] -!- psha[work] has quit [Quit: Lost terminal]
[11:11:04] <dhexx> you think it will work if i split the coordinates into roadlinks and load all the json layers,basically cutting out the kml part? that 16000 points is still nothing compared to the data i'll eventually need to show :(
[11:11:16] -!- skorasaurus has quit [Ping timeout: 264 seconds]
[11:12:56] <perl> dhexx: for that amount of data, I think you need to consider how and when you fetch the data. doing it in one chunk will probably not be very pleasent to the user
[11:13:49] <dhexx> you are right,indeed it wont :)
[11:15:13] <perl> dhexx: I know you can show 10-50k markers with leaflet.markercluster, but loading all that data in one batch isn't realistic imho
[11:15:50] <dhexx> ah nice thanks for that info man,google search wont give information like that
[11:16:15] <dhexx> hands on experience
[11:16:38] <perl> dhexx: one pretty common approach is to tile the vector data, making it load just in time as the user pans/zooms
[11:17:01] -!- NickParker has quit [Read error: Connection reset by peer]
[11:17:07] -!- Hitek [Hitek!1facd17a@gateway/web/freenode/ip.31.172.209.122] has joined #leaflet
[11:17:14] <perl> dhexx: here's the markercluster 50k demo, if you haven't already found it: http://leaflet.github.io/Leaflet.markercluster/example/marker-clustering-realworld.50000.html
[11:17:25] <perl> dhexx: works beautifully in chrome
[11:20:03] <dhexx> the person that made that..is a god
[11:20:26] <Hitek> hi. help please. I need to add a photo and logo on the card. They must be over the map, on the bottom and do not move. How can I do this?
[11:20:29] <perl> dhexx: yeah, it's pretty impressive.
[11:20:49] <dhexx> i need exactly that,only the 50k needs to change to 4mil :(
[11:21:23] <perl> dhexx: you might want to look at how he stores the marker locations, it's done in js with a pretty compact array.
[11:21:55] <Hitek> *I need to add a photo and logo on the map. Sorry for my english.
[11:22:02] <perl> dhexx: for 4 million, I guess the geographic area is pretty big, so tiling the data should work pretty well
[11:22:34] <perl> Hitek: you mean like a static thing in the corner of the map or so?
[11:22:40] <dhexx> thanks so much for your help man,you dont understand how many days i've been trying to figure out a solution now,i'll read up on that
[11:23:23] <Hitek> perl, yes
[11:23:35] <perl> dhexx: no problem
[11:23:53] <perl> Hitek: just do it with plain html, no need to use the leaflet api for that
[11:24:02] -!- voxadam has quit [Quit: quit]
[11:25:00] <perl> Hitek: put a div or whatever in your page, and use css to position it where you want
[11:25:49] <perl> Hitek: for example, if you use a map that covers the whole window, use "position:absolute; right:10px; top: 10px" to place it in the upper right corner
[11:26:48] <perl> Hitek: for an example, look at how the kartena logo is styled/placed here: http://karta.kartena.se/old/demo.html
[11:26:50] <Hitek> perl, can copy the example here or private message? I am not a professional programmer, I'm just doing a small map for yourself.
[11:27:29] <Hitek> perl, thank you
[11:28:33] <perl> Hitek: no problem, good luck
[11:31:09] -!- skunkworks has quit [Remote host closed the connection]
[11:31:47] -!- toner has quit [Ping timeout: 244 seconds]
[11:32:52] -!- kiw has quit [Ping timeout: 264 seconds]
[11:39:34] -!- pzpz has quit [Ping timeout: 240 seconds]
[11:42:54] -!- wboykinm [wboykinm!~wboykinm@65-183-134-62-dhcp.burlingtontelecom.net] has joined #leaflet
[11:44:30] -!- jalbertbowdenii [jalbertbowdenii!62b7d233@gateway/web/freenode/ip.98.183.210.51] has joined #leaflet
[11:47:17] -!- wboykinm has quit [Ping timeout: 248 seconds]
[11:48:14] <Hitek> perl, can you help me in the other question. Is there a leaflet or plug-ins setting at which the markers do not overlap each other on a large scale, and the markers are located nearby? Not clustering.
[11:49:50] -!- zzolo [zzolo!~zzolo@c-75-72-229-64.hsd1.mn.comcast.net] has joined #leaflet
[11:54:52] -!- zzolo has quit [Ping timeout: 272 seconds]
[11:55:01] -!- The_Ball has quit [Ping timeout: 244 seconds]
[12:03:23] <perl> Hitek: hm, what do you want to do with overlapping markers, then?
[12:06:49] <Hitek> perl: Perhaps as a marker tslustering - spiral.
[12:07:14] <Hitek> *marker-clustering
[12:07:18] <perl> Hitek: how about this: https://github.com/jawj/OverlappingMarkerSpiderfier-Leaflet
[12:08:56] <Hitek> Excellent. And it is possible that they were immediately spiral?
[12:09:18] <perl> Hitek: don't know, haven't used it myself. look at the docs, I guess.
[12:11:07] <Hitek> perl: thanks for the help.
[12:18:45] -!- Hitek has quit [Quit: Page closed]
[12:19:17] -!- toastydeath has quit [Read error: Connection reset by peer]
[12:21:56] -!- kiw [kiw!~Thunderbi@37.160.169.188] has joined #leaflet
[12:49:21] -!- jalbertbowdenii has quit [Ping timeout: 250 seconds]
[12:50:19] -!- zzolo [zzolo!~zzolo@c-75-72-229-64.hsd1.mn.comcast.net] has joined #leaflet
[12:54:46] -!- qms2 [qms2!~Adium@37.46.43.55] has joined #leaflet
[12:54:48] -!- zzolo has quit [Ping timeout: 260 seconds]
[12:55:33] <qms2> pbm here : leaflet map is working properly only when Chrome Dev Tools are open….
[12:55:41] <qms2> anyone with an idea how to fix this?
[13:07:52] -!- wboykinm [wboykinm!~wboykinm@65-183-134-62-dhcp.burlingtontelecom.net] has joined #leaflet
[13:13:00] -!- wboykinm has quit [Ping timeout: 260 seconds]
[13:15:29] -!- wboykinm [wboykinm!~wboykinm@65-183-134-62-dhcp.burlingtontelecom.net] has joined #leaflet
[13:18:31] -!- mackerski [mackerski!~dermot@193.120.146.234] has joined #leaflet
[13:22:10] -!- qms2 has quit [Quit: Leaving.]
[13:23:44] -!- qms2 [qms2!~Adium@37.46.43.55] has joined #leaflet
[13:23:54] -!- wboykinm has quit [Remote host closed the connection]
[13:24:29] -!- wboykinm [wboykinm!~wboykinm@65-183-134-62-dhcp.burlingtontelecom.net] has joined #leaflet
[13:25:13] -!- qms2 has quit [Read error: Connection reset by peer]
[13:25:59] -!- qms21 [qms21!~Adium@37.46.43.55] has joined #leaflet
[13:26:08] -!- qms21 [qms21!~Adium@37.46.43.55] has parted #leaflet
[13:26:50] -!- qms2 [qms2!~Adium@37.46.43.55] has joined #leaflet
[13:27:34] <qms2> ok, so just for info, using HTML templates and dynamic js can be problematic sometime :)
[13:29:09] -!- wboykinm has quit [Ping timeout: 248 seconds]
[13:33:53] -!- qms2 [qms2!~Adium@37.46.43.55] has parted #leaflet
[13:38:07] -!- schlomm [schlomm!~schlomm@ip-5-147-206-183.unitymediagroup.de] has joined #leaflet
[13:40:23] -!- hery has quit [Quit: ChatZilla 0.9.90.1 [Firefox 25.0/20131025151332]]
[13:40:59] <schlomm> Hi all. Is anybody here, how can help me? I want to control Vector Layers within L.control.layers. I've already found a workaround ( https://github.com/JasonSanford/leaflet-vector-layers/pull/31 ) , but this doens't work completely
[13:47:57] -!- maximilian_h has quit [Quit: Leaving.]
[13:50:47] -!- zzolo [zzolo!~zzolo@c-75-72-229-64.hsd1.mn.comcast.net] has joined #leaflet
[13:55:07] -!- zzolo has quit [Ping timeout: 246 seconds]
[13:57:22] -!- dway [dway!~dway@gas45-2-82-239-0-32.fbx.proxad.net] has joined #leaflet
[14:06:28] -!- nfn_ [nfn_!nfn@gsd106.gsd.inesc-id.pt] has joined #leaflet
[14:06:34] <nfn_> hi all
[14:06:43] <schlomm> Hi
[14:07:01] <nfn_> I have a doubt. I have a feature group with many layers
[14:07:38] <nfn_> I want to update the color of just one layer. How can i do it?
[14:08:33] <nfn_> The method setStyle don't exist in layers inside a feature group...
[14:11:44] -!- James628 has quit [Quit: Page closed]
[14:15:32] -!- pzpz has quit [Ping timeout: 260 seconds]
[14:25:57] -!- wboykinm [wboykinm!~wboykinm@65-183-134-62-dhcp.burlingtontelecom.net] has joined #leaflet
[14:26:50] -!- PetefromTn has quit [Remote host closed the connection]
[14:28:41] -!- nfn_ has quit [Ping timeout: 252 seconds]
[14:28:56] -!- wboykinm has quit [Remote host closed the connection]
[14:29:12] -!- nfn_ [nfn_!nfn@gsd106.gsd.inesc-id.pt] has joined #leaflet
[14:29:32] -!- wboykinm [wboykinm!~wboykinm@65-183-134-62-dhcp.burlingtontelecom.net] has joined #leaflet
[14:31:44] <angezanetti> hey guys, i tried to add markers to a map with AJAX. I add them to a layergroup. It works but the coord of the marker are wrong.
[14:31:53] <angezanetti> Do i need to loop on them to ad coord ?
[14:32:08] <angezanetti> More details here : http://stackoverflow.com/questions/19980292/add-marker-to-a-leaflet-map-with-ajax-res
[14:32:11] <angezanetti> thx !
[14:33:49] -!- wboykinm has quit [Remote host closed the connection]
[14:34:05] -!- wboykinm [wboykinm!~wboykinm@65-183-134-62-dhcp.burlingtontelecom.net] has joined #leaflet
[14:47:24] -!- jesseg has quit [Ping timeout: 246 seconds]
[14:54:32] -!- zzolo [zzolo!~zzolo@c-75-72-229-64.hsd1.mn.comcast.net] has joined #leaflet
[15:09:12] -!- tmcw [tmcw!~tmcw@50-198-132-58-static.hfc.comcastbusiness.net] has joined #leaflet
[15:20:48] -!- kiw has quit [Ping timeout: 260 seconds]
[15:38:36] -!- patrickarlt [patrickarlt!~patrickar@184.70.20.66] has joined #leaflet
[15:41:10] -!- zzolo has quit [Quit: zzolo]
[15:44:14] -!- nfn_ has quit [Ping timeout: 252 seconds]
[15:46:05] -!- patrickarlt has quit [Remote host closed the connection]
[15:59:42] -!- `Nerobro has quit [Remote host closed the connection]
[16:00:28] -!- kwallace has quit [Ping timeout: 260 seconds]
[16:07:06] -!- gambakufu has quit []
[16:08:51] -!- dragenesis [dragenesis!~dragenesi@wsip-68-225-82-76.hr.hr.cox.net] has joined #leaflet
[16:09:38] <dragenesis> Hi. I need to make an interactive map that allows me to draw POIs served from a server over a map, select and move the POIs, create tracks/new POIs, etc... Can leaftletjs do all this?
[16:11:42] -!- skorasaurus [skorasaurus!~skors@76.205.120.18] has joined #leaflet
[16:14:33] <tmcw> dragenesis: yes, all of the parts that aren't server things, at least.
[16:15:03] -!- tommmied has quit [Quit: Leaving.]
[16:17:15] -!- psha has quit [Quit: Lost terminal]
[16:18:00] -!- tommmied [tommmied!~tdevito@ool-6c3a7aba.static.optonline.net] has joined #leaflet
[16:23:37] <dragenesis> thanks tmcw
[16:23:45] -!- jonpry has quit [Changing host]
[16:24:06] <dragenesis> I was looking at open layers first and was referred here. Do you have experience with both, tmcw.
[16:24:12] -!- jlrodriguez has quit [Remote host closed the connection]
[16:24:16] <tmcw> yes. don't use openlayers
[16:24:34] <dragenesis> that's what I was told. Any reason why?
[16:24:44] <dragenesis> All I was told was that it was ackward.
[16:25:02] -!- tommmied has quit [Quit: Leaving.]
[16:25:31] -!- tommmied [tommmied!~tdevito@ool-6c3a7aba.static.optonline.net] has joined #leaflet
[16:26:15] <tmcw> sure, http://macwright.org/2012/01/12/openlayers.html
[16:27:43] <dragenesis> thanks, tmcw.
[16:38:13] -!- patrickarlt [patrickarlt!~patrickar@S0106c8fb26792456.vc.shawcable.net] has joined #leaflet
[16:38:16] -!- chillly [chillly!~chris@adsl-178-78-91-198.karoo.kcom.com] has joined #leaflet
[16:45:03] -!- geografa [geografa!~textual@c-24-20-237-183.hsd1.or.comcast.net] has joined #leaflet
[16:46:57] -!- terabyte- has quit [Ping timeout: 265 seconds]
[16:58:29] -!- mle has quit [Ping timeout: 272 seconds]
[17:05:03] -!- pzpz has quit [Ping timeout: 240 seconds]
[17:09:56] -!- Komzpa [Komzpa!~kom@78.25.121.68] has joined #leaflet
[17:11:28] -!- thomaslindstr_m has quit [Quit: Leaving...]
[17:14:22] -!- jlrodriguez [jlrodriguez!~jlrodrigu@145.Red-83-57-145.dynamicIP.rima-tde.net] has joined #leaflet
[17:15:07] -!- dway has quit [Quit: NOOOOOOooooooooo……]
[17:19:03] -!- Komzpa has quit [Remote host closed the connection]
[17:19:23] -!- Komzpa [Komzpa!~kom@78.25.121.68] has joined #leaflet
[17:23:07] -!- patrickarlt has quit [Read error: Connection reset by peer]
[17:23:09] -!- jfire [jfire!~Adium@69-12-169-82.dedicated.static.sonic.net] has joined #leaflet
[17:23:40] -!- patrickarlt [patrickarlt!~patrickar@S0106c8fb26792456.vc.shawcable.net] has joined #leaflet
[17:24:01] -!- patrickarlt has quit [Read error: Connection reset by peer]
[17:25:13] -!- patrickarlt [patrickarlt!~patrickar@S0106c8fb26792456.vc.shawcable.net] has joined #leaflet
[17:25:25] -!- terabyte- has quit [Ping timeout: 252 seconds]
[17:27:25] -!- schlomm has quit [Quit: bäm!]
[17:30:26] -!- mackerski has quit [Quit: mackerski]
[17:31:21] -!- sudobangbang [sudobangbang!~chatzilla@c-24-19-53-250.hsd1.wa.comcast.net] has joined #leaflet
[17:34:32] dragenesis is now known as counter
[17:37:29] -!- patrickarlt has quit [Remote host closed the connection]
[17:37:54] -!- patrickarlt [patrickarlt!~patrickar@S0106c8fb26792456.vc.shawcable.net] has joined #leaflet
[17:41:52] -!- patrickarlt has quit [Read error: Connection reset by peer]
[17:41:57] -!- patricka_ [patricka_!~patrickar@S0106c8fb26792456.vc.shawcable.net] has joined #leaflet
[17:43:15] -!- pzpz has quit [Ping timeout: 244 seconds]
[17:47:22] -!- sudobangbang has quit [Quit: ChatZilla 0.9.90.1 [Firefox 25.0/20131025151332]]
[17:47:51] -!- almccon [almccon!~Adium@173-164-158-185-SFBA.hfc.comcastbusiness.net] has joined #leaflet
[18:10:09] -!- tmcw has quit [Remote host closed the connection]
[18:12:24] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@c80-216-4-133.bredband.comhem.se] has joined #leaflet
[18:12:30] -!- Komzpa has quit [Ping timeout: 265 seconds]
[18:13:45] -!- sirdancealo2 has quit [Ping timeout: 245 seconds]
[18:16:15] -!- md-2 has quit [Remote host closed the connection]
[18:17:32] -!- Komzpa [Komzpa!~kom@78.25.120.24] has joined #leaflet
[18:17:50] -!- tmcw [tmcw!~tmcw@50-198-132-58-static.hfc.comcastbusiness.net] has joined #leaflet
[18:19:52] -!- krusty_ar has quit [Remote host closed the connection]
[18:20:38] -!- krusty_ar [krusty_ar!~quassel@host174.201-253-18.telecom.net.ar] has joined #leaflet
[18:23:33] -!- Nick001 has quit [Ping timeout: 248 seconds]
[18:31:40] -!- Komzzpa [Komzzpa!~kom@78.25.120.6] has joined #leaflet
[18:32:48] -!- Komzpa has quit [Ping timeout: 265 seconds]
[18:34:21] -!- sirdancealot3 has quit [Quit: Leaving]
[18:37:51] -!- jlrodriguez has quit [Remote host closed the connection]
[18:44:44] -!- Loetmichel has quit [Ping timeout: 244 seconds]
[18:45:11] -!- Komzzpa has quit [Remote host closed the connection]
[18:48:30] -!- Komzzpa [Komzzpa!~kom@78.25.120.6] has joined #leaflet
[19:02:04] -!- IchGuckLive has quit [Quit: ChatZilla 0.9.87 [Firefox 20.0/20130329043827]]
[19:03:44] -!- Komzzpa has quit [Remote host closed the connection]
[19:21:09] -!- patricka_ has quit [Read error: Connection reset by peer]
[19:21:29] -!- patrickarlt [patrickarlt!~patrickar@S0106c8fb26792456.vc.shawcable.net] has joined #leaflet
[19:22:30] -!- Komzzpa [Komzzpa!~kom@78.25.120.6] has joined #leaflet
[19:32:35] -!- hiroshima5 has quit []
[19:32:53] narogon is now known as hiroshima5
[19:34:46] hiroshima5 is now known as jesosalos
[19:41:38] -!- Komzzpa has quit [Ping timeout: 246 seconds]
[19:47:24] -!- tmcw has quit [Remote host closed the connection]
[19:48:39] -!- tmcw [tmcw!~tmcw@50-198-132-58-static.hfc.comcastbusiness.net] has joined #leaflet
[19:54:55] -!- sudobangbang [sudobangbang!~chatzilla@c-76-28-237-145.hsd1.wa.comcast.net] has joined #leaflet
[19:58:56] -!- jonno11 [jonno11!c2235df9@gateway/web/freenode/ip.194.35.93.249] has joined #leaflet
[19:59:37] -!- patricka_ [patricka_!~patrickar@S0106c8fb26792456.vc.shawcable.net] has joined #leaflet
[19:59:44] -!- patrickarlt has quit [Read error: Connection reset by peer]
[20:01:49] -!- Komzzpa [Komzzpa!~kom@78.25.120.253] has joined #leaflet
[20:03:26] <jonno11> Hi guys. Trying to get a quick and dirty map going, that auto-updates markers from a JSON file. This bit works fine, but I can't get the markers' popup to open. I keep getting "Uncaught TypeError: Object [object Object] has no method 'openPopup' "
[20:03:33] <jonno11> https://gist.github.com/jonlambert/02242d6c077b2df22402
[20:03:49] -!- mhaberler has quit [Quit: mhaberler]
[20:04:27] -!- gonzo_ has quit [Read error: Connection reset by peer]
[20:06:59] -!- patricka_ has quit [Remote host closed the connection]
[20:07:40] -!- patrickarlt [patrickarlt!~patrickar@S0106c8fb26792456.vc.shawcable.net] has joined #leaflet
[20:10:14] -!- Komzzzpa [Komzzzpa!~kom@78.25.121.21] has joined #leaflet
[20:10:34] -!- Komzzpa has quit [Ping timeout: 268 seconds]
[20:12:03] -!- patrickarlt has quit [Ping timeout: 244 seconds]
[20:17:49] -!- patrickarlt [patrickarlt!~patrickar@S0106c8fb26792456.vc.shawcable.net] has joined #leaflet
[20:19:44] -!- gonzo_ has quit [Quit: Leaving]
[20:24:40] -!- gonzo_ has quit [Client Quit]
[20:27:34] -!- patrickarlt has quit [Remote host closed the connection]
[20:28:08] -!- patrickarlt [patrickarlt!~patrickar@S0106c8fb26792456.vc.shawcable.net] has joined #leaflet
[20:32:56] -!- patrickarlt has quit [Ping timeout: 272 seconds]
[20:36:03] -!- jonno11 has quit [Ping timeout: 250 seconds]
[20:39:52] -!- jasen_ has quit [Quit: Page closed]
[20:44:15] -!- jfire has quit [Quit: Leaving.]
[20:45:08] -!- Connor has quit [Read error: Connection reset by peer]
[20:57:22] -!- phillc54 has quit [Quit: bye...]
[20:58:42] -!- PetefromTn has quit [Remote host closed the connection]
[21:00:37] -!- skunkworks has quit [Quit: Leaving]
[21:23:41] -!- jfire [jfire!~Adium@69-12-169-82.dedicated.static.sonic.net] has joined #leaflet
[21:28:15] -!- jfire has quit [Ping timeout: 265 seconds]
[21:31:06] -!- skorasaurus has quit [Ping timeout: 244 seconds]
[21:31:51] -!- sudobangbang has quit [Ping timeout: 240 seconds]
[21:39:38] -!- zzolo [zzolo!~zzolo@c-75-72-166-46.hsd1.mn.comcast.net] has joined #leaflet
[21:56:15] -!- tommmied has quit [Quit: Leaving.]
[22:02:38] -!- FinboySlick has quit [Quit: Leaving.]
[22:06:06] -!- gonzo_ has quit [Client Quit]
[22:08:19] -!- ingsoc has quit [Quit: Leaving.]
[22:09:14] -!- odogono has quit [Quit: odogono]
[22:24:49] -!- jfire [jfire!~Adium@69-12-169-82.dedicated.static.sonic.net] has joined #leaflet
[22:29:19] -!- jfire has quit [Ping timeout: 268 seconds]
[22:30:17] -!- counter has quit [Quit: Leaving]
[22:32:25] -!- chillly has quit [Quit: Leaving]
[22:34:12] -!- jfire [jfire!~Adium@69-12-169-82.dedicated.static.sonic.net] has joined #leaflet
[22:43:23] -!- bedah has quit [Quit: Ex-Chat]
[22:49:54] -!- zzolo has quit [Quit: zzolo]
[22:50:59] -!- _DJ_ has quit [Quit: bye]
[22:51:58] -!- jfire has quit [Quit: Leaving.]
[22:56:37] -!- jfire [jfire!~Adium@69-12-169-82.dedicated.static.sonic.net] has joined #leaflet
[23:02:14] -!- Aitek has quit [Read error: Connection reset by peer]
[23:05:01] -!- Komzzzpa has quit [Remote host closed the connection]
[23:06:30] -!- adb has quit [Ping timeout: 252 seconds]
[23:08:33] -!- angezanetti has quit [Ping timeout: 240 seconds]
[23:09:02] -!- angezanetti [angezanetti!~x@srv431.firstheberg.net] has joined #leaflet
[23:11:20] -!- sudobangbang [sudobangbang!~chatzilla@c-24-19-53-250.hsd1.wa.comcast.net] has joined #leaflet
[23:11:28] -!- narogon has quit []
[23:12:55] -!- ve7it has quit [Remote host closed the connection]
[23:13:31] -!- wboykinm has quit [Remote host closed the connection]
[23:14:08] -!- wboykinm [wboykinm!~wboykinm@65-183-134-62-dhcp.burlingtontelecom.net] has joined #leaflet
[23:16:26] -!- patrickarlt [patrickarlt!~patrickar@S0106c8fb26792456.vc.shawcable.net] has joined #leaflet
[23:17:19] -!- skorasaurus [skorasaurus!~skors@99.71.72.130] has joined #leaflet
[23:18:52] -!- wboykinm has quit [Ping timeout: 272 seconds]
[23:21:00] -!- wboykinm [wboykinm!~wboykinm@65-183-134-62-dhcp.burlingtontelecom.net] has joined #leaflet
[23:28:00] -!- wboykinm has quit [Remote host closed the connection]
[23:28:35] -!- wboykinm [wboykinm!~wboykinm@65-183-134-62-dhcp.burlingtontelecom.net] has joined #leaflet
[23:31:32] -!- zenek has quit [Read error: Operation timed out]
[23:33:15] -!- wboykinm has quit [Ping timeout: 264 seconds]
[23:48:58] -!- wboykinm [wboykinm!~wboykinm@65-183-134-62-dhcp.burlingtontelecom.net] has joined #leaflet
[23:52:33] -!- wboykinm has quit [Remote host closed the connection]
[23:53:07] -!- wboykinm [wboykinm!~wboykinm@65-183-134-62-dhcp.burlingtontelecom.net] has joined #leaflet
[23:57:51] -!- wboykinm has quit [Ping timeout: 272 seconds]
[23:59:24] -!- tmcw has quit [Remote host closed the connection]