vue-geojson-view-ts 1.2.2 → 1.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6439,7 +6439,7 @@ const fa = Gi({
|
|
|
6439
6439
|
const s = U.geoJSON().addTo(this.mapRender);
|
|
6440
6440
|
return this.featuresData.eachLayer((c) => {
|
|
6441
6441
|
s.addLayer(c);
|
|
6442
|
-
}), JSON.stringify(s.toGeoJSON());
|
|
6442
|
+
}), JSON.stringify([s.toGeoJSON()]);
|
|
6443
6443
|
},
|
|
6444
6444
|
triggerSaveEdit() {
|
|
6445
6445
|
var l, c, d;
|