Refine GPS trace cleanup and marker rendering

This commit is contained in:
2026-03-24 14:40:34 +08:00
parent 2cf0bb76b4
commit 71ad6c6535
4 changed files with 41 additions and 7 deletions

View File

@@ -31,7 +31,7 @@ type MapPageData = MapEngineViewState & {
showRightButtonGroups: boolean
showBottomDebugButton: boolean
}
const INTERNAL_BUILD_VERSION = 'map-build-172'
const INTERNAL_BUILD_VERSION = 'map-build-175'
const REMOTE_GAME_CONFIG_URL = 'https://oss-mbh5.colormaprun.com/wxmini/test/game.json'
let mapEngine: MapEngine | null = null
function buildSideButtonVisibility(mode: SideButtonMode) {
@@ -525,6 +525,12 @@ Page({
}
},
handleClearMapTestArtifacts() {
if (mapEngine) {
mapEngine.handleClearMapTestArtifacts()
}
},
handleOverlayTouch() {},
handlePunchAction() {