fix: 增加道路面渲染

This commit is contained in:
2023-06-20 14:30:07 +08:00
parent dee79fd63a
commit ac6e3d577a
7 changed files with 90 additions and 11 deletions

View File

@@ -1,5 +1,7 @@
package com.navinfo.omqs
import com.navinfo.omqs.bean.ImportConfig
class Constant {
companion object {
/**
@@ -45,6 +47,11 @@ class Constant {
*/
lateinit var DOWNLOAD_PATH: String
/**
* 图层管理对应的配置
* */
var LAYER_CONFIG_LIST: List<ImportConfig>? = null
const val DEBUG = true
var IS_VIDEO_SPEED by kotlin.properties.Delegates.notNull<Boolean>()