|
@@ -2646,8 +2646,8 @@ export default {
|
|
|
data.pointTempList.push({
|
|
|
'inspectTypeId': currentData.typeId,
|
|
|
'layerName': currentData.layerName,
|
|
|
- 'lat': item.geometry.paths[0][1][0],
|
|
|
- 'lng': item.geometry.paths[0][1][1],
|
|
|
+ 'lat': item.geometry.paths[0][1][1],
|
|
|
+ 'lng': item.geometry.paths[0][1][0],
|
|
|
'pipeLength': listitem.pipelength,
|
|
|
'geometry': JSON.stringify({
|
|
|
paths: item.geometry.paths,
|