Skip to content

Commit

Permalink
wip: debug zoom
Browse files Browse the repository at this point in the history
  • Loading branch information
jaanphare committed Apr 13, 2024
1 parent e8e4e6c commit 81a2f01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ toc: false

```js
const center = [40.7,-74];
const zoom = 10.5;
const zoom = 0.5;
```

```js
Expand All @@ -70,7 +70,7 @@ maplibregl.addProtocol("pmtiles",protocol.tile);

```js
const div = display(document.createElement("div"));
div.style = "height: 400px;";
div.style = "height: 600px;";
const map = new maplibregl.Map({
container: div,
zoom: zoom - 1,
Expand Down

0 comments on commit 81a2f01

Please sign in to comment.