- blender/generate_nantaizi.py → blender/generate_scene.py(去硬编码路径, --geojson 改为可选,--office-overrides 替代硬编码 way ID) - blender/export_cesium.py CLI 参数改为必传,修复隐藏物体导出崩溃 - blender/README.md 重写为中文通用文档 - config/default.json 路径改为占位符,template.json 新增 blender 配置块 - scripts/build-osm2streets-qgis.js 新增 layerPrefix 配置驱动 QGIS 图层名 - package.json name → osm-gis-pipeline - README.md 重写并增加实际运行示例
12 lines
229 B
JSON
12 lines
229 B
JSON
{
|
|
"name": "osm-gis-pipeline",
|
|
"version": "0.2.0",
|
|
"private": true,
|
|
"type": "commonjs",
|
|
"scripts": {
|
|
"build": "node scripts/build-osm2streets-qgis.js"
|
|
},
|
|
"dependencies": {
|
|
"osm2streets-js-node": "0.1.4"
|
|
}
|
|
} |