Maps
Render a map as PNG
Renders a map as a static PNG image, including layers and their symbology.
If no bbox is provided, the extent defaults to the smallest extent that contains all layers with well-defined bounding boxes. bbox must be in the format xmin,ymin,xmax,ymax (EPSG:4326).
Width and height are in pixels.
get/api/maps/{map_id}/render.png
Path parameters
map_idstring required
Query parameters
bboxstring nullable
widthinteger
heightinteger
bgcolorstring
Response
Successful Response
{"stackTrail":"paths:/api/maps/{map_id}/render.png:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
Changed in 3 of the 9 revisions of this API.111
- ●
deleted the
queryrequest parameterrequestrequest-parameter-removed
- ●
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲