Skip to content

v1.0.0

Compare
Choose a tag to compare
@thollingshead thollingshead released this 17 Mar 21:06
· 32 commits to master since this release

Initial release of the dojo/store API implementation for ArcGIS Server REST services.

Supports add, update, delete and query operations for feature services. Enables direct integration of ArcGIS Server REST services with store-backed components.

Properties:

  • idProperty
  • flatten
  • outFields
  • returnGeometry

Methods:

  • get(id)
  • getIdentity(object)
  • put(object, options)
  • add(object, options)
  • remove(id)
  • query(query, options)