| src/components/map/main.vue | ●●●●● patch | view | raw | blame | history |
src/components/map/main.vue
@@ -246,7 +246,7 @@ this[type].getSource().addFeature(iconFeature) this.flyTo(Number(item.LGTD), Number(item.LTTD), 18) this.flyTo(Number(item.LGTD), Number(item.LTTD), 13) }, addLines (arr) { @@ -277,7 +277,7 @@ this.peopleLineAddlayer.getSource().addFeature(feature_LineString) this.flyTo(arr[Math.ceil(arr.length / 2)][0], arr[Math.ceil(arr.length / 2)][1], 15) this.flyTo(arr[Math.ceil(arr.length / 2)][0], arr[Math.ceil(arr.length / 2)][1], 13) }, addEntity (LGTD, LTTD) {