fix: 增加道路面渲染
This commit is contained in:
@@ -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>()
|
||||
|
||||
Reference in New Issue
Block a user