src/components/LayerController/service/LayerFactory.js
@@ -193,8 +193,10 @@ point = lineString[parseInt(lineString.length / 2)][0] break } console.log(point) window.map.flyTo(point.reverse(), 17) if (point.length > 2) { point.splice(2, 1) } window.map.setView(point.reverse(), 17) code && this.openPopup(code, feature.id) }