Merge pull request #6728 from fredj/tissot_docs

Fix tissot examples docs
This commit is contained in:
Frédéric Junod
2017-04-19 15:13:36 +02:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ layout: example.html
title: Tissot Indicatrix title: Tissot Indicatrix
shortdesc: Draw Tissot's indicatrices on maps. shortdesc: Draw Tissot's indicatrices on maps.
docs: > docs: >
Example of [Tissot indicatrix](http://en.wikipedia.org/wiki/Tissot's_indicatrix)</a> maps. The map on the left is an EPSG:4326 map. The one on the right is EPSG:3857. Example of [Tissot indicatrix](http://en.wikipedia.org/wiki/Tissot's_indicatrix) maps. The map on the top is an `EPSG:4326` map. The one on the bottom is `EPSG:3857`.
tags: "tissot, circle" tags: "tissot, circle"
--- ---
<h4>EPSG:4326</h4> <h4>EPSG:4326</h4>
+4 -4
View File
@@ -5,10 +5,10 @@ shortdesc: Demonstrates displaying IGN (France) WMTS layers.
docs: > docs: >
In this example an IGN WMTS layer is displayed. In this example an IGN WMTS layer is displayed.
For more information on IGN's WMTS service see the For more information on IGN's WMTS service see the
<a href="http://professionnels.ign.fr/api-sig">IGN Géoportail API web page [IGN Géoportail API web page](http://api.ign.fr/accueil)
</a> and and
<a href="http://www.geoportail.gouv.fr/depot/api/cgu/DT_APIGeoportail.pdf"> [Descriptif technique des web services du Géoportail](http://www.geoportail.gouv.fr/depot/api/cgu/DT_APIGeoportail.pdf)
Descriptif technique des web services du Géoportail</a> (french). (french).
tags: "french, ign, geoportail, wmts" tags: "french, ign, geoportail, wmts"
--- ---
<div id="map" class="map"></div> <div id="map" class="map"></div>