Table of Contents

Get tiles of WebGIS map

To get tile of WebGIS map, use the request:

http://{host}/map_gmaps/<x>_<y>_<z>.png

Parameters

Name Description
x X-coordinate of tile
y Y-coordinate of tile
z zoom level (Scale of Gurtam Maps)

Tile coordinates are calculated according concept described in Google Custom Map Types.

Response

Returns an image in PNG format.