Elements

List all elements on a map

Returns a GeoJSON FeatureCollection containing all the elements in a map that are not in an element group

List all elements in a group

Returns a GeoJSON FeatureCollection containing all the elements in a single group

List all element groups on a map

Returns a list of GeoJSON Feature Collections, one for each element group

Create or update new elements

Each element is represented by a feature in the POSTed GeoJSON Feature Collection.

For each feature, including an existing element ID will result in the element being updated on the map. If no element ID is provided (or a non-existent one) , a new element will be created.

The maximum payload size for any POST to the Felt API is 1MB. Additionally, complex element geometry may be automatically simplified. If you require large, complex geometries, consider uploading your data as a Data Layer.

Delete an element

Deletes the element with the ID specified in the path.

Last updated