diff --git a/radon/radon-maplibre.html b/radon/radon-maplibre.html index 76600d1..52bf453 100644 --- a/radon/radon-maplibre.html +++ b/radon/radon-maplibre.html @@ -21,7 +21,7 @@ let protocol = new pmtiles.Protocol(); maplibregl.addProtocol("pmtiles",protocol.tile); - let PMTILES_URL = "https://protomaps.github.io/PMTiles/protomaps(vector)ODbL_firenze.pmtiles"; + let PMTILES_URL = "https://koalageo.github.io/QGIS-Leaflet-Maps/radon/radon_v2.pmtiles"; const p = new pmtiles.PMTiles(PMTILES_URL); diff --git a/radon/radon-ol.html b/radon/radon-ol.html index bd130c9..e4a6c68 100644 --- a/radon/radon-ol.html +++ b/radon/radon-ol.html @@ -60,7 +60,7 @@ const vectorLayer = new ol.layer.VectorTile({ declutter: true, source: new olpmtiles.PMTilesVectorSource({ - url: "radon_v2.pmtiles", + url: "https://koalageo.github.io/QGIS-Leaflet-Maps/radon/radon_v2.pmtiles", attributions: ["© British Geological Survey"] }), style: getStyle // Use the custom style function for styling