Merge pull request #774 from noel123007/chore/joe/add-globe-view

add globe view of mapbox in Places page
This commit is contained in:
Viktor Strate Kløvedal
2022-11-27 21:32:10 +01:00
committed by GitHub

View File

@@ -43,6 +43,11 @@ const MapPage = () => {
const { mapContainer, mapboxMap, mapboxToken } = useMapboxMap({ const { mapContainer, mapboxMap, mapboxToken } = useMapboxMap({
configureMapbox: configureMapbox({ mapboxData, dispatchMarkerMedia }), configureMapbox: configureMapbox({ mapboxData, dispatchMarkerMedia }),
mapboxOptions: {
projection: {
name: 'globe',
},
},
}) })
urlPresentModeSetupHook({ urlPresentModeSetupHook({