mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 21:09:05 +00:00
Merge pull request #774 from noel123007/chore/joe/add-globe-view
add globe view of mapbox in Places page
This commit is contained in:
@@ -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({
|
||||||
|
|||||||
Reference in New Issue
Block a user