Skip to content

Commit

Permalink
Remove "https" from map url
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrucs committed Dec 6, 2023
1 parent 84351e6 commit 5a7d398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/config/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"mapSatelliteLayers": [
{
"url": "https://data.geopf.fr/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=ORTHOIMAGERY.ORTHOPHOTOS&STYLE=normal&FORMAT=image/jpeg&TILEMATRIXSET=PM&TILEMATRIX={z}&TILEROW={y}&TILECOL={x}",
"url": "//data.geopf.fr/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=ORTHOIMAGERY.ORTHOPHOTOS&STYLE=normal&FORMAT=image/jpeg&TILEMATRIXSET=PM&TILEMATRIX={z}&TILEROW={y}&TILECOL={x}",
"options": {
"attribution": "Orthophotos - © IGN"
}
Expand Down

0 comments on commit 5a7d398

Please sign in to comment.