Skip to main content

WMTS (Web Map Tile Service)

WMTS is an OGC standard for serving pre-tiled raster maps. It is faster than WMS because tiles are cached on the server. Use it for high-resolution basemaps, aerial imagery, or thematic maps from national mapping agencies.


Connecting a WMTS

  1. Open the Layers panel and click +.
  2. Select Connect stream and choose WMTS.
  3. Enter the service URL.
  4. Click Fetch layers — AugmentCity parses the GetCapabilities response.
  5. Select a layer from the list. The style and tile matrix set are filled in automatically.
  6. Click Add.

What is configured automatically

When you use Fetch layers, AugmentCity reads:

  • Layer identifier, title, and abstract
  • Available styles — the default style is selected automatically
  • Tile matrix set links — the first available set is selected
  • Image format — the first supported format is used

You can change the style or tile matrix set using the dropdowns before adding the layer.


Manual entry

If Fetch layers fails, you can enter the required fields manually:

FieldExampleNotes
Layer identifierortofoto_2023Exact identifier from the service
StyledefaultLeave blank if the service has only one style
Tile matrix setEPSG:3857The CRS identifier of the tile grid

URL format

Enter the base URL of the WMTS service:

https://example.com/geoserver/gwc/service/wmts
https://opencache.statkart.no/gatekeeper/gk/gk.open_wmts

Limitations

  • WMTS layers are streamed live and are not stored in the project
  • The server must be publicly accessible or reachable from the user's browser (CORS must be enabled)