@artstesh/maps 4.1.3 → 4.1.4

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.
@@ -169,6 +169,8 @@ class PolygonModel {
169
169
  this.info = info;
170
170
  this.id = id == null ? IdGenerator.get() : id;
171
171
  this._feature = feature;
172
+ if (this.info)
173
+ this._feature?.set(MapConstants.FeatureInfo, this.info);
172
174
  [this.lng, this.lat] = getCenter(this._feature.getGeometry()?.getExtent());
173
175
  }
174
176
  get feature() {