- tile-cache: 瓦片缓存服务(vec/cva)、启动探针、详细日志、上游超时可配置(UPSTREAM_TIMEOUT_MS) - central: docker-compose 集成 tile-cache,env.example 增加 TILE_CACHE_* / TIANDITU_TK - topology-editor: 天地图/缓存加载、GPS 安全来源错误提示、TIANDITU 文档(403/白名单、localhost 测试说明) - doc: README 部署步骤与 GPS 安全来源说明,TIANDITU_CONFIG 完善 Co-authored-by: Cursor <cursoragent@cursor.com>
14 lines
361 B
JSON
14 lines
361 B
JSON
{
|
||
"name": "topology-editor",
|
||
"version": "0.1.0",
|
||
"description": "拓扑标注助手:上传/下载 targets.csv,H5 采集 GPS 与地图校验。可与 central-server 或 edge-agent 同机运行。",
|
||
"main": "server.js",
|
||
"scripts": {
|
||
"start": "node server.js"
|
||
},
|
||
"dependencies": {
|
||
"express": "^4.19.2",
|
||
"multer": "^1.4.5-lts.1"
|
||
}
|
||
}
|