Releases: thollingshead/arcgis-server-store
Releases · thollingshead/arcgis-server-store
v1.1.1
v1.1.0
Implement dojo/store transaction functionality.
Store operations can now be grouped into a transaction, and then be saved (commit()
) or discarded (abort()
).
v1.0.5
Fixes query()
bug with pagination.
v1.0.4
Fixes potential conflict between multiple store instances.
v1.0.3
Updates build profile and fixes hyperlinks.
v1.0.2
Include Dojo build profile.
v1.0.1
Renamed to arcgis-server-store
v1.0.0
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)