/draw
geometry of a newly drawn location.
POST
geolytix.xyz/api/location/edit/draw
Post geometry as geojson to add new location to database table.
Query Parameters
Name
Type
Description
token
string
Required to access private endpoints.
Request Body
Name
Type
Description
locale
string
The locale key.
layer
string
The layer key.
table
string
The PostGIS table name.
geometry
object
Geojson geometry object.
Last updated