feat: make native road pipeline the default

This commit is contained in:
2026-08-18 14:15:08 +08:00
parent e9ab1f03eb
commit 9e0e25aadf
16 changed files with 134 additions and 82 deletions

View File

@@ -5,7 +5,7 @@
"qgisApp": "/Applications/QGIS.app",
"blenderApp": "/Applications/Blender.app",
"stages": {
"intermediates": true,
"intermediates": false,
"blender": true,
"cesium": true
},

View File

@@ -5,7 +5,7 @@
"qgisApp": "/Applications/QGIS.app",
"blenderApp": "/Applications/Blender.app",
"stages": {
"intermediates": true,
"intermediates": false,
"blender": true,
"cesium": true
},
@@ -36,6 +36,7 @@
},
"blender": {
"treeStyle": "shapespark",
"officeOverrides": ""
"officeOverrides": "",
"roadProvider": "native"
}
}