|
@ -33,7 +33,7 @@ export const useMapStore = create<MapState>(() => ({ |
|
|
currentY: undefined, |
|
|
currentY: undefined, |
|
|
currentCoordinate: null, |
|
|
currentCoordinate: null, |
|
|
statusText: '', |
|
|
statusText: '', |
|
|
satMapsProvider: 'custom', |
|
|
|
|
|
|
|
|
satMapsProvider: 'google', |
|
|
selectedObjectType: null, |
|
|
selectedObjectType: null, |
|
|
})); |
|
|
})); |
|
|
|
|
|
|
|
|