Vladimir Agafonkin
1f19f74fa6
Merge branch 'master' of github.com:CloudMade/Leaflet
2012-07-27 12:33:35 +03:00
Vladimir Agafonkin
cdfaad994f
more TileLayer and Control.Layers zIndex improvements, #309
2012-07-27 12:32:24 +03:00
Matt Currie
6142a8b74c
Add zIndex support to L.TileLayer
2012-07-27 14:12:40 +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
65aafc3a8f
fix VML remove/add losing styles issue, closes #830
2012-07-26 17:33:14 +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
Vladimir Agafonkin
b5513f4dd0
add ImageOverlay bringToBack/Front, update build, closes #824
2012-07-25 17:36:14 +03:00
Vladimir Agafonkin
4ece350176
fix TileLayer.redraw and multiple layers issue, closes #814
2012-07-25 17:25:53 +03:00
Vladimir Agafonkin
3342e7c215
fix lint error and update build
2012-07-25 17:14:31 +03:00
Vladimir Agafonkin
3c70e3cb3b
removed scale dependency for copyWorldJump
2012-07-25 17:12:56 +03:00
Vladimir Agafonkin
c50aaabd6d
TileLayer refactoring, add loading event, update changelog, closes #177
2012-07-25 17:10:11 +03:00
Vladimir Agafonkin
55c35828a8
Fix jittery marker movement on pinch-zoom (removed position rounding)
2012-07-25 11:14:21 +03:00
Vladimir Agafonkin
183f36c1a9
improve pinch-zoom performance on mobile Chrome and Firefox
2012-07-25 11:13:36 +03:00
Vladimir Agafonkin
3201dd066a
cleanup setOpacity for IE
2012-07-25 11:08:51 +03:00
Andrew Beaven
c19ee48904
Fixes popups in IE8 and earlier
2012-07-25 16:30:21 +12:00
Vladimir Agafonkin
de835e3ce3
normalize dashArray in IE, update changelog
2012-07-24 18:11:49 +03:00
Vladimir Agafonkin
5a1e2a926f
make zoom animation cancel the resize moveend trigger
2012-07-24 17:55:48 +03:00
jacobtoye
ef03f4aed2
Added support for dashed strokes.
2012-07-24 11:48:44 +12:00
mourner
1da1041655
return this in more methods
2012-07-24 01:42:57 +03:00
mourner
d608222018
revert removing immediate option in reqAnimFrame
2012-07-20 21:34:21 +03:00
mourner
daf7a81f9c
merge changes
2012-07-20 21:16:41 +03:00
mourner
f1c4a1f554
refactor request/cancelAnimFrame
2012-07-20 21:15:07 +03:00
mourner
0cadad7a1d
remove shadowOffset, add shadowAnchor
2012-07-20 21:14:24 +03:00
jacobtoye
f6979ff96b
Added missing mouse events to FeatureGroup.
2012-07-20 14:09:05 +12:00
danzel
0b913df152
Re-Fix android tile unloading crash #137
2012-07-19 09:48:35 +12:00
Vladimir Agafonkin
85b9baa41f
slightly increase scroll-wheel-zoom responsiveness
2012-07-18 14:04:13 +03:00
Vladimir Agafonkin
33d9bc0cff
move L.Icon.Default to separate file, fix popup anchor
2012-07-18 13:55:49 +03:00
Vladimir Agafonkin
f446659325
fix whitespace
2012-07-18 13:52:24 +03:00
Vladimir Agafonkin
e9043f8cdb
Merge pull request #810 from danzel/shadow-opacity
...
Make Marker options.opacity/setOpacity set the Shadow opacity as well as the marker opacity
2012-07-17 00:42:31 -07:00
danzel
7019a2001e
Remove opacity parameter from _updateOpacity, unused.
2012-07-17 14:46:14 +12:00
danzel
dc067d3d7b
Make Marker.setOpacity set the opacity of the shadow also. Otherwise your shadow can end up more visible than your marker: setOpacity(0)
2012-07-17 14:45:49 +12:00
danzel
b663c7f442
Turns out the android browser has this issue too.
...
Change the hack to just use top/left if chrome is being used, otherwise use transform.
Hopefully chrome fixes their issue so we can use transform everywhere instead.
2012-07-17 11:58:04 +12:00
danzel
95afdee703
Take another go at safari tile layer fix hack. Add a test case for it so we don't forget about it.
2012-07-17 09:31:04 +12:00
Vladimir Agafonkin
c32319e3ba
Fix vector layer flicker on iOS, closes #18 (yay!)
2012-07-16 14:53:07 +03:00
Vladimir Agafonkin
0e03e868fc
Use transform3d tile positioning on iOS too, closes #800
2012-07-16 14:36:00 +03:00
Vladimir Agafonkin
0e4e02a1d3
fix popup so that tip shadow is not cut off
2012-07-16 14:22:05 +03:00
Vladimir Agafonkin
f99a4173fe
optimize canvas layers update, closes #732 , closes #785
2012-07-16 13:57:00 +03:00
Vladimir Agafonkin
6bc8ea6eb5
Merge branch 'master' of github.com:CloudMade/Leaflet
2012-07-16 12:39:48 +03:00
Vladimir Agafonkin
f4dcc0fbea
Merge pull request #805 from danzel/master
...
Position tiles with transform for safari to get around animation errors.
2012-07-16 00:14:30 -07:00
jacobtoye
770d2c899f
change second map mousedown to be mouseup
2012-07-16 15:34:55 +12:00
jacobtoye
661c6c6d1d
Revert "change second mousedown to be mouseup"
...
This reverts commit 3b6f57e233
.
2012-07-16 15:28:13 +12:00
jacobtoye
3b6f57e233
change second mousedown to be mouseup
2012-07-16 15:10:53 +12:00
danzel
4b001e6d19
Position tiles with transform for safari to get around animation errors.
2012-07-16 09:44:43 +12:00
Vladimir Agafonkin
ffe7f9dffe
Merge pull request #802 from Mithgol/master
...
Detect retina displays and adjust wmsParams.width and wmsParams.height accordingly
2012-07-15 06:01:52 -07:00