修改车道面为车道中心线并在辅助表中存储

This commit is contained in:
qiji4215
2023-07-05 14:09:45 +08:00
parent e3a78aeb77
commit 7c57a451f1
7 changed files with 60 additions and 9 deletions

View File

@@ -269,7 +269,15 @@
"5001":{
"table": "OMDB_LANE_LINK_LG",
"code": 5001,
"name": "车道中心线"
"name": "车道中心线",
"transformer": [
{
"k": "geometry",
"v": "~",
"klib": "geometry",
"vlib": "generateAddWidthLine()"
}
]
},
"5002":{
"table": "OMDB_AREA",