Browse Source

fix map

pull/66/head
Sacha Weatherstone 4 years ago
parent
commit
e1ad5b3634
No known key found for this signature in database GPG Key ID: 7AB2D7E206124B31
  1. 4
      src/pages/Map.tsx

4
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) => (
<Marker

Loading…
Cancel
Save