Skip to content

Commit

Permalink
Change IGNF layers URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainavelo authored and bagage committed May 27, 2024
1 parent 77672d5 commit c23d28f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion keys.template.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// Mapillary, https://www.mapillary.com/dashboard/developers
mapillary: ``,

// IGN France (for Scan25 base layer), https://geoservices.ign.fr/services-web-issus-des-scans-ign
// IGN France (for Scan25 base layer), https://geoservices.ign.fr/actualites/2023-11-20-acces-donnesnonlibres-gpf
ignf: '',
};
})();
2 changes: 1 addition & 1 deletion layers/extra/ignf-aerial.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"max_zoom": 21,
"name": "IGN France - Photographies aériennes",
"type": "tms",
"url": "https://wxs.ign.fr/ortho/geoportail/wmts?LAYER=ORTHOIMAGERY.ORTHOPHOTOS&EXCEPTIONS=text/xml&FORMAT=image/jpeg&SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&STYLE=normal&TILEMATRIXSET=PM&TILEMATRIX={z}&TILEROW={y}&TILECOL={x}"
"url": "https://data.geopf.fr/wmts?LAYER=ORTHOIMAGERY.ORTHOPHOTOS&EXCEPTIONS=text/xml&FORMAT=image/jpeg&SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&STYLE=normal&TILEMATRIXSET=PM&TILEMATRIX={z}&TILEROW={y}&TILECOL={x}"
},
"type": "Feature"
}
Expand Down
2 changes: 1 addition & 1 deletion layers/extra/ignf-map.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"max_zoom": 21,
"name": "IGN France - Plan IGN",
"type": "tms",
"url": "https://wxs.ign.fr/cartes/geoportail/wmts?LAYER=GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2&EXCEPTIONS=text/xml&FORMAT=image/png&SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&STYLE=normal&TILEMATRIXSET=PM&TILEMATRIX={z}&TILEROW={y}&TILECOL={x}"
"url": "https://data.geopf.fr/wmts?LAYER=GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2&EXCEPTIONS=text/xml&FORMAT=image/png&SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&STYLE=normal&TILEMATRIXSET=PM&TILEMATRIX={z}&TILEROW={y}&TILECOL={x}"
},
"type": "Feature"
}
Expand Down
2 changes: 1 addition & 1 deletion layers/extra/ignf-scan25.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"max_zoom": 21,
"name": "IGN France - Carte topographique (Scan25)",
"type": "tms",
"url": "https://wxs.ign.fr/{keys_ignf}/geoportail/wmts?LAYER=GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN25TOUR&EXCEPTIONS=text/xml&FORMAT=image/jpeg&SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&STYLE=normal&TILEMATRIXSET=PM&TILEMATRIX={z}&TILEROW={y}&TILECOL={x}"
"url": "https://data.geopf.fr/private/wmts?LAYER=GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN25TOUR&EXCEPTIONS=text/xml&FORMAT=image/jpeg&SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&STYLE=normal&apikey={keys_ignf}&TILEMATRIXSET=PM&TILEMATRIX={z}&TILEROW={y}&TILECOL={x}"
},
"type": "Feature"
}
Expand Down

0 comments on commit c23d28f

Please sign in to comment.