From 166c9a4f2ca61f34b4a0ec5a6e7ff02160c287e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gao=20Hao=20=28=E9=AB=98=E6=B5=A9=29?= Date: Wed, 6 Dec 2023 12:10:16 +0800 Subject: [PATCH] Update index.jsx --- src/components/RunMap/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/RunMap/index.jsx b/src/components/RunMap/index.jsx index 78970689559..d1d0a6b7c41 100644 --- a/src/components/RunMap/index.jsx +++ b/src/components/RunMap/index.jsx @@ -82,7 +82,7 @@ const RunMap = ({ //mapStyle="mapbox://styles/mapbox/satellite-v9" maxPitch={85} mapStyle="mapbox://styles/mapbox/satellite-v9" - mapboxAccessToken={TOKEN} + // mapboxAccessToken={TOKEN} terrain={{source: 'mapbox-dem', exaggeration: 1.5}} onViewportChange={setViewport} ref={mapRefCallback}