+
liuyg
2022-01-26 673974f85142758e31e474f125d73e67aa29546b
+
1 files modified
3 ■■■■ changed files
src/store/modules/mobile.js 3 ●●●● patch | view | raw | blame | history
src/store/modules/mobile.js
@@ -794,7 +794,8 @@
        commit("removerPolyLineIcon");
        state.drawALineLayerIcon = new global.DC.VectorLayer("pointLayer");
        state.mviewer.addLayer(state.drawALineLayerIcon);
        let post = Str.split(";")[0].split(",");
        let useStr = Str.split(";");
        let post = useStr[useStr.length - 1].split(",");
        let position = new global.DC.Position(post[0], post[1]);
        let billboard = new global.DC.Billboard(
          position,