From 34291403f256a0ecd9587eb9cdaa9ccaba578cc6 Mon Sep 17 00:00:00 2001 From: Brandon Liu Date: Tue, 22 Nov 2022 02:11:18 +0800 Subject: [PATCH] fix JS maplibre example --- js/examples/maplibre.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/examples/maplibre.html b/js/examples/maplibre.html index c33e73e..df328cc 100644 --- a/js/examples/maplibre.html +++ b/js/examples/maplibre.html @@ -21,7 +21,7 @@ let protocol = new pmtiles.Protocol(); maplibregl.addProtocol("pmtiles",protocol.tile); - let PMTILES_URL = "protomaps(vector)ODbL_firenze.pmtiles"; + let PMTILES_URL = "https://protomaps.github.io/PMTiles/protomaps(vector)ODbL_firenze.pmtiles"; const p = new pmtiles.PMTiles(PMTILES_URL)