北京经济技术开发区经开区虚拟城市项目-【前端】--政府服务中心-1号屏Web
rpc
lixuliang
2023-10-08 87b6f0f45fdaf01ddf96122e26ef25d0cd865972
rpc
已修改1个文件
7 ■■■■ 文件已修改
src/assets/js/rpc.js 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/assets/js/rpc.js
@@ -178,7 +178,9 @@
    // 显示地块范围
    getLandmass(res) {
        let that = this;
        // 划线
        if (res.tpye == "园区") {
        } else if (res.tpye == "地块") {
        getDiKuanFanWei(res.lon, res.lat).then(response => {
            let center = { lon: 0, lat: 0 };
            let polygon = that.read(response.geometry);
@@ -208,6 +210,7 @@
                );
            }
        });
        }
    },
    read(wkt) {
@@ -634,7 +637,7 @@
        });
        setTimeout(() => {
            this.setClearPointFly();
        }, 5000);
        }, 8000);
    },
    changeCameraHeading(res) {
        var nextIndex = this.marksIndex + 1;