feat: add magnetic declination north reference modes
This commit is contained in:
@@ -4,7 +4,7 @@ type MapPageData = MapEngineViewState & {
|
||||
showDebugPanel: boolean
|
||||
}
|
||||
|
||||
const INTERNAL_BUILD_VERSION = 'map-build-64'
|
||||
const INTERNAL_BUILD_VERSION = 'map-build-75'
|
||||
|
||||
let mapEngine: MapEngine | null = null
|
||||
|
||||
@@ -153,6 +153,12 @@ Page({
|
||||
}
|
||||
},
|
||||
|
||||
handleCycleNorthReferenceMode() {
|
||||
if (mapEngine) {
|
||||
mapEngine.handleCycleNorthReferenceMode()
|
||||
}
|
||||
},
|
||||
|
||||
handleAutoRotateCalibrate() {
|
||||
if (mapEngine) {
|
||||
mapEngine.handleAutoRotateCalibrate()
|
||||
|
||||
Reference in New Issue
Block a user