Skip to content

Commit

Permalink
Migrate map to new ign url
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault committed Feb 27, 2024
1 parent 1a04076 commit 668c635
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion envergo/static/js/libs/moulinette_map.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
}).setView(this.options.centerMap, this.options.defaultZoom);
map.doubleClickZoom.disable();

L.tileLayer("https://wxs.ign.fr/essentiels/geoportail/wmts?" +
L.tileLayer("https://data.geopf.fr/wmts?" +
"&REQUEST=GetTile&SERVICE=WMTS&VERSION=1.0.0" +
"&STYLE=normal" +
"&TILEMATRIXSET=PM" +
Expand Down
2 changes: 1 addition & 1 deletion envergo/static/js/libs/moulinette_result_maps.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
keyboard: !mapData["fixed"]
}).setView(centerCoords, mapData['zoom']);

L.tileLayer("https://wxs.ign.fr/essentiels/geoportail/wmts?" +
L.tileLayer("https://data.geopf.fr/wmts?" +
"&REQUEST=GetTile&SERVICE=WMTS&VERSION=1.0.0" +
"&STYLE=normal" +
"&TILEMATRIXSET=PM" +
Expand Down

0 comments on commit 668c635

Please sign in to comment.