Beta 6
Pre-release
Pre-release
patrickarlt
released this
20 Aug 20:23
·
1328 commits
to master
since this release
Breaking Changes
L.esri.Tasks.Identify
has been renamed toL.esri.Tasks.IdentifyFeatures
. This is to reduce confusion withL.esri.Tasks.IdentifyImage
and to clearly delineate what these 2 classes do.
Changes
- Logo position can now be controlled by using the
logoPosition
option onL.esri.BasemapLayer
#210 - Logo can now be hidden entirely and re-added to the map with the
L.esri.Controls.Logo
class. If you use Esri map tiles you must display the Esri Logo! - Fix a regression from Beta 4 where features could not be loaded from ArcGIS Server if they were in non-mercator references. #283 #322
- The
addFeature
,removeFeature
,updateFeature
methods will no longer throw errors when callbacks are omitted. #285 deleteFeature
now properly removes the feature from the map so it will now appear after zooming or panning. #284- New
createfeature
,addfeature
andremovefeature
events onL.esri.FeatureLayer
. #282 L.esri.Tasks.Query
now supports Map Services and Image Services with the newquery.layer(id)
andquery.pixelSize(point)
params respectively- New
L.esri.Tasks.Find
task for searching feature text in Map Services #287. Thanks @rdjurasaj-usgs! - Support for image services via
L.esri.Layers.ImageMapLayer
. Thanks @rdjurasaj-usgs and @tomwayson L.esri.Tasks.IdentifyImage
for identifying images. Thanks @tomwayson.
Misc
- New example for parsing Feature Collections from ArcGIS Online.
- New example for labeling points with Leaflet.label.
- Travis CI is now running tests #271
- Build are no longer saved in the
/dist
folder. #307 - Development Roadmap has been updated.