update all github pages URLs. (#406)

This commit is contained in:
Brandon Liu
2024-06-08 10:22:27 -06:00
committed by GitHub
parent f50fc8bdf0
commit d16faa2658
6 changed files with 12 additions and 13 deletions

View File

@@ -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://pmtiles.io/protomaps(vector)ODbL_firenze.pmtiles";
const p = new pmtiles.PMTiles(PMTILES_URL);