#leaflet | Logs for 2013-01-27

Back
[00:10:15] -!- mhaberler has quit [Ping timeout: 256 seconds]
[00:10:15] -!- logger[mah] has quit [Remote host closed the connection]
[00:13:28] -!- icee has quit [Read error: Operation timed out]
[00:13:29] -!- awallin has quit [Read error: Operation timed out]
[00:13:36] -!- hewball has quit [Read error: Operation timed out]
[00:36:21] -!- Sendoushi has quit [Remote host closed the connection]
[00:38:34] -!- micges has quit [Quit: Leaving]
[00:40:16] -!- wildbilldonovan has quit [Quit: EOT]
[00:51:13] -!- plushy has quit [Quit: Leaving.]
[01:02:55] -!- ybon has quit [Quit: WeeChat 0.3.8]
[01:11:27] -!- servos4ever has quit [Quit: ChatZilla 0.9.85 [SeaMonkey 2.0.11/20101206162726]]
[01:37:37] -!- tjb1 has quit [Read error: Connection reset by peer]
[01:39:36] -!- tandoori has quit [Read error: Connection reset by peer]
[01:42:13] -!- tjb1 has quit [Ping timeout: 252 seconds]
[01:46:21] -!- tandoori has quit [Changing host]
[01:52:56] -!- paideia has quit [Ping timeout: 245 seconds]
[01:58:08] -!- Servos4ever has quit [Ping timeout: 255 seconds]
[02:02:06] -!- adb has quit [Ping timeout: 245 seconds]
[02:10:01] -!- paideia has quit [Quit: Leaving]
[02:19:33] -!- rob_h has quit [Ping timeout: 276 seconds]
[02:34:51] -!- andypugh has quit [Quit: andypugh]
[02:39:17] -!- sumpfralle has quit [Ping timeout: 240 seconds]
[03:01:03] -!- tjb1 has quit [Ping timeout: 252 seconds]
[03:07:54] -!- tjb1 has quit [Read error: Connection reset by peer]
[03:10:26] -!- tandoori has quit [Ping timeout: 256 seconds]
[03:12:25] -!- tjb1_ has quit [Ping timeout: 252 seconds]
[03:24:57] -!- tlab has quit [Quit: Leaving]
[03:37:41] -!- racycle has quit [Quit: racycle]
[03:45:28] -!- racycle [racycle!~racycle@75-25-129-128.lightspeed.sjcpca.sbcglobal.net] has joined #leaflet
[03:46:17] -!- toastydeath has quit [Ping timeout: 245 seconds]
[03:48:05] -!- tjb1 has quit [Read error: Connection reset by peer]
[03:52:45] -!- tjb1_ has quit [Ping timeout: 252 seconds]
[03:55:07] -!- joe9 has quit [Quit: leaving]
[04:36:17] -!- defaultro has quit [Ping timeout: 248 seconds]
[05:02:44] -!- Loetmichel has quit [Ping timeout: 255 seconds]
[05:03:09] -!- tjb1 has quit [Ping timeout: 252 seconds]
[05:03:09] tjb1_ is now known as tjb1
[05:03:42] -!- hdokes has quit [Ping timeout: 244 seconds]
[05:26:38] -!- frewsxcv [frewsxcv!~frewsxcv@unaffiliated/frewsxcv] has joined #leaflet
[05:26:53] <frewsxcv> is there a way to turn off the easing/smooth transitions of panBy() ?
[05:35:27] -!- defaultro [defaultro!~defaultro@c-67-184-173-139.hsd1.il.comcast.net] has joined #leaflet
[05:57:26] -!- FinboySlick has quit [Quit: Leaving.]
[06:02:30] -!- Fox_Muldr has quit [Ping timeout: 260 seconds]
[06:29:15] -!- Gene34 has quit []
[06:31:32] -!- AR__ has quit [Ping timeout: 244 seconds]
[06:56:16] -!- skorasaurus has quit [Ping timeout: 240 seconds]
[07:04:31] -!- ravenlock has quit [Ping timeout: 252 seconds]
[07:05:39] -!- Nick001 has quit []
[07:07:30] -!- kwallace has quit [Ping timeout: 276 seconds]
[07:25:08] Tecan is now known as TeKO
[08:19:16] -!- DJ9DJ has quit [Remote host closed the connection]
[08:20:47] -!- defaultro has quit [Ping timeout: 252 seconds]
[08:28:14] -!- ybon [ybon!~ybon@nor75-19-82-244-48-171.fbx.proxad.net] has joined #leaflet
[08:33:57] -!- defaultro [defaultro!~defaultro@c-67-184-173-139.hsd1.il.comcast.net] has joined #leaflet
[08:34:16] -!- racycle has quit [Quit: racycle]
[08:44:12] -!- odogono [odogono!~mohiam@cpc14-king9-2-0-cust212.19-1.cable.virginmedia.com] has joined #leaflet
[09:20:47] -!- plushy [plushy!~plushy@Wikipedia/Plushy] has joined #leaflet
[09:35:15] -!- Keknom has quit [Quit: Leaving.]
[09:41:03] -!- kmiyashiro has quit [Quit: kmiyashiro]
[10:09:23] -!- tjb1 has quit [Quit: tjb1]
[10:21:33] -!- plushy has quit [Quit: Leaving.]
[10:45:48] -!- Povilas [Povilas!58de6dca@gateway/web/freenode/ip.88.222.109.202] has joined #leaflet
[10:46:21] <Povilas> hi
[10:47:13] <Povilas> I was just wondering can I use jQuery with leaflet maps?
[10:49:13] <Povilas> I placed a button inside markers popup and tried adding a click action but to no vial...
[10:52:03] <ybon> it should work
[10:52:40] <ybon> I try to avoid using jQuery myself, but sometimes tried it and worked
[10:52:59] <ybon> btw, Leaflet has its own event management, so you can use it
[10:53:09] <ybon> L.DomEvent.on(element, type, fn, context)
[10:55:09] <Povilas> thanks I will look up leaflet's event managment
[10:56:03] <Povilas> thou I tired simple css editing for map elements and then it did not work
[10:58:52] <Povilas> I am adding very simple code like $("p").mouseover(function () { $(this).css("color","red"); }); and it does not do a thing
[10:59:37] <Povilas> maybe I have miss placed it?
[11:01:28] <Povilas> I would be grateful if somebody would take a look at http://113.lt/sh/
[11:02:07] -!- Gabe_W has quit [Ping timeout: 245 seconds]
[11:05:47] -!- micges has quit [Ping timeout: 246 seconds]
[11:14:15] -!- vladimirek has quit [Remote host closed the connection]
[11:25:04] Cylly is now known as Loetmichel
[11:29:39] -!- syyl has quit [Ping timeout: 244 seconds]
[11:36:05] -!- micges has quit [Quit: Leaving]
[11:40:18] TeKO is now known as Tecan
[12:01:18] -!- theos has quit [Ping timeout: 276 seconds]
[12:33:45] -!- sumpfralle has quit [Ping timeout: 252 seconds]
[12:36:18] -!- mhaberler has quit [Quit: mhaberler]
[12:37:57] -!- Blorb has quit [Ping timeout: 245 seconds]
[12:38:48] -!- RuslanPopov has quit [Quit: Ухожу я от вас (xchat 2.4.5 или старше)]
[12:38:57] -!- Blorb [Blorb!blorb@nullcore-pt.tunnel.tserv6.fra1.ipv6.he.net] has joined #leaflet
[12:55:03] -!- bedah has quit [Ping timeout: 252 seconds]
[12:57:01] -!- Sendoushi has quit [Remote host closed the connection]
[13:10:40] -!- shurshur has quit [Remote host closed the connection]
[13:18:26] -!- odogono has quit [Ping timeout: 252 seconds]
[13:20:28] -!- odogono [odogono!~mohiam@cpc14-king9-2-0-cust212.19-1.cable.virginmedia.com] has joined #leaflet
[13:26:10] -!- dimas has quit [Ping timeout: 276 seconds]
[13:30:28] -!- Povilas has quit [Ping timeout: 245 seconds]
[13:35:21] -!- mhaberler has quit [Read error: Connection reset by peer]
[13:35:23] -!- shurshur [shurshur!~chatzilla@79.165.217.36] has joined #leaflet
[13:45:49] -!- mhaberler has quit [Read error: Connection reset by peer]
[13:51:03] -!- mhaberler has quit [Ping timeout: 256 seconds]
[13:58:51] -!- mhaberler has quit [Ping timeout: 252 seconds]
[14:00:02] -!- mhaberler_ has quit [Ping timeout: 245 seconds]
[14:03:25] -!- mackerski [mackerski!~dermot@193.120.146.234] has joined #leaflet
[14:07:54] -!- Gabe_W has quit [Quit: Leaving]
[14:36:56] -!- sumpfralle has quit [Ping timeout: 255 seconds]
[14:41:03] -!- bedah2 has quit [Quit: bye]
[15:09:39] -!- paideia has quit [Quit: Leaving]
[15:19:28] -!- vladimirek has quit [Ping timeout: 256 seconds]
[15:24:38] -!- tandoori has quit [Changing host]
[15:49:31] -!- vladimirek has quit [Ping timeout: 256 seconds]
[15:50:00] -!- racycle [racycle!~racycle@75-25-129-128.lightspeed.sjcpca.sbcglobal.net] has joined #leaflet
[15:54:37] -!- skorasaurus [skorasaurus!~blahblahb@cpe-65-185-64-11.neo.res.rr.com] has joined #leaflet
[15:54:38] -!- odogono has quit [Ping timeout: 252 seconds]
[16:32:46] -!- Povilas [Povilas!58de6dca@gateway/web/freenode/ip.88.222.109.202] has joined #leaflet
[17:04:17] -!- tjb1 has quit [Read error: Connection reset by peer]
[17:23:08] -!- plushy [plushy!~plushy@Wikipedia/Plushy] has joined #leaflet
[17:26:26] -!- asdfasd has quit [Read error: Connection reset by peer]
[18:23:03] -!- mozmck has quit [Ping timeout: 245 seconds]
[18:36:59] -!- dgarr has quit [Quit: Leaving.]
[18:37:18] -!- pjm has quit [Ping timeout: 264 seconds]
[18:44:37] -!- mackerski has quit [Quit: mackerski]
[18:52:59] -!- motioncontrol has quit [Read error: Connection reset by peer]
[19:01:01] -!- IchGuckLive has quit [Quit: ChatZilla 0.9.87 [Firefox 18.0/20130108033621]]
[19:01:59] <frewsxcv> Povilas, $("button").click(function () { alert("MEOW"); }); works for me
[19:18:22] -!- mozmck has quit [Ping timeout: 272 seconds]
[19:35:30] -!- norbert has quit [Quit: Verlassend]
[19:55:13] -!- vladimirek has quit [Remote host closed the connection]
[19:57:58] -!- morfic- has quit [Ping timeout: 256 seconds]
[20:06:43] -!- kmiyashiro [kmiyashiro!~KellyM@c-107-3-191-199.hsd1.ca.comcast.net] has joined #leaflet
[20:37:05] -!- FinboySlick has quit [Quit: Leaving.]
[20:45:01] -!- mackerski [mackerski!~dermot@87-198-8-97.ptr.magnet.ie] has joined #leaflet
[20:48:53] -!- the_wench has quit [Ping timeout: 248 seconds]
[20:49:32] -!- archivist has quit [Ping timeout: 256 seconds]
[20:53:22] -!- JesusAlos has quit [Ping timeout: 276 seconds]
[20:53:22] JesusAlos_ is now known as JesusAlos
[21:15:01] -!- phantoxeD has quit [Ping timeout: 248 seconds]
[21:18:36] -!- JT-Shop has quit [Read error: Connection reset by peer]
[21:18:36] -!- jthornton has quit [Read error: Connection reset by peer]
[21:23:29] -!- mackerski has quit [Quit: mackerski]
[21:29:00] -!- plushy has quit [Quit: Leaving.]
[21:30:30] -!- JT-Shop has quit [Read error: Connection reset by peer]
[21:30:30] -!- jthornton has quit [Read error: Connection reset by peer]
[21:33:04] -!- kmiyashiro has quit [Quit: kmiyashiro]
[21:36:04] -!- jthornton has quit [Read error: Connection reset by peer]
[21:36:04] -!- JT-Shop has quit [Read error: Connection reset by peer]
[21:39:49] -!- syyl_ has quit [Read error: Connection reset by peer]
[22:03:59] -!- JesusAlos has quit [Quit: ChatZilla 0.9.89 [Firefox 11.0/20120310193829]]
[22:05:40] -!- tjb1 has quit [Ping timeout: 244 seconds]
[22:05:41] tjb1_ is now known as tjb1
[22:05:41] -!- grummund has quit [Remote host closed the connection]
[22:06:24] -!- racycle has quit [Quit: racycle]
[22:16:42] -!- grummund has quit [Ping timeout: 245 seconds]
[22:26:32] -!- bedah has quit [Quit: bye]
[22:30:01] -!- grummund has quit [Ping timeout: 245 seconds]
[22:36:17] -!- DJ9DJ has quit [Quit: bye]
[23:06:16] -!- sumpfralle1 has quit [Ping timeout: 245 seconds]
[23:07:13] -!- andypugh has quit [Quit: andypugh]
[23:11:04] -!- kmiyashiro [kmiyashiro!~KellyM@50-0-190-99.dsl.dynamic.sonic.net] has joined #leaflet
[23:11:36] -!- tjb1 has quit [Read error: Connection reset by peer]
[23:12:46] -!- vladimirek has quit [Remote host closed the connection]
[23:14:21] -!- rob_h has quit [Quit: Leaving]
[23:16:18] -!- cevad has quit [Ping timeout: 264 seconds]
[23:22:20] -!- ravenlock has quit [Ping timeout: 252 seconds]
[23:39:28] -!- zlog has quit [Remote host closed the connection]
[23:39:34] -!- Tom_itx has quit []
[23:45:57] -!- skorasaurus has quit [Quit: left the building.]
[23:51:00] minibnz is now known as Minibnz_AFK
[23:57:35] -!- Sendoushi has quit [Remote host closed the connection]