This commit is contained in:
qiji4215
2023-04-25 17:59:17 +08:00
4 changed files with 34 additions and 33 deletions

View File

@@ -12,24 +12,33 @@
},
{
"table": "OMDB_RD_LINK_DIRECT",
"code": 2001,
"code": 2010,
"name": "道路方向"
},
{
"table": "OMDB_SPEEDLIMIT",
"code": 4002,
"name": "常规点限速"
},
{
"table": "OMDB_SPEEDLIMIT_COND",
"code": 2001,
"code": 4003,
"name": "条件点限速"
},
{
"table": "OMDB_SPEEDLIMIT_VAR",
"code": 2001,
"code": 4004,
"name": "可变点限速"
},
{
"table": "OMDB_SPEEDLIMIT",
"code": 2001,
"name": "常规点限速"
}
{
"table": "OMDB_LANE_LG_LINK",
"code": 5001,
"name": "车道中心线"
},
{
"table": "OMDB_LANE_NUM",
"code": 5002,
"name": "车道数"
}
]
}

View File

@@ -84,8 +84,7 @@ class PersonalCenterFragment : BaseFragment(), FSAFActivityCallbacks {
override fun onResult(uri: Uri) {
val file = UriUtils.uri2File(uri)
val importOMDBHelper: ImportOMDBHelper =
importOMDBHiltFactory.obtainImportOMDBHelper(
val importOMDBHelper: ImportOMDBHelper = importOMDBHiltFactory.obtainImportOMDBHelper(
requireContext(),
file
)