Wemap Static Map
Warning
This endpoint is currently experimental, parameters could change in future
URL
Wemap Static Map Services live on the following host: https://print.getwemap.com
Wemap Static Map allow you to build statics images of yours livemaps, or simple static map with or without marker on top of it.
GET
/v1.0/static/:emmid?|marker?/:lng,:lat,:zoom/:widthx:height.:format
Example static map with marker on center request:
GET /v1.0/static/marker/3.884193,43.609138,15/500x500.png HTTP/1.1
Authorization: Bearer 0a1b2c3d4e5f
:status 200: success
Example static map with marker on center response:
Example static map from emmid request:
GET /v1.0/static/6989/8.685,49.407,13/500x500.png HTTP/1.1
Authorization: Bearer 0a1b2c3d4e5f
:status 200: success
Example static map from `emmid` response:
Example empty static map request:
GET /v1.0/static/3.884193,43.609138,15/500x500.png HTTP/1.1
Authorization: Bearer 0a1b2c3d4e5f
:status 200: success
Example empty static map response: