Your Name
2022-05-17 2e09a502c01e702a1d63a20c47b7e0a220e0c796
src/components/Tab/Plot.vue
@@ -193,7 +193,7 @@
                        })
                    }
                }
            },
            closeCreateHandle() {
@@ -233,21 +233,21 @@
                            },
                        },
                        (entity) => {
                            debugger
                            console.log(wutu3d.draw.attr.getCoordinates(entity));
                            this._initLabel();
                            this.$store.dispatch('map/updateTimestamp');
                            this.form = {
                                id:'',
                                etype:this.type,
                                "type": "Feature",
                                "properties":
                                "properties":
                                    JSON.stringify(entity.attribute),
                                "geometry": JSON.stringify({
                                "type": "Polygon",
                                "coordinates": [
                                    wutu3d.draw.attr.getCoordinates(entity)
                                    ]
                                })
                            }