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
The ID of the map to list elements from.
GeoJSON
List all elements in a group
Returns a GeoJSON FeatureCollection containing all the elements in a single group
The ID of the map.
The ID of the element group.
GeoJSON
List all element groups on a map
Returns a list of GeoJSON Feature Collections, one for each element group
The ID of the map to list groups from.
GroupList
The color of the element group symbol.
The ID of the element group.
The name of the element group.
The symbol used to represent the element group.
Create or update new elements
Each element is represented by a feature in the POST
ed 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.
The ID of the map to create the element in
GeoJSON
Delete an element
Deletes the element with the ID specified in the path.
The ID of the map to delete the element from.
The ID of the element to delete.
No Content
Last updated