2.0.1 • Published 7 months ago

@vcmap/search-esri v2.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

Esri Search Plugin

Extends search widget using Locator ArcGIS Rest API

Configuration:

PropertyTypeStateDescription
urlstringrequiredURL of the search service
addressMappingRecord<string, string>requiredMapping the ESRI Geocoding attributes to the VC Map Address Balloon attributes
maxLocationsstringoptionalThe Maximum number of results
zoomDistancenumberoptionalThe distance to use, when flying to the result

Example:

{
  "url": "https://service.foo.bar/arcgis/rest/services/Locator/locator_foo/GeocodeServer",
  "addressMapping": {
    "addressName": "Match_addr"
  },
  "maxLocations": 6,
  "zoomDistance": 240
}

For internal testing, you can find an example vcm.config.js to use with the given config in the wiki.

2.0.1

7 months ago

2.0.0

9 months ago

1.0.2

1 year ago

1.0.3

1 year ago

1.0.1

1 year ago