Expand description
Service layer for maps.
Constantsยง
- LAYER_
TYPES ๐ - Defines which layers should be created when a new map is created.
Functionsยง
- create
- Create a new map in the database.
- delete_
by_ id - Soft-deletes a map from the database. Checks if the map is owned by the requesting user.
- find
- Search maps from the database.
- find_
by_ id - Find a map by id in the database.
- is_
valid_ ๐map_ geometry - Checks if a Polygon can be used as a maps geometry attribute.
- update
- Update a map in the database. Checks if the map is owned by the requesting user.
- update_
geometry - Update a maps geometry in the database. Checks if the map is owned by the requesting user.