Stefan Sydow
|
4c46abe781
|
preserve dragable state on layer deactivation
|
2015-01-19 19:07:04 +01:00 |
|
John Firebaugh
|
2ee1aa2c23
|
jshint
|
2015-01-12 11:03:42 -08:00 |
|
Sergey Kruk
|
c8e5d7c61b
|
L.latLng factory not to throw error on empty array parameter
|
2014-12-05 20:36:35 +03:00 |
|
Sergey Kruk
|
c5ebd534b2
|
Factory L.latLng to accept altitude as third parameter or an object's 'alt' property
|
2014-12-01 16:02:43 +03:00 |
|
John Firebaugh
|
87c7d1d563
|
No-op Control#remove if not on a map (fixes #2877)
|
2014-11-13 11:25:49 -08:00 |
|
John Firebaugh
|
0b86fa3266
|
Remove control from existing map in onAdd (fixes #3020)
|
2014-11-13 10:49:43 -08:00 |
|
John Firebaugh
|
ef96884021
|
Ensure parent init hooks are called (fixes #2545)
|
2014-11-12 14:49:46 -08:00 |
|
John Firebaugh
|
bad49e7612
|
Add autoClose option to Popup
Fixes #2716
Fixes #1853
|
2014-11-12 12:52:50 -08:00 |
|
John Firebaugh
|
d2871e68e5
|
Add test for #3008
|
2014-11-12 10:53:26 -08:00 |
|
John Firebaugh
|
68f86d85d3
|
Better fix for tile pruning
Need to always prune in _addTiles, otherwise tiles can
get stranded.
|
2014-11-07 16:27:42 -08:00 |
|
Jeff Smale
|
c6dea37d86
|
Preserve marker draggability on setIcon (fixes #2578)
|
2014-11-05 18:12:21 -08:00 |
|
John Firebaugh
|
4825fc05b3
|
Add test for #1871
|
2014-11-05 15:44:23 -08:00 |
|
John Firebaugh
|
e6d857eb70
|
jshint
|
2014-11-05 15:22:49 -08:00 |
|
John Firebaugh
|
ea2c397523
|
No-op bringToFront/Back when Path is not on a map (fixes #2439)
|
2014-11-05 15:13:28 -08:00 |
|
Vladimir Agafonkin
|
0c70dcb581
|
remove slow tests
|
2014-10-29 17:20:06 +02:00 |
|
Yohan Boniface
|
1ddac9361a
|
Fix array of array of LatLngs toGeoJSON edge case
|
2014-10-26 21:00:56 +01:00 |
|
Vladimir Agafonkin
|
e2e1ccb2f0
|
fix 404 warnings in tests
|
2014-10-23 13:52:19 +03:00 |
|
Vladimir Agafonkin
|
2ff2c42847
|
move some GridLayer tests, add createTile stub
|
2014-10-23 12:58:29 +03:00 |
|
Vladimir Agafonkin
|
a33eff73f0
|
replace CSS transitions in pan animations with frames
|
2014-10-21 12:21:32 +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 |
|
bennlich
|
4eb033c719
|
Included leaflet.css in html instead of TileLayerSpec.js
|
2014-07-31 23:43:14 -06:00 |
|
bennlich
|
abfcd9ea59
|
Added TileLayerSpec.js tests for loading events
|
2014-07-31 15:38:21 -06:00 |
|
Vladimir Agafonkin
|
760c730f92
|
fix LatLng.distanceTo race condition, close #2705
|
2014-05-28 17:26:41 +03:00 |
|
Vladimir Agafonkin
|
1a7b12604b
|
run view reset before load, fix #2510
|
2014-03-05 23:27:32 +02:00 |
|
Antoine Pultier
|
63e22f0ed0
|
Manage empty L.LatLngBounds objects
|
2014-02-27 19:03:00 +02:00 |
|
danzel
|
d5a3112852
|
Another break with adding and removing tile layers.
|
2014-01-30 16:35:08 +13:00 |
|
danzel
|
2396a10282
|
Fix adding and immediately removing a Layer from the map when the map is never initialized
|
2014-01-30 16:15:03 +13:00 |
|
danzel
|
8cc7404f53
|
This should be oldLatLng, even if latlng is wrong, let's have this be right. refs #2412 #1423
|
2014-01-29 14:51:55 +13:00 |
|
danzel
|
e2d9a97836
|
Add oldLatlng parameter to Marker move event, will allow MarkerCluster to support moving markers.
|
2014-01-29 11:33:08 +13:00 |
|
Vladimir Agafonkin
|
dab0cbfc14
|
update tests to reflect no clamping near poles
|
2014-01-03 17:37:28 +02:00 |
|
Vladimir Agafonkin
|
7ff0fa9c72
|
approximate Circle with ellipse
|
2014-01-03 00:37:34 +02:00 |
|
Vladimir Agafonkin
|
2b96ea5aba
|
make Leaflet.js requirable for version, remove noConflict test
Currently tests don’t account for wrapper function around Leaflet
source, so the noConflict one failed — removing for now.
|
2013-12-26 18:29:46 +02:00 |
|
Vladimir Agafonkin
|
47783821f7
|
rename limitExecByInterval to throttle, better implementation
|
2013-12-21 01:49:25 -05:00 |
|
Vladimir Agafonkin
|
1dfec0a021
|
shortcut hasEventListeners as listens
|
2013-12-19 17:09:32 -05:00 |
|
Vladimir Agafonkin
|
6d1142a978
|
only propagate events if given true to fire, #2311
|
2013-12-18 23:23:22 -05:00 |
|
Vladimir Agafonkin
|
ce4a031d40
|
faster on/off, add private non-sugary versions
|
2013-12-18 23:07:39 -05:00 |
|
Vladimir Agafonkin
|
9f09f50812
|
remove Util invokeEach since on/off are hot functions
|
2013-12-18 22:05:47 -05:00 |
|
Vladimir Agafonkin
|
5d4e77627a
|
fix PolyUtil spec (we now round poly clipping)
|
2013-12-18 14:56:23 -05:00 |
|
Vladimir Agafonkin
|
33e23a69e7
|
fix specs for polygon holes
|
2013-12-18 12:03:22 -05:00 |
|
Vladimir Agafonkin
|
dc5151b81a
|
fix GeoJSON roundtripping
|
2013-12-18 12:03:22 -05:00 |
|
Vladimir Agafonkin
|
0876b51bc9
|
remove DomUtil.getViewportOffset as unnecessary
|
2013-12-18 00:51:01 -05:00 |
|
Vladimir Agafonkin
|
21cfd7f3d9
|
replace Events mixin with Evented inheritance
|
2013-12-17 14:07:21 -05:00 |
|
John Firebaugh
|
ad9d0f8c7f
|
Make options object prototype-inherited
Fixes #2294
|
2013-12-15 13:30:30 -08:00 |
|
John Firebaugh
|
af9302ce19
|
Make GridLayer methods safe to call pre-setView
|
2013-12-13 18:01:06 -05:00 |
|
John Firebaugh
|
c1654c4626
|
Add hasLayer tests
|
2013-12-13 17:51:37 -05:00 |
|
Vladimir Agafonkin
|
4011a6199f
|
move add/removeLayer logic to Layer; ditch tilelayersload event
|
2013-12-06 15:10:28 +02:00 |
|
Vladimir Agafonkin
|
04c95e1af9
|
basic GridLayer spec, move TileLayer spec
|
2013-12-02 19:18:08 +02:00 |
|
Vladimir Agafonkin
|
dd313e6930
|
better CRS test coverage
|
2013-12-02 19:18:07 +02:00 |
|
Vladimir Agafonkin
|
28b26498c6
|
fix coverage reporting
|
2013-12-02 19:18:07 +02:00 |
|