Leaflet/spec/suites/layer/vector
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
..
CanvasSpec.js Fix #5011 (canvas remove+add) (#5024) 2016-10-20 15:50:15 +03:00
CircleMarkerSpec.js fix a bunch of eslint warnings in the spec suite 2015-01-28 19:32:27 +02:00
CircleSpec.js Add test for throwing error if circle radius is NaN 2016-02-15 11:51:27 +01:00
PathSpec.js Make paths insensitive to the order of its map's moveend handlers (#4855) 2016-08-31 17:58:46 +03:00
PolygonSpec.js Throw error on call to L.Polygon getCenter before map add (#4820) 2016-08-15 17:01:41 +02:00
PolylineGeometrySpec.js jshinting and major clean up of specs code, ref #2151 2013-11-07 23:54:33 +02:00
PolylineSpec.js Throw error on call to L.Polygon getCenter before map add (#4820) 2016-08-15 17:01:41 +02:00