From 89a3830c17536925c2208854f01e68498b870d27 Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 14 Nov 2022 11:23:11 +0530 Subject: [PATCH] chore: add mapbox globe view --- ui/src/Pages/PlacesPage/PlacesPage.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ui/src/Pages/PlacesPage/PlacesPage.tsx b/ui/src/Pages/PlacesPage/PlacesPage.tsx index e34132bc..c76f778d 100644 --- a/ui/src/Pages/PlacesPage/PlacesPage.tsx +++ b/ui/src/Pages/PlacesPage/PlacesPage.tsx @@ -43,6 +43,11 @@ const MapPage = () => { const { mapContainer, mapboxMap, mapboxToken } = useMapboxMap({ configureMapbox: configureMapbox({ mapboxData, dispatchMarkerMedia }), + mapboxOptions: { + projection: { + name: 'globe', + }, + }, }) urlPresentModeSetupHook({