Imports a shared map using the provided map share payload.
POST/map/share/import
This endpoint allows a device to import a map using the metadata provided in the MapSharePayload.
The payload includes details such as catalog ID, footprint, name, size, and optional imaging
dates and product information.
Request
- application/json
Body
required
area int64nullable
beginImagingDate date-timenullable
catalogId stringrequired
catalog id of the map
endImagingDate date-timenullable
fileName stringnullable
footprint stringrequired
Geographical footprint of the map (WKT, GeoJSON, or custom format)
name stringrequired
Human-readable map name
packageUrl stringnullable
region stringnullable
size int64required
Map file size in bytes
Responses
- 200
- 500
- application/json
- Schema
- Example (from schema)
Schema
area int64nullable
beginImagingDate date-timenullable
catalogId stringrequired
catalog id of the map
endImagingDate date-timenullable
fileName stringnullable
footprint stringrequired
Geographical footprint of the map (WKT, GeoJSON, or custom format)
name stringrequired
Human-readable map name
packageUrl stringnullable
region stringnullable
size int64required
Map file size in bytes
{
"area": 0,
"beginImagingDate": "2026-01-01T11:09:05.981Z",
"catalogId": "string",
"endImagingDate": "2026-01-01T11:09:05.981Z",
"fileName": "string",
"footprint": "string",
"name": "string",
"packageUrl": "string",
"region": "string",
"size": 0
}
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
name stringrequired
statusCode int32required
{
"message": "string",
"name": "string",
"statusCode": 0
}
Loading...