Skip to content

Commit

Permalink
index.js | update var map
Browse files Browse the repository at this point in the history
  • Loading branch information
MONTICOLO Julien committed Sep 4, 2024
1 parent ca2abe5 commit b6762b2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ maplibregl.addProtocol("pmtiles", protocol.tile);

let map = new maplibregl.Map({
container: "map",
zoom: 17,
center: [7.7345, 48.58496],
center: [7.73394, 48.5853],
hash: true,
pitchWithRotate: true,
style: "teritorio_tourism.json",
antialias: true,
zoom: 17,
bearing: 27,
pitch: 45
});

map.on("load", function () {
Expand Down

0 comments on commit b6762b2

Please sign in to comment.