BUG 30044
This commit is contained in:
@@ -118,7 +118,6 @@ export default {
|
||||
})
|
||||
this.polyEditor.on('end', ({target}) => {
|
||||
if (target) {
|
||||
console.log(target.getPath())
|
||||
this.overlays.push(target);
|
||||
this.points = target.getPath().map(e => ({lat: e.getLat(), lng: e.getLng()}))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user