This repository has been archived by the owner on Oct 6, 2023. It is now read-only.
1.0.0
This is expected to be the last (and only) stable release of Esri Leaflet Renderers compatible with Leaflet 0.7.3. All future 1.0.X releases will be compatible with Leaflet 0.7.3 and contain only bug fixes. New features will only be added in Esri Leaflet Renderers 2.0.0 (which will require Leaflet 1.0.0).
Breaking Changes
- In Esri Leaflet itself, in L.esri.FeatureLayer constructors, the
url
is now provided within an options object (ie:L.esri.featureLayer(url)
should be replaced withL.esri.featureLayer( {url: url} )
).
Added
- support for unique value renderers based on more than one field
- support for transparency applied to the entire renderer
Fixed
- ensured that tokens are passed through in requests for picture marker symbols