Skip to main content

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

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

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

Loading...