Skip to content

Commit

Permalink
try diff url
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaGeo committed Oct 4, 2023
1 parent 9c89012 commit 5a06cc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion radon/radon-maplibre.html
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down
2 changes: 1 addition & 1 deletion radon/radon-ol.html
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5a06cc5

Please sign in to comment.