Merge pull request #153 from emailvomitcomet/enable-map-control

Enable map control
This commit is contained in:
Sacha Weatherstone
2024-01-24 00:19:46 +10:00
committed by GitHub

View File

@@ -73,9 +73,9 @@ export const MapPage = (): JSX.Element => {
}, [map]);
useEffect(() => {
if (map) {
map?.on("load", () => {
getBBox();
}
});
}, [map, getBBox]);
return (
@@ -131,9 +131,9 @@ export const MapPage = (): JSX.Element => {
dragRotate={false}
touchZoomRotate={false}
initialViewState={{
zoom: 10,
latitude: -38,
longitude: 145,
zoom: 1.6,
latitude: 35,
longitude: 0,
}}
>
{waypoints.map((wp) => (