Sacha Weatherstone
4 years ago
No known key found for this signature in database
GPG Key ID: 7AB2D7E206124B31
1 changed files with
4 additions and
0 deletions
-
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 |
|
|
|
|