#leaflet | Logs for 2014-02-26

Back
[00:05:27] -!- andypugh has quit [Quit: andypugh]
[00:14:07] -!- rosslyoung has quit [Ping timeout: 244 seconds]
[00:15:40] -!- kwallace has quit [Ping timeout: 244 seconds]
[00:16:39] -!- patrickarlt [patrickarlt!~patrickar@c-50-139-85-147.hsd1.or.comcast.net] has joined #leaflet
[00:19:53] -!- marmite has quit [Ping timeout: 252 seconds]
[00:20:27] -!- patrickarlt has quit [Remote host closed the connection]
[00:25:57] -!- rosslyoung [rosslyoung!~ross@w-15.cust-10303.ip.static.uno.uk.net] has joined #leaflet
[00:29:08] -!- ink has quit [Read error: Connection reset by peer]
[00:34:27] -!- KimK has quit [Ping timeout: 264 seconds]
[00:34:37] -!- terabyte- has quit [Quit: terabyte-]
[00:45:49] -!- almccon has quit [Quit: Leaving.]
[00:52:26] -!- Loetmichel has quit [Ping timeout: 264 seconds]
[00:57:14] -!- Einar_ has quit [Ping timeout: 264 seconds]
[01:02:40] -!- int_ua [int_ua!~int_ua@ip-602f.proline.net.ua] has joined #leaflet
[01:07:45] -!- rob_h has quit [Ping timeout: 272 seconds]
[01:08:34] <int_ua> What is the best way to select a marker from outside JS in a Leaflet map on Drupal?
[01:09:28] <int_ua> I've added leaflet_id to the features array https://drupal.org/node/1893784 but now I can't find how do I use these ids to select markers
[01:19:51] -!- skors has quit [Read error: Connection reset by peer]
[01:19:59] -!- skorasaurus [skorasaurus!~skors@cpe-75-187-159-111.neo.res.rr.com] has joined #leaflet
[01:23:40] -!- almccon [almccon!~Adium@173-164-158-185-SFBA.hfc.comcastbusiness.net] has joined #leaflet
[01:24:18] -!- PCW has quit [Read error: Connection reset by peer]
[01:30:14] -!- i_tarzan has quit [Ping timeout: 264 seconds]
[01:38:45] -!- tchaddad [tchaddad!~tchaddad@159.121.120.222] has joined #leaflet
[01:44:14] -!- jbr [jbr!~chatzilla@c-75-69-128-208.hsd1.nh.comcast.net] has joined #leaflet
[01:47:54] reksio1 is now known as micges
[01:48:19] -!- skorasaurus has quit [Read error: Connection reset by peer]
[01:48:30] -!- skorasaurus [skorasaurus!~skors@cpe-75-187-159-111.neo.res.rr.com] has joined #leaflet
[01:49:45] -!- skorasaurus has quit [Read error: No route to host]
[01:50:15] -!- skorasaurus [skorasaurus!~skors@cpe-75-187-159-111.neo.res.rr.com] has joined #leaflet
[01:50:23] -!- FreezingCold has quit [Ping timeout: 246 seconds]
[01:54:17] -!- qingpei has quit [Quit: qingpei]
[01:54:37] -!- skorasaurus has quit [Read error: Connection reset by peer]
[01:55:07] -!- uw has quit [Quit: Leaving]
[01:55:35] -!- skorasaurus [skorasaurus!~skors@cpe-75-187-159-111.neo.res.rr.com] has joined #leaflet
[02:00:33] -!- rosslyoung has quit [Ping timeout: 244 seconds]
[02:06:16] -!- AR__ has quit [Read error: Connection reset by peer]
[02:14:00] -!- Connor_iPad has quit [Quit: I'm Gone!]
[02:14:18] -!- rosslyoung [rosslyoung!~ross@w-15.cust-10303.ip.static.uno.uk.net] has joined #leaflet
[02:21:50] -!- c-bob has quit [Ping timeout: 264 seconds]
[02:23:38] -!- Tecan has quit [Changing host]
[02:23:54] -!- skorasaurus has quit [Read error: No route to host]
[02:24:06] -!- skorasaurus [skorasaurus!~skors@cpe-75-187-159-111.neo.res.rr.com] has joined #leaflet
[02:31:51] -!- skorasaurus has quit [Read error: Connection reset by peer]
[02:31:55] -!- skorasaurus2 [skorasaurus2!~skors@cpe-75-187-159-111.neo.res.rr.com] has joined #leaflet
[02:33:29] -!- patrickarlt [patrickarlt!~patrickar@c-50-139-85-147.hsd1.or.comcast.net] has joined #leaflet
[02:33:38] <int_ua> Is it possible to add uniq IDs to every point?
[02:34:55] <int_ua> anybody home?
[02:36:01] <jbr> watcha mean?
[02:40:21] <int_ua> jbr, I want to select points on the map with JS thus AFAIU they all need a uniq ids. Is it possible with Leaflet?
[02:40:22] <patrickarlt> int_ua: just assign an id like https://gist.github.com/patrickarlt/8695036
[02:42:01] <int_ua> patrickarlt, thanks, trying
[02:44:23] <jbr> better answer than I could have given. Makes me think I'm using leaflet wrong... :)
[02:44:50] <patrickarlt> i seriously want to write a tutorial for this i answer it 3-4 times a week in here :)
[02:46:51] <jbr> I have a tracking app, so I just throw a ref to the marker into the roster blob that I get via ajax and then pass the item from the roster into the options.
[02:47:42] <jbr> it got a bit unwieldy but no time to refactor now..
[02:48:05] -!- jerryitt [jerryitt!uid17132@gateway/web/irccloud.com/x-xgmxvknlcyodqdkx] has joined #leaflet
[02:48:28] <patrickarlt> int_ua: jbr here is another approach using FeatureGroup https://gist.github.com/patrickarlt/9222579
[02:48:45] -!- tjtr33 has quit [Quit: Leaving]
[02:49:04] -!- skorasaurus2 has quit [Read error: No route to host]
[02:49:11] -!- Servos4ever has quit [Quit: ChatZilla 0.9.90.1 [SeaMonkey 2.24/20140203230751]]
[02:51:13] <int_ua> patrickarlt, I'm using Drupal and the IDs are there. Now I don't have a clue how to use them. I checked the docs but can't find where is the map object in Drupal
[02:53:28] <patrickarlt> int_ua: not sure i can help you there i hate drupal. Maybe just dump JSON to the page and create/load the leaflet map yourself
[02:54:18] <int_ua> patrickarlt, I really need the Views features. Ok, thanks.
[03:12:13] -!- patrickarlt has quit [Quit: Leaving...]
[03:20:29] -!- asdfasd has quit [Ping timeout: 252 seconds]
[03:21:08] -!- pjm_ has quit [Read error: No route to host]
[03:28:45] -!- jbr_ [jbr_!~chatzilla@c-75-69-128-208.hsd1.nh.comcast.net] has joined #leaflet
[03:28:55] -!- jbr has quit [Ping timeout: 244 seconds]
[03:28:59] jbr_ is now known as jbr
[03:47:59] -!- KimK has quit [Ping timeout: 272 seconds]
[03:52:51] -!- jbr has quit [Quit: ChatZilla 0.9.90.1 [Firefox 27.0.1/20140212131424]]
[03:53:35] -!- sumpfralle1 has quit [Ping timeout: 246 seconds]
[03:54:53] -!- micges has quit [Quit: Leaving]
[03:56:40] -!- Connor_iPad has quit [Quit: I'm Gone!]
[04:02:55] -!- terabyte- has quit [Quit: terabyte-]
[04:05:36] -!- AR__ has quit [Ping timeout: 244 seconds]
[04:07:35] -!- tchaddad has quit [Remote host closed the connection]
[04:10:05] -!- int_ua has quit [Quit: Залишаю]
[04:16:24] -!- dgarr has quit [Quit: Leaving.]
[04:18:27] -!- FreezingCold has quit [Ping timeout: 246 seconds]
[04:42:42] -!- PetefromTn has quit [Remote host closed the connection]
[04:44:16] -!- terabyte- has quit [Quit: terabyte-]
[05:02:32] -!- rosslyoung has quit [Ping timeout: 246 seconds]
[05:05:14] -!- dzig has quit [Ping timeout: 245 seconds]
[05:15:32] -!- rosslyoung [rosslyoung!~ross@w-15.cust-10303.ip.static.uno.uk.net] has joined #leaflet
[05:16:27] -!- phantoneD has quit [Ping timeout: 264 seconds]
[05:16:53] -!- Connor_iPad has quit [Quit: I'm Gone!]
[05:20:25] -!- qingpei has quit [Quit: qingpei]
[05:35:34] -!- jerryitt has quit [Quit: Connection closed for inactivity]
[05:35:42] -!- Connor_iPad has quit [Quit: I'm Gone!]
[05:57:20] -!- ries has quit [Quit: ries]
[05:57:23] -!- The_Ball has quit [Remote host closed the connection]
[06:02:02] -!- Fox_Muldr has quit [Ping timeout: 264 seconds]
[06:09:25] -!- krusty_ar has quit [Quit: No Ping reply in 180 seconds.]
[06:10:42] -!- krusty_ar [krusty_ar!~quassel@201-212-126-67.prima.net.ar] has joined #leaflet
[06:26:18] -!- DaViruz has quit [Ping timeout: 252 seconds]
[06:30:04] -!- ve7it has quit [Remote host closed the connection]
[06:48:51] -!- DaViruz has quit [Ping timeout: 244 seconds]
[07:04:57] -!- The_Ball has quit [Ping timeout: 272 seconds]
[07:07:27] -!- qingpei has quit [Quit: qingpei]
[07:10:20] -!- ler_hydra has quit [Remote host closed the connection]
[07:24:00] -!- GJdan has quit [Quit: WeeChat 0.4.3]
[07:41:50] -!- Komzzpa [Komzzpa!~kom@5.149.156.131] has joined #leaflet
[07:56:31] -!- Deejay has quit [Changing host]
[08:02:01] -!- Connor has quit [Ping timeout: 252 seconds]
[08:14:38] -!- Einar_ has quit [Ping timeout: 264 seconds]
[08:21:16] -!- tjb1 has quit [Quit: Leaving.]
[08:21:22] -!- R2E4_ has quit [Read error: Connection reset by peer]
[08:43:40] -!- jthornton has quit [Read error: Connection reset by peer]
[08:44:37] -!- JT-Shop_ has quit [Read error: Connection reset by peer]
[08:46:27] -!- JT-Shop has quit [Ping timeout: 264 seconds]
[08:46:53] -!- balestrino has quit [Ping timeout: 246 seconds]
[08:48:49] -!- jthornton has quit [Ping timeout: 272 seconds]
[08:49:17] -!- md-2 [md-2!~md-2@host86-148-107-119.range86-148.btcentralplus.com] has joined #leaflet
[08:54:53] -!- Jymmm has quit [Ping timeout: 252 seconds]
[09:00:42] -!- jthornton has quit [Read error: Connection reset by peer]
[09:00:42] -!- JT-Shop has quit [Read error: Connection reset by peer]
[09:03:18] -!- jthornton has quit [Read error: Connection reset by peer]
[09:05:04] -!- sfello [sfello!~sfello@62.254.247.131] has joined #leaflet
[09:08:15] -!- b_b [b_b!ejabberd@81.18.178.14] has joined #leaflet
[09:08:28] -!- b_b has quit [Changing host]
[09:08:28] -!- b_b [b_b!ejabberd@unaffiliated/b-b/x-7659960] has joined #leaflet
[09:25:02] -!- syyl has quit [Ping timeout: 246 seconds]
[09:35:35] -!- Kup has quit [Quit: Leaving.]
[09:36:50] -!- Kup [Kup!~pkupietz@95-88-30-31-dynip.superkabel.de] has joined #leaflet
[09:37:48] -!- Kup has quit [Client Quit]
[09:41:29] -!- jnaour_ [jnaour_!~quassel@nerim.tailab.eu] has joined #leaflet
[09:44:24] -!- jnaour has quit [Ping timeout: 240 seconds]
[09:46:48] -!- larryone [larryone!~larryone@193.120.235.122] has joined #leaflet
[09:50:47] -!- trufa [trufa!~trufa@80.110.233.9] has joined #leaflet
[09:55:03] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@37-46-176-106.customers.ownit.se] has joined #leaflet
[09:55:14] <trufa> ybon: hi! Sorry I didn't answer yesterday! My notifications are broken for irssi...
[09:55:14] <trufa> Thanks for the answer I'll take a look!
[09:55:43] <ybon> no pb ;)
[10:20:23] -!- GuShH_ has quit [Read error: Connection reset by peer]
[10:20:24] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[10:31:15] -!- mablae_ [mablae_!~mablae@pd95cba7c.dip0.t-ipconnect.de] has joined #leaflet
[10:31:25] -!- kludge` has quit [Ping timeout: 272 seconds]
[10:34:00] -!- mablae has quit [Ping timeout: 246 seconds]
[10:36:44] -!- kludge` [kludge`!~comet@unaffiliated/espiral] has joined #leaflet
[10:38:11] -!- balestrino has quit [Ping timeout: 246 seconds]
[10:59:06] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[11:04:59] -!- sumpfralle has quit [Ping timeout: 272 seconds]
[11:10:26] -!- thomaslindstr_m has quit [Remote host closed the connection]
[11:11:00] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@37-46-176-106.customers.ownit.se] has joined #leaflet
[11:11:21] -!- thomaslindstr_m has quit [Read error: Connection reset by peer]
[11:11:45] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@37-46-176-106.customers.ownit.se] has joined #leaflet
[11:11:53] -!- thomaslindstr_m has quit [Remote host closed the connection]
[11:13:45] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@37-46-176-106.customers.ownit.se] has joined #leaflet
[11:15:04] -!- thomaslindstr_m_ [thomaslindstr_m_!~thomaslin@37-46-176-106.customers.ownit.se] has joined #leaflet
[11:15:36] -!- thomaslindstr_m_ has quit [Read error: Connection reset by peer]
[11:15:43] -!- thomaslindstr_m has quit [Read error: Connection reset by peer]
[11:15:56] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@37-46-176-106.customers.ownit.se] has joined #leaflet
[11:16:04] -!- thomaslindstr_m has quit [Remote host closed the connection]
[11:18:18] -!- thomasli_ [thomasli_!~thomaslin@37-46-176-106.customers.ownit.se] has joined #leaflet
[11:18:19] thomasli_ is now known as thomaslindstr_m_
[11:19:13] -!- thomaslindstr_m_ has quit [Read error: Connection reset by peer]
[11:19:19] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@37-46-176-106.customers.ownit.se] has joined #leaflet
[11:19:44] -!- thomaslindstr_m has quit [Remote host closed the connection]
[11:20:52] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@37-46-176-106.customers.ownit.se] has joined #leaflet
[11:20:53] -!- thomaslindstr_m has quit [Remote host closed the connection]
[11:22:57] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@37-46-176-106.customers.ownit.se] has joined #leaflet
[11:22:57] -!- thomaslindstr_m has quit [Remote host closed the connection]
[11:23:37] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@37-46-176-106.customers.ownit.se] has joined #leaflet
[11:24:01] -!- thomaslindstr_m has quit [Remote host closed the connection]
[11:24:30] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@37-46-176-106.customers.ownit.se] has joined #leaflet
[11:33:00] -!- thomaslindstr_m has quit [Quit: Leaving...]
[11:33:51] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@37-46-176-106.customers.ownit.se] has joined #leaflet
[11:34:07] -!- skunkworks has quit [Ping timeout: 272 seconds]
[11:52:32] -!- skorasaurus [skorasaurus!~skors@cpe-75-187-159-111.neo.res.rr.com] has joined #leaflet
[11:53:10] -!- ink has quit [Remote host closed the connection]
[11:56:23] -!- lucashodge [lucashodge!~lukehodge@ppp118-209-2-245.lns20.mel4.internode.on.net] has joined #leaflet
[12:00:12] -!- lucashodge has quit [Client Quit]
[12:06:42] -!- chillly [chillly!~chris@static-87-102-95-199.karoo.kcom.com] has joined #leaflet
[12:19:53] -!- dway [dway!~dway@mrc45-2-82-240-75-43.fbx.proxad.net] has joined #leaflet
[12:28:26] -!- chillly has quit [Ping timeout: 246 seconds]
[12:30:43] -!- chillly [chillly!~chris@static-87-102-95-199.karoo.kcom.com] has joined #leaflet
[12:38:02] -!- Komzzpa has quit [Ping timeout: 264 seconds]
[12:45:01] -!- b_b [b_b!ejabberd@unaffiliated/b-b/x-7659960] has parted #leaflet
[12:45:52] -!- b_b [b_b!ejabberd@81.18.178.14] has joined #leaflet
[12:46:13] -!- b_b has quit [Changing host]
[12:46:13] -!- b_b [b_b!ejabberd@unaffiliated/b-b/x-7659960] has joined #leaflet
[13:01:27] -!- sudobangbang has quit [Read error: No route to host]
[13:05:10] -!- sudobangbang [sudobangbang!~chatzilla@75-151-97-182-Washington.hfc.comcastbusiness.net] has joined #leaflet
[13:06:32] -!- balestrino has quit [Ping timeout: 244 seconds]
[13:18:24] -!- skorasaurus has quit [Quit: WeeChat 0.4.3]
[13:32:31] heyman_ is now known as heyman
[13:35:15] -!- sfello has quit [Quit: sfello]
[13:35:36] -!- md-2 has quit [Remote host closed the connection]
[13:36:10] -!- md-2 [md-2!~md-2@host86-148-107-119.range86-148.btcentralplus.com] has joined #leaflet
[13:40:27] -!- sfello [sfello!~sfello@62.254.247.131] has joined #leaflet
[13:40:44] -!- md-2 has quit [Ping timeout: 255 seconds]
[13:43:19] -!- mozmck has quit [Read error: Connection reset by peer]
[13:48:33] -!- md-2 [md-2!~md-2@host86-148-107-119.range86-148.btcentralplus.com] has joined #leaflet
[13:51:38] -!- dnaleromj has quit [Quit: Dang. Where did dnaleromj's computer go?]
[14:00:45] -!- jerryitt [jerryitt!uid17132@gateway/web/irccloud.com/x-gaxrxqrrktkqmsct] has joined #leaflet
[14:06:37] -!- ravenlock has quit [Quit: Leaving]
[14:22:56] -!- Demiurge has quit [Quit: Demiurge]
[14:29:00] -!- micges has quit [Quit: Leaving]
[14:32:08] -!- Demiurge [Demiurge!~Demiurge@198.0.135.150] has joined #leaflet
[14:38:54] -!- balestrino has quit [Read error: Connection reset by peer]
[14:41:19] -!- krusty_ar has quit [Quit: No Ping reply in 180 seconds.]
[14:41:32] -!- krusty_ar [krusty_ar!~quassel@201-212-126-67.prima.net.ar] has joined #leaflet
[14:48:24] -!- thomaslindstr_m has quit [Remote host closed the connection]
[14:48:50] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@37-46-176-106.customers.ownit.se] has joined #leaflet
[14:49:07] -!- thomaslindstr_m has quit [Read error: Connection reset by peer]
[14:49:35] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@37-46-176-106.customers.ownit.se] has joined #leaflet
[14:50:07] -!- thomaslindstr_m has quit [Read error: Connection reset by peer]
[14:50:28] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@37-46-176-106.customers.ownit.se] has joined #leaflet
[14:52:51] -!- thomaslindstr_m has quit [Read error: Connection reset by peer]
[14:53:01] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@37-46-176-106.customers.ownit.se] has joined #leaflet
[14:53:42] -!- thomaslindstr_m has quit [Remote host closed the connection]
[14:53:50] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@37-46-176-106.customers.ownit.se] has joined #leaflet
[14:55:51] JT-Shop_ is now known as JT-Shop
[14:58:40] -!- thomaslindstr_m has quit [Remote host closed the connection]
[14:59:08] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@37-46-176-106.customers.ownit.se] has joined #leaflet
[14:59:24] -!- thomaslindstr_m has quit [Remote host closed the connection]
[14:59:57] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@37-46-176-106.customers.ownit.se] has joined #leaflet
[15:00:15] -!- thomaslindstr_m has quit [Remote host closed the connection]
[15:00:52] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@37-46-176-106.customers.ownit.se] has joined #leaflet
[15:01:11] -!- thomaslindstr_m has quit [Remote host closed the connection]
[15:01:43] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@37-46-176-106.customers.ownit.se] has joined #leaflet
[15:02:18] -!- thomaslindstr_m has quit [Read error: Connection reset by peer]
[15:02:43] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@37-46-176-106.customers.ownit.se] has joined #leaflet
[15:04:23] -!- thomaslindstr_m has quit [Read error: Connection reset by peer]
[15:04:27] -!- dnaleromj has quit [Quit: Dang. Where did dnaleromj's computer go?]
[15:04:35] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@37-46-176-106.customers.ownit.se] has joined #leaflet
[15:08:11] -!- thomaslindstr_m has quit [Read error: Connection reset by peer]
[15:08:40] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@37-46-176-106.customers.ownit.se] has joined #leaflet
[15:09:03] -!- thomaslindstr_m has quit [Remote host closed the connection]
[15:09:37] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@37-46-176-106.customers.ownit.se] has joined #leaflet
[15:15:07] -!- thomaslindstr_m_ [thomaslindstr_m_!~thomaslin@37-46-176-106.customers.ownit.se] has joined #leaflet
[15:15:11] -!- krusty_ar has quit [Ping timeout: 244 seconds]
[15:16:37] -!- thomaslindstr_m has quit [Write error: Connection reset by peer]
[15:18:58] -!- amiri [amiri!~amiri@cpe-76-95-109-253.socal.res.rr.com] has joined #leaflet
[15:19:22] -!- amiri_ has quit [Ping timeout: 245 seconds]
[15:20:25] -!- krusty_ar [krusty_ar!~quassel@201-212-126-67.prima.net.ar] has joined #leaflet
[15:20:28] -!- maximilian_h has quit [Quit: Leaving.]
[15:22:32] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@37-46-176-106.customers.ownit.se] has joined #leaflet
[15:22:45] -!- thomaslindstr_m_ has quit [Ping timeout: 272 seconds]
[15:23:18] -!- thomaslindstr_m has quit [Read error: Connection reset by peer]
[15:23:18] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@37-46-176-106.customers.ownit.se] has joined #leaflet
[15:23:44] -!- thomaslindstr_m has quit [Remote host closed the connection]
[15:24:16] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@37-46-176-106.customers.ownit.se] has joined #leaflet
[15:24:39] -!- thomaslindstr_m has quit [Remote host closed the connection]
[15:25:11] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@37-46-176-106.customers.ownit.se] has joined #leaflet
[15:27:04] -!- Einar_ has quit [Ping timeout: 244 seconds]
[15:28:24] -!- thomaslindstr_m_ [thomaslindstr_m_!~thomaslin@37-46-176-106.customers.ownit.se] has joined #leaflet
[15:29:13] -!- thomaslindstr_m_ has quit [Remote host closed the connection]
[15:29:23] -!- thomaslindstr_m has quit [Ping timeout: 246 seconds]
[15:29:45] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@37-46-176-106.customers.ownit.se] has joined #leaflet
[15:32:37] -!- thomaslindstr_m_ [thomaslindstr_m_!~thomaslin@37-46-176-106.customers.ownit.se] has joined #leaflet
[15:34:45] -!- thomaslindstr_m_ has quit [Read error: Connection reset by peer]
[15:34:47] -!- thomaslindstr_m has quit [Ping timeout: 272 seconds]
[15:35:09] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@37-46-176-106.customers.ownit.se] has joined #leaflet
[15:35:14] -!- thomaslindstr_m has quit [Write error: Connection reset by peer]
[15:35:23] -!- dnaleromj has quit [Quit: Dang. Where did dnaleromj's computer go?]
[15:35:34] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@37-46-176-106.customers.ownit.se] has joined #leaflet
[15:38:53] -!- md-2 has quit [Read error: Connection reset by peer]
[15:39:16] -!- thomasli_ [thomasli_!~thomaslin@37-46-176-106.customers.ownit.se] has joined #leaflet
[15:39:16] thomasli_ is now known as thomaslindstr_m_
[15:39:32] -!- thomaslindstr_m_ has quit [Read error: Connection reset by peer]
[15:39:53] -!- thomaslindstr_m has quit [Ping timeout: 246 seconds]
[15:40:04] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@37-46-176-106.customers.ownit.se] has joined #leaflet
[15:40:19] -!- terabyte- has quit [Quit: terabyte-]
[15:40:29] -!- md-2 [md-2!~md-2@host86-148-107-119.range86-148.btcentralplus.com] has joined #leaflet
[15:40:45] -!- thomaslindstr_m has quit [Read error: Connection reset by peer]
[15:41:11] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@37-46-176-106.customers.ownit.se] has joined #leaflet
[15:41:28] -!- thomaslindstr_m has quit [Read error: Connection reset by peer]
[15:42:04] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@37-46-176-106.customers.ownit.se] has joined #leaflet
[15:42:16] -!- thomaslindstr_m has quit [Remote host closed the connection]
[15:42:48] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@37-46-176-106.customers.ownit.se] has joined #leaflet
[15:44:11] -!- thomaslindstr_m has quit [Read error: Connection reset by peer]
[15:44:13] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@37-46-176-106.customers.ownit.se] has joined #leaflet
[15:45:28] -!- thomaslindstr_m has quit [Remote host closed the connection]
[15:45:37] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@37-46-176-106.customers.ownit.se] has joined #leaflet
[15:51:49] -!- trufa_ [trufa_!~trufa@80.110.233.9] has joined #leaflet
[15:53:03] -!- trufa has quit [Remote host closed the connection]
[16:00:40] -!- kwallace1 has quit [Ping timeout: 244 seconds]
[16:06:49] -!- dnaleromj has quit [Quit: Dang. Where did dnaleromj's computer go?]
[16:10:31] -!- sfello has quit [Quit: sfello]
[16:10:40] -!- dnaleromj has quit [Client Quit]
[16:12:54] -!- md-2 has quit [Quit: Leaving...]
[16:13:33] -!- md-2 [md-2!~md-2@92.40.249.187.threembb.co.uk] has joined #leaflet
[16:17:34] -!- jbr_ [jbr_!~chatzilla@c-75-69-128-208.hsd1.nh.comcast.net] has joined #leaflet
[16:17:51] -!- _balestrino has quit [Ping timeout: 272 seconds]
[16:18:33] jbr_ is now known as jbr
[16:23:54] -!- balestrino has quit [Ping timeout: 244 seconds]
[16:28:37] -!- _balestrino has quit [Ping timeout: 272 seconds]
[16:33:12] -!- sfello [sfello!~sfello@62.254.247.131] has joined #leaflet
[16:33:55] -!- sfello has quit [Client Quit]
[16:34:50] -!- balestrino has quit [Ping timeout: 246 seconds]
[16:35:02] -!- patrickarlt [patrickarlt!~patrickar@198.102.43.49] has joined #leaflet
[16:37:54] -!- hm2-buildmaster has quit [Remote host closed the connection]
[16:37:56] -!- linuxcnc-build has quit [Remote host closed the connection]
[16:39:58] -!- _balestrino has quit [Ping timeout: 240 seconds]
[16:40:54] -!- ink has quit [Disconnected by services]
[16:44:38] -!- dnaleromj has quit [Ping timeout: 240 seconds]
[16:45:29] -!- balestrino has quit [Ping timeout: 240 seconds]
[16:46:59] -!- kwallace2 has quit [Ping timeout: 240 seconds]
[16:48:53] -!- _balestrino has quit [Ping timeout: 272 seconds]
[16:51:54] -!- md2 [md2!~md-2@host86-180-39-4.range86-180.btcentralplus.com] has joined #leaflet
[16:52:17] md2 is now known as Guest52914
[16:54:09] -!- skorasaurus [skorasaurus!~skors@adsl-75-10-129-222.dsl.bcvloh.sbcglobal.net] has joined #leaflet
[16:54:10] -!- kwallace1 has quit [Read error: No route to host]
[16:55:04] -!- patrickarlt has quit [Quit: Leaving...]
[16:55:07] -!- md-2 has quit [Ping timeout: 361 seconds]
[16:55:34] -!- jerryitt has quit [Quit: Connection closed for inactivity]
[16:57:14] -!- balestrino has quit [Ping timeout: 257 seconds]
[16:58:33] -!- skorasaurus2 [skorasaurus2!~skors@adsl-75-10-129-222.dsl.bcvloh.sbcglobal.net] has joined #leaflet
[16:59:01] -!- _balestrino has quit [Ping timeout: 272 seconds]
[16:59:59] -!- patrickarlt [patrickarlt!~patrickar@173-8-196-70-Oregon.hfc.comcastbusiness.net] has joined #leaflet
[17:00:17] -!- skorasaurus has quit [Ping timeout: 272 seconds]
[17:04:14] -!- balestrino has quit [Ping timeout: 246 seconds]
[17:08:00] Cylly is now known as Loetmichel
[17:09:09] -!- _balestrino has quit [Ping timeout: 272 seconds]
[17:16:26] -!- balestrino has quit [Ping timeout: 264 seconds]
[17:20:41] -!- _balestrino has quit [Ping timeout: 246 seconds]
[17:25:40] -!- thomaslindstr_m has quit [Write error: Broken pipe]
[17:25:58] -!- balestrino has quit [Ping timeout: 240 seconds]
[17:26:29] -!- _balestrino has quit [Ping timeout: 240 seconds]
[17:36:45] -!- larryone has quit [Ping timeout: 244 seconds]
[17:37:48] -!- rosslyoung has quit [Ping timeout: 244 seconds]
[17:39:35] -!- rosslyoung [rosslyoung!~ross@w-15.cust-10303.ip.static.uno.uk.net] has joined #leaflet
[17:42:55] -!- `Nerobro has quit [Remote host closed the connection]
[17:44:50] -!- larryone [larryone!~larryone@178.167.254.146.threembb.ie] has joined #leaflet
[17:49:53] -!- pingufan has quit [Quit: Konversation terminated!]
[17:51:14] -!- larryone has quit [Ping timeout: 264 seconds]
[17:56:19] -!- larryone [larryone!~larryone@178.167.254.91.threembb.ie] has joined #leaflet
[17:58:40] -!- krusty_ar has quit [Read error: Connection reset by peer]
[18:00:59] -!- larryone has quit [Ping timeout: 240 seconds]
[18:02:39] -!- b_b [b_b!ejabberd@unaffiliated/b-b/x-7659960] has parted #leaflet
[18:03:54] -!- b_b [b_b!ejabberd@81.18.178.14] has joined #leaflet
[18:04:19] -!- b_b has quit [Changing host]
[18:04:19] -!- b_b [b_b!ejabberd@unaffiliated/b-b/x-7659960] has joined #leaflet
[18:04:47] -!- FreezingCold has quit [Ping timeout: 247 seconds]
[18:07:15] -!- skors [skors!~skors@75.10.129.222] has joined #leaflet
[18:10:35] -!- skorasaurus2 has quit [Ping timeout: 272 seconds]
[18:17:18] -!- Guest52914 has quit [Quit: Leaving...]
[18:22:39] -!- larryone [larryone!~larryone@178.167.254.33.threembb.ie] has joined #leaflet
[18:25:05] -!- syyl_ws has quit [Quit: Verlassend]
[18:29:31] -!- skorasaurus [skorasaurus!~skors@adsl-75-10-129-222.dsl.bcvloh.sbcglobal.net] has joined #leaflet
[18:30:44] -!- thomaslindstr_m [thomaslindstr_m!~thomaslin@c80-216-22-126.bredband.comhem.se] has joined #leaflet
[18:31:50] -!- emcPT|2 has quit [Ping timeout: 252 seconds]
[18:34:32] -!- skors has quit [Ping timeout: 246 seconds]
[18:35:35] -!- larryone has quit [Ping timeout: 246 seconds]
[18:39:39] -!- mablae_ has quit [Quit: Leaving]
[18:45:13] -!- patricka_ [patricka_!~patrickar@198.102.43.49] has joined #leaflet
[18:48:03] -!- patrickarlt has quit [Ping timeout: 244 seconds]
[18:49:12] -!- jbr_ [jbr_!~chatzilla@c-75-69-128-208.hsd1.nh.comcast.net] has joined #leaflet
[18:51:50] -!- jbr has quit [Ping timeout: 264 seconds]
[18:51:59] jbr_ is now known as jbr
[18:54:08] -!- ravenlock has quit [Write error: Broken pipe]
[19:01:30] -!- dnaleromj has quit [Quit: Dang. Where did dnaleromj's computer go?]
[19:01:34] -!- PetefromTn has quit [Remote host closed the connection]
[19:02:39] -!- davc has quit [Ping timeout: 264 seconds]
[19:04:24] -!- IchGuckLive has quit [Quit: ChatZilla 0.9.87 [Firefox 20.0/20130329043827]]
[19:20:59] -!- larryone [larryone!~larryone@89.100.23.131] has joined #leaflet
[19:22:09] -!- rosslyoung has quit [Ping timeout: 272 seconds]
[19:24:31] -!- thomaslindstr_m has quit [Quit: Leaving...]
[19:24:49] -!- qingpei has quit [Quit: qingpei]
[19:26:41] -!- patricka_ has quit [Remote host closed the connection]
[19:27:17] -!- patrickarlt [patrickarlt!~patrickar@198.102.43.49] has joined #leaflet
[19:33:25] -!- rosslyoung [rosslyoung!~ross@w-15.cust-10303.ip.static.uno.uk.net] has joined #leaflet
[19:33:58] -!- `Nerobro has quit [Remote host closed the connection]
[19:34:03] -!- larryone has quit [Quit: This computer has gone to sleep]
[19:38:18] -!- qingpei has quit [Quit: qingpei]
[19:40:25] -!- shurshur_ [shurshur_!~chatzilla@broadband-178-140-135-205.nationalcablenetworks.ru] has joined #leaflet
[19:43:52] -!- sudobangbang has quit [Ping timeout: 244 seconds]
[19:46:27] -!- jef79m has quit [Ping timeout: 244 seconds]
[19:47:36] -!- toner has quit [*.net *.split]
[19:47:36] -!- JT-Shop has quit [*.net *.split]
[19:47:37] -!- The_Ball has quit [*.net *.split]
[19:47:37] -!- Connor has quit [*.net *.split]
[19:47:37] -!- pjm_ has quit [*.net *.split]
[19:47:37] -!- beawesomeinstead has quit [*.net *.split]
[19:47:37] -!- shurshur has quit [*.net *.split]
[19:48:21] -!- PetefromTn has quit [Remote host closed the connection]
[19:49:01] -!- phantoxeD has quit [Ping timeout: 244 seconds]
[19:58:35] -!- beawesomeinstead [beawesomeinstead!sid1643@gateway/web/irccloud.com/x-qwiajhhargtjrkck] has joined #leaflet
[19:58:56] -!- shurshur [shurshur!~chatzilla@broadband-178-140-135-205.nationalcablenetworks.ru] has joined #leaflet
[19:59:08] -!- beawesomeinstead has quit [*.net *.split]
[19:59:48] -!- trufa [trufa!~trufa@80.110.233.9] has joined #leaflet
[20:01:26] -!- shurshur_ has quit [Ping timeout: 272 seconds]
[20:01:26] -!- mozmck has quit [Ping timeout: 272 seconds]
[20:01:26] -!- dway has quit [Ping timeout: 272 seconds]
[20:01:27] -!- _ink has quit [Ping timeout: 272 seconds]
[20:01:27] -!- trufa_ has quit [Ping timeout: 272 seconds]
[20:01:27] -!- marmite has quit [Ping timeout: 272 seconds]
[20:01:29] -!- syyl- has quit [Ping timeout: 272 seconds]
[20:01:29] -!- DaViruz has quit [Ping timeout: 272 seconds]
[20:01:29] -!- CaptHindsight has quit [Ping timeout: 272 seconds]
[20:01:31] -!- pjm has quit [Ping timeout: 272 seconds]
[20:04:27] -!- FreezingCold has quit [Ping timeout: 264 seconds]
[20:04:32] -!- jfrmilner has quit [Ping timeout: 244 seconds]
[20:05:23] -!- beawesomeinstead [beawesomeinstead!sid1643@gateway/web/irccloud.com/x-qwiajhhargtjrkck] has joined #leaflet
[20:06:05] -!- sulky has quit [Ping timeout: 244 seconds]
[20:07:04] -!- toastydeath has quit [Read error: Connection reset by peer]
[20:08:34] -!- b_b [b_b!ejabberd@unaffiliated/b-b/x-7659960] has parted #leaflet
[20:14:02] -!- rosslyoung has quit [Ping timeout: 264 seconds]
[20:17:03] -!- rob_h has quit [Ping timeout: 264 seconds]
[20:17:12] -!- tmcw [tmcw!~tmcw@50-198-132-58-static.hfc.comcastbusiness.net] has joined #leaflet
[20:18:30] -!- GJdan [GJdan!~dan@154.5.205.24] has joined #leaflet
[20:18:46] -!- toner has quit [*.net *.split]
[20:18:46] -!- DaViruz has quit [*.net *.split]
[20:18:47] -!- linuxcnc-build has quit [*.net *.split]
[20:18:47] -!- pcw_home has quit [*.net *.split]
[20:21:00] -!- sulky has quit [Changing host]
[20:22:26] -!- mozmck1 has quit [Read error: Connection reset by peer]
[20:24:04] -!- larryone [larryone!~larryone@89.100.23.131] has joined #leaflet
[20:24:27] -!- sudobangbang [sudobangbang!~chatzilla@75-151-97-182-Washington.hfc.comcastbusiness.net] has joined #leaflet
[20:26:29] -!- rosslyoung [rosslyoung!~ross@w-15.cust-10303.ip.static.uno.uk.net] has joined #leaflet
[20:26:31] -!- dnaleromj has quit [Quit: Dang. Where did dnaleromj's computer go?]
[20:45:03] -!- skunkworks has quit [Quit: Leaving]
[20:45:53] -!- jbr has quit [Quit: ChatZilla 0.9.90.1 [Firefox 27.0.1/20140212131424]]
[20:51:04] -!- PetefromTn has quit [Remote host closed the connection]
[20:54:36] -!- larryone has quit [Quit: This computer has gone to sleep]
[20:59:41] -!- dnaleromj has quit [Quit: Dang. Where did dnaleromj's computer go?]
[21:06:03] -!- norbert__ has quit [Quit: Verlassend]
[21:20:34] -!- linuxcnc-build_ has quit [Ping timeout: 252 seconds]
[21:24:17] -!- patricka_ [patricka_!~patrickar@198.102.43.49] has joined #leaflet
[21:24:32] -!- emcPT|2 has quit [Ping timeout: 252 seconds]
[21:25:30] -!- Connor_1 has quit [Quit: Leaving.]
[21:25:39] -!- calvinmetcalf_ [calvinmetcalf_!uid25915@gateway/web/irccloud.com/x-cthpnczpvgbjtwqq] has joined #leaflet
[21:27:21] -!- trufa_ [trufa_!~trufa@80.110.233.9] has joined #leaflet
[21:29:21] -!- trufa has quit [Read error: Connection reset by peer]
[21:34:30] -!- micges has quit [Excess Flood]
[21:34:31] -!- davec_ has quit [Write error: Connection reset by peer]
[21:34:32] -!- jesseg has quit [Excess Flood]
[21:34:42] -!- archivist_herron has quit [Excess Flood]
[21:34:43] -!- MacGalempsy has quit [Ping timeout: 252 seconds]
[21:34:46] -!- rob_h has quit [Ping timeout: 252 seconds]
[21:34:54] -!- phantoxeD has quit [Ping timeout: 252 seconds]
[21:35:05] -!- calvinmetcalf has quit [Ping timeout: 252 seconds]
[21:35:13] calvinmetcalf_ is now known as calvinmetcalf
[21:35:16] -!- patrickarlt has quit [Ping timeout: 458 seconds]
[21:36:39] JT-Shop_ is now known as JT-Shop
[21:38:30] -!- Komzzpa [Komzzpa!~kom@5.149.156.131] has joined #leaflet
[21:44:01] -!- reksio1 has quit [Ping timeout: 272 seconds]
[21:46:24] -!- larryone [larryone!~larryone@89.100.23.131] has joined #leaflet
[21:46:26] -!- sumpfralle has quit [Ping timeout: 264 seconds]
[21:52:33] -!- Komzzpa has quit [Remote host closed the connection]
[21:52:50] -!- Komzzpa [Komzzpa!~kom@5.149.156.131] has joined #leaflet
[21:56:44] -!- dnaleromj has quit [Quit: Dang. Where did dnaleromj's computer go?]
[21:59:53] -!- Komzzpa has quit [Remote host closed the connection]
[22:00:16] -!- Komzzpa [Komzzpa!~kom@5.149.156.131] has joined #leaflet
[22:02:49] -!- dnaleromj has quit [Ping timeout: 240 seconds]
[22:04:14] -!- Komzzpa has quit [Remote host closed the connection]
[22:04:31] -!- Komzzpa [Komzzpa!~kom@5.149.156.131] has joined #leaflet
[22:08:26] -!- FinboySlick has quit [Quit: Leaving.]
[22:14:06] -!- tmcw has quit []
[22:16:01] -!- larryone has quit [Quit: This computer has gone to sleep]
[22:16:47] -!- Deejay has quit [Quit: bye]
[22:25:38] -!- skorasaurus has quit [Ping timeout: 240 seconds]
[22:27:34] -!- Valen has quit [Client Quit]
[22:34:59] -!- sumpfralle has quit [Ping timeout: 240 seconds]
[22:41:38] -!- Komzzpa has quit [Ping timeout: 264 seconds]
[22:41:58] -!- The_Ball has quit [Ping timeout: 240 seconds]
[23:01:01] -!- Kayaking4autism has quit []
[23:17:37] -!- chillly has quit [Quit: Leaving]
[23:47:35] -!- patrickarlt [patrickarlt!~patrickar@173.8.196.70] has joined #leaflet
[23:50:38] -!- patricka_ has quit [Ping timeout: 264 seconds]
[23:59:59] -!- Einar__ has quit [Ping timeout: 240 seconds]