What's Changed
- Added support for loading feature data from Map Server endpoints with FeatureLayer class #22
- To load features from a map server, a layer ID (e.g.
/MapServer/1) must be specified. Generic MapServer URLs are not accepted.
- To load features from a map server, a layer ID (e.g.
- Added new convenience methods for adding a single source and layer to map:
addSourceTo(map, options)&addLayerTo(map, options) - All existing convenience methods for adding data to a map (
addSourcesTo,addLayersTo,addSourcesAndLayersTo) now include an optional passthrough parameter for setting MapLibre Style Specification options. - Modified the loading behavior of FeatureLayer class to address backward-incompatible changes made in the last release (1.2.0). The behavior of FeatureLayer in this release should be identical to 1.0.0, regardless of loading mode. Version 1.2.0 has been deprecated,
- Various bug fixes related to FeatureLayer class.
Full Changelog: https://github.com/Esri/maplibre-arcgis/compare/release-1.1.0..release-1.3.0