Skip to content

Commit

Permalink
Fix #9 by adding the zoom/lat/lng to the url bar.
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Clark committed Apr 25, 2024
1 parent 35ada36 commit 119cd98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/src/Map.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export default function Map() {
<div className="map">
<MapLibreMap
id="myMap"
hash={true}
initialViewState={INITIAL_VIEW_STATE}
mapStyle={pmTilesReady ? MAP_STYLE : undefined}
>
Expand Down

0 comments on commit 119cd98

Please sign in to comment.