Skip to content

Commit

Permalink
build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon committed Aug 8, 2024
1 parent 957d54a commit 6a4f3d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/examples/maplibre.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
let protocol = new pmtiles.Protocol();
maplibregl.addProtocol("pmtiles",protocol.tile);

// pmtiles extract https://build.protomaps.com/20240807.pmtiles my_area.pmtiles --bbox=11.221144,43.745121,11.287543,43.789306
let PMTILES_URL = "https://pmtiles.io/protomaps(vector)ODbL_firenze.pmtiles";

const p = new pmtiles.PMTiles(PMTILES_URL);
Expand Down

0 comments on commit 6a4f3d2

Please sign in to comment.