diff --git a/src/components/Map/popup.vue b/src/components/Map/popup.vue index 367ac54..5e3d732 100644 --- a/src/components/Map/popup.vue +++ b/src/components/Map/popup.vue @@ -5,9 +5,9 @@
{{ AllData.dataList.roadName }}
- + -->
{ bus.on("popupcontent", (params) => { @@ -85,7 +85,7 @@ AllData.dataList.rainpump = JSON.parse(AllData.dataList.rainpump); AllData.dataList.sweagepump = JSON.parse(AllData.dataList.sweagepump); } - AllData.dataList.geometry = `POINT(${params.point.join(' ')})` + AllData.dataList.geometry = `POINT(${params.point.join(" ")})`; window.pipePopup = new mapboxL7.Popup({ html: pipePopupDiv, lngLat: { @@ -124,7 +124,11 @@ }); - diff --git a/src/components/Map/popup.vue b/src/components/Map/popup.vue index 367ac54..5e3d732 100644 --- a/src/components/Map/popup.vue +++ b/src/components/Map/popup.vue @@ -5,9 +5,9 @@
{{ AllData.dataList.roadName }}
- +
-->
{ bus.on("popupcontent", (params) => { @@ -85,7 +85,7 @@ AllData.dataList.rainpump = JSON.parse(AllData.dataList.rainpump); AllData.dataList.sweagepump = JSON.parse(AllData.dataList.sweagepump); } - AllData.dataList.geometry = `POINT(${params.point.join(' ')})` + AllData.dataList.geometry = `POINT(${params.point.join(" ")})`; window.pipePopup = new mapboxL7.Popup({ html: pipePopupDiv, lngLat: { @@ -124,7 +124,11 @@ }); - diff --git a/src/views/pictureOnMap/page/DrainageSystem/index.vue b/src/views/pictureOnMap/page/DrainageSystem/index.vue index 7f0a106..0bd18bd 100644 --- a/src/views/pictureOnMap/page/DrainageSystem/index.vue +++ b/src/views/pictureOnMap/page/DrainageSystem/index.vue @@ -17,9 +17,9 @@