Adding an example with WMTS tiles from IGN Geoportail

This commit is contained in:
Pierre GIRAUD
2015-06-26 11:40:23 +02:00
parent 7d04ef3e2d
commit f9e5c9c596
2 changed files with 83 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
---
template: example.html
title: IGN WMTS example
shortdesc: Demonstrates displaying IGN (France) WMTS layers.
docs: >
In this example an IGN WMTS layer is displayed.
For more information on IGN's WMTS service see the
<a href="http://professionnels.ign.fr/api-sig">IGN Géoportail API web page
</a> and
<a href="http://www.geoportail.gouv.fr/depot/api/cgu/DT_APIGeoportail.pdf">
Descriptif technique des web services du Géoportail</a> (french).
tags: "french, ign, geoportail, wmts"
---
<div class="row-fluid">
<div class="span12">
<div id="map" class="map"></div>
</div>
</div>