This commit is contained in:
parent
d31ca1d967
commit
71db5daf80
|
@ -276,7 +276,7 @@ const ClearSubmit = () => {
|
||||||
const mapClick=(res)=>{
|
const mapClick=(res)=>{
|
||||||
// mapRef.value.mapOperations.removeLayer( state.wktPoint_Poly )
|
// mapRef.value.mapOperations.removeLayer( state.wktPoint_Poly )
|
||||||
changelatlon(res);
|
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)
|
// console.log(state.wktPoint_Poly)
|
||||||
}
|
}
|
||||||
const reviews = (index) => {
|
const reviews = (index) => {
|
||||||
|
|
Loading…
Reference in New Issue