surprise
2024-01-09 9398f14feea7ad8b7d00ce7d2bb2e5362cec59d3
src/assets/js/Layer/mapViewer.js
@@ -37,14 +37,16 @@
                store.state.isShowMeasureCoord= true;
            }
            if (Cesium.defined(nPickFeature)) {
                if(nPickFeature.id && nPickFeature.id.properties){
                    console.log(nPickFeature)
                    mapInfo.setGeoJsonInfo(nPickFeature.id.properties)
                }else if(nPickFeature && nPickFeature.getProperty("name") == "DLJQT0007"){
                    store.state.isShowVideo= true;
                }
            }
            if(store.state.isQueryFalag){
                console.log(coordinate)
                store.state.isQyeryCoord = coordinate;
            }