渲染表增加任务id和显示缩放级别控制

This commit is contained in:
qiji4215
2023-07-26 10:21:50 +08:00
parent 17524bbabb
commit 43bd63a397
117 changed files with 2268 additions and 276 deletions

View File

@@ -115,6 +115,8 @@ class ImportConfig {
class TableInfo {
val table: String = ""
val code: Int = 0
val zoomMin: Int = 18
val zoomMax: Int = 23
val name: String = ""
var checked : Boolean = true
var transformer: MutableList<Transform> = mutableListOf()