Browse Source

fix: change initial map zoom

pull/153/head
Kette N. Krad 2 years ago
parent
commit
4c6e683009
  1. 3
      src/pages/Map.tsx

3
src/pages/Map.tsx

@ -131,7 +131,8 @@ export const MapPage = (): JSX.Element => {
dragRotate={false} dragRotate={false}
touchZoomRotate={false} touchZoomRotate={false}
initialViewState={{ initialViewState={{
latitude: 50, zoom: 1.5,
latitude: 35,
longitude: 0, longitude: 0,
}} }}
> >

Loading…
Cancel
Save