Commit Graph

1489 Commits

Author SHA1 Message Date
Vladimir Agafonkin
e7f8a85836 Move tile layer transition to CSS, detect zoom transion end globally 2012-08-02 18:24:22 +03:00
Vladimir Agafonkin
96b759cb32 Remove android 2/3 hacks for TileLayer animation (we'll only support it for 4+) 2012-08-02 15:46:51 +03:00
Vladimir Agafonkin
cfc55281e4 merge stable, update build 2012-08-02 12:49:01 +03:00
danzel
8d4d347ec9 Fix setting opacity multiple times in oldie. Was disabling the filter if it should be enabled and vice-versa 2012-08-02 12:47:49 +03:00
Vladimir Agafonkin
1b88497f44 fix dragging cursor appearing to early on FF 2012-08-02 12:46:58 +03:00
Vladimir Agafonkin
b41a72c0fd Merge pull request #864 from danzel/oldie-fixes
Fix Opacity toggling in oldie
2012-08-02 01:27:10 -07:00
danzel
f52251a5f5 Fix setting opacity multiple times in oldie. Was disabling the filter if it should be enabled and vice-versa 2012-08-02 11:31:20 +12:00
danzel
b96f23d2dd Add a page for testing opacity works. 2012-08-02 11:30:50 +12:00
Vladimir Agafonkin
f40de07283 add _site to git ignore 2012-08-01 18:36:47 +03:00
Vladimir Agafonkin
00ed2286cc update version number and build 2012-08-01 18:35:42 +03:00
Vladimir Agafonkin
63a62213df update version in the source 2012-08-01 14:23:43 +03:00
Vladimir Agafonkin
4cdece71ca update build and changelog 2012-08-01 14:16:12 +03:00
Vladimir Agafonkin
2020827a9e update build and changelog 2012-08-01 14:14:23 +03:00
Vladimir Agafonkin
690c969bc0 cleanup layers control IE7 fix #861 2012-08-01 14:06:21 +03:00
danzel
9e61d26d8f Radio buttons properly dynamically created in IE7 don't work, so the layers dialog doesn't work, do it this hacky way instead. 2012-08-01 14:05:17 +03:00
Vladimir Agafonkin
b3d6427a8a cleanup layers control IE7 fix #861 2012-08-01 14:03:42 +03:00
danzel
a0ee757e2d When removing a marker from a FeatureGroup, only remove the popup if it was put there by the FeatureGroup.
Refs danzel/Leaflet.markercluster#24
2012-08-01 13:07:57 +03:00
Vladimir Agafonkin
985850fcef Merge pull request #862 from danzel/oldie-fixes
Fix Layers dialog in IE7
2012-08-01 03:06:55 -07:00
Vladimir Agafonkin
f8f04c3534 Merge pull request #861 from danzel/master
Fix FeatureGroup.removeLayer removing popups
2012-08-01 03:04:23 -07:00
danzel
8c84b8a00c Radio buttons properly dynamically created in IE7 don't work, so the layers dialog doesn't work, do it this hacky way instead. 2012-08-01 15:57:17 +12:00
danzel
7c94559355 When removing a marker from a FeatureGroup, only remove the popup if it was put there by the FeatureGroup.
Refs danzel/Leaflet.markercluster#24
2012-08-01 13:40:43 +12:00
Vladimir Agafonkin
5f7f5b2437 update changelog and build 2012-07-31 11:17:04 +03:00
Vladimir Agafonkin
10ffc863db Merge pull request #857 from ajbeaven/AnimatedInvalidateSize
Added option to animate pan on invalidateSize()
2012-07-31 01:11:27 -07:00
Vladimir Agafonkin
a393cdec20 update build and changelog 2012-07-31 10:59:14 +03:00
Vladimir Agafonkin
7622bfea8f Merge pull request #856 from mattcurrie/patch-1
Fix L.tileLayer.wms class factory
2012-07-30 23:26:03 -07:00
mattcurrie
f3ef407814 Fix L.tileLayer.wms class factory 2012-07-31 12:05:30 +12:00
Andrew Beaven
2b27065c6b Added option to animate pan on invalidateSize() 2012-07-31 11:59:06 +12:00
Vladimir Agafonkin
b9b967e802 Merge pull request #854 from sxua/master
Detect retina support snippet by Thomas Fuchs
2012-07-30 12:02:08 -07:00
Olexandr Skrypnyk
031ee25377 Move isRetina method from Util to Browser 2012-07-30 17:27:15 +03:00
Olexandr Skrypnyk
7b167a41dc Detect retina support for a huge amount of devices by Thomas Fuchs
Tested on iOS, Android 2.x, Chrome for Android, Safari on MacBook Pro Retina, Firefox mobile (beta) for Android, Opera Mobile (Android).
2012-07-30 17:03:52 +03:00
Vladimir Agafonkin
bc9e4096ac update changelog 2012-07-30 16:46:46 +03:00
Vladimir Agafonkin
e3b2b78558 fix incorrect calculation of scale by the scale control, closes #852 2012-07-30 16:45:58 +03:00
Vladimir Agafonkin
3773a30726 update changelog 2012-07-30 16:11:31 +03:00
Vladimir Agafonkin
529cdb09a3 fix ugly marker shadows on iE8, closes #850 2012-07-30 12:54:44 +03:00
Vladimir Agafonkin
b1db46a307 update build with regression fixes 2012-07-30 12:31:09 +03:00
Vladimir Agafonkin
b2adb29cf1 fix canvas backend and holed polygons regression 2012-07-30 12:28:44 +03:00
mourner
e55e948986 update build 2012-07-30 01:39:13 +03:00
Vladimir Agafonkin
3b2250cd32 Merge pull request #847 from jtreml/custom_unit_in_scale_control_hooks
Provide the hooks needed for writing plugins / extensions to scale control
2012-07-29 15:37:21 -07:00
Juergen Treml
1a1205ea6e Provide the hooks needed for writing plugins / extensions to scale control
Separate the creation of scales as well as the updating of them into
separate methods, which allows for plugins to overwrite these methods
in order to add an extra scale and update it.

Update style to support n scales instead of exactly one or two.
2012-07-29 14:10:03 +02:00
mourner
6437e653ee fix array form polyline editing bug, update build 2012-07-29 02:22:18 +03:00
mourner
35390be26c update changelog 2012-07-29 02:21:57 +03:00
mourner
244926f9c4 update build with IE reqAnimFrame fix 2012-07-28 14:03:00 +03:00
Vladimir Agafonkin
a374e27d50 Merge pull request #840 from thegreat/ie_error_cleartimeout
fix IE8 error with calling call() on window.clearTimeout()
2012-07-27 13:07:07 -07:00
Tom Nightingale
6d36dba2dc fix IE8 error with calling call() on window.clearTimeout() 2012-07-27 11:40:17 -07:00
Vladimir Agafonkin
4174390562 keyboard navigation cleanup, closes #646 #663 2012-07-27 15:10:17 +03:00
Vladimir Agafonkin
ccd6c2956f Merge branch 'master' of https://github.com/ericmmartinez/Leaflet into keyboard 2012-07-27 14:18:46 +03:00
Vladimir Agafonkin
a51c8413da update changelog and build 2012-07-27 12:49:03 +03:00
Vladimir Agafonkin
1f19f74fa6 Merge branch 'master' of github.com:CloudMade/Leaflet 2012-07-27 12:33:35 +03:00
Vladimir Agafonkin
5e7c279abd update build 2012-07-27 12:33:06 +03:00
Vladimir Agafonkin
cdfaad994f more TileLayer and Control.Layers zIndex improvements, #309 2012-07-27 12:32:24 +03:00