This is the most common encoding used for WMTS requests.
The WMTS requests in this encoding are made through URLs.
The parameters are passed as key-value pairs in the query string of the URL.
These parameters explicitly define the requested tile matrix, layer, format, and so on.
You may select KVP
over REST
if your goal is:
This encoding is more concise than KVP
.
The WMTS requests in this type of encoding rely on a simpler,
hierarchical URL structure. Parameters like the tile matrix, layer, and
format are encoded directly into the URL path instead of using key-value pairs.
You may select REST
over KVP
if your goal is:
Enumeration representing the possible request encoding values supported by a WMTS server.
Since
2024.1