diff --git a/examples/wmts-ign.html b/examples/wmts-ign.html index 3f84a9cdce..334ec2eb65 100644 --- a/examples/wmts-ign.html +++ b/examples/wmts-ign.html @@ -5,9 +5,9 @@ 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 - [IGN Géoportail API web page](http://api.ign.fr/accueil) + [IGN Géoportail API web page](https://geoservices.ign.fr) and - [Descriptif technique des web services du Géoportail](http://www.geoportail.gouv.fr/depot/api/cgu/DT_APIGeoportail.pdf) + [Documentation de l’offre de données et services de l’IGN](https://geoservices.ign.fr/documentation/diffusion/documentation-offre.html) (french). tags: "french, ign, geoportail, wmts" --- diff --git a/examples/wmts-ign.js b/examples/wmts-ign.js index 7082640b96..6445d200b1 100644 --- a/examples/wmts-ign.js +++ b/examples/wmts-ign.js @@ -42,9 +42,9 @@ const ign_source = new WMTS({ tileGrid: tileGrid, style: 'normal', attributions: - '' + - '', + '' + + 'IGN', }); const ign = new TileLayer({