|
|
@@ -36,10 +36,12 @@ import { RotationResetComponent } from './components/aol/rotation-reset/rotation
|
|
|
|
import { ZoomToExtentComponent } from './components/aol/zoom-to-extent/zoom-to-extent.component';
|
|
|
|
import { ZoomToExtentComponent } from './components/aol/zoom-to-extent/zoom-to-extent.component';
|
|
|
|
import { FeatureListContainerComponent } from './components/feature-list-container/feature-list-container.component';
|
|
|
|
import { FeatureListContainerComponent } from './components/feature-list-container/feature-list-container.component';
|
|
|
|
import { FeatureListCropfieldComponent } from './components/feature-list-cropfield/feature-list-cropfield.component';
|
|
|
|
import { FeatureListCropfieldComponent } from './components/feature-list-cropfield/feature-list-cropfield.component';
|
|
|
|
|
|
|
|
import { FeatureListObservationComponent } from './components/feature-list-observation/feature-list-observation.component';
|
|
|
|
import { FeatureListCroppingschemeComponent } from './components/feature-list-croppingscheme/feature-list-croppingscheme.component';
|
|
|
|
import { FeatureListCroppingschemeComponent } from './components/feature-list-croppingscheme/feature-list-croppingscheme.component';
|
|
|
|
import { FeatureListFeatureContainerComponent } from './components/feature-list-feature-container/feature-list-feature-container.component';
|
|
|
|
import { FeatureListFeatureContainerComponent } from './components/feature-list-feature-container/feature-list-feature-container.component';
|
|
|
|
import { FeatureListFeatureCropfieldComponent } from './components/feature-list-feature-cropfield/feature-list-feature-cropfield.component';
|
|
|
|
import { FeatureListFeatureCropfieldComponent } from './components/feature-list-feature-cropfield/feature-list-feature-cropfield.component';
|
|
|
|
import { FeatureListFeatureCroppingschemeComponent } from './components/feature-list-feature-croppingscheme/feature-list-feature-croppingscheme.component';
|
|
|
|
import { FeatureListFeatureCroppingschemeComponent } from './components/feature-list-feature-croppingscheme/feature-list-feature-croppingscheme.component';
|
|
|
|
|
|
|
|
import { FeatureListFeatureObservationComponent } from './components/feature-list-feature-observation/feature-list-feature-observation.component';
|
|
|
|
import { AbstractFeatureListFeatureComponent, FeatureListFeatureComponent } from './components/feature-list-feature/feature-list-feature.component';
|
|
|
|
import { AbstractFeatureListFeatureComponent, FeatureListFeatureComponent } from './components/feature-list-feature/feature-list-feature.component';
|
|
|
|
import { AbstractFeatureListComponent, FeatureListComponent } from './components/feature-list/feature-list.component';
|
|
|
|
import { AbstractFeatureListComponent, FeatureListComponent } from './components/feature-list/feature-list.component';
|
|
|
|
import { GeometryThumbnailComponent } from './components/feature-thumbnail/feature-thumbnail.component';
|
|
|
|
import { GeometryThumbnailComponent } from './components/feature-thumbnail/feature-thumbnail.component';
|
|
|
@@ -105,7 +107,7 @@ const metaReducers: Array<MetaReducer<any, any>> = [LocalStorageSync];
|
|
|
|
|
|
|
|
|
|
|
|
export {
|
|
|
|
export {
|
|
|
|
AbstractFeatureListComponent,
|
|
|
|
AbstractFeatureListComponent,
|
|
|
|
AbstractFeatureListFeatureComponent, AbstractItemListComponent, AbstractItemListItemComponent, AbstractItemWidgetComponent, AbstractSelectedItemComponent, DeviceOrientationService, FeatureIconService, FeatureListComponent, FeatureListContainerComponent, FeatureListCropfieldComponent, FeatureListCroppingschemeComponent, FeatureListFeatureComponent, FeatureListFeatureContainerComponent, FeatureListFeatureCropfieldComponent, FeatureListFeatureCroppingschemeComponent, FileDropTargetComponent, ForChild,
|
|
|
|
AbstractFeatureListFeatureComponent, AbstractItemListComponent, AbstractItemListItemComponent, AbstractItemWidgetComponent, AbstractSelectedItemComponent, DeviceOrientationService, FeatureIconService, FeatureListComponent, FeatureListContainerComponent, FeatureListCropfieldComponent, FeatureListObservationComponent, FeatureListCroppingschemeComponent, FeatureListFeatureComponent, FeatureListFeatureContainerComponent, FeatureListFeatureCropfieldComponent, FeatureListFeatureObservationComponent, FeatureListFeatureCroppingschemeComponent, FileDropTargetComponent, ForChild,
|
|
|
|
ForItemType, ForPackage, ForSourceTask, GeolocationService, GeometryThumbnailComponent, GpsLocation, IClickedFeature, ifZoomToShowDirective, IItemLayer, IMapState, IPeriodState, ISelectedFeatures, ItemLayer, ItemLayersComponent, ItemListComponent, ItemListItemComponent,
|
|
|
|
ForItemType, ForPackage, ForSourceTask, GeolocationService, GeometryThumbnailComponent, GpsLocation, IClickedFeature, ifZoomToShowDirective, IItemLayer, IMapState, IPeriodState, ISelectedFeatures, ItemLayer, ItemLayersComponent, ItemListComponent, ItemListItemComponent,
|
|
|
|
ItemListItemContainerComponent, ITemporalItemLayer, ItemVectorSourceComponent, ItemWidgetListComponent, LayerListComponent, LayerSwitcher, LayerVectorImageComponent, LegendComponent, mapActions, MapComponent, mapEffects,
|
|
|
|
ItemListItemContainerComponent, ITemporalItemLayer, ItemVectorSourceComponent, ItemWidgetListComponent, LayerListComponent, LayerSwitcher, LayerVectorImageComponent, LegendComponent, mapActions, MapComponent, mapEffects,
|
|
|
|
mapReducers, MapSearchComponent, MetaDataModalComponent, PanToLocation, RotationResetComponent, SelectedItemComponent, SelectedItemContainerComponent, SelectedItemCropfieldComponent,
|
|
|
|
mapReducers, MapSearchComponent, MetaDataModalComponent, PanToLocation, RotationResetComponent, SelectedItemComponent, SelectedItemContainerComponent, SelectedItemCropfieldComponent,
|
|
|
@@ -142,10 +144,12 @@ export {
|
|
|
|
FeatureListContainerComponent,
|
|
|
|
FeatureListContainerComponent,
|
|
|
|
FeatureListCroppingschemeComponent,
|
|
|
|
FeatureListCroppingschemeComponent,
|
|
|
|
FeatureListCropfieldComponent,
|
|
|
|
FeatureListCropfieldComponent,
|
|
|
|
|
|
|
|
FeatureListObservationComponent,
|
|
|
|
FeatureListFeatureContainerComponent,
|
|
|
|
FeatureListFeatureContainerComponent,
|
|
|
|
FeatureListFeatureComponent,
|
|
|
|
FeatureListFeatureComponent,
|
|
|
|
FeatureListFeatureCroppingschemeComponent,
|
|
|
|
FeatureListFeatureCroppingschemeComponent,
|
|
|
|
FeatureListFeatureCropfieldComponent,
|
|
|
|
FeatureListFeatureCropfieldComponent,
|
|
|
|
|
|
|
|
FeatureListFeatureObservationComponent,
|
|
|
|
SelectedItemContainerComponent,
|
|
|
|
SelectedItemContainerComponent,
|
|
|
|
SelectedItemComponent,
|
|
|
|
SelectedItemComponent,
|
|
|
|
SelectedItemCropfieldComponent,
|
|
|
|
SelectedItemCropfieldComponent,
|
|
|
@@ -178,6 +182,7 @@ export {
|
|
|
|
LayerSwitcher,
|
|
|
|
LayerSwitcher,
|
|
|
|
FeatureListFeatureComponent,
|
|
|
|
FeatureListFeatureComponent,
|
|
|
|
FeatureListFeatureCropfieldComponent,
|
|
|
|
FeatureListFeatureCropfieldComponent,
|
|
|
|
|
|
|
|
FeatureListFeatureObservationComponent,
|
|
|
|
FeatureListFeatureCroppingschemeComponent,
|
|
|
|
FeatureListFeatureCroppingschemeComponent,
|
|
|
|
SelectedItemContainerComponent,
|
|
|
|
SelectedItemContainerComponent,
|
|
|
|
SelectedItemComponent,
|
|
|
|
SelectedItemComponent,
|
|
|
@@ -201,6 +206,7 @@ export {
|
|
|
|
FeatureListContainerComponent,
|
|
|
|
FeatureListContainerComponent,
|
|
|
|
FeatureListCroppingschemeComponent,
|
|
|
|
FeatureListCroppingschemeComponent,
|
|
|
|
FeatureListCropfieldComponent,
|
|
|
|
FeatureListCropfieldComponent,
|
|
|
|
|
|
|
|
FeatureListObservationComponent,
|
|
|
|
FeatureListFeatureContainerComponent,
|
|
|
|
FeatureListFeatureContainerComponent,
|
|
|
|
ZoomToExtentComponent,
|
|
|
|
ZoomToExtentComponent,
|
|
|
|
ifZoomToShowDirective,
|
|
|
|
ifZoomToShowDirective,
|
|
|
@@ -214,9 +220,11 @@ export {
|
|
|
|
TemporalService,
|
|
|
|
TemporalService,
|
|
|
|
{ provide: AbstractFeatureListComponent, useClass: FeatureListCroppingschemeComponent, multi: true },
|
|
|
|
{ provide: AbstractFeatureListComponent, useClass: FeatureListCroppingschemeComponent, multi: true },
|
|
|
|
{ provide: AbstractFeatureListComponent, useClass: FeatureListCropfieldComponent, multi: true },
|
|
|
|
{ provide: AbstractFeatureListComponent, useClass: FeatureListCropfieldComponent, multi: true },
|
|
|
|
|
|
|
|
{ provide: AbstractFeatureListComponent, useClass: FeatureListObservationComponent, multi: true },
|
|
|
|
{ provide: AbstractFeatureListFeatureComponent, useClass: FeatureListFeatureComponent, multi: true },
|
|
|
|
{ provide: AbstractFeatureListFeatureComponent, useClass: FeatureListFeatureComponent, multi: true },
|
|
|
|
{ provide: AbstractFeatureListFeatureComponent, useClass: FeatureListFeatureCroppingschemeComponent, multi: true },
|
|
|
|
{ provide: AbstractFeatureListFeatureComponent, useClass: FeatureListFeatureCroppingschemeComponent, multi: true },
|
|
|
|
{ provide: AbstractFeatureListFeatureComponent, useClass: FeatureListFeatureCropfieldComponent, multi: true },
|
|
|
|
{ provide: AbstractFeatureListFeatureComponent, useClass: FeatureListFeatureCropfieldComponent, multi: true },
|
|
|
|
|
|
|
|
{ provide: AbstractFeatureListFeatureComponent, useClass: FeatureListFeatureObservationComponent, multi: true },
|
|
|
|
{ provide: AbstractSelectedItemComponent, useClass: SelectedItemComponent, multi: true },
|
|
|
|
{ provide: AbstractSelectedItemComponent, useClass: SelectedItemComponent, multi: true },
|
|
|
|
{ provide: AbstractSelectedItemComponent, useClass: SelectedItemCropfieldComponent, multi: true },
|
|
|
|
{ provide: AbstractSelectedItemComponent, useClass: SelectedItemCropfieldComponent, multi: true },
|
|
|
|
{ provide: AbstractSelectedItemComponent, useClass: SelectedItemGeotiffComponent, multi: true },
|
|
|
|
{ provide: AbstractSelectedItemComponent, useClass: SelectedItemGeotiffComponent, multi: true },
|
|
|
|