v6

latestOpenAPI 3.0.0raw.githubusercontent.com2020-10-09142348.0 KB
Static Maps

Bounding Box

Get static image by defining bounding box in WGS 84 (EPSG:4326), comma separated values

get/map/static/bbox/{layergroupid}/{west},{south},{east},{north}/{width}/{height}.{format}

Path parameters

layergroupidstring required

The layergroup ID.

westnumber float required

LowerCorner longitude, in decimal degrees (aka most western) in WGS 84 (EPSG:4326)

southnumber float required

LowerCorner latitude, in decimal degrees (aka most southern) in WGS 84 (EPSG:4326)

eastnumber float required

UpperCorner longitude, in decimal degrees (aka most eastern) in WGS 84 (EPSG:4326)

northnumber float required

UpperCorner latitude, in decimal degrees (aka most northern) in WGS 84 (EPSG:4326)

widthinteger required

Width in pixels for the output image.

heightinteger required

Height in pixels for the output image.

format'png' | 'jpg' required

Output image format

Query parameters

string
OR
string

Layers to be rendered together.

Supports 2 format options:

  • a comma separated list of layer indexes (0-based). Examples:

    • 0,1,3 - will filter and blend layers with indexes 0, 1 and 3
    • 2 - only one layer
  • all will blend all layers in the layergroup (default value)

Response

Ok