Vladimir Agafonkin
|
bdc683d1c6
|
update package.json & deps
|
2014-10-29 17:20:55 +02:00 |
|
Vladimir Agafonkin
|
0c70dcb581
|
remove slow tests
|
2014-10-29 17:20:06 +02:00 |
|
Vladimir Agafonkin
|
11b39edfa1
|
fix TileLayer loading event after setUrl
|
2014-10-29 17:19:54 +02:00 |
|
Vladimir Agafonkin
|
9923e4bb91
|
Merge pull request #2977 from yohanboniface/geojson-edge-case
Fix array of array of LatLngs toGeoJSON edge case
|
2014-10-27 10:40:55 +02:00 |
|
Vladimir Agafonkin
|
34c8f9a941
|
Merge pull request #2976 from bb-generation/gridlayer-readd
fixed GridLayer not showing up after removing and adding the same instance
|
2014-10-27 09:10:32 +02:00 |
|
Yohan Boniface
|
1ddac9361a
|
Fix array of array of LatLngs toGeoJSON edge case
|
2014-10-26 21:00:56 +01:00 |
|
Bernhard Eder
|
9707648550
|
fixed GridLayer not showing up after removing and adding the same instance
|
2014-10-26 15:45:15 +01:00 |
|
Vladimir Agafonkin
|
72707e3e30
|
fix GridLayer.redraw regression, close #2966
|
2014-10-23 14:27:05 +03:00 |
|
Vladimir Agafonkin
|
e2e1ccb2f0
|
fix 404 warnings in tests
|
2014-10-23 13:52:19 +03:00 |
|
Vladimir Agafonkin
|
eacc499199
|
fix GridLayer tile loading edge case
|
2014-10-23 13:23:37 +03:00 |
|
Vladimir Agafonkin
|
2ff2c42847
|
move some GridLayer tests, add createTile stub
|
2014-10-23 12:58:29 +03:00 |
|
Vladimir Agafonkin
|
875db28993
|
update deps
|
2014-10-23 12:37:29 +03:00 |
|
Vladimir Agafonkin
|
ced80bec00
|
Merge pull request #2963 from ogwiz2/patch-1
Minor change in comments for better consistency
|
2014-10-22 11:52:45 +03:00 |
|
Alex Jeng
|
2f6ce64cc4
|
Minor change in comments for better consistency
|
2014-10-21 23:22:11 -07:00 |
|
Patrick Arlt
|
1f203fda69
|
Merge pull request #2962 from sheppard/patch-1
update AMD recommendation in plugin guide
|
2014-10-21 16:15:15 -07:00 |
|
S. Andrew Sheppard
|
64f904dd0e
|
simplify AMD definition
|
2014-10-21 12:32:06 -05:00 |
|
Vladimir Agafonkin
|
d93e828935
|
stop panning/fly animations when necessary
|
2014-10-21 12:21:32 +03:00 |
|
Vladimir Agafonkin
|
23998c1f9c
|
ditch transition stopping code
|
2014-10-21 12:21:32 +03:00 |
|
Vladimir Agafonkin
|
70923e6604
|
rename zoomPanTo to flyTo
|
2014-10-21 12:21:32 +03:00 |
|
Vladimir Agafonkin
|
7a75d07d89
|
update inertia settings
|
2014-10-21 12:21:32 +03:00 |
|
Vladimir Agafonkin
|
468e195ba1
|
rename PosAnimation.Timer to PosAnimation
|
2014-10-21 12:21:32 +03:00 |
|
Vladimir Agafonkin
|
a33eff73f0
|
replace CSS transitions in pan animations with frames
|
2014-10-21 12:21:32 +03:00 |
|
Vladimir Agafonkin
|
66c13bc94c
|
fix tile loading regression after rebase
|
2014-10-21 12:21:32 +03:00 |
|
Vladimir Agafonkin
|
8b26a7399a
|
fix build and cleanup tile pruning
|
2014-10-21 12:21:32 +03:00 |
|
Vladimir Agafonkin
|
a4e8f4e1a8
|
improve tile pruning
|
2014-10-21 12:21:31 +03:00 |
|
Vladimir Agafonkin
|
ad0cf365e7
|
fix world wrapping
|
2014-10-21 12:21:31 +03:00 |
|
Vladimir Agafonkin
|
44f16b2d9e
|
much better tile pruning; add coords to tile events, ref #2378
|
2014-10-21 12:21:31 +03:00 |
|
Vladimir Agafonkin
|
fbe23087fa
|
add prune lower res tiles algorithm
|
2014-10-21 12:21:31 +03:00 |
|
Vladimir Agafonkin
|
b0ce42f270
|
minor tile code cleanup
|
2014-10-21 12:21:31 +03:00 |
|
Vladimir Agafonkin
|
9b752757ef
|
more flexible tile remove method
|
2014-10-21 12:21:31 +03:00 |
|
Vladimir Agafonkin
|
683cc4534c
|
cleanup tile removal, make unloadInvisibleTiles work again
|
2014-10-21 12:21:31 +03:00 |
|
Vladimir Agafonkin
|
29a0eaef0f
|
include zoom in tile coords, simplify parsing tile keys
|
2014-10-21 12:21:31 +03:00 |
|
Tom MacWright
|
fefe4b78eb
|
Initialize tilesToLoad variable on GridLayer creation
|
2014-10-21 12:21:31 +03:00 |
|
Dave Leaver
|
b42500b48a
|
Only stop the pan animation within pan animation. If there is a zoom animation going on we don't want to stop it. Otherwise big mouse wheel zooms are broken.
|
2014-10-21 12:21:31 +03:00 |
|
Dave Leaver
|
0f0d66f3df
|
Support matrix3d as used in IE11
|
2014-10-21 12:21:31 +03:00 |
|
John Firebaugh
|
a34810cb85
|
Use Map#stop to stop all animations
|
2014-10-21 12:21:30 +03:00 |
|
Dave Leaver
|
a071f489a5
|
Removing comment out code and not needed todos
|
2014-10-21 12:21:30 +03:00 |
|
Dave Leaver
|
498aef4c31
|
Push getTransform up to L.DomUtil.getTransform rather than having it in ZoomAnimation and PosAnimation
|
2014-10-21 12:21:30 +03:00 |
|
Dave Leaver
|
b6c4ebdbca
|
Move the proxy in to Map.ZoomAnimation as it is the only place that uses it. Use it to detect zoom animation finishing.
|
2014-10-21 12:21:30 +03:00 |
|
Dave Leaver
|
97598d4241
|
Move animated zoom stopping in to the place it belongs
|
2014-10-21 12:21:30 +03:00 |
|
Dave Leaver
|
a5552f4ed4
|
listen to moveend instead so we know where we are after a map drag
|
2014-10-21 12:21:30 +03:00 |
|
Dave Leaver
|
7aa9d95e9a
|
Getting closer. project and unproject based on the current zoom seems to work in most cases.
|
2014-10-21 12:21:30 +03:00 |
|
Dave Leaver
|
c1bea627b0
|
stopAnimation -> stop
|
2014-10-21 12:21:30 +03:00 |
|
Dave Leaver
|
a0bc81cba8
|
Stop animating before starting a ZoomPan, otherwise they both run at the same time.
|
2014-10-21 12:21:30 +03:00 |
|
Dave Leaver
|
00a66b4731
|
Add an element for tracking zoom animations. Use it for trying to stop a map zoom. Still doesn't quite work right. Stopping a zoomPan or PanAnimation does work however. Code is all cludgy :)
refs #2560
|
2014-10-21 12:21:30 +03:00 |
|
Tom MacWright
|
74133f49f0
|
Fix MarkerSpec in retina browsers.
|
2014-10-21 12:21:29 +03:00 |
|
Tom MacWright
|
dc573b768a
|
Add safari and firefox launchers
|
2014-10-21 12:21:29 +03:00 |
|
Vladimir Agafonkin
|
acaea1c855
|
code cleanup; don't reload tile level that's already loaded
|
2014-10-21 12:21:29 +03:00 |
|
Vladimir Agafonkin
|
5912c365b7
|
zoom to the nearest round zoom with pinch or dblclick
|
2014-10-21 12:21:29 +03:00 |
|
Vladimir Agafonkin
|
fc655e45c7
|
manage tile pyramid levels; always animate tile fade
|
2014-10-21 12:21:29 +03:00 |
|