From e1ad5b3634f556c3286694c3d0c7b86360fa823c Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Sat, 10 Dec 2022 13:36:14 +1000 Subject: [PATCH] fix map --- src/pages/Map.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pages/Map.tsx b/src/pages/Map.tsx index 77113d20..3b311089 100644 --- a/src/pages/Map.tsx +++ b/src/pages/Map.tsx @@ -74,6 +74,10 @@ export const MapPage = (): JSX.Element => { mapStyle="https://raw.githubusercontent.com/hc-oss/maplibre-gl-styles/master/styles/osm-mapnik/v8/default.json" mapLib={maplibregl} attributionControl={false} + renderWorldCopies={false} + maxPitch={0} + dragRotate={false} + touchZoomRotate={false} > {waypoints.map((wp) => (