parent
25ab9f943c
commit
f732db9fa3
1 changed files with 1 additions and 0 deletions
|
@ -301,6 +301,7 @@ L.U.FeatureMixin = {
|
||||||
toGeoJSON: function () {
|
toGeoJSON: function () {
|
||||||
var geojson = this.parentClass.prototype.toGeoJSON.call(this);
|
var geojson = this.parentClass.prototype.toGeoJSON.call(this);
|
||||||
geojson.properties = this.cloneProperties();
|
geojson.properties = this.cloneProperties();
|
||||||
|
delete geojson.properties._storage_options;
|
||||||
return geojson;
|
return geojson;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue