Maps

Static map with GeoJSON

Generate a static map image using a GeoJSON body overlay.

post/v1/static

Query parameters

keystring

Request body

type'FeatureCollection' required

Example request

{
  "features": [
    {
      "geometry": {
        "type": "Point"
      }
    }
  ]
}

Response

Static map image.

Changes

No recorded changes to this endpoint across all 1 revision of this API.