#leaflet | Logs for 2012-07-09

Back
[00:04:05] -!- mhaberler has quit [Quit: mhaberler]
[00:12:07] -!- servos4ever has quit [Ping timeout: 240 seconds]
[00:46:00] -!- jpk [jpk!~jpk@unaffiliated/vorondil] has joined #leaflet
[00:54:07] -!- sumpfralle1 has quit [Ping timeout: 240 seconds]
[00:58:57] -!- jpk1 [jpk1!~jpk@h130.198.28.71.dynamic.ip.windstream.net] has joined #leaflet
[00:59:50] -!- jpk has quit [Ping timeout: 246 seconds]
[01:00:24] -!- servos4ever has quit [Quit: ChatZilla 0.9.85 [SeaMonkey 2.0.11/20101206162726]]
[01:02:42] jpk1 is now known as jpk
[01:03:50] -!- jpk has quit [Changing host]
[01:03:50] -!- jpk [jpk!~jpk@unaffiliated/vorondil] has joined #leaflet
[01:03:59] -!- andypugh has quit [Quit: andypugh]
[01:26:15] -!- i_tarzan has quit [Ping timeout: 255 seconds]
[01:27:25] -!- zeuslo [zeuslo!711c69e1@gateway/web/freenode/ip.113.28.105.225] has joined #leaflet
[01:40:06] -!- kb8wmc has quit [Quit: ChatZilla 0.9.88.2 [Firefox 13.0.1/20120615040410]]
[01:41:57] -!- i_tarzan has quit [Read error: Operation timed out]
[01:48:32] -!- hm2-buildmaster has quit [Quit: buildmaster reconfigured: bot disconnecting]
[01:48:32] -!- linuxcnc-build has quit [Quit: buildmaster reconfigured: bot disconnecting]
[01:56:39] <zeuslo> hi all, i have a question on doing mouse over effect on layer
[01:57:00] <zeuslo> Just like i have a layer created as var airportLayer = new L.LayerGroup();
[01:57:47] <zeuslo> in which the layer having some markers on top, is it possible to doing the mouse over event on marker instead of click-to-popup?
[02:03:12] -!- joe9 has quit [Quit: leaving]
[02:11:20] -!- i_tarzan_ has quit [Read error: Connection reset by peer]
[02:28:29] -!- taiden has quit [Quit: Leaving.]
[02:31:53] -!- i_tarzan has quit [Ping timeout: 246 seconds]
[02:38:13] -!- mattswe [mattswe!u4809@gateway/web/irccloud.com/x-ljgikbxxcegjodyo] has joined #leaflet
[02:40:23] <mattswe> hi! is there a CDN hosted version of leaflet available?
[02:41:01] -!- i_tarzan has quit [Read error: Connection reset by peer]
[02:53:03] <erictheise> mattswe: there was, but it was pulled at the end of April.
[02:53:30] <erictheise> but then someone else tried putting one up on archive.org
[02:53:44] <erictheise> i haven't used it, but you should check out the thread in the google group
[02:53:59] <mattswe> hm, ok
[02:54:02] <mattswe> thanks!
[02:54:02] <erictheise> https://groups.google.com/forum/?fromgroups#!topic/leaflet-js/qAi9BpVUMCM
[02:55:01] <erictheise> let us know. it would not only be useful, but it seems a measure of… ready-for-primetime, too
[02:57:17] <zeuslo> hi all, i have a question on doing mouse over effect on layer. Just like i have a layer created as var airportLayer = new L.LayerGroup(); in which the layer having some markers on top, is it possible to doing the mouse over event on marker instead of click-to-popup?
[02:57:23] <erictheise> zeuslo: if you are still there, take a look at https://github.com/CloudMade/Leaflet/issues/60
[02:57:47] <erictheise> and also the blog post described at http://palewi.re/posts/2012/03/26/leaflet-recipe-hover-events-features-and-polygons/
[02:58:44] <erictheise> i have implemented something similar in a project i'm working on
[02:59:40] <erictheise> i'm not sure if that's what you want, but it seems to be something that many people want and it's not super clear how to do it
[03:00:11] -!- toastyde1th has quit [Read error: Connection timed out]
[03:00:54] <zeuslo> YES thanks for the answer and that is something i want, but i wanna ask just now i have a layer having several markers (marker1, marker2, marker3, etc...) and the new L.GeoJSON() as described should be the same layer as those markers or i should create a new one?
[03:00:59] <zeuslo> referencing the code below:
[03:01:11] <zeuslo> var myLayer = new L.GeoJSON(); myLayer.on("featureparse", function (e){ e.layer.setStyle(e.properties.style); (function(properties) { e.layer.on("mouseover", function (e) { alert(properties.name) }); e.layer.on("mouseout", function (e) { alert(properties.location) }); }); })(e.properties); myLayer.addGeoJSON(featureList); map.addLayer(myLayer); var myLayer = new L.GeoJSON(); myLayer.on("featureparse", function (e){
[03:01:25] <zeuslo> url:https://github.com/CloudMade/Leaflet/issues/60
[03:02:18] <erictheise> ah, sorry, if you're not getting your data from GeoJSON that is more complicated
[03:02:26] <erictheise> hang on a sec, let me find another thread
[03:06:21] <erictheise> i can't find what i'm looking for, sorry
[03:06:46] <erictheise> you might want to search through the archive of the google group
[03:07:04] <erictheise> and the approach would be basicallythe same as in the GeoJSON example
[03:07:16] <zeuslo> thanks for your help !!! you have already provide me something very useful already :)
[03:07:26] <erictheise> just work with the layer you already have
[03:07:54] <erictheise> hope it works out!
[03:18:28] -!- i_tarzan has quit [Ping timeout: 245 seconds]
[03:23:09] -!- gmagno has quit [Read error: Connection reset by peer]
[03:38:16] -!- wfendler [wfendler!18769ea1@gateway/web/freenode/ip.24.118.158.161] has joined #leaflet
[03:40:23] -!- William [William!~william@c-24-118-158-161.hsd1.mn.comcast.net] has joined #leaflet
[03:40:30] -!- wfendler has quit [Client Quit]
[03:40:46] William is now known as Guest26680
[03:42:40] Guest26680 is now known as wfendler
[03:43:55] -!- factor has quit [Read error: Connection reset by peer]
[04:08:40] -!- sendoushi has quit [Remote host closed the connection]
[04:33:31] -!- WalterN has quit [Ping timeout: 255 seconds]
[04:39:35] -!- zeuslo has quit [Ping timeout: 245 seconds]
[04:40:20] -!- X704 has quit [Ping timeout: 248 seconds]
[04:46:20] -!- Valen has quit [Quit: Leaving.]
[04:59:35] -!- Jbunch has quit [Quit: ChatZilla 0.9.88.2 [Firefox 12.0/20120423122928]]
[05:00:20] -!- Valen1 has quit [Ping timeout: 244 seconds]
[05:02:55] -!- Fox_Muldr has quit [Ping timeout: 265 seconds]
[05:21:35] -!- wfendler has quit [Remote host closed the connection]
[05:37:52] -!- ve7it has quit [Remote host closed the connection]
[05:51:16] -!- capricorn_1 has quit [Quit: Konversation terminated!]
[05:53:01] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[05:57:20] cylly2 is now known as Loetmichel
[05:58:06] -!- erictheise has quit [Quit: erictheise]
[06:14:52] -!- toastyde1th has quit [Quit: Leaving]
[06:16:25] -!- tjb1 has quit [Quit: tjb1]
[06:16:56] -!- toastyde1th has quit [Read error: Connection reset by peer]
[06:57:06] -!- i_tarzan has quit [Ping timeout: 264 seconds]
[07:00:06] -!- toastyde1th has quit [Ping timeout: 264 seconds]
[07:00:28] -!- maximilian_h has quit [Client Quit]
[07:00:50] -!- Keknom has quit [Quit: Leaving.]
[07:08:22] -!- Mourner [Mourner!c3148201@gateway/web/freenode/ip.195.20.130.1] has joined #leaflet
[07:08:48] <Mourner> mattswe: the CDN was restored a couple of days ago, I didn't announce it yet - http://cdn.leafletjs.com/leaflet-0.3.1/leaflet.js
[07:10:08] -!- odogono [odogono!~mohiam@cpc20-king10-2-0-cust228.19-1.cable.virginmedia.com] has joined #leaflet
[07:20:29] -!- kb8wmc has quit [Read error: Connection reset by peer]
[07:21:06] -!- i_tarzan has quit [Ping timeout: 264 seconds]
[07:22:25] -!- toastyde2th has quit [Read error: Connection reset by peer]
[07:27:06] -!- A2Sheds has quit [Ping timeout: 264 seconds]
[07:34:54] -!- factor has quit [Ping timeout: 264 seconds]
[07:37:32] -!- i_tarzan has quit [Ping timeout: 252 seconds]
[07:37:48] -!- DJ9DJ has quit [Quit: DJ9DJ]
[07:46:42] -!- Tom_itx has quit [Ping timeout: 252 seconds]
[07:48:28] -!- zlog has quit [Ping timeout: 245 seconds]
[08:01:27] -!- zeuslo [zeuslo!711c69e1@gateway/web/freenode/ip.113.28.105.225] has joined #leaflet
[08:01:43] <zeuslo> hi would it be possibe to add a new layer to leaflet having a dynamic bar chart from json source?
[08:01:55] <zeuslo> or a static bar chart would be ok
[08:09:07] -!- jpk has quit [Ping timeout: 250 seconds]
[08:19:54] -!- WalterN has quit [Ping timeout: 264 seconds]
[08:25:55] -!- i_tarzan has quit [Ping timeout: 265 seconds]
[08:33:16] -!- sumpfralle has quit [Ping timeout: 252 seconds]
[08:54:40] -!- DJ9DJ has quit [Quit: brb]
[09:07:30] -!- b_b [b_b!ejabberd@81.18.178.14] has joined #leaflet
[09:11:07] -!- WalterN has quit [Ping timeout: 240 seconds]
[09:17:49] -!- odogono_ [odogono_!~mohiam@cpc20-king10-2-0-cust228.19-1.cable.virginmedia.com] has joined #leaflet
[09:17:49] -!- odogono has quit [Read error: Connection reset by peer]
[09:17:50] odogono_ is now known as odogono
[09:18:12] -!- Valen has quit [Ping timeout: 248 seconds]
[09:24:02] <Mourner> zeuslo I think it's doable, although I haven't yet written docs on how to implement custom overlays, you can take a look at this example using d3 http://bost.ocks.org/mike/leaflet/
[09:46:39] -!- DJ9DJ has quit [Quit: brb]
[09:51:10] -!- b_b [b_b!ejabberd@81.18.178.14] has parted #leaflet
[09:51:17] -!- b_b [b_b!ejabberd@81.18.178.14] has joined #leaflet
[09:57:32] -!- DJ9DJ has quit [Quit: DJ9DJ]
[09:57:39] -!- i_tarzan has quit [Ping timeout: 255 seconds]
[10:10:00] -!- Mourner has quit [Ping timeout: 245 seconds]
[10:18:22] -!- sumpfralle has quit [Ping timeout: 246 seconds]
[10:19:59] -!- Mourner [Mourner!c3148201@gateway/web/freenode/ip.195.20.130.1] has joined #leaflet
[10:20:38] <Mourner> btw, GeoJSON API in 0.4 will be like this https://gist.github.com/3062900
[10:21:53] <b_b> great Mourner :)
[10:32:33] -!- dimas has quit [Ping timeout: 265 seconds]
[10:33:28] -!- X704 has quit [Ping timeout: 245 seconds]
[10:41:40] -!- Mourner has quit [Ping timeout: 245 seconds]
[10:43:41] -!- factor has quit [Quit: Leaving]
[10:46:30] -!- DJ9DJ has quit [Quit: bye]
[10:52:30] -!- zeuslo has quit [Ping timeout: 245 seconds]
[11:22:06] -!- skunkworks__ has quit [Remote host closed the connection]
[11:37:23] -!- b_b [b_b!ejabberd@81.18.178.14] has parted #leaflet
[11:51:16] -!- The_Ball has quit [Ping timeout: 248 seconds]
[12:03:53] -!- b_b [b_b!ejabberd@81.18.178.14] has joined #leaflet
[12:04:17] -!- micges has quit [Quit: Leaving]
[12:11:45] -!- phantoneD has quit [Read error: Operation timed out]
[12:12:06] -!- phantoxe has quit [Ping timeout: 264 seconds]
[12:12:07] -!- chillly [chillly!~chris@213.249.226.170] has joined #leaflet
[12:19:19] -!- Mourner [Mourner!c3148201@gateway/web/freenode/ip.195.20.130.1] has joined #leaflet
[12:19:54] <Mourner> GeoJSON changes just landed into master
[12:20:28] <b_b> \o/
[12:20:32] <Mourner> the changelog is becoming quite huge for the upcoming 0.4 :) https://github.com/CloudMade/Leaflet/blob/master/CHANGELOG.md
[12:41:50] -!- Brandonian [Brandonian!~bmorrison@205-178-6-202.c3-0.mart-ubr1.chi-mart.il.cable.rcn.com] has joined #leaflet
[12:46:58] -!- b_b [b_b!ejabberd@81.18.178.14] has parted #leaflet
[12:47:14] -!- b_b [b_b!ejabberd@81.18.178.14] has joined #leaflet
[12:49:44] -!- chillly has quit [Quit: Leaving]
[13:38:20] -!- Mourner has quit [Ping timeout: 245 seconds]
[13:40:03] -!- Brandonian has quit [Quit: Brandonian]
[13:41:17] -!- Brandonian [Brandonian!~bmorrison@205-178-6-202.c3-0.mart-ubr1.chi-mart.il.cable.rcn.com] has joined #leaflet
[13:45:24] -!- i_tarzan has quit [Ping timeout: 248 seconds]
[14:10:22] -!- wfendler [wfendler!~william@nat.sierrabravo.net] has joined #leaflet
[14:10:39] -!- mhaberler has quit [Quit: mhaberler]
[14:28:18] -!- mhaberler has quit [Quit: mhaberler]
[14:34:05] -!- wfendler has quit [Remote host closed the connection]
[14:35:22] -!- wfendler [wfendler!~william@nat.sierrabravo.net] has joined #leaflet
[14:46:37] -!- odogono has quit [Read error: Connection reset by peer]
[14:47:00] -!- odogono [odogono!~mohiam@cpc20-king10-2-0-cust228.19-1.cable.virginmedia.com] has joined #leaflet
[14:53:52] -!- wfendler has quit [Remote host closed the connection]
[14:56:55] -!- wfendler [wfendler!~william@nat.sierrabravo.net] has joined #leaflet
[14:57:40] danst is now known as cherry_lin
[15:04:50] -!- WalterN has quit [Ping timeout: 244 seconds]
[15:23:02] -!- sumpfralle has quit [Ping timeout: 265 seconds]
[15:34:16] -!- erictheise [erictheise!~mataro@c-68-35-140-196.hsd1.nm.comcast.net] has joined #leaflet
[15:42:27] -!- wfendler [wfendler!~william@nat.sierrabravo.net] has parted #leaflet
[16:06:34] -!- karavanjo [karavanjo!~karavanjo@213.184.242.183] has joined #leaflet
[16:11:34] -!- ewidance has quit [Quit: Leaving.]
[16:13:58] -!- babyman [babyman!1fdd0322@gateway/web/freenode/ip.31.221.3.34] has joined #leaflet
[16:14:13] <babyman> Hi everyone :-)
[16:14:39] <babyman> Is anyone here using Leaflet with Sencha Touch? I have a question relating to popups I wanted to ask...
[16:18:45] -!- babyman has quit [Ping timeout: 245 seconds]
[16:27:42] -!- BenceKovi119 has quit [Ping timeout: 264 seconds]
[16:31:15] -!- b_b [b_b!ejabberd@81.18.178.14] has parted #leaflet
[16:31:23] -!- b_b [b_b!ejabberd@81.18.178.14] has joined #leaflet
[16:36:03] -!- Valen has quit [Quit: Leaving.]
[17:17:56] -!- sendoushi has quit [Remote host closed the connection]
[17:23:28] -!- dgarr has quit [Ping timeout: 245 seconds]
[17:43:57] -!- vladimirek has quit [Remote host closed the connection]
[17:46:57] -!- b_b [b_b!ejabberd@81.18.178.14] has parted #leaflet
[18:13:29] -!- syyl_ws has quit [Quit: Verlassend]
[18:21:28] -!- phantoxe has quit []
[18:24:58] -!- shurshur has quit [Quit: restart]
[18:30:50] -!- shurshur [shurshur!~chatzilla@178.140.139.134] has joined #leaflet
[18:32:08] -!- IchGuckLive has quit [Quit: ChatZilla 0.9.87 [Firefox 13.0/20120601201853]]
[18:40:12] -!- mhaberler has quit [Ping timeout: 246 seconds]
[18:57:42] -!- WalterN has quit [Ping timeout: 264 seconds]
[19:06:05] -!- tjb1 has quit [Quit: tjb1]
[19:19:35] -!- BenceKovi119 has quit [Quit: Nettalk6 - www.ntalk.de]
[19:40:23] -!- zzolo [zzolo!~zzolo@216.119.238.242] has joined #leaflet
[19:43:19] -!- bedah has quit [Quit: bye]
[19:55:54] -!- erictheise has quit [Quit: erictheise]
[20:05:30] -!- odogono has quit [Quit: odogono]
[20:32:23] -!- karavanjo has quit [Quit: Leaving]
[20:41:02] -!- skunkworks has quit [Read error: Connection reset by peer]
[20:45:48] -!- DJ9DJ has quit [Quit: bye]
[20:49:29] -!- mhaberler has quit [Quit: mhaberler]
[20:50:19] -!- Gast404 has quit [Client Quit]
[20:54:24] -!- zzolo has quit [Quit: zzolo]
[20:59:23] -!- dimas has quit [Ping timeout: 255 seconds]
[21:00:14] -!- mhaberler has quit [Read error: Connection reset by peer]
[21:02:28] -!- Brandonian has quit [Quit: Brandonian]
[21:02:41] -!- mhaberler has quit [Read error: Connection reset by peer]
[21:03:36] -!- FinboySlick has quit [Quit: Leaving.]
[21:41:46] -!- tjb1 has quit [Read error: Connection reset by peer]
[21:42:31] -!- zzolo [zzolo!~zzolo@216.119.238.242] has joined #leaflet
[21:44:03] -!- Loetmichel has quit [Disconnected by services]
[21:44:07] cylly2 is now known as Loetmichel
[21:45:38] -!- zzolo has quit [Client Quit]
[21:48:13] -!- zzolo [zzolo!~zzolo@216.119.238.242] has joined #leaflet
[21:53:03] -!- jpk [jpk!~jpk@unaffiliated/vorondil] has joined #leaflet
[21:56:59] -!- micges has quit [Quit: Leaving]
[21:58:56] -!- zzolo has quit [Quit: zzolo]
[22:00:58] -!- zzolo [zzolo!~zzolo@216.119.238.242] has joined #leaflet
[22:03:19] -!- syyl has quit [Quit: Leaving]
[22:04:52] -!- zzolo has quit [Client Quit]
[22:07:37] -!- _abc_ has quit [Ping timeout: 240 seconds]
[22:09:19] -!- mhaberler has quit [Quit: mhaberler]
[22:09:56] -!- cevad has quit [Quit: Leaving]
[22:38:12] -!- sumpfralle has quit [Ping timeout: 248 seconds]
[22:40:55] -!- sumpfralle1 has quit [Read error: Operation timed out]
[22:45:09] -!- sumpfralle has quit [Read error: Operation timed out]
[22:51:35] -!- gmagno has quit [Read error: Operation timed out]
[22:54:27] -!- tjb1 has quit [Quit: tjb1]
[22:59:35] -!- sumpfralle1 has quit [Read error: Connection timed out]
[23:09:05] -!- frallzor has quit []
[23:28:54] -!- sumpfralle has quit [Ping timeout: 264 seconds]
[23:30:47] -!- PCW has quit [Remote host closed the connection]
[23:40:52] -!- sumpfralle1 has quit [Ping timeout: 265 seconds]
[23:59:43] -!- rob_h has quit [Ping timeout: 246 seconds]