Add zoom to show alert
Some checks failed
FarmMaps.Develop/FarmMapsLib/pipeline/head There was a failure building this commit
Some checks failed
FarmMaps.Develop/FarmMapsLib/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user