Add zoom to show alert
Some checks failed
FarmMaps.Develop/FarmMapsLib/pipeline/head There was a failure building this commit

This commit is contained in:
Willem Dantuma
2021-01-29 11:25:37 +01:00
parent dbc330ab46
commit 321d34870e
8 changed files with 56 additions and 19 deletions

View File

@@ -68,6 +68,7 @@ import {LayerSwitcher} from './components/layer-switcher/layer-switcher.componen
import {HistogramDetailsComponent} from './components/legend/histogram-details/histogram-details.component';
import {StatisticsDetailsComponent} from './components/legend/statistics-details/statistics-details.component';
import { ifZoomToShowDirective} from './components/if-zoom-to-show/if-zoom-to-show.directive';
import { ZoomToShowAlert} from './components/zoom-to-show-alert/zoom-to-show-alert.component';
export function LocalStorageSync(reducer: ActionReducer<any>): ActionReducer<any> {
const r = function(state, action) {
@@ -149,7 +150,8 @@ export {
ForPackage ,
ITemporalItemLayer,
TemporalItemLayer,
ifZoomToShowDirective
ifZoomToShowDirective,
ZoomToShowAlert
}
@NgModule({
@@ -202,7 +204,8 @@ export {
LayerSwitcher,
HistogramDetailsComponent,
StatisticsDetailsComponent,
ifZoomToShowDirective
ifZoomToShowDirective,
ZoomToShowAlert
],
entryComponents: [
FeatureListComponent,
@@ -255,7 +258,8 @@ export {
FeatureListCropfieldComponent,
FeatureListFeatureContainerComponent,
ZoomToExtentComponent,
ifZoomToShowDirective
ifZoomToShowDirective,
ZoomToShowAlert
],
providers: [
FeatureIconService,