Skip to content

Commit c79cc44

Browse files
committed
Website updates
1 parent f208a13 commit c79cc44

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

dist/en/main/examples/wmts-ign.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -210,11 +210,8 @@ <h5 class="source-heading">main.js</h5>
210210
matrixIds: matrixIds,
211211
});
212212

213-
// For more information about the IGN API key see
214-
// https://geoservices.ign.fr/blog/2021/01/29/Maj_Cles_Geoservices.html
215-
216213
const ign_source &#x3D; new WMTS({
217-
url: &#x27;https://wxs.ign.fr/choisirgeoportail/geoportail/wmts&#x27;,
214+
url: &#x27;https://data.geopf.fr/wmts&#x27;,
218215
layer: &#x27;GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2&#x27;,
219216
matrixSet: &#x27;PM&#x27;,
220217
format: &#x27;image/png&#x27;,
@@ -223,7 +220,7 @@ <h5 class="source-heading">main.js</h5>
223220
style: &#x27;normal&#x27;,
224221
attributions:
225222
&#x27;&lt;a href&#x3D;&quot;https://www.ign.fr/&quot; target&#x3D;&quot;_blank&quot;&gt;&#x27; +
226-
&#x27;&lt;img src&#x3D;&quot;https://wxs.ign.fr/static/logos/IGN/IGN.gif&quot; title&#x3D;&quot;Institut national de l\&#x27;&#x27; +
223+
&#x27;&lt;img src&#x3D;&quot;https://data.geopf.fr/annexes/ressources/logos/ign.gif&quot; title&#x3D;&quot;Institut national de l\&#x27;&#x27; +
227224
&#x27;information géographique et forestière&quot; alt&#x3D;&quot;IGN&quot;&gt;&lt;/a&gt;&#x27;,
228225
});
229226

dist/en/main/examples/wmts-ign.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/examples/wmts-ign.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)