Merge branch 'hotfix/AW-3412-B'
All checks were successful
FarmMaps/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
Mark van der Wal 2022-01-19 14:38:49 +01:00
commit d89670f669
2 changed files with 7 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "farmmaps-lib-app", "name": "farmmaps-lib-app",
"version": "1.1.5", "version": "1.1.6",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve", "start": "ng serve",

View File

@ -165,7 +165,8 @@ export {
TemporalItemLayer, TemporalItemLayer,
ifZoomToShowDirective, ifZoomToShowDirective,
ZoomToShowAlert, ZoomToShowAlert,
IClickedFeature IClickedFeature,
GeometryThumbnailComponent
} }
@NgModule({ @NgModule({
@ -275,7 +276,8 @@ export {
FeatureListFeatureContainerComponent, FeatureListFeatureContainerComponent,
ZoomToExtentComponent, ZoomToExtentComponent,
ifZoomToShowDirective, ifZoomToShowDirective,
ZoomToShowAlert ZoomToShowAlert,
GeometryThumbnailComponent
], ],
providers: [ providers: [
FeatureIconService, FeatureIconService,