Maps
Create a new map
Several aspects can be customized when creating a new map, including:
Title
Initial location (latitude, longitude and zoom level)
Sharing permissions (defaults to viewing and commenting for users with the map URL)
An array of URLs to import on map creation
The basemap to use for the new map. Defaults to "default". Valid values are "default", "light", "dark", "satellite", a valid raster tile URL with {x}, {y}, and {z} parameters, or a hex color string like #ff0000.
A description to display in the map legend
If no data has been uploaded to the map, the initial latitude to center the map display on.
An array of urls to use to create layers in the map. Only tile URLs for raster layers are supported at the moment.
If no data has been uploaded to the map, the initial longitude to center the map display on.
The level of access to grant to the map. Defaults to "view_only".
The title to be used for the map. Defaults to "Untitled Map"
The workspace to create the map in. Defaults to the latest used workspace
If no data has been uploaded to the map, the initial zoom level for the map to display.
Map
"2024-05-25T15:51:34"
"V0dnOMOuTd9B9BOsL9C0UjmqC"
A static thumbnail image of the map
Delete an existing map
The ID of the map to delete
UnauthorizedError
Get details of a map
Returns details including title, URL, thumbnail URL, creation and visited timestamps.
Map
"2024-05-25T15:51:34"
"V0dnOMOuTd9B9BOsL9C0UjmqC"
A static thumbnail image of the map
Update a map's details
Update the title, description and access permissions of a map.
The ID of the map to update
A description to display in the map legend
The level of access to grant to the map. Defaults to "view_only".
The new title for the map
Map
"2024-05-25T15:51:34"
"V0dnOMOuTd9B9BOsL9C0UjmqC"
A static thumbnail image of the map
Move a map
Move a map to a different project. Project IDs can be found inside map settings.
"OI22G7wJRzOo2p1RQeHIPB"
Map
"2024-05-25T15:51:34"
"V0dnOMOuTd9B9BOsL9C0UjmqC"
A static thumbnail image of the map
Last updated