fix trafficlight ui problem

This commit is contained in:
zhongchao
2022-05-18 10:47:25 +08:00
parent 631ea91560
commit bf38c36780
3 changed files with 5 additions and 4 deletions

View File

@@ -51,7 +51,7 @@ class MoGoMapDataCollectProvider : IMoGoMapDataCollectProvider, OnTaskListener,
GatherApi.also { itx ->
itx.init(it,
GatherParams.init()
.setDebugMode(DebugConfig.isDebug())
.setDebugMode(false)
.setCoordinateType(GatherParams.COORDINATETYPE_GCJ02))
} })
executor.get()?.setOnTaskListener(this)