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