From 10dca681506f89ebae7dfc48246dc37ae45c3538 Mon Sep 17 00:00:00 2001 From: KoalaGeo Date: Wed, 4 Oct 2023 09:30:47 +0100 Subject: [PATCH] update --- radon/radon-maplibre.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radon/radon-maplibre.html b/radon/radon-maplibre.html index 52bf453..76600d1 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://koalageo.github.io/QGIS-Leaflet-Maps/radon/radon_v2.pmtiles"; + let PMTILES_URL = "https://protomaps.github.io/PMTiles/protomaps(vector)ODbL_firenze.pmtiles"; const p = new pmtiles.PMTiles(PMTILES_URL);