mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 19:01:08 +00:00
set but don't read tile inspector hash state; store max extent
This commit is contained in:
@@ -144,7 +144,7 @@ function MaplibreMap(props: { file: PMTiles }) {
|
||||
|
||||
map = new maplibregl.Map({
|
||||
container: mapContainerRef.current!,
|
||||
hash: true,
|
||||
hash: "map",
|
||||
zoom: 0,
|
||||
center: [0, 0],
|
||||
style: {
|
||||
|
||||
Reference in New Issue
Block a user