@igo2/integration 19.0.0-next.11 → 19.0.0-next.12

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.
@@ -2367,7 +2367,7 @@ let SpatialFilterToolComponent = class SpatialFilterToolComponent {
2367
2367
  dataProjection: feature.projection,
2368
2368
  featureProjection: this.map.projection
2369
2369
  });
2370
- moveToOlFeatures(this.map.viewController, [olFeature], FeatureMotion.Zoom);
2370
+ moveToOlFeatures(this.map.viewController, olFeature, FeatureMotion.Zoom);
2371
2371
  }
2372
2372
  }
2373
2373
  pushLayer(layer) {
@@ -5304,7 +5304,7 @@ let SearchResultsToolComponent = class SearchResultsToolComponent {
5304
5304
  dataProjection: this.feature.projection,
5305
5305
  featureProjection: this.map.projectionCode
5306
5306
  });
5307
- moveToOlFeatures(this.map.viewController, [localOlFeature], FeatureMotion.Zoom);
5307
+ moveToOlFeatures(this.map.viewController, localOlFeature, FeatureMotion.Zoom);
5308
5308
  }
5309
5309
  }
5310
5310
  /**