|
@@ -374,7 +374,7 @@ export default {
|
|
type: data.properties.title,
|
|
type: data.properties.title,
|
|
des: data.properties.desc,
|
|
des: data.properties.desc,
|
|
geojson: v.geojson,
|
|
geojson: v.geojson,
|
|
- geometryChecked: false,
|
|
|
|
|
|
+ geometryChecked: true,
|
|
featureType: data.properties.featureType,
|
|
featureType: data.properties.featureType,
|
|
};
|
|
};
|
|
});
|
|
});
|
|
@@ -651,7 +651,6 @@ export default {
|
|
this.$store.state.mapMethodsCollection
|
|
this.$store.state.mapMethodsCollection
|
|
.get("RENDER")
|
|
.get("RENDER")
|
|
.drawGeometry(geoType, data);
|
|
.drawGeometry(geoType, data);
|
|
- data.geometryChecked = true
|
|
|
|
|
|
|
|
this.tableType = "personal";
|
|
this.tableType = "personal";
|
|
this.boxWidth = "300";
|
|
this.boxWidth = "300";
|