v1

latestOpenAPI 3.0.02026-07-1410024.8 KB
WMS / WMTS

GetMap

The GetMap call implements the Web Map Service 1.1.1 standard to access TomTom raster map tiles. This service is described in the response to the GetCapabilities API call.

get/map/{versionNumber}/wms/

Path parameters

versionNumber1 required

Version of the service to call. The current version is 1

Query parameters

request'GetMap' required

Request type

srs'EPSG:3857' | 'EPSG:4326' required

Projection used in describing the <b>bbox</b> EPSG:3857 is recommended, particularly at higher zoom levels. (Note that EPSG:3857 is functionally equivalent to EPSG:900913/EPSG:3785)

bboxstring required

Bounding box in the projection stated in <b>srs</b> (minLon,minLat,maxLon,maxLat)

widthinteger required

Width of the resulting image, in pixels Maximum value is 2048

heightinteger required

Height of the resulting image, in pixels Maximum value is 2048

format'image/jpeg' | 'image/png' required

Image format to be returned

layers'basic' required

Map layers requested Currently only the basic layer is available

styles''

Map styles to be returned. Currently, no styles are available. This parameter is present for forward compatibility; it must be used and left blank.

service'WMS'

Service type

version'1.1.1' required

WMS service version

Response

<b>OK</b>