Skip to main content

Create a user GeoJSON collection

POST 

/maus/user-geojson

Creates a new GeoJSON feature collection owned by the caller. The collection is private (shareType: 'none') by default. Use the /maus/user-geojson/{geojsonId}/sharing endpoint to share it with others.

Required body fields: name, featureCollection (a valid GeoJSON FeatureCollection object).

Optional body fields: description, style (arbitrary JSON object for map rendering hints).

Request

Responses

Collection created successfully.