Beta 4
Pre-release
Pre-release
patrickarlt
released this
25 Feb 03:44
·
1583 commits
to master
since this release
Unfortunately beta 4 is much smaller then I originally intended. There was no time to get support for time enabled services or for a major refactor of FeatureLayer
which will be coming in beta 5.
New Demos
- Heat map layer - http://esri.github.io/esri-leaflet/heatmaplayer.html
- Geocoder - http://esri.github.io/esri-leaflet/findplaces.html
Changes
- Authentication for
ClusteredFeatureLayer
d23ddd9 - Removed Terraformer as a dependency to cut down on build size and complexity. The neccessary Terraformer methods have been ported into
L.esri.Util
. This cuts a whomping 15kb from the build! - Fix for
DynamicMapLayer
that is outside of min/max zoom levels 0d2c2c3 - Fix for
layerDefs
inDynamicMapLayer
1375bbf - Add
HeatmapFeatureLayer
based on Leaflet.heat - Add
where
andfields
options toFeatureLayer
andClusteredFeatureLayer
, andHeatmapFeatureLayer
- Add
bounds
property to the metadata event when possible #216