mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 19:01:08 +00:00
inspector: default to map view with tile boundaries [#49]
This commit is contained in:
@@ -114,6 +114,7 @@ function MaplibreMap(props: { file: PMTiles }) {
|
||||
layers: [],
|
||||
},
|
||||
});
|
||||
map.showTileBoundaries = true;
|
||||
map.addControl(new maplibregl.NavigationControl({}));
|
||||
map.on("load", map.resize);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user