Skip to content

Commit

Permalink
Update index.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
efish2002 authored Dec 6, 2023
1 parent f333040 commit 9658811
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/RunMap/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,13 @@ const RunMap = ({
{...viewport}
width="100%"
height={MAP_HEIGHT}
mapStyle="mapbox://styles/mapbox/dark-v11"
//mapStyle="mapbox://styles/mapbox/dark-v11"
// mapStyle="mapbox://styles/gaohao526/climhvcjn015b01qhb3ek9ann"
//mapStyle="mapbox://styles/mapbox/satellite-v9"
maxPitch={85}
mapStyle="mapbox://styles/mapbox/satellite-v9"
mapboxAccessToken={TOKEN}
terrain={{source: 'mapbox-dem', exaggeration: 1.5}}
onViewportChange={setViewport}
ref={mapRefCallback}
mapboxApiAccessToken={MAPBOX_TOKEN}
Expand Down

0 comments on commit 9658811

Please sign in to comment.