esri-leaflet
Advanced tools
Changelog
[2.2.0] - 2018-07-08
ImageryFirefly
and Physical
(🙏pmacMaps🙏 #1100)token
is only included in tile requests once (🙏octavm🙏 #1092)Changelog
[2.1.2] - 2018-01-04
wkid:3857
tiled basemaps with custom properties #1039)image
is now the default format for ImageMapLayer (🙏nickpeihl🙏 #998)QueryTask.returnM(bool)
(🙏jmfolds🙏 #1002)QueryTask.distinct()
(🙏joelondon🙏 #1027)DynamicMapLayer
has a new popup
constructor option so that custom IdentifyFeatures parameters can be passed through (🙏Biboba🙏 #1031)shallowClone
utility methodChangelog
[2.1.1] - 2017-08-11
UTF 8
to L.esri.request headersnpm-run-all
for concurrent, cross platform script runningChangelog
[2.1.0] - 2017-07-27
0
are now handled correctly #946Changelog
[2.0.8] - 2017-02-28
IdentifyFeatures.simplify()
has been reversed for consistency with Query.simplify()
#921isModern: false
as a constructor option. #935 (thank you@spoilsportmotors!)eachActiveFeature()
method has been added to Layers.FeatureLayer
in order to isolate features in the cache that are currently being displayed. #936Tasks.Query
now has two new spatial operators. bboxIntersects
and indexIntersects
. #937Changelog
[2.0.7] - 2017-01-10
RasterLayer
#909 (thank you@Saulzi!)L.TileLayer
maxNativeZoom is now honored by tiledMapLayer
#904RasterLayer
is added to the map at a zoom level outside its own custom restraint #903addfeature
is no longer emitted twice when FeatureLayer.setWhere()
is called #893