...
Name | Type | Required | Description |
id | string | yes | unique identifier |
spatialEngine | no | The identifier of the spatial engine that mappings without an explicit spatial engine should link to | |
crs | string | no | The CRS to override for entities that don't provide an explicit value |
filter | string | no | Provide a CQL formatted filter to apply when performing spatial operations with this mapper |
...
Name | Type | Required | Description |
entity | yes | The identifier of the entity that this mapping applies to | |
spatialEngine | no | The identity of the spatial engine that this mapping applies to | |
table | string | yes | The name of the spatial item within the spatial engine that this mapping applies to |
key | string | no | The attribute of the spatial item that uniquely identifies an entity |
crs | string | no | Provide a Coordinate Reference System if the underlying spatial engine doesn't provide the correct information |
...