修改坐标位置

master
秦子超 2025-07-14 13:59:36 +08:00
parent daa7377159
commit 74ea9680df
3 changed files with 4 additions and 3 deletions

View File

@ -8213,8 +8213,8 @@
"adcd": null, "adcd": null,
"wscd": null, "wscd": null,
"importancy": 0, "importancy": 0,
"lgtd": 114.8812, "lgtd": 114.88085,
"lttd": 31.172, "lttd": 31.1725,
"elev": null, "elev": null,
"hasRz": false, "hasRz": false,
"type": "qx", "type": "qx",

View File

@ -210,7 +210,7 @@
"adcd": null, "adcd": null,
"wscd": null, "wscd": null,
"importancy": 0, "importancy": 0,
"lgtd": 114.8912, "lgtd": 114.8862,
"lttd": 31.1655, "lttd": 31.1655,
"elev": null, "elev": null,
"hasRz": true, "hasRz": true,

View File

@ -418,6 +418,7 @@ const map = {
Object.keys(DCPJ_TYPES).forEach(key => { Object.keys(DCPJ_TYPES).forEach(key => {
layerVisible['Dcpj_' + key + 'Layer'] = false; layerVisible['Dcpj_' + key + 'Layer'] = false;
}); });
dispatch.runtime.setHome();
} else if (id === 301) { } else if (id === 301) {
layerVisible = { layerVisible = {
RealDrpLayer: false, RealDrpLayer: false,