Commit Graph

1673 Commits

Author SHA1 Message Date
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
Vladimir Agafonkin
e58de3c268 Merge pull request #835 from danzel/zoom-fixes
Fix up zoom fixes on Touch
2012-07-26 23:33:31 -07:00
Vladimir Agafonkin
c90bfd084f Merge pull request #836 from danzel/corner-div-fix
Set pointer-events on the corner overlays so they can be clicked through.
2012-07-26 23:32:10 -07:00
Matt Currie
6142a8b74c Add zIndex support to L.TileLayer 2012-07-27 14:12:40 +12:00
danzel
3a8ce2fff5 Set pointer-events on the corner overlays so they can be clicked through (Thanks @ajbeaven @jacobtoye for showing me this). Fixes #575 2012-07-27 09:17:55 +12:00
danzel
606fe257d9 Fix up zoom fixes on Touch, fake doubleTap handler wasn't returning itself, breaking the chaining. Remove the preventDefault on dblclick as it does nothing.
Turns out this fix doesn't prevent double tap on the zoom button on touch devices.
2012-07-27 09:12:58 +12:00
Vladimir Agafonkin
6965ad6729 Merge pull request #832 from danzel/zoom-fixes
Zoom fixes
2012-07-26 13:36:27 -07:00
mourner
b2d6ea5b44 fix #834 map drag over polygon bug 2012-07-26 23:20:39 +03:00
Vladimir Agafonkin
fe4dfbadbc try to fix #335 according to danzel's comment 2012-07-26 17:42:27 +03:00
Vladimir Agafonkin
ff7057f194 revert debug file 2012-07-26 17:35:09 +03:00
Vladimir Agafonkin
65aafc3a8f fix VML remove/add losing styles issue, closes #830 2012-07-26 17:33:14 +03:00
Vladimir Agafonkin
a7f730690d update build 2012-07-26 15:02:28 +03:00
Vladimir Agafonkin
54855494bb renamed LayerGroup _iterateLayers to eachLayer 2012-07-26 14:56:21 +03:00
Vladimir Agafonkin
2df0a4c283 fix layers control factory and update build 2012-07-26 11:49:26 +03:00
danzel
871e8f8ee1 Stop double click on the zoom buttons moving the map. Fixes #818 2012-07-26 14:32:23 +12:00
danzel
8667f357f2 Make zooming straight in at the bottom level do nothing rather than moving half a pixel across with odd sized windows (which makes the whole screen look blurry in chrome). We need floor rather than round otherwise we move 1px in each direction. 2012-07-26 13:58:44 +12:00
Vladimir Agafonkin
19ed1859bd fix no geolocation error handling 2012-07-25 19:51:51 +03:00