#leaflet | Logs for 2014-07-27

Back
[00:04:00] -!- Einar1 has quit [Quit: Leaving.]
[00:05:03] -!- skunkworks_ has quit [Ping timeout: 240 seconds]
[00:10:16] -!- Tecan has quit [Changing host]
[00:22:38] -!- dns51148 has quit [Remote host closed the connection]
[00:25:44] -!- ve7it has quit [Remote host closed the connection]
[00:26:05] -!- dns51148 [dns51148!~dns51148@184-100-200-193.ptld.qwest.net] has joined #leaflet
[00:41:04] -!- dns51148 has quit [Remote host closed the connection]
[00:46:55] -!- rob_h has quit [Ping timeout: 255 seconds]
[00:49:06] -!- bertrik has quit [Remote host closed the connection]
[01:09:40] -!- PetefromTn_ has quit [Quit: Never put off till tomorrow, what you can do the day after tomorrow]
[01:10:51] -!- asdfasd has quit [Ping timeout: 272 seconds]
[01:12:44] -!- jerryitt has quit [Quit: Connection closed for inactivity]
[01:20:28] -!- dns51148 [dns51148!~dns51148@184-100-200-193.ptld.qwest.net] has joined #leaflet
[01:49:07] -!- mhaberler has quit [Quit: mhaberler]
[02:07:14] -!- syyl has quit [Ping timeout: 260 seconds]
[02:23:52] -!- atom1 has quit [Changing host]
[02:24:41] -!- atom1 has quit [Client Quit]
[02:37:19] <dns51148> anyone have experience with the angular-leaflet-directive?
[02:39:15] -!- knownasilya [knownasilya!uid22190@gateway/web/irccloud.com/x-kgmjkwkzxnzdqwod] has joined #leaflet
[02:43:04] -!- skorasaurus has quit [Ping timeout: 250 seconds]
[02:48:27] -!- jerryitt [jerryitt!uid17132@gateway/web/irccloud.com/x-nezligtfrnkpqmrg] has joined #leaflet
[02:55:43] -!- benjamin23 has quit [Remote host closed the connection]
[03:03:29] -!- fenugrec has quit [Quit: Leaving]
[03:15:35] -!- pcw_home has quit [Remote host closed the connection]
[03:23:02] -!- dns51148 has quit [Remote host closed the connection]
[03:31:00] -!- AR_ has quit [Ping timeout: 260 seconds]
[03:35:10] -!- kwallace1 has quit [Ping timeout: 250 seconds]
[03:35:29] -!- dns51148 [dns51148!~dns51148@184-100-200-193.ptld.qwest.net] has joined #leaflet
[03:35:32] -!- kwallace2 has quit [Ping timeout: 255 seconds]
[03:49:16] -!- PetefromTn_ has quit [Quit: Light travels faster then sound, which is why some people appear bright, until you hear them speak]
[04:49:38] -!- dns51148 has quit [Write error: Broken pipe]
[04:49:57] -!- dns51148 [dns51148!~dns51148@184-100-200-193.ptld.qwest.net] has joined #leaflet
[05:03:07] -!- Fox_Muldr has quit [Ping timeout: 245 seconds]
[05:17:10] -!- ravenlock has quit [Ping timeout: 260 seconds]
[05:18:42] -!- dns51148 has quit [Remote host closed the connection]
[05:26:06] -!- dns51148 [dns51148!~dns51148@184-100-200-193.ptld.qwest.net] has joined #leaflet
[05:32:44] -!- jerryitt has quit [Quit: Connection closed for inactivity]
[05:42:00] -!- RyanS has quit [Ping timeout: 255 seconds]
[05:47:34] -!- cpresser has quit [Ping timeout: 240 seconds]
[05:51:06] -!- ve7it has quit [Remote host closed the connection]
[05:59:02] -!- cpresser has quit [Ping timeout: 250 seconds]
[06:03:31] -!- dns51148 has quit []
[06:03:51] -!- dns51148 [dns51148!~dns51148@184-100-200-193.ptld.qwest.net] has joined #leaflet
[06:04:17] dns51148 is now known as bLu_
[06:09:05] -!- tjtr33 has quit [Quit: Leaving]
[06:23:00] -!- knownasilya has quit [Quit: Connection closed for inactivity]
[06:47:51] -!- bLu_ has quit []
[06:48:12] -!- bLu_ [bLu_!~bLu_@184-100-200-193.ptld.qwest.net] has joined #leaflet
[06:48:26] -!- Flipp_ has quit [Ping timeout: 250 seconds]
[06:48:46] -!- bLu_ has quit [Client Quit]
[06:52:05] -!- mahtennek [mahtennek!~mahtennek@209.99.2.203] has joined #leaflet
[06:56:04] <mahtennek> hi all can somebody help me out? I am trying to add markers from a html <ul> using jquery-menu-aim plugin. so when i click on a menu list item, it triggers my javascript function and add a marker, but if i select another list item, i would want to remove all the markers and add again. how do i remove the markers before adding a new marker? I couldn't figure out after trying add removeLayers. https://gist.github.com/anonymous/c084ca73c7a075
[06:56:04] <mahtennek> ce704f
[06:56:15] <mahtennek> https://gist.github.com/anonymous/c084ca73c7a075ce704f
[07:00:26] <summatusmentis> your markers FeatureGroup is not a Layer
[07:02:56] <summatusmentis> well, wait
[07:02:56] <summatusmentis> hrm
[07:03:00] <mahtennek> something similar to this https://www.mapbox.com/mapbox.js/example/v1.0.0/filtering-markers/
[07:03:05] <mahtennek> filtering markers. i can't seem to get it for leafletjs
[07:03:23] <summatusmentis> I wonder if you need to be removing the marker from the FeatureGroup before you add new ones
[07:03:45] <summatusmentis> that is, I wonder if you're only removing the FeatureGroup from the map, but not the Markers from the FeatureGroup
[07:04:17] <mahtennek> at least i have the lat and lon, so any way i can do it dynamically upon any list item clicked, i should be able to display the correct markers?
[07:04:30] <mahtennek> so i may not be using FeatureGroup if it's not the right way of using it.
[07:04:42] <summatusmentis> well, I'm not sure what the right way is
[07:04:45] <summatusmentis> I've never done this
[07:04:49] <summatusmentis> I'm just speculating
[07:05:11] <mahtennek> sure. same here. really hope someone can better advise me on this
[07:05:34] <mahtennek> couldn't find any similar posts on stackoverflow or any of leaflet groups
[07:06:31] -!- cpresser has quit [Ping timeout: 256 seconds]
[07:08:20] -!- jay__ [jay__!~jay@2601:7:2280:b99:a9d5:53c7:8f06:4d49] has joined #leaflet
[07:09:45] <jay__> #yay
[07:11:55] -!- chris__ has quit [Client Quit]
[07:29:56] -!- schimmi has quit [Ping timeout: 240 seconds]
[07:29:59] -!- FinboySlick has quit [Remote host closed the connection]
[07:31:48] -!- schimmi [schimmi!~schimmi@limoia.com] has joined #leaflet
[07:38:31] -!- jay__ has quit []
[07:42:47] -!- DaViruz has quit [Ping timeout: 245 seconds]
[08:14:53] -!- basiclaser [basiclaser!Elite7488@gateway/shell/elitebnc/x-ixudwirrumeqxzhd] has joined #leaflet
[08:14:54] -!- pbrunier has quit [Quit: Leaving]
[08:15:33] <basiclaser> hey guys, are there any sites/app for quickly customising leaflet maps? I wanted to embed a global map with 7-8 pins/tooltips on it
[08:19:51] BitEvil is now known as speedevil
[08:22:00] Cylly is now known as Loetmichel
[08:22:05] -!- Einar1 has quit [Quit: Leaving.]
[08:27:59] speedevil is now known as SpeedEvil
[09:25:06] -!- mahtenne_ [mahtenne_!~mahtennek@bb42-60-66-97.singnet.com.sg] has joined #leaflet
[09:25:18] -!- mahtennek has quit [Ping timeout: 250 seconds]
[09:26:58] -!- mahtennek [mahtennek!~mahtennek@207.207.28.178] has joined #leaflet
[09:30:23] -!- mahtenne_ has quit [Ping timeout: 240 seconds]
[09:46:10] -!- Tecan has quit [Ping timeout: 264 seconds]
[09:53:40] -!- mahtennek has quit [Remote host closed the connection]
[10:07:00] -!- amiri [amiri!~amiri@cpe-76-95-109-253.socal.res.rr.com] has joined #leaflet
[10:07:45] -!- amiri has quit [Read error: Connection reset by peer]
[10:10:10] -!- amiri_ has quit [Ping timeout: 264 seconds]
[10:11:56] -!- amiri [amiri!~amiri@cpe-76-95-109-253.socal.res.rr.com] has joined #leaflet
[10:23:42] -!- MrSunshine_ has quit [Ping timeout: 255 seconds]
[10:36:45] -!- kfoltman has quit [Quit: Ex-Chat]
[10:54:17] -!- mahtennek [mahtennek!~mahtennek@bb42-60-66-97.singnet.com.sg] has joined #leaflet
[10:58:32] -!- mahtennek has quit [Ping timeout: 245 seconds]
[11:21:38] -!- basiclaser has quit [Excess Flood]
[11:24:12] -!- basiclaser [basiclaser!Elite7488@gateway/shell/elitebnc/x-ysihkssvxidzoyzg] has joined #leaflet
[11:51:21] -!- jerryitt [jerryitt!uid17132@gateway/web/irccloud.com/x-dthmcvfoigsfvhpg] has joined #leaflet
[12:13:29] -!- syyl_ws has quit [Quit: Verlassend]
[12:19:21] -!- mahtennek [mahtennek!~mahtennek@bb42-60-66-97.singnet.com.sg] has joined #leaflet
[12:23:54] -!- sirdancealot has quit [Max SendQ exceeded]
[12:27:29] -!- ler_hydra has quit [Remote host closed the connection]
[13:21:23] -!- _abc__ has quit [Quit: jmIrc2 destroyed by the OS]
[13:34:15] -!- malcom2073 has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
[13:37:56] -!- mhaberler has quit [Client Quit]
[13:42:50] -!- mahtennek has quit []
[13:47:07] -!- skorasaurus [skorasaurus!~skors@cpe-75-187-158-200.neo.res.rr.com] has joined #leaflet
[14:17:42] -!- sylphiae has quit [Ping timeout: 255 seconds]
[15:15:22] -!- PetefromTn_ has quit [Read error: Connection reset by peer]
[15:32:04] -!- skorasaurus has quit [Ping timeout: 240 seconds]
[15:36:33] -!- Tom_L has quit [Client Quit]
[15:44:22] -!- amiri has quit [Quit: Lost terminal]
[15:48:36] -!- amiri [amiri!~amiri@cpe-76-95-109-253.socal.res.rr.com] has joined #leaflet
[16:31:27] -!- bLu_ [bLu_!~bLu_@184-100-200-193.ptld.qwest.net] has joined #leaflet
[16:36:02] -!- sumpfralle has quit [Ping timeout: 245 seconds]
[16:52:44] -!- jerryitt has quit [Quit: Connection closed for inactivity]
[17:10:37] -!- Tecan has quit [Ping timeout: 255 seconds]
[17:19:38] -!- IchGuckLive has quit [Quit: ChatZilla 0.9.87 [Firefox 20.0/20130329043827]]
[17:25:19] -!- MrSunshine has quit [Ping timeout: 256 seconds]
[17:27:02] -!- theorbtwo has quit [Remote host closed the connection]
[17:29:14] -!- sirdancealot has quit [Ping timeout: 250 seconds]
[17:31:05] -!- amiri has quit [Read error: Connection reset by peer]
[17:31:30] -!- amiri [amiri!~amiri@cpe-76-95-109-253.socal.res.rr.com] has joined #leaflet
[17:36:17] -!- anth0ny [anth0ny!~anth0ny@unaffiliated/anth0ny] has joined #leaflet
[17:56:44] -!- anth0ny has quit [Quit: anth0ny]
[18:01:38] -!- theorbtwo has quit [Remote host closed the connection]
[18:03:45] -!- skorasaurus [skorasaurus!~skors@cpe-24-165-184-134.neo.res.rr.com] has joined #leaflet
[18:03:54] -!- syyl has quit [Ping timeout: 250 seconds]
[18:09:54] -!- MrSunshine has quit [Ping timeout: 255 seconds]
[18:10:54] -!- anth0ny [anth0ny!~anth0ny@unaffiliated/anth0ny] has joined #leaflet
[18:15:34] -!- anth0ny has quit [Ping timeout: 260 seconds]
[18:22:23] -!- knownasilya [knownasilya!uid22190@gateway/web/irccloud.com/x-ztcrkzuczaydyahg] has joined #leaflet
[18:26:34] -!- Nick001-shop has quit [Ping timeout: 240 seconds]
[18:56:52] -!- jerryitt [jerryitt!uid17132@gateway/web/irccloud.com/x-srqfwevdtuxqssti] has joined #leaflet
[19:13:12] -!- maZer`- has quit [Ping timeout: 260 seconds]
[19:15:20] -!- bLu_ has quit []
[19:22:28] -!- theorbtwo has quit [Ping timeout: 255 seconds]
[19:22:57] -!- sumpfralle has quit [Ping timeout: 240 seconds]
[19:29:20] -!- theorbtwo has quit [Read error: Connection reset by peer]
[19:42:04] -!- Tecan has quit [Quit: Live Long And Phosphor!]
[20:02:07] -!- amiri_ [amiri_!~amiri@cpe-76-95-109-253.socal.res.rr.com] has joined #leaflet
[20:02:20] -!- SkramX__ [SkramX__!uid32410@gateway/web/irccloud.com/x-lqvqyjniipihpaiv] has joined #leaflet
[20:02:20] -!- pthorin [pthorin!~petert@213-88-207-35-static.se.customer.tdc.net] has joined #leaflet
[20:06:28] -!- arekm_ has quit [Changing host]
[20:11:00] -!- Nick001-shop has quit [*.net *.split]
[20:11:01] -!- amiri has quit [*.net *.split]
[20:11:02] -!- kfoltman has quit [*.net *.split]
[20:11:04] -!- shanker_ has quit [*.net *.split]
[20:11:04] -!- chally_ has quit [*.net *.split]
[20:11:05] -!- JT-Shop has quit [*.net *.split]
[20:11:06] -!- jthornton has quit [*.net *.split]
[20:11:09] -!- kanzure has quit [*.net *.split]
[20:11:10] -!- t12 has quit [*.net *.split]
[20:11:10] -!- ds3 has quit [*.net *.split]
[20:11:10] -!- ChuangTzu has quit [*.net *.split]
[20:11:12] -!- arekm has quit [*.net *.split]
[20:11:12] -!- SkramX has quit [*.net *.split]
[20:11:13] -!- Jeebiss has quit [*.net *.split]
[20:11:14] -!- pthorin_ has quit [*.net *.split]
[20:11:15] -!- TekniQue has quit [*.net *.split]
[20:11:18] -!- serp has quit [*.net *.split]
[20:11:51] -!- PetefromTn_ has quit [Quit: The early bird may get the worm, but the second mouse gets the cheese]
[20:13:08] -!- Loetmichel has quit [Ping timeout: 250 seconds]
[20:13:29] Jeebiss_ is now known as Jeebiss
[20:14:03] SkramX__ is now known as SkramX
[20:17:09] TekniQue_ is now known as TekniQue
[20:23:58] -!- FreezingCold has quit [Ping timeout: 250 seconds]
[20:25:12] JT-Shop_ is now known as JT-Shop
[20:41:14] -!- amiri_ has quit [Remote host closed the connection]
[20:45:48] -!- afiber__ has quit [Quit: Konversation terminated!]
[20:54:55] -!- basiclaser has quit [Excess Flood]
[20:58:12] -!- basiclaser [basiclaser!Elite7488@gateway/shell/elitebnc/x-slyhhydzdiwmhkwr] has joined #leaflet
[20:59:40] -!- kfoltman_ has quit [Quit: Ex-Chat]
[21:01:00] -!- skunkworks_ has quit [Ping timeout: 260 seconds]
[21:02:58] -!- toner has quit [Ping timeout: 250 seconds]
[21:10:48] -!- sumpfralle has quit [Ping timeout: 260 seconds]
[21:11:58] -!- postaL has quit [Ping timeout: 240 seconds]
[21:11:58] p0staL is now known as postaL
[21:12:05] -!- Deejay has quit [Quit: bye]
[21:14:21] -!- amiri [amiri!~amiri@cpe-76-95-109-253.socal.res.rr.com] has joined #leaflet
[21:26:32] -!- thealch3m1st has quit [Quit: Textual IRC Client: www.textualapp.com]
[21:26:57] -!- syyl has quit [Ping timeout: 245 seconds]
[21:43:38] -!- jasen_ has quit [Quit: Page closed]
[21:47:33] -!- andypugh has quit [Quit: andypugh]
[22:13:22] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[22:19:10] -!- jay___ [jay___!~jay@c-50-139-56-112.hsd1.or.comcast.net] has joined #leaflet
[22:30:49] -!- sirdancealot has quit [Ping timeout: 272 seconds]
[22:39:29] -!- sirdancealot has quit [Max SendQ exceeded]
[22:40:20] -!- The_Ball has quit [Remote host closed the connection]
[22:40:42] kanzure_ is now known as kanzure
[22:58:28] -!- kb8wmc has quit [Client Quit]
[22:59:00] -!- i_tarzan has quit [Ping timeout: 250 seconds]
[23:04:14] Meduza89 is now known as Meduza
[23:16:17] -!- jay___ has quit [Remote host closed the connection]
[23:16:20] -!- asdfasd has quit [Ping timeout: 250 seconds]
[23:23:00] -!- knownasilya has quit [Quit: Connection closed for inactivity]
[23:35:27] -!- jay__ [jay__!~jay@2601:7:2280:b99:2d74:cb9b:a95:e472] has joined #leaflet
[23:41:45] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[23:44:19] -!- sumpfralle has quit [Ping timeout: 272 seconds]