[MapDataUpdate]高精地图数据采集代码提交

[MapDataUpdate]高精地图数据采集代码提交

[MapDataUpdate]移除Java接口

[MapDataUpdate]移除无用代码
This commit is contained in:
renwj
2022-02-15 17:11:40 +08:00
parent 80a363d399
commit 5294dc9c8b
11 changed files with 325 additions and 4 deletions

View File

@@ -329,6 +329,9 @@ public abstract class MainMoGoApplication extends AbsMogoApplication {
// 推送模块
MogoModulePaths.addModule(new MogoModule(PushUIConstants.PATH, "PUSH_UI"));
// 地图数据收集模块
MogoModulePaths.addModuleFunctionServer(new MogoModule(MogoServicePaths.PATH_MAP_DATA_COLLECT_PROVIDER, "MoGoMapDataCollector"));
if (!DebugConfig.isLauncher()) {
PersistentManager
.getInstance().initManager(this);