...
- Spatial mapper for entity must have <dynamic> set to true and <cache> set to false
- But this is generally the case for any entity that can have it's underlying data altered on the fly
- Currently only attributes directly attached to the spatial table can be edited
Installation
Currently the Weave editing sub-system is provided as a single bundle, com.cohga.spatial.edit, but this may change before release.
...
Also, note that in the case of an entity represented by multiple spatial tables the schemas for the tables should all be the same, as the same attribute values will be written to each table when an edit is submitted that contains different geometry types.
Additionally, at this stage spatial engines that don't differentiate between geometry types, i.e. the spatial table stores "geometry" and not specifically points, lines or polygons are not currently support in multi table configurations, since Weave can not determine which table to write the geometry to. This may change in the future.
Configuration
Client Edit Plugin
...