Demo

We're GIS specialists in WMS and Vector Tiles and provide a SaaS for serving a Web Mapping Service based on Vector Tiles. We render the tiles server side and serve a high resolution raster map that has the styles you want or need.

This can be used for print but also for other analytical tasks.

An example request has the following GET parameters:

https://api.wmsvt.com/api/v1.0.2/queued-wms?
key=get-api-key-at-wmsvt.com&
bbox=238138.090518,6238073.596726,264358.090923,6264293.6260651&
styleurl={{38d08b2d-9aa9-43f0-9658-e8811a3688da}}&
width=1600&
height=1600&
dpi=96

This renders the following 1600 by 1600 pixels image:

WMS-VT Example

Explanation

The string "{{38d08b2d-9aa9-43f0-9658-e8811a3688da}}" resolves an internally stored Style URL, so that you do not have to expose your API key. However, it also accepts a literal Style URL such as "https://api.maptiler.com/maps/35543262-820f-4119-a01f-1b0a073e4f9c/style.json?key=GET-YOUR-API-KEY-AT-MAPTILER".

 

RecentsNearby