From 5a06cc52fb6ebef43b78ee45fd02f8e5ffe4fdfb Mon Sep 17 00:00:00 2001 From: KoalaGeo Date: Wed, 4 Oct 2023 09:28:51 +0100 Subject: [PATCH] try diff url --- radon/radon-maplibre.html | 2 +- radon/radon-ol.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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