feat: 增加数据预处理环节

This commit is contained in:
2023-05-22 10:16:17 +08:00
parent 73a85221fc
commit 1d3dcb1a2a
12 changed files with 205 additions and 67 deletions

View File

@@ -1,7 +1,5 @@
package com.navinfo.omqs
import io.realm.Realm
class Constant {
companion object {
/**
@@ -76,7 +74,7 @@ class Constant {
//选择拍照或者录像
const val SELECT_TAKEPHOTO_OR_RECORD = "select_takephoto_or_record"
const val OMDB_CONFIG = "omdb.config"
const val OMDB_CONFIG = "omdb_config.json"
const val OTHER_CONFIG = "other.config"
val OMDB_LAYER_VISIBLE_LIST: MutableList<String> = mutableListOf() // 记录OMDB数据显示的图层名称列表