You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dynamicMapLayer popups now retrieve generalized geometries from map services to improve performance. #921
queries for features are no longer fired outside the layer's artificially constrained zoom level #928 (thank you@keithpower!)
ES6 syntax is now used to import selected Leaflet dependencies. #920
Fixed
errors are no longer encountered when panning the map outside the artificially constrained zoom level of a previously drawn dynamicMapLayer #917 (thank you@jordanparfitt!)
the value range returned by IdentifyFeatures.simplify() has been reversed for consistency with Query.simplify()#921
features are no longer accidentally drawn when the map is panned to a new location outside the artificially constrained zoom level of the layer. #924 (thank you@keithpower!)
Added
In situations where a feature layer supports the geojson format, but it is deemed preferable to ask for Esri Geoservices JSON instead, developers can now set isModern: false as a constructor option. #935 (thank you@spoilsportmotors!)
an eachActiveFeature() method has been added to Layers.FeatureLayer in order to isolate features in the cache that are currently being displayed. #936
Tasks.Query now has two new spatial operators. bboxIntersects and indexIntersects. #937