From 77c6eb1b75c68a348c215c0fb0f2ee86cc80bd52 Mon Sep 17 00:00:00 2001 From: elias couppe Date: Thu, 4 Apr 2024 10:49:53 +0200 Subject: [PATCH] fix(it:samples): mauvaises URL sur ressources IGN --- samples-src/resources/itowns/JSONLayers/Ortho.json | 2 +- samples-src/resources/itowns/JSONLayers/PlanIgnV2.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples-src/resources/itowns/JSONLayers/Ortho.json b/samples-src/resources/itowns/JSONLayers/Ortho.json index 94cff14b..37cb7dc2 100644 --- a/samples-src/resources/itowns/JSONLayers/Ortho.json +++ b/samples-src/resources/itowns/JSONLayers/Ortho.json @@ -3,7 +3,7 @@ "id": "Ortho", "source": { "protocol": "wmts", - "url": "https://data.geopf/wmts", + "url": "https://data.geopf.fr/wmts", "crs" : "EPSG:3857", "updateStrategy": { "type": "0", diff --git a/samples-src/resources/itowns/JSONLayers/PlanIgnV2.json b/samples-src/resources/itowns/JSONLayers/PlanIgnV2.json index 25930f90..5b799178 100644 --- a/samples-src/resources/itowns/JSONLayers/PlanIgnV2.json +++ b/samples-src/resources/itowns/JSONLayers/PlanIgnV2.json @@ -4,7 +4,7 @@ "fx" : 2.5, "source": { "protocol": "wmts", - "url": "https://data.geopf/wmts", + "url": "https://data.geopf.fr/wmts", "updateStrategy": { "type": 0, "options": {}