igo2-lib
igo2-lib copied to clipboard
Geo/import-export - TypeError ol.getFeatures is not a function
ol.getFeatures is not a function
In ImportExportComponent:
if (data.featureInMapExtent) {
olFeatures = ol.getFeaturesInExtent(
lay.map.viewController.getExtent()
);
} else {
olFeatures = ol.getFeatures();
}
if (lay.dataSource instanceof ClusterDataSource) {
olFeatures = olFeatures.flatMap((cluster: any) =>
cluster.get('features')
);
Sentry issue: IGO2-FRONTEND-5F