Leaflet/spec/suites/layer
ghybs 34dca3cfd9 Fix #5011 (canvas remove+add) (#5024)
Bug when using map option `preferCanvas: true` (canvas renderer for paths) and removing then adding back a vector within the same animation frame (typically in the same sequence, as done by Leaflet.markercluster at `"zoomend"` event, to remove layers and clusters outside visible bounds).
This commit clears the `_removed` flag from paths when they are added to the canvas.
Also added corresponding test suites.
2016-10-20 15:50:15 +03:00
..
marker fix icon url warnings in tests 2016-09-27 17:58:08 +03:00
tile wrap tileBounds if noWrap is false by @fyeah (#4908) 2016-09-12 16:59:21 +02:00
vector Fix #5011 (canvas remove+add) (#5024) 2016-10-20 15:50:15 +03:00
FeatureGroupSpec.js enforce indentation in specs 2015-09-25 13:55:37 +03:00
GeoJSONSpec.js Consistent GeoJSON casing 2015-12-25 14:00:21 +01:00
ImageOverlaySpec.js fix imageoverlay setBound when not added to map 2015-07-28 12:10:40 +02:00
LayerGroupSpec.js enforce indentation in specs 2015-09-25 13:55:37 +03:00
PopupSpec.js Use proper Hand onStop callback instead of setTimeout in popup spec 2016-06-16 15:34:16 +02:00
TooltipSpec.js Do not fail when closing an interactive tooltip not yet added to the map (#4937) 2016-09-26 16:40:51 +03:00