Release Candidate 8
Pre-release
Pre-release
patrickarlt
released this
01 Jun 20:24
·
951 commits
to master
since this release
Breaking Changes
- CDN moved to JS Delivr http://www.jsdelivr.com/#!leaflet.esri. Old CDN versions will remain alive but no newer version will be published.
Changes
- Non standard scale levels from tile services published in web mercator are now remapped to the standard scale levels #548 #530
- Fixed a bug introduced in RC 7 where features would sometimes not draw #546 #536
load
event is now fired after all features are created, rather then when they are all received from the server #545- Properly handle using
L.CircleMarker
withL.esri.Layers.FeatureLayer
#534 - New
redraw
method onL.esri.Layers.FeatureLayer
for programatically redrawing features with their latest symbology. #550