diff --git a/src/components/Map/popup.vue b/src/components/Map/popup.vue index 0c99a30..5e3d732 100644 --- a/src/components/Map/popup.vue +++ b/src/components/Map/popup.vue @@ -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 @@ }); -