#leaflet | Logs for 2013-10-09

Back
[00:00:02] -!- vladimirek has quit [Remote host closed the connection]
[00:00:57] -!- Nick001-shop has quit [Remote host closed the connection]
[00:08:44] -!- tmcw [tmcw!~tmcw@c-68-50-174-188.hsd1.dc.comcast.net] has joined #leaflet
[00:13:15] -!- tmcw has quit [Ping timeout: 248 seconds]
[00:13:52] -!- thomaslindstr_m has quit [Remote host closed the connection]
[00:18:58] -!- PCW has quit [Remote host closed the connection]
[00:29:46] -!- tmcw [tmcw!~tmcw@c-68-50-174-188.hsd1.dc.comcast.net] has joined #leaflet
[00:30:29] -!- rob_h has quit [Ping timeout: 248 seconds]
[00:35:20] -!- Servos4ever has quit [Quit: ChatZilla 0.9.90.1 [SeaMonkey 2.20/20130803195701]]
[00:39:19] -!- joebog has quit [Quit: Page closed]
[00:41:16] -!- andypugh has quit [Quit: andypugh]
[00:46:45] -!- geografa has quit [Quit: Computer has gone to sleep.]
[00:48:59] -!- skunkworks has quit [Ping timeout: 248 seconds]
[00:55:48] -!- adb has quit [Ping timeout: 252 seconds]
[00:56:38] -!- toastyde1th has quit [Ping timeout: 264 seconds]
[01:06:35] -!- tmcw has quit [Remote host closed the connection]
[01:20:38] -!- c-bob has quit [Ping timeout: 240 seconds]
[01:24:21] -!- syyl-- has quit [Read error: Connection reset by peer]
[01:31:41] -!- jfire has quit [Ping timeout: 245 seconds]
[01:39:39] -!- zzolo [zzolo!~zzolo@c-75-72-229-64.hsd1.mn.comcast.net] has joined #leaflet
[01:42:03] -!- Thetawaves_ has quit [Quit: This computer has gone to sleep]
[01:42:06] -!- kanzure has quit [Ping timeout: 245 seconds]
[02:10:03] -!- AR__ has quit [Ping timeout: 252 seconds]
[02:12:53] -!- The_Ball has quit [Ping timeout: 248 seconds]
[02:16:18] -!- zzolo has quit [Quit: zzolo]
[02:41:48] -!- Laremere has quit [Ping timeout: 240 seconds]
[02:44:30] -!- tlab has quit [Read error: Connection reset by peer]
[02:47:31] -!- The__Ball has quit [Ping timeout: 260 seconds]
[03:02:30] -!- MacGalempsy has quit [Remote host closed the connection]
[03:12:19] -!- geografa [geografa!~textual@c-24-20-234-157.hsd1.wa.comcast.net] has joined #leaflet
[03:20:26] -!- micges has quit [Quit: Leaving]
[03:22:29] -!- flippyhead [flippyhead!~peterbrow@c-66-235-0-81.sea.wa.customer.broadstripe.net] has joined #leaflet
[03:22:33] -!- The__Ball has quit [*.net *.split]
[03:22:34] -!- roycroft has quit [*.net *.split]
[03:22:34] -!- JT_Shop has quit [*.net *.split]
[03:22:35] -!- KGB-linuxcnc has quit [*.net *.split]
[03:22:35] -!- Jymmm has quit [*.net *.split]
[03:22:35] -!- jepler has quit [*.net *.split]
[03:22:36] -!- TekniQue has quit [*.net *.split]
[03:22:37] -!- toxx has quit [*.net *.split]
[03:22:37] -!- mal`` has quit [*.net *.split]
[03:22:37] -!- KimK_1 has quit [*.net *.split]
[03:22:37] -!- Patang has quit [*.net *.split]
[03:22:47] KGB-linuxcnc_ is now known as KGB-linuxcnc
[04:03:08] -!- somenewguy has quit []
[04:08:55] -!- geografa has quit [Quit: Computer has gone to sleep.]
[04:10:46] -!- mhaberler has quit [Ping timeout: 265 seconds]
[04:14:26] -!- flippyhead has quit [Quit: flippyhead]
[04:28:57] -!- flippyhead [flippyhead!~peterbrow@c-66-235-0-81.sea.wa.customer.broadstripe.net] has joined #leaflet
[04:50:28] -!- gommo [gommo!~gommo@eth3258.nsw.adsl.internode.on.net] has joined #leaflet
[04:50:51] -!- gommo has quit [Remote host closed the connection]
[04:55:15] -!- geografa [geografa!~textual@c-50-139-29-0.hsd1.or.comcast.net] has joined #leaflet
[05:01:28] -!- Fox_Muldr has quit [Ping timeout: 246 seconds]
[05:18:46] -!- flippyhead has quit [Quit: flippyhead]
[05:25:59] -!- MacGalempsy has quit [Remote host closed the connection]
[05:34:05] -!- i_tarzan has quit [Ping timeout: 240 seconds]
[05:35:00] -!- jazzy [jazzy!~jazzy@jazznode.jazzy.id.au] has joined #leaflet
[05:36:16] <jazzy> Hi all, I have a stream of geojson features coming through a websocket, they all have their "id" property set, and represent multiple moving markers. I can create a geojson layer and add them to it, but how do i move them once i've added them?
[05:36:55] <jazzy> calling addData just seems to add another one, even if one with the same id already exists on the layer
[05:38:25] <jazzy> is my only option, if i want to use the geojson layer, to create a whole new layer each time a single one has moved?
[05:40:45] -!- skorasaurus has quit [Ping timeout: 240 seconds]
[05:41:18] <perl> jazzy: in L.GeoJSON's onEachFeature you get the layer that is added for each feature
[05:41:36] <perl> jazzy: you can store those instances and map them to your ids, and update the layers
[05:42:40] <jazzy> ah... ok. so the geojson layer can be seen as a constructor for layers, that takes geojson and converts it to layers, and then you work directly with the layers
[05:42:49] <perl> jazzy: yes
[05:43:00] <jazzy> in which case it might be easier if i handle the geojson directly, and just create the markers directly
[05:43:15] <jazzy> since they'll always be markers
[05:43:24] <perl> jazzy: if it's always just markers, yes, then it's pretty straightforward to do it manually
[05:43:27] <jazzy> sorry, always be geojson Points
[05:43:30] <jazzy> great, thanks
[06:08:03] -!- geografa has quit [Quit: Computer has gone to sleep.]
[06:12:33] -!- phillipadsmith_ [phillipadsmith_!uid2905@gateway/web/irccloud.com/x-juprreklxndxtrcv] has joined #leaflet
[06:12:58] -!- phillipadsmith has quit [Ping timeout: 240 seconds]
[06:12:58] phillipadsmith_ is now known as phillipadsmith
[06:17:56] -!- zorg has quit [Ping timeout: 240 seconds]
[06:17:56] -!- zlog has quit [Ping timeout: 240 seconds]
[06:19:08] -!- KimK has quit [Ping timeout: 240 seconds]
[06:21:56] -!- jazzy_ [jazzy_!~jazzy@jazznode.jazzy.id.au] has joined #leaflet
[06:22:41] -!- ve7it has quit [Remote host closed the connection]
[06:25:25] -!- gimps has quit [Ping timeout: 240 seconds]
[06:25:29] -!- geografa [geografa!~textual@c-50-139-26-143.hsd1.or.comcast.net] has joined #leaflet
[06:25:54] -!- archivist_herron has quit [Ping timeout: 264 seconds]
[06:26:36] -!- jazzy has quit [Ping timeout: 240 seconds]
[06:26:36] -!- kanzure has quit [Ping timeout: 240 seconds]
[06:34:18] -!- Aero-Tec has quit [Ping timeout: 245 seconds]
[06:35:22] -!- Tom_itx has quit [Ping timeout: 277 seconds]
[06:35:22] -!- SadMan has quit [Ping timeout: 257 seconds]
[06:36:39] -!- Aero-Tec2 has quit [Ping timeout: 260 seconds]
[06:36:59] -!- mozmck has quit [Ping timeout: 240 seconds]
[06:49:36] -!- mhaberler has quit [Ping timeout: 248 seconds]
[07:10:59] -!- md-2 [md-2!~md-2@host86-181-176-34.range86-181.btcentralplus.com] has joined #leaflet
[07:13:03] -!- somenewguy has quit [Quit: ChatZilla 0.9.90.1 [Firefox 24.0/20130911164256]]
[07:20:51] -!- tjb1 has quit [Read error: Connection reset by peer]
[07:28:02] -!- mle [mle!~mle@91-224-149-44.tetaneutral.net] has joined #leaflet
[07:32:25] -!- geografa has quit [Quit: Computer has gone to sleep.]
[07:34:31] -!- mle has quit [Ping timeout: 260 seconds]
[07:35:48] -!- stsydow [stsydow!~stsydow@dslb-188-102-138-030.pools.arcor-ip.net] has joined #leaflet
[07:38:41] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@37-46-176-106.customers.ownit.se] has joined #leaflet
[07:40:56] -!- gimps__ has quit [Read error: Connection reset by peer]
[07:49:14] Jymmmm is now known as Jymmm
[07:50:09] -!- mle [mle!~mle@91-224-149-44.tetaneutral.net] has joined #leaflet
[07:50:37] -!- odogono [odogono!~odogono@cpc14-king9-2-0-cust212.19-1.cable.virginmedia.com] has joined #leaflet
[07:52:59] -!- NickParker has quit [Ping timeout: 248 seconds]
[08:14:39] -!- archivist_herron has quit [Ping timeout: 260 seconds]
[08:28:06] -!- grandixximo has quit [Ping timeout: 268 seconds]
[08:35:36] -!- adb_ has quit [Ping timeout: 252 seconds]
[08:37:06] -!- mackerski [mackerski!~dermot@193.120.146.234] has joined #leaflet
[08:46:11] -!- b_b [b_b!ejabberd@81.18.178.14] has joined #leaflet
[08:46:33] -!- b_b has quit [Changing host]
[08:46:33] -!- b_b [b_b!ejabberd@unaffiliated/b-b/x-7659960] has joined #leaflet
[08:54:09] -!- sumpfralle has quit [Ping timeout: 240 seconds]
[09:02:27] -!- md-2 has quit [Remote host closed the connection]
[09:02:53] -!- md-2 [md-2!~md-2@host86-181-176-34.range86-181.btcentralplus.com] has joined #leaflet
[09:03:06] -!- md-2 has quit [Remote host closed the connection]
[09:03:12] -!- md-2 [md-2!~md-2@host86-181-176-34.range86-181.btcentralplus.com] has joined #leaflet
[09:06:55] -!- NickParker|2 has quit [Ping timeout: 260 seconds]
[09:14:35] -!- kanzure has quit [Ping timeout: 248 seconds]
[09:30:09] -!- stsydow has quit [Quit: Leaving]
[09:36:50] -!- i_tarzan has quit [Ping timeout: 264 seconds]
[10:09:04] -!- asdfasd has quit [Ping timeout: 248 seconds]
[10:19:18] -!- NickParker has quit [Read error: Connection reset by peer]
[10:46:01] TekniQue_ is now known as TekniQue
[10:46:09] -!- TekniQue has quit [Changing host]
[10:57:24] -!- jlrodriguez_ [jlrodriguez_!~jlrodrigu@64.196.220.87.dynamic.jazztel.es] has joined #leaflet
[11:00:53] -!- jlrodriguez has quit [Ping timeout: 248 seconds]
[11:02:56] -!- jlrodriguez_ has quit [Ping timeout: 245 seconds]
[11:11:56] -!- mhaberler has quit [Quit: mhaberler]
[11:15:37] -!- jlrodriguez_ [jlrodriguez_!~jlrodrigu@85.136.67.51.dyn.user.ono.com] has joined #leaflet
[11:24:38] -!- jlrodriguez_ has quit [Quit: Saliendo]
[11:24:56] -!- jlrodriguez_ [jlrodriguez_!~jlrodrigu@85.136.67.51.dyn.user.ono.com] has joined #leaflet
[11:29:09] -!- jlrodriguez_ has quit [Client Quit]
[11:29:48] -!- jlrodriguez [jlrodriguez!~jlrodrigu@85.136.67.51.dyn.user.ono.com] has joined #leaflet
[11:48:13] -!- computer2000 [computer2000!~computer2@77-56-60-97.dclient.hispeed.ch] has joined #leaflet
[11:48:36] <computer2000> hi, anyone can help me with some leafletjs newbie questions?
[11:49:19] <computer2000> i need to show a static map with certain design, all white background and only country boundaries, and place some icons on it dynamically
[11:49:48] <computer2000> the thing is i dont know about tiles and if its possible to customize the design of the map as i wish
[11:50:55] -!- mle has quit [Remote host closed the connection]
[11:53:31] -!- gabewillen has quit [Ping timeout: 248 seconds]
[11:55:14] -!- Simooon has quit [Quit: Leaving]
[11:56:35] -!- archivist_herron has quit [Read error: Operation timed out]
[11:58:52] -!- md-2 has quit [Remote host closed the connection]
[11:59:20] -!- md-2 [md-2!~md-2@host86-181-176-34.range86-181.btcentralplus.com] has joined #leaflet
[12:03:22] -!- dway [dway!~dway@mrc45-2-82-240-75-43.fbx.proxad.net] has joined #leaflet
[12:03:28] -!- md-2 has quit [Ping timeout: 240 seconds]
[12:04:44] -!- mle [mle!~mle@91-224-149-44.tetaneutral.net] has joined #leaflet
[12:04:56] -!- asdfasd1 has quit [Ping timeout: 241 seconds]
[12:06:02] -!- mle has quit [Remote host closed the connection]
[12:06:43] -!- mle [mle!~mle@91-224-149-44.tetaneutral.net] has joined #leaflet
[12:07:36] -!- zzolo [zzolo!~zzolo@c-75-72-229-64.hsd1.mn.comcast.net] has joined #leaflet
[12:23:24] -!- b_b [b_b!ejabberd@unaffiliated/b-b/x-7659960] has parted #leaflet
[12:29:41] -!- MacGalempsy has quit [Remote host closed the connection]
[12:30:02] -!- md-2 [md-2!~md-2@host86-181-176-34.range86-181.btcentralplus.com] has joined #leaflet
[12:31:10] Tom_garage is now known as Tom_itx
[12:31:15] <thomaslindstr_m> computer2000: look up tilemill
[12:38:24] -!- md-2 has quit [Ping timeout: 248 seconds]
[12:44:54] -!- md-2 [md-2!~md-2@host86-181-176-34.range86-181.btcentralplus.com] has joined #leaflet
[12:51:38] -!- zzolo has quit [Quit: zzolo]
[12:52:38] -!- zzolo [zzolo!~zzolo@c-75-72-229-64.hsd1.mn.comcast.net] has joined #leaflet
[12:58:21] -!- Blorb has quit [Read error: Connection reset by peer]
[12:58:35] -!- Blorb [Blorb!blorb@nullcore-pt.tunnel.tserv6.fra1.ipv6.he.net] has joined #leaflet
[13:09:00] -!- zzolo has quit [Quit: zzolo]
[13:22:26] -!- Loetmichel has quit [Ping timeout: 264 seconds]
[13:29:38] -!- mle has quit [Remote host closed the connection]
[13:34:48] -!- zzolo [zzolo!~zzolo@c-75-72-229-64.hsd1.mn.comcast.net] has joined #leaflet
[13:44:20] -!- tmcw [tmcw!~tmcw@50-198-132-58-static.hfc.comcastbusiness.net] has joined #leaflet
[14:23:46] JT_Shop_ is now known as JT_Shop
[14:31:52] -!- littlefinger [littlefinger!5112cb46@gateway/web/freenode/ip.81.18.203.70] has joined #leaflet
[14:32:27] -!- krusty_ar has quit [Ping timeout: 248 seconds]
[14:35:14] -!- Brandonian [Brandonian!~bmorrison@50-203-43-130-static.hfc.comcastbusiness.net] has joined #leaflet
[14:35:18] -!- krusty_ar [krusty_ar!~quassel@host211.190-231-77.telecom.net.ar] has joined #leaflet
[14:44:42] -!- zzolo has quit [Quit: zzolo]
[14:56:04] -!- Laremere [Laremere!~quassel@97-92-12-158.dhcp.stcd.mn.charter.com] has joined #leaflet
[15:03:28] -!- mhaberler has quit [Quit: mhaberler]
[15:11:22] -!- thomaslindstr_m has quit [Remote host closed the connection]
[15:20:55] -!- ChristianS has quit [Excess Flood]
[15:23:57] -!- littlefinger has quit [Ping timeout: 250 seconds]
[15:30:16] -!- zzolo [zzolo!~zzolo@64.122.82.106] has joined #leaflet
[15:31:25] -!- gabewillen has quit [Quit: Leaving]
[15:37:52] -!- kiw [kiw!~Thunderbi@37.161.246.47] has joined #leaflet
[15:41:01] -!- mackerski has quit [Quit: mackerski]
[15:45:01] -!- arekm has quit [Ping timeout: 245 seconds]
[15:45:43] -!- Laremere has quit [Ping timeout: 240 seconds]
[15:51:31] -!- kiw has quit [Ping timeout: 260 seconds]
[15:57:51] -!- flippyhead [flippyhead!~peterbrow@c-66-235-0-81.sea.wa.customer.broadstripe.net] has joined #leaflet
[15:58:29] -!- geografa [geografa!~textual@c-50-139-26-143.hsd1.or.comcast.net] has joined #leaflet
[16:00:14] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@c80-216-4-133.bredband.comhem.se] has joined #leaflet
[16:02:51] -!- stsydow [stsydow!~stsydow@wlan-141-23-98-181.tubit.tu-berlin.de] has joined #leaflet
[16:07:55] jepler_ is now known as jepler
[16:16:57] -!- linuxcnc-build_ has quit [Excess Flood]
[16:26:18] -!- gonzo_ has quit [Read error: Connection reset by peer]
[16:26:41] -!- stsydow has quit [Ping timeout: 245 seconds]
[16:27:11] -!- md-2 has quit [Remote host closed the connection]
[16:27:29] -!- thomaslindstr_m has quit [Read error: Connection reset by peer]
[16:27:37] -!- md-2 [md-2!~md-2@host86-181-176-34.range86-181.btcentralplus.com] has joined #leaflet
[16:28:02] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@c80-216-4-133.bredband.comhem.se] has joined #leaflet
[16:30:21] -!- b_b [b_b!ejabberd@81.18.178.14] has joined #leaflet
[16:30:30] -!- jfire [jfire!~Adium@69-12-169-82.dedicated.static.sonic.net] has joined #leaflet
[16:30:39] -!- b_b has quit [Changing host]
[16:30:39] -!- b_b [b_b!ejabberd@unaffiliated/b-b/x-7659960] has joined #leaflet
[16:32:05] -!- md-2 has quit [Ping timeout: 248 seconds]
[16:33:49] -!- cyborg [cyborg!c0f901a8@gateway/web/freenode/ip.192.249.1.168] has joined #leaflet
[16:34:35] <cyborg> Hi. I have multiple lat, long coors and want to use them to draw a path from the first coor to the second to the third and so on. I can only get polyline to work with 2 coors
[16:38:53] -!- stsydow [stsydow!~stsydow@kbs-225.kbs.tu-berlin.de] has joined #leaflet
[16:49:58] <tom_o_t> cyborg, see http://jsfiddle.net/f7eAf/63/ for an example of multiple coordinates
[16:52:21] -!- md-2 [md-2!~md-2@host86-181-176-34.range86-181.btcentralplus.com] has joined #leaflet
[16:52:25] -!- md-2 has quit [Remote host closed the connection]
[16:54:36] -!- tmcw has quit [Remote host closed the connection]
[16:55:11] -!- tmcw [tmcw!~tmcw@50-198-132-58-static.hfc.comcastbusiness.net] has joined #leaflet
[16:55:30] -!- tmcw has quit [Read error: Connection reset by peer]
[16:55:52] -!- tmcw [tmcw!~tmcw@50-198-132-58-static.hfc.comcastbusiness.net] has joined #leaflet
[17:02:02] -!- flippyhead has quit [Quit: flippyhead]
[17:07:30] -!- tmcw has quit []
[17:08:54] DJ9DJ is now known as _DJ_
[17:11:52] -!- micges has quit [Quit: Leaving]
[17:12:48] -!- chillly [chillly!~chris@adsl-178-78-91-198.karoo.kcom.com] has joined #leaflet
[17:14:13] -!- computer2000 has quit [Remote host closed the connection]
[17:24:28] -!- flippyhead [flippyhead!~peterbrow@67.135.36.99] has joined #leaflet
[17:24:55] _DJ_ is now known as _DJ__
[17:25:20] _DJ__ is now known as _DJ_
[17:27:12] seb_kuzm1nsky is now known as seb_kuzminsky
[17:31:26] -!- flippyhead has quit [Ping timeout: 264 seconds]
[17:32:13] -!- gonzo_ has quit [Read error: Connection reset by peer]
[17:35:15] -!- prasadramdas [prasadramdas!783d03c6@gateway/web/freenode/ip.120.61.3.198] has joined #leaflet
[17:35:46] <prasadramdas> have an issue with the handling of the leaflet attribution. can anybody help?
[17:36:21] -!- voxadam has quit [Read error: Connection reset by peer]
[17:36:53] <b_b> ask anyway prasadramdas ;)
[17:37:02] <b_b> if someone knows or have the time...
[17:37:47] <prasadramdas> want to use leaflet inside a webview in unity. Wanted to handle the click on attribution links by opening a new browser window in unity rather than loading the attribution page on the webview.
[17:38:38] <prasadramdas> I have been able to modify the attribution links for OSM as they are passed through, however the leaflet attribution is automatically appended.
[17:39:03] <prasadramdas> Anyway i could avoid/work around this, so as to handle the attribution myself
[17:42:36] <b_b> http://leafletjs.com/reference.html#control-attribution-prefix
[17:42:44] <b_b> this should be usefull to you
[17:43:55] -!- ChristianS has quit [Excess Flood]
[17:45:09] -!- ChristianS has quit [Excess Flood]
[17:45:49] -!- Laremere [Laremere!~quassel@nomad202-6.d.umn.edu] has joined #leaflet
[17:49:17] -!- syyl_ws has quit [Quit: Verlassend]
[17:56:55] -!- prasadramdas has quit [Ping timeout: 250 seconds]
[18:00:55] -!- skorasaurus [skorasaurus!~will@174.46.141.126] has joined #leaflet
[18:07:33] -!- sumpfralle has quit [Ping timeout: 248 seconds]
[18:08:52] -!- Laremere has quit [Ping timeout: 264 seconds]
[18:16:15] -!- IchGuckLive has quit [Quit: ChatZilla 0.9.87 [Firefox 20.0/20130329043827]]
[18:20:45] -!- cyborg has quit [Ping timeout: 250 seconds]
[18:34:41] -!- kiw [kiw!~Thunderbi@can59-6-78-242-55-183.fbx.proxad.net] has joined #leaflet
[18:50:04] -!- zzolo has quit [Quit: zzolo]
[18:57:09] -!- vladimirek has quit [Remote host closed the connection]
[18:59:19] -!- ffog [ffog!~ffoogg@99-45-204-155.lightspeed.hstntx.sbcglobal.net] has joined #leaflet
[18:59:23] <ffog> hello
[19:03:08] -!- zzolo [zzolo!~zzolo@64.122.82.106] has joined #leaflet
[19:03:42] -!- Eevon [Eevon!Eevon@90.155.139.139] has joined #leaflet
[19:04:51] <Eevon> Hi, guys. Anybody around? I need some help with image map and setmaxbounds.
[19:05:47] -!- b_b [b_b!ejabberd@unaffiliated/b-b/x-7659960] has parted #leaflet
[19:09:12] -!- sumpfralle has quit [Ping timeout: 252 seconds]
[19:14:27] <ffog> anyone have experience incorporating leafjs with canvas animation?
[19:14:41] <ffog> custom tile layers
[19:21:14] -!- skorasaurus has quit [Ping timeout: 264 seconds]
[19:31:11] -!- sumpfralle has quit [Read error: Connection reset by peer]
[19:31:11] -!- Connor has quit [Read error: Connection reset by peer]
[19:36:04] -!- aitalmac has quit [Read error: Connection reset by peer]
[19:38:09] -!- dway has quit [Quit: dway]
[19:41:58] -!- sumpfralle has quit [Read error: No route to host]
[19:52:34] -!- bedah has quit [Quit: Ex-Chat]
[19:54:41] <ffog> pssst
[20:00:17] -!- skunkworks has quit [Quit: Leaving]
[20:02:16] -!- sumpfralle has quit [Ping timeout: 264 seconds]
[20:09:13] -!- jfire has quit [Quit: Leaving.]
[20:13:35] -!- zlog_ has quit [Read error: Connection reset by peer]
[20:14:06] -!- Tom_itx has quit [Ping timeout: 252 seconds]
[20:29:36] -!- sumpfralle has quit [Ping timeout: 268 seconds]
[20:34:40] -!- tmcw [tmcw!~tmcw@50-198-132-58-static.hfc.comcastbusiness.net] has joined #leaflet
[20:40:01] -!- jfire [jfire!~Adium@69-12-169-82.dedicated.static.sonic.net] has joined #leaflet
[20:44:28] -!- skorasaurus [skorasaurus!~will@174.46.141.126] has joined #leaflet
[20:55:10] -!- stsydow has quit [Read error: Connection reset by peer]
[20:55:57] -!- stsydow [stsydow!~stsydow@kbs-225.kbs.tu-berlin.de] has joined #leaflet
[20:59:40] -!- c60 has quit [Quit: Lost terminal]
[21:00:36] -!- Eevon has quit [Read error: Connection reset by peer]
[21:01:09] -!- skorasaurus has quit [Quit: Elvis has left the building.]
[21:05:25] -!- zzolo has quit [Quit: zzolo]
[21:09:11] -!- chillly has quit [Quit: Leaving]
[21:14:24] -!- _DJ_ has quit [Quit: bye]
[21:16:31] -!- stsydow has quit [Read error: Connection reset by peer]
[21:17:30] -!- stsydow [stsydow!~stsydow@kbs-225.kbs.tu-berlin.de] has joined #leaflet
[21:18:39] -!- afiber__ has quit [Quit: Konversation terminated!]
[21:21:01] -!- Laremere [Laremere!~quassel@nomad207-232.d.umn.edu] has joined #leaflet
[21:41:16] -!- Laremere has quit [Ping timeout: 264 seconds]
[21:41:31] -!- odogono has quit [Ping timeout: 260 seconds]
[21:51:49] -!- Brandonian has quit [Quit: Brandonian]
[21:58:55] -!- FinboySlick has quit [Quit: Leaving.]
[22:08:39] -!- ink has quit [Disconnected by services]
[22:13:48] -!- kiw has quit [Ping timeout: 240 seconds]
[22:37:00] -!- einar has quit [Quit: Leaving]
[22:38:55] -!- Laremere [Laremere!~quassel@97-92-12-158.dhcp.stcd.mn.charter.com] has joined #leaflet
[22:46:54] -!- stsydow has quit [Read error: Connection reset by peer]
[22:49:44] -!- tmcw has quit [Remote host closed the connection]
[22:51:11] -!- mackerski [mackerski!~dermot@109.231.217.2] has joined #leaflet
[22:52:26] -!- asdfasd has quit [Ping timeout: 264 seconds]
[22:52:41] -!- mhaberler has quit [Quit: mhaberler]
[23:00:50] -!- hm2-buildmaster_ has quit [Remote host closed the connection]
[23:00:53] -!- linuxcnc-build has quit [Remote host closed the connection]
[23:10:20] -!- stsydow [stsydow!~stsydow@dslb-188-102-138-030.pools.arcor-ip.net] has joined #leaflet
[23:15:36] -!- adb_ has quit [Ping timeout: 252 seconds]
[23:18:23] -!- hm2-buildmaster has quit [Remote host closed the connection]
[23:18:24] -!- linuxcnc-build has quit [Remote host closed the connection]
[23:46:42] -!- mackerski has quit [Quit: mackerski]
[23:50:59] -!- thomaslindstr_m has quit [Remote host closed the connection]
[23:56:16] <jazzy_> ffog: i was looking at the leaflet clustering plugin yesterday, it does some SVG animations
[23:56:53] <jazzy_> i found though for my purposes that CSS3 transition effects did everything i needed