diff --git a/ui/src/Pages/PlacesPage/PlacesPage.tsx b/ui/src/Pages/PlacesPage/PlacesPage.tsx index e34132b..c76f778 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({