#leaflet | Logs for 2013-06-30

Back
[00:11:52] -!- stsy [stsy!~stsydow@p4FC19B18.dip0.t-ipconnect.de] has joined #leaflet
[00:15:27] -!- stsydow has quit [Ping timeout: 246 seconds]
[00:18:33] -!- micges has quit [Quit: Leaving]
[00:26:23] -!- BJfreeman has quit [Quit: had a good time]
[00:31:49] -!- asdfasd has quit [Ping timeout: 268 seconds]
[00:50:03] -!- mhaberler has quit [Quit: mhaberler]
[01:00:39] -!- mhaberler has quit [Quit: mhaberler]
[01:12:32] -!- |1li [|1li!~|1li@108-201-65-149.lightspeed.ftwotx.sbcglobal.net] has joined #leaflet
[01:13:43] -!- carper64_lb has quit [Ping timeout: 260 seconds]
[01:21:40] -!- rob_h has quit [Ping timeout: 276 seconds]
[01:24:51] -!- jfire [jfire!~jfire@c-98-218-79-58.hsd1.dc.comcast.net] has joined #leaflet
[01:32:55] -!- i_tarzan has quit [Read error: Connection reset by peer]
[01:33:01] -!- stsy has quit [Quit: Leaving]
[01:43:31] -!- R2E4 has quit [Client Quit]
[01:46:11] -!- skorasaurus has quit [Quit: WeeChat 0.3.7]
[01:47:22] -!- traces has quit [Quit: Ex-Chat]
[02:02:41] -!- arekm has quit [Ping timeout: 248 seconds]
[02:14:48] -!- jfire1 [jfire1!~jfire@c-98-218-79-58.hsd1.dc.comcast.net] has joined #leaflet
[02:14:48] -!- jfire has quit [Read error: Connection reset by peer]
[02:43:22] -!- servos4ever has quit [Quit: ChatZilla 0.9.85 [SeaMonkey 2.0.11/20101206162726]]
[02:50:45] _BJFreeman is now known as BJfreeman
[03:04:20] -!- Loetmichel has quit [Ping timeout: 260 seconds]
[03:09:19] -!- jfire1 has quit [Quit: Leaving.]
[03:09:50] -!- bilboquet has quit [Quit: Quitte]
[03:24:27] -!- ds3 has quit [Ping timeout: 252 seconds]
[03:40:49] -!- ds3 has quit [Read error: Operation timed out]
[03:53:16] -!- PetefromTn has quit [Remote host closed the connection]
[04:06:25] -!- Laremere_AFK has quit [Ping timeout: 268 seconds]
[04:10:37] -!- sumpfralle has quit [Quit: Leaving.]
[04:44:45] -!- Valen has quit [Quit: Leaving.]
[04:52:12] -!- BJfreeman has quit [Ping timeout: 252 seconds]
[04:59:59] -!- krolick has quit [Remote host closed the connection]
[05:01:27] -!- Fox_Muldr has quit [Ping timeout: 260 seconds]
[05:16:35] s1dev is now known as s1dev|away
[05:16:39] -!- memleak has quit [Quit: Leaving]
[06:18:47] -!- vladimirek has quit [Remote host closed the connection]
[06:27:14] -!- alpha1125 has quit [Quit: Computer has gone to sleep.]
[06:50:51] -!- JLuc69 has quit [Quit: Quitte]
[07:38:01] -!- odogono [odogono!~mohiam@cpc14-king9-2-0-cust212.19-1.cable.virginmedia.com] has joined #leaflet
[07:48:07] Cylly is now known as Loetmichel
[08:09:51] -!- AndrewLv has quit [Remote host closed the connection]
[08:13:33] -!- arekm has quit [Ping timeout: 246 seconds]
[08:32:16] -!- stsydow [stsydow!~stsydow@p4FC19B18.dip0.t-ipconnect.de] has joined #leaflet
[08:38:28] -!- FinboySlick has quit [Quit: Leaving.]
[09:04:57] -!- pjm has quit [Read error: Connection reset by peer]
[09:15:56] -!- tema_ [tema_!bc115797@gateway/web/freenode/ip.188.17.87.151] has joined #leaflet
[09:16:10] <tema_> Hello, people!
[09:16:33] <tema_> I can't to create polyline. Polygon creating, but not polyline...
[09:16:37] <tema_> Help me please
[09:18:29] <tema_> Are there special parameters for polyline?
[09:18:58] <tema_> I see on documentation, but parameters are same of polygon
[09:19:36] <ybon> can you give more details on the problem?
[09:19:43] <tema_> ofc
[09:19:45] <tema_> moment
[09:20:54] _BJFreeman is now known as BJfreeman
[09:23:32] <tema_> http://pastebin.com/J1L4AhV1
[09:24:25] <tema_> polygon creating, but polyline isn't
[09:24:58] <tema_> parameters and processing function are same
[09:25:03] BJfreeman is now known as Guest22985
[09:25:10] <tema_> I don't know that's wrong
[09:25:13] _BJFreeman is now known as BJfreeman
[09:25:20] -!- Guest22985 has quit [Ping timeout: 252 seconds]
[09:25:50] <tema_> btw getJSON gets array of objects that include lat and lon keys
[09:26:10] <tema_> its part of system, never mind
[09:27:25] <tema_> and more - if put float numbers directly into L.polyline functioin (for ex. [[53.213, 0.123], [54.201, 0.01]] etc) - it works!
[09:27:57] <tema_> this is some kind of magic
[09:29:47] <ybon> humm
[09:30:08] <ybon> if you remove the Array here: L.polyline([vertexes]).addTo(leaflet_map); ?
[09:30:18] <ybon> vertexes instead of [vertexes]?
[09:30:27] <tema_> momeny
[09:30:29] <tema_> moment
[09:31:05] <tema_> omg works! But whyyyyyy?!
[09:31:45] -!- stsydow has quit [Remote host closed the connection]
[09:31:49] <tema_> polygon adn polyline have absolutly same parameters if see to official documentation
[09:32:14] <ybon> yeah, but you were giving an array of array of latlng
[09:32:33] <ybon> which is ok for multipolygon, not for polylines
[09:34:16] <tema_> I don't understand difference. Because i get array of array into polygon parameter and it works, and if I get same into polyline - not work...
[09:34:42] <tema_> polygon isn't multipolygon
[09:34:58] <tema_> why it works
[09:35:00] <tema_> ))
[09:35:13] <tema_> with array of array [vertexes]
[09:35:20] <tema_> and polyline isn't
[10:13:21] -!- syyl has quit [Ping timeout: 248 seconds]
[10:33:23] -!- BJfreeman has quit [Quit: had a good time]
[10:35:39] -!- odogono has quit [Read error: Connection reset by peer]
[10:36:16] -!- odogono [odogono!~mohiam@cpc14-king9-2-0-cust212.19-1.cable.virginmedia.com] has joined #leaflet
[10:39:51] -!- arekm has quit [Ping timeout: 246 seconds]
[10:45:15] -!- JesusAlos has quit [Quit: ChatZilla 0.9.90 [Firefox 21.0/20130511120803]]
[10:52:11] -!- f1oat has quit [Ping timeout: 268 seconds]
[10:57:12] -!- andypugh has quit [Quit: andypugh]
[11:02:12] -!- chillly [chillly!~chris@adsl-94-72-233-54.karoo.kcom.com] has joined #leaflet
[11:06:22] -!- Valen has quit [Quit: Leaving.]
[11:22:56] -!- andypugh has quit [Quit: andypugh]
[11:45:59] -!- andypugh has quit [Client Quit]
[11:54:45] -!- ler_hydra has quit [Remote host closed the connection]
[11:58:45] -!- capricorn_one has quit [Remote host closed the connection]
[12:04:43] -!- sumpfralle has quit [Ping timeout: 264 seconds]
[12:10:20] -!- sumpfralle has quit [Ping timeout: 260 seconds]
[12:45:35] -!- eric_unterhausen has quit [Ping timeout: 256 seconds]
[13:00:44] <tema_> Did anybody use Leaflet.draw plugin?
[13:02:35] -!- AndrewLv has quit [Client Quit]
[13:06:09] -!- gabewillen has quit [Ping timeout: 248 seconds]
[13:14:54] -!- yannickoo has quit [Ping timeout: 246 seconds]
[13:42:29] -!- skorasaurus [skorasaurus!~will@cpe-65-185-69-50.neo.res.rr.com] has joined #leaflet
[14:02:25] -!- syyl_ws has quit [Quit: Verlassend]
[14:11:21] s1dev|away is now known as s1dev
[14:20:53] -!- Laremere [Laremere!~quassel@74-44-213-107.dr02.apvy.mn.frontiernet.net] has joined #leaflet
[14:23:00] -!- mhaberler has quit [Quit: mhaberler]
[14:25:00] -!- crank has quit [Read error: Operation timed out]
[14:58:30] -!- sumpfralle has quit [Ping timeout: 246 seconds]
[14:59:28] -!- ravenlock has quit [Ping timeout: 268 seconds]
[15:06:53] -!- mhaberler has quit [Client Quit]
[15:11:49] -!- CaptHindsight has quit [Quit: gone]
[15:14:45] -!- yannickoo [yannickoo!uid10878@gateway/web/irccloud.com/x-iczbqewbkabbsfbj] has joined #leaflet
[15:19:44] <tema_> #Did anybody use Leaflet.draw plugin?
[15:21:43] -!- chillly has quit [Quit: Leaving]
[15:47:47] -!- sumpfralle has quit [Ping timeout: 260 seconds]
[16:13:53] -!- f1oat has quit [Ping timeout: 252 seconds]
[16:39:48] -!- jfire [jfire!~jfire@c-98-218-79-58.hsd1.dc.comcast.net] has joined #leaflet
[16:44:02] <tema_> peeopleeee
[17:02:52] -!- Servos4ever has quit [Quit: ChatZilla 0.9.90 [SeaMonkey 2.14.1/20121129191050]]
[17:32:03] -!- pjm has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
[17:42:59] -!- IchGuckLive has quit [Quit: ChatZilla 0.9.87 [Firefox 20.0/20130329043827]]
[18:12:28] -!- stsydow [stsydow!~stsydow@p4FC19B18.dip0.t-ipconnect.de] has joined #leaflet
[18:14:54] -!- micges has quit [Ping timeout: 252 seconds]
[18:16:31] -!- tema_ has quit [Quit: Page closed]
[18:19:56] -!- alpha1125 has quit [Ping timeout: 260 seconds]
[18:34:59] -!- i_tarzan has quit [Ping timeout: 240 seconds]
[18:37:26] -!- EDocToor has quit [Quit: Leaving]
[18:37:45] -!- stsydow has quit [Remote host closed the connection]
[18:51:38] -!- cncbasher has quit [Remote host closed the connection]
[19:44:36] -!- jfire has quit [Quit: Leaving.]
[19:51:05] -!- jd896 has quit [Remote host closed the connection]
[19:52:12] -!- jerryitt [jerryitt!~jerryitt@81.24.248.1] has joined #leaflet
[19:52:40] -!- andrewblack [andrewblack!~andrew@victoria.vm.bytemark.co.uk] has joined #leaflet
[19:55:02] <andrewblack> Hi - is there a list of what map providers leaflet supports
[20:06:03] -!- ve7it has quit [Remote host closed the connection]
[20:11:32] hashfail is now known as gimps
[20:18:42] -!- jerryitt has quit [Quit: Leaving.]
[20:18:44] -!- tjb1 has quit [Client Quit]
[20:20:56] -!- jd896 has quit [Remote host closed the connection]
[20:26:24] -!- micges has quit [Read error: Connection reset by peer]
[20:36:43] -!- glowplug has quit [Ping timeout: 250 seconds]
[20:40:39] -!- mhaberler has quit [Quit: mhaberler]
[20:44:03] -!- f1oat has quit [Ping timeout: 240 seconds]
[20:46:56] -!- Poincare has quit [Remote host closed the connection]
[20:48:25] -!- ink has quit [Ping timeout: 276 seconds]
[20:48:37] -!- stsydow [stsydow!~stsydow@dslb-178-012-129-007.pools.arcor-ip.net] has joined #leaflet
[20:59:10] -!- DJ9DJ has quit [Quit: bye]
[21:18:04] -!- jd896 has quit [Ping timeout: 240 seconds]
[21:34:39] -!- jfire [jfire!~jfire@c-98-218-79-58.hsd1.dc.comcast.net] has joined #leaflet
[21:38:41] -!- mhaberler has quit [Quit: mhaberler]
[21:48:51] -!- lomach has quit [Quit: Page closed]
[22:14:30] -!- Roguish has quit [Remote host closed the connection]
[22:19:47] -!- odogono has quit [Quit: odogono]
[22:21:29] -!- PetefromTn has quit [Remote host closed the connection]
[22:21:38] -!- MadDog31 has quit [Quit: Leaving]
[22:27:22] -!- shurshur [shurshur!~chatzilla@79.165.217.36] has joined #leaflet
[22:39:10] -!- Simooon has quit [Quit: Leaving]
[22:52:06] -!- tjb1 has quit [Quit: tjb1]
[23:06:27] -!- RyanS has quit [Ping timeout: 260 seconds]
[23:14:08] -!- fomox has quit [Ping timeout: 240 seconds]
[23:17:08] -!- RyanS has quit [Ping timeout: 240 seconds]
[23:22:56] -!- jd [jd!~|1li@108-201-65-149.lightspeed.ftwotx.sbcglobal.net] has joined #leaflet
[23:23:20] jd is now known as Guest55296
[23:25:09] -!- Dave911 has quit [Read error: Connection reset by peer]
[23:25:20] Dave911_ is now known as Dave911
[23:26:02] -!- |1li has quit [Ping timeout: 246 seconds]
[23:26:22] -!- asdfasd has quit [Ping timeout: 246 seconds]
[23:26:33] asdfasd1 is now known as asdfasd
[23:38:51] -!- jerryitt [jerryitt!~jerryitt@149.5.35.31] has joined #leaflet
[23:59:12] -!- zlog has quit [Remote host closed the connection]
[23:59:15] -!- Tom_itx has quit []