FRAMES | NO FRAMES | Description | Examples | Response |
URL | http://<wmts-url>/<version>/WMTSCapabilities.xml |
---|---|
KVP URL | http://<wmts-url>?service=wmts&request=getcapabilities&version=<version> |
Parent Resource | WMTS |
Required Capability | Map |
This is supported from 10.1 onwards.
The WMTS Capabilities (Service Metadata) resource allows WMTS clients to retrieve service metadata for this tiled map service. Users can request the WMTS capabilities in both RESTful and Key-Value Pair (KVP) syntax as defined by OGC WMTS specification.
The response is an XML document containing service metadata about the server, including information related to getting the cached map tiles.
Note that currently the only version
supported is 1.0.0
Example 1: TODO
The xml schema for WMTS ServiceMetadata response is available here.
TODO