Files
openlayers/examples_src/wmts.html
2015-04-02 19:10:17 +02:00

14 lines
448 B
HTML

---
template: "example.html"
title: "WMTS example"
shortdesc: "Example of a WMTS source."
docs: >
This example shows how to manually create the configuration for accessing a WMTS. The [WMTS Layer from capabilities example](wmts-layer-from-capabilities.html) shows how to create the configuration from a GetCapabilities response.
tags: "wmts"
---
<div class="row-fluid">
<div class="span12">
<div id="map" class="map"></div>
</div>
</div>