From b039e170153e23ddd23e31226ff3729427a7cd60 Mon Sep 17 00:00:00 2001 From: Pierre GIRAUD Date: Mon, 13 Aug 2018 17:06:28 +0200 Subject: [PATCH] Update IGN API key Fixes #8509 --- examples/wmts-ign.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/examples/wmts-ign.js b/examples/wmts-ign.js index 0b4562e866..52f5e3f42c 100644 --- a/examples/wmts-ign.js +++ b/examples/wmts-ign.js @@ -37,12 +37,11 @@ const tileGrid = new WMTSTileGrid({ matrixIds: matrixIds }); -// API key valid for 'openlayers.org' and 'localhost'. -// Expiration date is 06/29/2018. -const key = '2mqbg0z6cx7ube8gsou10nrt'; +// For more information about the IGN API key see +// https://geoservices.ign.fr/blog/2017/06/28/geoportail_sans_compte.html const ign_source = new WMTS({ - url: 'https://wxs.ign.fr/' + key + '/wmts', + url: 'https://wxs.ign.fr/pratique/geoportail/wmts', layer: 'GEOGRAPHICALGRIDSYSTEMS.MAPS', matrixSet: 'PM', format: 'image/jpeg',