Commit Graph

2129 Commits

Author SHA1 Message Date
Vitaly Domnikov
b1742194f4 Popup close button bugfix 2013-03-20 16:24:47 +02:00
Vladimir Agafonkin
b657f32020 Merge pull request #1532 from malexeev/master
Somewhat "safer" _getSubdomain method - now it works even when (tilePoint.x + tilePoint.y) is negative.
2013-03-18 14:26:07 -07:00
malexeev
e110c7bbfe safer _getSubdomain
Note that (tilePoint.x + tilePoint.y) might be negative in some cases (custom CRS with tiled WMS).
2013-03-18 22:54:52 +02:00
Vladimir Agafonkin
a1acaffdf1 Merge pull request #1514 from danzel/featuregroup
Fix adding/removing events on an unstamped context
2013-03-18 12:48:11 -07:00
danzel
a6a4fe5219 Use L.stamp to always have a stamped context on removal too. 2013-03-19 08:33:26 +13:00
danzel
9d4d894450 Add another events test and fix from @iirvine 2013-03-15 13:53:03 +13:00
danzel
5bbfbd9573 Fix whitespace for jshint 2013-03-13 13:08:59 +13:00
danzel
8e65fe7a89 Always stamp the context in addEventListener, makes the optimisation always apply if there is a context. 2013-03-13 10:09:09 +13:00
danzel
44cbed0b5e Replace the FeatureGroup test with a better one in events, this one currently fails 2013-03-13 10:08:04 +13:00
danzel
5269f10885 Fix for #1495 2013-03-12 17:36:17 +13:00
danzel
e2a852639a Add failing test case for #1495 from @iirvine 2013-03-12 17:24:46 +13:00
danzel
9300c58262 Fix copy/paste bug 2013-03-12 17:12:06 +13:00
Vladimir Agafonkin
81221ae4cd fix jshint 1.1.0 errors, update deps and build 2013-03-07 17:39:55 +02:00
Vladimir Agafonkin
b3179548cd Merge pull request #1501 from rassie/patch-1
Disable 3D CSS transforms on PhantomJS
2013-03-06 07:06:44 -08:00
Nikolai Prokoschenko
1c8e0c6901 Disable 3D CSS transforms on PhantomJS
PhantomJS does not support 3D CSS transform even though it's a Webkit product. This patch detects PhantomJS in the user agent and disables 3D transforms.

Details on PhantomJS support are here: https://groups.google.com/forum/#!msg/phantomjs/h7-4-CWsy1g/KX1tlf5gT5IJ
2013-03-06 13:09:35 +01:00
Vladimir Agafonkin
bf54caa1e9 Merge pull request #1490 from danzel/oldie-fixes
Fix opacity in oldie for the millionth time. Refs #1486
2013-03-05 01:36:27 -08:00
danzel
0b0cce929e Fix opacity in oldie for the millionth time. Refs #1486 2013-03-05 09:47:46 +13:00
Vladimir Agafonkin
242919d26b Merge pull request #1487 from danzel/zoom-fixes
Fix zooming on browsers without zoom animation support. Refs #1486
2013-03-04 12:44:03 -08:00
danzel
9ae07469c5 Fix zooming on browsers without zoom animation support. Refs #1486 2013-03-05 09:29:41 +13:00
Vladimir Agafonkin
224810af32 Merge pull request #1476 from jwalgran/master
Add main to package.json
2013-03-01 01:50:03 -08:00
Justin Walgran
360fb06620 Add main to package.json
In order to require() and use Leaflet via browserify requires
that the package define a main entry point for the module.
2013-02-28 20:43:36 -05:00
Vladimir Agafonkin
b993f1fc4b Merge pull request #1471 from snkashis/drag_handling
handle drag listeners properly to avoid errors on marker removal
2013-02-28 03:25:04 -08:00
snkashis
1df4c4a98f work with handlers in right place 2013-02-28 11:01:26 +00:00
snkashis
71167baa52 move test location 2013-02-28 10:47:39 +00:00
snkashis
ed08a5b1dc call disable, not removeHooks 2013-02-28 10:46:54 +00:00
snkashis
95c73a3d77 handle drag handlers properly to avoid errors if moving while removed. 2013-02-28 10:38:27 +00:00
Vladimir Agafonkin
747bd030f8 Merge pull request #1469 from tmcw/getlayers
Add layerGroup#getLayers and tests. Fixes #1460
2013-02-27 14:15:12 -08:00
Tom MacWright
71d17180c8 Add layerGroup#getLayers and tests. Fixes #1460 2013-02-27 17:10:19 -05:00
Vladimir Agafonkin
b7701d1d86 Merge pull request #1468 from pagameba/patch-1
Update src/dom/DomEvent.js
2013-02-27 12:45:07 -08:00
Paul Spencer
2ba0422e9d Update src/dom/DomEvent.js
return this from removeListener when there is no handler so that chained calls still work in other places in the code such as removeHooks() inside the keyboard handler. If you call removeHooks() twice on the keyboard handler, you will get a javascript error in the second chained .off() call.
2013-02-27 13:55:04 -05:00
Vladimir Agafonkin
ff479f055e Merge pull request #1467 from jfirebaugh/1459
Normalize polygon holes (fixes #1459)
2013-02-27 08:33:53 -08:00
John Firebaugh
5e7857cdff Normalize polygon holes (fixes #1459) 2013-02-27 08:12:18 -08:00
Vladimir Agafonkin
ac5d8fef0d update build 2013-02-27 17:21:23 +02:00
Vladimir Agafonkin
42973e7e4c Merge branch 'master' of https://github.com/Leaflet/Leaflet
# By John Firebaugh
# Via Vladimir Agafonkin (2) and John Firebaugh (1)
* 'master' of https://github.com/Leaflet/Leaflet:
  Add Map#eachLayer (fixes #1457)
  Fix whitespace
  Use devDependencies
2013-02-27 17:18:48 +02:00
Vladimir Agafonkin
f4e8735547 clean up the canvas hovering code 2013-02-27 17:17:37 +02:00
Vladimir Agafonkin
1d4e91f9fa fix events not overwriting target/type 2013-02-27 16:34:40 +02:00
Vladimir Agafonkin
6fff98435c Merge branch 'canvas_path_cursor' of github.com:snkashis/Leaflet into canvas-hover
* 'canvas_path_cursor' of github.com:snkashis/Leaflet:
  mouseout firing
  mistaken, unneeded test file.
  don't perform if animatingZoom
  dupe of 50K vector test, for canvas.
  Hand cursor for canvas paths
2013-02-27 16:13:50 +02:00
Vladimir Agafonkin
a6bc979bef Merge pull request #1458 from jfirebaugh/package.json
Use devDependencies
2013-02-27 02:47:46 -08:00
Vladimir Agafonkin
99abc3e01d Merge pull request #1457 from jfirebaugh/eachLayer
Map#eachLayer?
2013-02-27 02:37:33 -08:00
John Firebaugh
511fbb9f44 Add Map#eachLayer (fixes #1457) 2013-02-26 11:39:00 -08:00
John Firebaugh
bee90ce0e5 Fix whitespace 2013-02-26 11:31:23 -08:00
John Firebaugh
d5d8b7f132 Use devDependencies 2013-02-26 11:18:30 -08:00
Vladimir Agafonkin
bba4f2ae1b return this in LayerGroup eachLayer, close #1452 2013-02-25 19:26:35 +02:00
Vladimir Agafonkin
0a83b83237 fix whitespace 2013-02-25 12:45:33 +02:00
Vladimir Agafonkin
a169b6cb86 Merge pull request #991 from adimitrov/overlay_bounds
Add tileBounds option to limit tile loading to a given region
2013-02-25 02:23:11 -08:00
Vladimir Agafonkin
e5845967cd fil back buffer z-index issue 2013-02-22 19:03:52 +02:00
Vladimir Agafonkin
a2890d6c4b cleanup and prettify animation code, more comments 2013-02-22 17:29:52 +02:00
Vladimir Agafonkin
9c2e7cfbd4 add Point contains method 2013-02-22 17:28:55 +02:00
Vladimir Agafonkin
f0a75c9d08 Merge pull request #1446 from jfirebaugh/unload
Fire an unload event on removal
2013-02-21 21:53:39 -08:00
John Firebaugh
46dddc895c Fire an unload event on removal
Plugins that need to bind events to `window` or `document`
can attach a listener for this event and unbind their event
handlers.

However, for symmetry, unload is fired only if load has been
fired.
2013-02-21 17:31:09 -08:00