From fc07ac78ec021f54b4503be0a356f7a97a03a595 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Fri, 1 Nov 2024 11:37:02 +0400 Subject: [PATCH] Fix tiles url --- kat/styles/ortho.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kat/styles/ortho.json b/kat/styles/ortho.json index 5c83d7f..a74702a 100644 --- a/kat/styles/ortho.json +++ b/kat/styles/ortho.json @@ -1,11 +1,11 @@ { "version": 8, - "glyphs":"https://wxs.ign.fr/static/vectorTiles/fonts/{fontstack}/{range}.pbf", + "glyphs":"https://orangemug.github.io/font-glyphs/glyphs/{fontstack}/{range}.pbf", "sources": { "raster-tiles": { "type": "raster", "tiles": [ - "https://wxs.ign.fr/essentiels/geoportail/wmts?layer=ORTHOIMAGERY.ORTHOPHOTOS&style=normal&tilematrixset=PM&Service=WMTS&Request=GetTile&Version=1.0.0&Format=image%2Fjpeg&TileMatrix={z}&TileCol={x}&TileRow={y}" + "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}" ], "tileSize": 256, "attribution": "© IGN"