This commit is contained in:
刘旋 2023-04-23 16:54:46 +08:00
parent d31ca1d967
commit 71db5daf80
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ const ClearSubmit = () => {
const mapClick=(res)=>{
// mapRef.value.mapOperations.removeLayer( state.wktPoint_Poly )
changelatlon(res);
state.wktPoint_Poly=mapRef.value.mapOperations.addInteractMarker(res.latlng.lat.toFixed(3),res.latlng.lng.toFixed(3))
mapRef.value.mapOperations.addInteractMarker(res.latlng.lat.toFixed(3),res.latlng.lng.toFixed(3))
// console.log(state.wktPoint_Poly)
}
const reviews = (index) => {