/draw/catchment
ID from a drawn Mapbox catchment.
GET
geolytix.xyz/api/location/edit/draw/catchment
Send parameter for Mapbox ISOchrones API, store the geometry as a newly drawn location in a PostGIS table and return the ID.
Query Parameters
Name
Type
Description
locale
string
The locale key.
layer
string
The layer key.
table
string
The PostGIS table name.
coordinates
string
Comma seprated latitude and longitude for the origin of catchment.
minutes
string
The minutes for the catchment range. Defaults to 10. Maximum 60.
profile
string
The profile to use for the catchment. Defaults to 'driving'.
token
string
Required to access private endpoints.
Last updated