Compare commits
	
		
			47 Commits
		
	
	
		
			2021.09
			...
			67335a0a4a
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					67335a0a4a | ||
| 
						 | 
					b752b377da | ||
| 
						 | 
					74c77bae5e | ||
| 
						 | 
					b22278a75f | ||
| 
						 | 
					37854d43fc | ||
| 
						 | 
					2161951cbb | ||
| 66e492d2f8 | |||
| e944064053 | |||
| a1a4fc14ab | |||
| 122563a0bd | |||
| 33f322424e | |||
| 519b81d1fd | |||
| b7c80dfdd8 | |||
| 
						 | 
					77d2433d63 | ||
| 
						 | 
					9bc78dc302 | ||
| ac0fe962a0 | |||
| d89670f669 | |||
| d025e2e3f6 | |||
| 
						 | 
					c22cede59b | ||
| 
						 | 
					48574dc0b0 | ||
| 
						 | 
					57407d83d3 | ||
| 
						 | 
					f83549b5af | ||
| 
						 | 
					132556da81 | ||
| 
						 | 
					c2350eec52 | ||
| aa1ad9f844 | |||
| 
						 | 
					c6d14e6c9c | ||
| 
						 | 
					8e4364bd08 | ||
| 
						 | 
					af3340ed70 | ||
| 
						 | 
					cc4726e85c | ||
| 
						 | 
					ff19d830a7 | ||
| 
						 | 
					29914cfb1b | ||
| 
						 | 
					7bca0a57c4 | ||
| 
						 | 
					fdba357e9c | ||
| 
						 | 
					e28564c88a | ||
| 
						 | 
					90c3fa25a4 | ||
| 
						 | 
					3b8b812c55 | ||
| 
						 | 
					025889b390 | ||
| 
						 | 
					eabaa1db19 | ||
| 
						 | 
					ba541c4e08 | ||
| 
						 | 
					b994bc51cd | ||
| 
						 | 
					960275dd38 | ||
| 
						 | 
					5b7fef689a | ||
| 
						 | 
					1c1315a580 | ||
| 
						 | 
					5d21d66589 | ||
| 
						 | 
					160eb10aba | ||
| 
						 | 
					4ef077f8d7 | ||
| 
						 | 
					df84a7c217 | 
							
								
								
									
										14
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										14
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							@@ -8,21 +8,21 @@ pipeline {
 | 
			
		||||
    stage('npm install'){
 | 
			
		||||
      steps {
 | 
			
		||||
        sh '''rm -rf node_modules/
 | 
			
		||||
        npm install
 | 
			
		||||
        npm install --legacy-peer-deps
 | 
			
		||||
        cd projects/common
 | 
			
		||||
        npm install
 | 
			
		||||
        npm install --legacy-peer-deps
 | 
			
		||||
        cd ../common-map
 | 
			
		||||
        npm install
 | 
			
		||||
        npm install --legacy-peer-deps
 | 
			
		||||
        cd ../common-map3d
 | 
			
		||||
        npm install
 | 
			
		||||
        npm install --legacy-peer-deps
 | 
			
		||||
        '''
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
    stage('build'){
 | 
			
		||||
      steps {
 | 
			
		||||
        sh '''ng build common
 | 
			
		||||
        ng build common-map
 | 
			
		||||
        ng build common-map3d'''
 | 
			
		||||
        sh '''ng build common --configuration production
 | 
			
		||||
        ng build common-map --configuration production
 | 
			
		||||
        ng build common-map3d --configuration production'''
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
    stage('npm publish'){
 | 
			
		||||
 
 | 
			
		||||
@@ -8,21 +8,21 @@ pipeline {
 | 
			
		||||
    stage('npm install'){
 | 
			
		||||
      steps {
 | 
			
		||||
        sh '''rm -rf node_modules/
 | 
			
		||||
        npm install
 | 
			
		||||
        npm install --legacy-peer-deps
 | 
			
		||||
        cd projects/common
 | 
			
		||||
        npm install
 | 
			
		||||
        npm install --legacy-peer-deps
 | 
			
		||||
        cd ../common-map
 | 
			
		||||
        npm install
 | 
			
		||||
        npm install --legacy-peer-deps
 | 
			
		||||
        cd ../common-map3d
 | 
			
		||||
        npm install
 | 
			
		||||
        npm install --legacy-peer-deps
 | 
			
		||||
        '''
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
    stage('build'){
 | 
			
		||||
      steps {
 | 
			
		||||
        sh '''ng build common
 | 
			
		||||
        ng build common-map
 | 
			
		||||
        ng build common-map3d'''
 | 
			
		||||
        sh '''ng build common --configuration production
 | 
			
		||||
        ng build common-map --configuration production
 | 
			
		||||
        ng build common-map3d --configuration production'''
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
    stage('npm publish'){
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										31
									
								
								angular.json
									
									
									
									
									
								
							
							
						
						
									
										31
									
								
								angular.json
									
									
									
									
									
								
							@@ -83,6 +83,31 @@
 | 
			
		||||
                  "maximumWarning": "6kb"
 | 
			
		||||
                }
 | 
			
		||||
              ]
 | 
			
		||||
            },
 | 
			
		||||
            "development": {
 | 
			
		||||
              "fileReplacements": [
 | 
			
		||||
                {
 | 
			
		||||
                  "replace": "src/environments/environment.ts",
 | 
			
		||||
                  "with": "src/environments/environment.prod.ts"
 | 
			
		||||
                }
 | 
			
		||||
              ],
 | 
			
		||||
              "optimization": false,
 | 
			
		||||
              "sourceMap": true,
 | 
			
		||||
              "namedChunks": true,
 | 
			
		||||
              "extractLicenses": false,
 | 
			
		||||
              "vendorChunk": false,
 | 
			
		||||
              "buildOptimizer": false,
 | 
			
		||||
              "budgets": [
 | 
			
		||||
                {
 | 
			
		||||
                  "type": "initial",
 | 
			
		||||
                  "maximumWarning": "2mb",
 | 
			
		||||
                  "maximumError": "7mb"
 | 
			
		||||
                },
 | 
			
		||||
                {
 | 
			
		||||
                  "type": "anyComponentStyle",
 | 
			
		||||
                  "maximumWarning": "6kb"
 | 
			
		||||
                }
 | 
			
		||||
              ]
 | 
			
		||||
            }
 | 
			
		||||
          }
 | 
			
		||||
        },
 | 
			
		||||
@@ -94,8 +119,12 @@
 | 
			
		||||
          "configurations": {
 | 
			
		||||
            "production": {
 | 
			
		||||
              "browserTarget": "farmmaps-lib-app:build:production"
 | 
			
		||||
            },
 | 
			
		||||
            "development": {
 | 
			
		||||
              "browserTarget": "farmmaps-lib-app:build:development"
 | 
			
		||||
            }
 | 
			
		||||
          }
 | 
			
		||||
          },
 | 
			
		||||
          "defaultConfiguration": "development"
 | 
			
		||||
        },
 | 
			
		||||
        "extract-i18n": {
 | 
			
		||||
          "builder": "@angular-devkit/build-angular:extract-i18n",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +1,6 @@
 | 
			
		||||
module.exports = {
 | 
			
		||||
    node: {
 | 
			
		||||
  resolve: {
 | 
			
		||||
    fallback: {
 | 
			
		||||
      // Resolve node module use of fs
 | 
			
		||||
      fs: "empty",
 | 
			
		||||
      Buffer: false,
 | 
			
		||||
@@ -7,4 +8,5 @@ module.exports = {
 | 
			
		||||
      https: "empty",
 | 
			
		||||
      zlib: "empty"
 | 
			
		||||
    }
 | 
			
		||||
  };
 | 
			
		||||
  }
 | 
			
		||||
};
 | 
			
		||||
							
								
								
									
										11717
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										11717
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										56
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										56
									
								
								package.json
									
									
									
									
									
								
							@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "farmmaps-lib-app",
 | 
			
		||||
  "version": "1.1.1",
 | 
			
		||||
  "version": "2.0.2",
 | 
			
		||||
  "scripts": {
 | 
			
		||||
    "ng": "ng",
 | 
			
		||||
    "start": "ng serve",
 | 
			
		||||
@@ -11,47 +11,49 @@
 | 
			
		||||
  },
 | 
			
		||||
  "private": true,
 | 
			
		||||
  "dependencies": {
 | 
			
		||||
    "@angular/animations": "~11.2.14",
 | 
			
		||||
    "@angular/common": "~11.2.14",
 | 
			
		||||
    "@angular/compiler": "~11.2.14",
 | 
			
		||||
    "@angular/core": "~11.2.14",
 | 
			
		||||
    "@angular/forms": "~11.2.14",
 | 
			
		||||
    "@angular/platform-browser": "~11.2.14",
 | 
			
		||||
    "@angular/platform-browser-dynamic": "~11.2.14",
 | 
			
		||||
    "@angular/router": "~11.2.14",
 | 
			
		||||
    "@farmmaps/common": "1.1.1-prerelease.2031",
 | 
			
		||||
    "@farmmaps/common-map": "1.1.1-prerelease.2031",
 | 
			
		||||
    "@farmmaps/common-map3d": "1.1.1-prerelease.2031",
 | 
			
		||||
    "@angular/animations": "~12.2.8",
 | 
			
		||||
    "@angular/common": "~12.2.8",
 | 
			
		||||
    "@angular/compiler": "~12.2.8",
 | 
			
		||||
    "@angular/core": "~12.2.8",
 | 
			
		||||
    "@angular/forms": "~12.2.8",
 | 
			
		||||
    "@angular/platform-browser": "~12.2.8",
 | 
			
		||||
    "@angular/platform-browser-dynamic": "~12.2.8",
 | 
			
		||||
    "@angular/router": "~12.2.8",
 | 
			
		||||
    "@farmmaps/common": "file:dist/common",
 | 
			
		||||
    "@farmmaps/common-map": "file:dist/common-map",
 | 
			
		||||
    "@farmmaps/common-map3d": "file:dist/common-map3d",
 | 
			
		||||
    "@microsoft/signalr": "^3.1.16",
 | 
			
		||||
    "@ng-bootstrap/ng-bootstrap": "^9.0",
 | 
			
		||||
    "@ngrx/effects": "^11.0",
 | 
			
		||||
    "@ngrx/router-store": "^11.0",
 | 
			
		||||
    "@ngrx/store": "^11.0",
 | 
			
		||||
    "angular-oauth2-oidc": "^10.0.3",
 | 
			
		||||
    "@ngrx/effects": "^12.0",
 | 
			
		||||
    "@ngrx/router-store": "^12.0",
 | 
			
		||||
    "@ngrx/store": "^12.0",
 | 
			
		||||
    "angular-oauth2-oidc": "^12.0",
 | 
			
		||||
    "bootstrap": "^4.6.0",
 | 
			
		||||
    "cesium": "^1.82.1",
 | 
			
		||||
    "core-js": "^2.6.12",
 | 
			
		||||
    "moment": "^2.29.1",
 | 
			
		||||
    "ngrx-store-localstorage": "^11.0.0",
 | 
			
		||||
    "ngrx-store-localstorage": "^12.0",
 | 
			
		||||
    "ngx-avatar": "^4.1.0",
 | 
			
		||||
    "ngx-clipboard": "^14.0.1",
 | 
			
		||||
    "ngx-image-cropper": "^3.3.5",
 | 
			
		||||
    "ngx-openlayers": "1.0.0-next.17",
 | 
			
		||||
    "ngx-openlayers": "1.0.0-next.19",
 | 
			
		||||
    "ngx-uploadx": "^3.5.1",
 | 
			
		||||
    "ol": "6.5.0",
 | 
			
		||||
    "ol": "6.8.1",
 | 
			
		||||
    "ol-cesium": "^2.13.0",
 | 
			
		||||
    "resumablejs": "^1.1.0",
 | 
			
		||||
    "rxjs": "^6.6.7",
 | 
			
		||||
    "tassign": "^1.0.0",
 | 
			
		||||
    "tslib": "^2.2.0",
 | 
			
		||||
    "zone.js": "~0.10.2"
 | 
			
		||||
    "zone.js": "~0.11.4"
 | 
			
		||||
  },
 | 
			
		||||
  "devDependencies": {
 | 
			
		||||
    "@angular-builders/custom-webpack": "^11.1.1",
 | 
			
		||||
    "@angular-devkit/build-angular": "^0.1102.14",
 | 
			
		||||
    "@angular/cli": "^11.2.14",
 | 
			
		||||
    "@angular/compiler-cli": "~11.2.14",
 | 
			
		||||
    "@angular/language-service": "~11.2.14",
 | 
			
		||||
    "@angular-builders/custom-webpack": "^12.1.3",
 | 
			
		||||
    "@angular-devkit/build-angular": "^12.2.8",
 | 
			
		||||
    "@angular/cli": "^12.2.8",
 | 
			
		||||
    "@angular/compiler-cli": "~12.2.8",
 | 
			
		||||
    "@angular/language-service": "~12.2.8",
 | 
			
		||||
    "@angular/localize": "^12.2.8",
 | 
			
		||||
    "@types/arcgis-rest-api": "^10.4.5",
 | 
			
		||||
    "@types/jasmine": "~2.8.8",
 | 
			
		||||
    "@types/jasminewd2": "^2.0.9",
 | 
			
		||||
    "@types/node": "^12.20.15",
 | 
			
		||||
@@ -63,10 +65,10 @@
 | 
			
		||||
    "karma-coverage-istanbul-reporter": "~3.0.2",
 | 
			
		||||
    "karma-jasmine": "~4.0.0",
 | 
			
		||||
    "karma-jasmine-html-reporter": "^1.6.0",
 | 
			
		||||
    "ng-packagr": "^11.2.4",
 | 
			
		||||
    "ng-packagr": "^12.2.2",
 | 
			
		||||
    "protractor": "~7.0.0",
 | 
			
		||||
    "ts-node": "^8.8.1",
 | 
			
		||||
    "tslint": "~6.1.0",
 | 
			
		||||
    "typescript": "~4.1.0"
 | 
			
		||||
    "typescript": "~4.3.5"
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -4,7 +4,7 @@
 | 
			
		||||
  "lib": {
 | 
			
		||||
    "entryFile": "src/public-api.ts"
 | 
			
		||||
  },
 | 
			
		||||
  "whitelistedNonPeerDependencies": [
 | 
			
		||||
  "allowedNonPeerDependencies": [
 | 
			
		||||
    "."
 | 
			
		||||
  ]
 | 
			
		||||
}
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "@farmmaps/common-map",
 | 
			
		||||
  "version": "1.0.0",
 | 
			
		||||
  "version": "2.0.0",
 | 
			
		||||
  "publishConfig": {
 | 
			
		||||
    "registry": "https://repository.akkerweb.nl/repository/npm-hosted/"
 | 
			
		||||
  },
 | 
			
		||||
@@ -8,14 +8,14 @@
 | 
			
		||||
    "tslib": "^2.0.0"
 | 
			
		||||
  },
 | 
			
		||||
  "peerDependencies": {
 | 
			
		||||
    "@angular/core": "^10.2.4",
 | 
			
		||||
    "ngrx-store-localstorage": "^10.0",
 | 
			
		||||
    "@ngrx/effects": "^10.0",
 | 
			
		||||
    "@ngrx/router-store": "^10.0",
 | 
			
		||||
    "@ngrx/store": "^10.0",
 | 
			
		||||
    "@angular/core": "~12.2.8",
 | 
			
		||||
    "ngrx-store-localstorage": "^12.0",
 | 
			
		||||
    "@ngrx/effects": "^12.0",
 | 
			
		||||
    "@ngrx/router-store":"^12.0",
 | 
			
		||||
    "@ngrx/store":"^12.0",
 | 
			
		||||
    "tassign": "^1.0.0",
 | 
			
		||||
    "@farmmaps/common": "~1.0",
 | 
			
		||||
    "ngx-openlayers": "1.0.0-next.17",
 | 
			
		||||
    "ol": "6.4.3"
 | 
			
		||||
    "@farmmaps/common": "~2.0",
 | 
			
		||||
    "ngx-openlayers": "1.0.0-next.19",
 | 
			
		||||
    "ol": "6.8.1"
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -5,7 +5,9 @@ import { IItemLayer } from '../models/item.layer';
 | 
			
		||||
import { ILayervalue } from '../models/layer.value';
 | 
			
		||||
import { IQueryState } from '@farmmaps/common';
 | 
			
		||||
import { IItem } from '@farmmaps/common';
 | 
			
		||||
import { Feature,Style } from 'ol';
 | 
			
		||||
import { Feature } from 'ol';
 | 
			
		||||
import { Style } from 'ol/style';
 | 
			
		||||
import { Geometry } from 'ol/geom';
 | 
			
		||||
import { IPeriodState } from '../models/period.state';
 | 
			
		||||
 | 
			
		||||
export const SETSTATE = '[Map] SetState';
 | 
			
		||||
@@ -103,13 +105,13 @@ export class StartSearch implements Action {
 | 
			
		||||
export class StartSearchSuccess implements Action {
 | 
			
		||||
  readonly type = STARTSEARCHSUCCESS;
 | 
			
		||||
 | 
			
		||||
  constructor(public features: Array<Feature>, public query:IQueryState) { }
 | 
			
		||||
  constructor(public features: Array<Feature<Geometry>>, public query:IQueryState) { }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
export class SelectFeature implements Action {
 | 
			
		||||
  readonly type = SELECTFEATURE;
 | 
			
		||||
 | 
			
		||||
  constructor(public feature:Feature) { }
 | 
			
		||||
  constructor(public feature:Feature<Geometry>) { }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
export class SelectItem implements Action {
 | 
			
		||||
@@ -151,13 +153,13 @@ export class SelectTemporal implements Action {
 | 
			
		||||
export class AddFeatureSuccess implements Action {
 | 
			
		||||
  readonly type = ADDFEATURESUCCESS;
 | 
			
		||||
 | 
			
		||||
  constructor(public feature: Feature) { }
 | 
			
		||||
  constructor(public feature: Feature<Geometry>) { }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
export class UpdateFeatureSuccess implements Action {
 | 
			
		||||
  readonly type = UPDATEFEATURESUCCESS;
 | 
			
		||||
 | 
			
		||||
  constructor(public feature: Feature) { }
 | 
			
		||||
  constructor(public feature: Feature<Geometry>) { }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
export class ExpandSearch implements Action {
 | 
			
		||||
@@ -271,7 +273,7 @@ export class DoQuery implements Action {
 | 
			
		||||
export class SetStyle implements Action {
 | 
			
		||||
  readonly type = SETSTYLE;
 | 
			
		||||
 | 
			
		||||
  constructor(public itemType:string,public style: Style | (Feature)) { }
 | 
			
		||||
  constructor(public itemType:string,public style: Style | ((feature:Feature<Geometry>) => Style )) { }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
export class ShowLayerSwitcher implements Action {
 | 
			
		||||
@@ -287,7 +289,7 @@ export class SetReplaceUrl implements Action {
 | 
			
		||||
export class SetFeatures implements Action {
 | 
			
		||||
  readonly type = SETFEATURES;
 | 
			
		||||
 | 
			
		||||
  constructor(public features: Array<Feature>) { }
 | 
			
		||||
  constructor(public features: Array<Feature<Geometry>>) { }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
export class SetLayerValuesLocation implements Action {
 | 
			
		||||
 
 | 
			
		||||
@@ -19,6 +19,7 @@ import * as mapEffects from './effects/map.effects';
 | 
			
		||||
import { IMapState} from './models/map.state';
 | 
			
		||||
import { ISelectedFeatures } from './models/selected.features';
 | 
			
		||||
import { IItemLayer,ItemLayer,ITemporalItemLayer,TemporalItemLayer } from './models/item.layer';
 | 
			
		||||
import { IClickedFeature } from './models/clicked.feature';
 | 
			
		||||
import { IPeriodState } from './models/period.state';
 | 
			
		||||
 | 
			
		||||
// components
 | 
			
		||||
@@ -163,7 +164,9 @@ export {
 | 
			
		||||
  ITemporalItemLayer,
 | 
			
		||||
  TemporalItemLayer,
 | 
			
		||||
  ifZoomToShowDirective,
 | 
			
		||||
  ZoomToShowAlert
 | 
			
		||||
  ZoomToShowAlert,
 | 
			
		||||
  IClickedFeature,
 | 
			
		||||
  GeometryThumbnailComponent
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@NgModule({
 | 
			
		||||
@@ -273,7 +276,8 @@ export {
 | 
			
		||||
       FeatureListFeatureContainerComponent,
 | 
			
		||||
       ZoomToExtentComponent,
 | 
			
		||||
       ifZoomToShowDirective,
 | 
			
		||||
       ZoomToShowAlert
 | 
			
		||||
       ZoomToShowAlert,
 | 
			
		||||
       GeometryThumbnailComponent
 | 
			
		||||
  ],
 | 
			
		||||
  providers: [
 | 
			
		||||
    FeatureIconService,
 | 
			
		||||
 
 | 
			
		||||
@@ -4,7 +4,7 @@ import { MapComponent } from 'ngx-openlayers';
 | 
			
		||||
import * as proj  from 'ol/proj';
 | 
			
		||||
import {Point,Geometry} from 'ol/geom';
 | 
			
		||||
import { GeoJSON } from 'ol/format';
 | 
			
		||||
import { Feature } from 'ol';
 | 
			
		||||
import { Feature} from 'ol';
 | 
			
		||||
 | 
			
		||||
export interface IDroppedFile {
 | 
			
		||||
  files: any,
 | 
			
		||||
@@ -21,7 +21,7 @@ export class FileDropTargetComponent implements OnInit, OnDestroy {
 | 
			
		||||
  element: Element;
 | 
			
		||||
  @Output() onFileDropped = new EventEmitter<IDroppedFile>();
 | 
			
		||||
  @Input() parentCode: string;
 | 
			
		||||
  @Input() features: Array<Feature>;
 | 
			
		||||
  @Input() features: Array<Feature<Geometry>>;
 | 
			
		||||
 | 
			
		||||
  constructor(private map: MapComponent) {
 | 
			
		||||
  }
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
import { Component, OnInit, Input, ViewChild, ElementRef, OnChanges, SimpleChanges ,Host} from '@angular/core';
 | 
			
		||||
import { MapComponent } from 'ngx-openlayers';
 | 
			
		||||
import Overlay from 'ol/Overlay';
 | 
			
		||||
import  Overlay  from 'ol/Overlay';
 | 
			
		||||
import { fromLonLat, toLonLat } from 'ol/proj';
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@@ -52,7 +52,7 @@ export class GpsLocation  implements OnInit,OnChanges{
 | 
			
		||||
    this.rotate = "rotate(" + Math.round(this.heading) + " 500 500)";
 | 
			
		||||
    this.locTolerancePixels = this.locationTolerance;
 | 
			
		||||
    this.map.instance.addOverlay(this.instance);
 | 
			
		||||
    this.map.instance.getView().on('change:resolution', (evt) => {
 | 
			
		||||
    this.map.instance.getView().on('change:resolution', (evt:any) => {
 | 
			
		||||
      this.resolution = evt.target.get('resolution');
 | 
			
		||||
      this.recalcLocationTolerance();
 | 
			
		||||
    });
 | 
			
		||||
 
 | 
			
		||||
@@ -10,12 +10,14 @@ import * as proj from 'ol/proj';
 | 
			
		||||
import * as loadingstrategy from 'ol/loadingstrategy';
 | 
			
		||||
import * as style from 'ol/style';
 | 
			
		||||
import {Tile,Layer,Image} from 'ol/layer';
 | 
			
		||||
import {XYZ,ImageStatic,OSM,BingMaps,TileWMS,TileArcGISRest,TileJSON} from 'ol/source';
 | 
			
		||||
import {XYZ,ImageStatic,OSM,BingMaps,TileWMS,TileArcGISRest,TileJSON,Source} from 'ol/source';
 | 
			
		||||
import {Vector as VectorSource} from 'ol/source';
 | 
			
		||||
import { Vector as VectorLayer } from 'ol/layer';
 | 
			
		||||
import VectorTileSource from 'ol/source/VectorTile';
 | 
			
		||||
import VectorTileLayer from 'ol/layer/VectorTile';
 | 
			
		||||
import {GeoJSON,MVT} from 'ol/format';
 | 
			
		||||
import { Geometry } from 'ol/geom';
 | 
			
		||||
import TileSource from 'ol/source/Tile';
 | 
			
		||||
 | 
			
		||||
@Component({
 | 
			
		||||
  selector: 'fm-map-item-layers',
 | 
			
		||||
@@ -34,7 +36,7 @@ export class ItemLayersComponent extends LayerGroupComponent implements OnChange
 | 
			
		||||
  private initialized:boolean = false;
 | 
			
		||||
  private mapEventHandlerInstalled = false;
 | 
			
		||||
  private selectedFeatures = {};
 | 
			
		||||
  private selectionLayer:Layer = null;
 | 
			
		||||
  private selectionLayer:Layer<Source> = null;
 | 
			
		||||
  
 | 
			
		||||
  constructor(private itemService: ItemService, private map: MapComponent, public appConfig: AppConfig) {
 | 
			
		||||
    super(map);
 | 
			
		||||
@@ -119,9 +121,9 @@ export class ItemLayersComponent extends LayerGroupComponent implements OnChange
 | 
			
		||||
    return this.styleCache[key];
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  createGeotiffLayer(item:IItem,itemLayer:IItemLayer):Layer {
 | 
			
		||||
  createGeotiffLayer(item:IItem,itemLayer:IItemLayer):Layer<Source> {
 | 
			
		||||
    var layerIndex = -1;
 | 
			
		||||
    var layer: Layer = null;  
 | 
			
		||||
    var layer: Layer<Source> = null;  
 | 
			
		||||
    layerIndex = itemLayer.layerIndex != -1 ? itemLayer.layerIndex : item.data.layers[0].index;
 | 
			
		||||
    let source = new XYZ({ maxZoom: 19, minZoom: 1, url: `${this._apiEndPoint}/api/v1/items/${item.code}/tiles/${layerIndex}/{z}/{x}/{y}.png?v=${Date.parse(item.updated)}` });
 | 
			
		||||
    layer = new Tile({ source: source });
 | 
			
		||||
@@ -142,9 +144,9 @@ export class ItemLayersComponent extends LayerGroupComponent implements OnChange
 | 
			
		||||
    return layer;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  createShapeLayer(item:IItem,itemLayer:IItemLayer):Layer {
 | 
			
		||||
  createShapeLayer(item:IItem,itemLayer:IItemLayer):Layer<Source> {
 | 
			
		||||
    var layerIndex = -1;
 | 
			
		||||
    var layer: Layer = null; 
 | 
			
		||||
    var layer: Layer<Source> = null; 
 | 
			
		||||
    layerIndex = itemLayer.layerIndex != -1 ? itemLayer.layerIndex : item.data.layers[0].index;
 | 
			
		||||
    var data = item.data;
 | 
			
		||||
    var l:ILayer = (data && data.layers && data.layers.length > 0) ? data.layers[layerIndex] : null;
 | 
			
		||||
@@ -177,7 +179,7 @@ export class ItemLayersComponent extends LayerGroupComponent implements OnChange
 | 
			
		||||
      let source = new VectorSource({
 | 
			
		||||
        strategy: loadingstrategy.bbox,
 | 
			
		||||
        loader: function (extent: Extent, resolution: number, projection: Projection) {
 | 
			
		||||
          var source = this as VectorSource;
 | 
			
		||||
          var source = this as VectorSource<Geometry>;
 | 
			
		||||
          __this.itemService.getItemFeatures(item.code, extent, projection.getCode(), layerIndex).subscribe(function (data) {
 | 
			
		||||
            var features = format.readFeatures(data);
 | 
			
		||||
            for (let f of features) {
 | 
			
		||||
@@ -230,16 +232,16 @@ export class ItemLayersComponent extends LayerGroupComponent implements OnChange
 | 
			
		||||
    return layer;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  createSelectionLayer(itemLayer:IItemLayer):Layer {
 | 
			
		||||
  createSelectionLayer(itemLayer:IItemLayer):Layer<Source> {
 | 
			
		||||
    var layerIndex = -1;
 | 
			
		||||
    var layer: Layer = null; 
 | 
			
		||||
    var layer: Layer<Source> = null; 
 | 
			
		||||
    layerIndex = itemLayer.layerIndex != -1 ? itemLayer.layerIndex : itemLayer.item.data.layers[0].index;
 | 
			
		||||
    var data = itemLayer.item.data;
 | 
			
		||||
    var l:ILayer = (data && data.layers && data.layers.length > 0) ? data.layers[layerIndex] : null;
 | 
			
		||||
    if (l && l.rendering && l.rendering.renderoutputType == "VectorTiles") {
 | 
			
		||||
      return new VectorTileLayer({
 | 
			
		||||
        renderMode: 'vector',
 | 
			
		||||
        source: itemLayer.layer.getSource(),
 | 
			
		||||
        source: (itemLayer.layer as VectorTileLayer).getSource(),
 | 
			
		||||
        style: (feature) => {
 | 
			
		||||
          if (feature.getId() in this.selectedFeatures) {
 | 
			
		||||
 | 
			
		||||
@@ -260,9 +262,9 @@ export class ItemLayersComponent extends LayerGroupComponent implements OnChange
 | 
			
		||||
    return null;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  createExternalLayer(item:IItem,itemLayer:IItemLayer):Layer {
 | 
			
		||||
  createExternalLayer(item:IItem,itemLayer:IItemLayer):Layer<Source> {
 | 
			
		||||
    let data = item.data as ILayerData;
 | 
			
		||||
    var layer: Layer = null; 
 | 
			
		||||
    var layer: Layer<Source> = null; 
 | 
			
		||||
    switch (data.interfaceType) {
 | 
			
		||||
      case 'OSM': {
 | 
			
		||||
        let source = new OSM();
 | 
			
		||||
@@ -312,8 +314,8 @@ export class ItemLayersComponent extends LayerGroupComponent implements OnChange
 | 
			
		||||
    return layer;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  createLayer(itemLayer: IItemLayer): Layer {
 | 
			
		||||
    var layer: Layer = null;   
 | 
			
		||||
  createLayer(itemLayer: IItemLayer): Layer<Source> {
 | 
			
		||||
    var layer: Layer<Source> = null;   
 | 
			
		||||
    var layerIndex = -1;
 | 
			
		||||
    if (itemLayer.item.itemType == 'vnd.farmmaps.itemtype.geotiff.processed') {
 | 
			
		||||
      layer = this.createGeotiffLayer(itemLayer.item,itemLayer);
 | 
			
		||||
@@ -360,7 +362,7 @@ export class ItemLayersComponent extends LayerGroupComponent implements OnChange
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  addOrUpdateOlLayer(itemLayer:IItemLayer,index:number):Layer {
 | 
			
		||||
  addOrUpdateOlLayer(itemLayer:IItemLayer,index:number):Layer<Source> {
 | 
			
		||||
    if(!itemLayer) return null;
 | 
			
		||||
    var olLayers = this.instance.getLayers();
 | 
			
		||||
    var layer = itemLayer.layer;
 | 
			
		||||
@@ -385,7 +387,7 @@ export class ItemLayersComponent extends LayerGroupComponent implements OnChange
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  updateLayers(itemLayers: IItemLayer[]) {
 | 
			
		||||
    let newLayers: IItemLayer[] = [];
 | 
			
		||||
    let newLayers: Layer<Source>[] = [];
 | 
			
		||||
    if (itemLayers) {
 | 
			
		||||
      itemLayers.forEach((itemLayer, index) => {
 | 
			
		||||
        if(itemLayer.item.itemType ==  'vnd.farmmaps.itemtype.temporal') {
 | 
			
		||||
 
 | 
			
		||||
@@ -1,16 +1,17 @@
 | 
			
		||||
import { Component, Host, Input, Output, EventEmitter, OnInit, OnChanges, SimpleChanges, forwardRef, Inject, InjectionToken } from '@angular/core';
 | 
			
		||||
import { Component,  Host, Input, Output, EventEmitter, OnInit, OnChanges, SimpleChanges, forwardRef, Inject, InjectionToken } from '@angular/core';
 | 
			
		||||
import { LayerVectorComponent, SourceVectorComponent, MapComponent } from 'ngx-openlayers';
 | 
			
		||||
import { ItemService,ItemTypeService,IItem, IItemType } from '@farmmaps/common';
 | 
			
		||||
 | 
			
		||||
import { Feature } from 'ol';
 | 
			
		||||
import { Point } from 'ol/geom';
 | 
			
		||||
import { Point,Geometry } from 'ol/geom';
 | 
			
		||||
import { MapBrowserEvent } from 'ol';
 | 
			
		||||
import { Types } from 'ol/MapBrowserEventType';
 | 
			
		||||
import * as style from 'ol/style';
 | 
			
		||||
import * as color from 'ol/color';
 | 
			
		||||
import * as loadingstrategy from 'ol/loadingstrategy';
 | 
			
		||||
import * as condition from 'ol/events/condition';
 | 
			
		||||
import * as extent from 'ol/extent';
 | 
			
		||||
import {Vector,Cluster} from 'ol/source';
 | 
			
		||||
import {Vector,Cluster,Source} from 'ol/source';
 | 
			
		||||
import {Layer} from 'ol/layer';
 | 
			
		||||
import {GeoJSON} from 'ol/format';
 | 
			
		||||
import {Select} from 'ol/interaction';
 | 
			
		||||
@@ -25,17 +26,17 @@ import {FeatureIconService} from '../../../services/feature-icon.service';
 | 
			
		||||
  ]
 | 
			
		||||
})
 | 
			
		||||
export class ItemVectorSourceComponent extends SourceVectorComponent implements OnInit, OnChanges {
 | 
			
		||||
  instance: Vector;
 | 
			
		||||
  instance: Vector<Geometry>;
 | 
			
		||||
  private _format: GeoJSON;
 | 
			
		||||
  private _select: Select;
 | 
			
		||||
  private _hoverSelect: Select;
 | 
			
		||||
  private _iconScale: number = 0.05;
 | 
			
		||||
  @Input() features: Array<Feature>;
 | 
			
		||||
  @Input() selectedFeature: Feature;
 | 
			
		||||
  @Input() features: Array<Feature<Geometry>>;
 | 
			
		||||
  @Input() selectedFeature: Feature<Geometry>;
 | 
			
		||||
  @Input() selectedItem: IItem;
 | 
			
		||||
  @Input() styles:IStyles;
 | 
			
		||||
  @Output() onFeatureSelected: EventEmitter<Feature> = new EventEmitter<Feature>();
 | 
			
		||||
  @Output() onFeatureHover: EventEmitter<Feature> = new EventEmitter<Feature>();
 | 
			
		||||
  @Output() onFeatureSelected: EventEmitter<Feature<Geometry>> = new EventEmitter<Feature<Geometry>>();
 | 
			
		||||
  @Output() onFeatureHover: EventEmitter<Feature<Geometry>> = new EventEmitter<Feature<Geometry>>();
 | 
			
		||||
  private stylesCache:IStyles = {};
 | 
			
		||||
 | 
			
		||||
  constructor(@Host() private layer: LayerVectorComponent, private itemService: ItemService, private map: MapComponent, private itemTypeService: ItemTypeService,private featureIconService$:FeatureIconService) {
 | 
			
		||||
@@ -43,7 +44,7 @@ export class ItemVectorSourceComponent extends SourceVectorComponent implements
 | 
			
		||||
    this._format = new GeoJSON();
 | 
			
		||||
  }  
 | 
			
		||||
 | 
			
		||||
  geometry(feature: Feature) {
 | 
			
		||||
  geometry(feature: Feature<Geometry>) {
 | 
			
		||||
    let view = this.map.instance.getView();
 | 
			
		||||
    let resolution = view.getResolution();
 | 
			
		||||
    var geometry = feature.getGeometry();
 | 
			
		||||
@@ -55,9 +56,9 @@ export class ItemVectorSourceComponent extends SourceVectorComponent implements
 | 
			
		||||
    return geometry;
 | 
			
		||||
   }
 | 
			
		||||
 | 
			
		||||
  getSelectedStyle(feature:Feature):style.Style {
 | 
			
		||||
  getSelectedStyle(feature:Feature<Geometry>):style.Style {
 | 
			
		||||
    let key = feature.get('itemType')+"_selected";
 | 
			
		||||
    let evaluatedStyle =null;
 | 
			
		||||
    let evaluatedStyle: style.Style =undefined;
 | 
			
		||||
    var styleEntry = this.stylesCache[key];    
 | 
			
		||||
    if(styleEntry) {
 | 
			
		||||
      if(typeof styleEntry === 'function')  {
 | 
			
		||||
@@ -66,12 +67,12 @@ export class ItemVectorSourceComponent extends SourceVectorComponent implements
 | 
			
		||||
        evaluatedStyle = styleEntry;
 | 
			
		||||
      }
 | 
			
		||||
    } else {
 | 
			
		||||
      evaluatedStyle = this.stylesCache["selected"];
 | 
			
		||||
      evaluatedStyle = this.stylesCache["selected"] as style.Style;
 | 
			
		||||
    }    
 | 
			
		||||
    if(evaluatedStyle ) {
 | 
			
		||||
      evaluatedStyle.setGeometry((feature) => this.geometry(feature));
 | 
			
		||||
      evaluatedStyle .setGeometry((feature:Feature<Geometry>) => this.geometry(feature));
 | 
			
		||||
    } 
 | 
			
		||||
    return evaluatedStyle
 | 
			
		||||
    return evaluatedStyle as style.Style
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  ngOnInit() {
 | 
			
		||||
@@ -80,17 +81,17 @@ export class ItemVectorSourceComponent extends SourceVectorComponent implements
 | 
			
		||||
    this._select = new Select({
 | 
			
		||||
      style:null,
 | 
			
		||||
      hitTolerance: 10,
 | 
			
		||||
      layers: [this.layer.instance as Layer]
 | 
			
		||||
      layers: [this.layer.instance as Layer<Source>]
 | 
			
		||||
    });
 | 
			
		||||
    this._hoverSelect = new Select({
 | 
			
		||||
      style: (feature) => {        
 | 
			
		||||
      style: (feature:Feature<Geometry>) => {        
 | 
			
		||||
        return this.getSelectedStyle(feature);
 | 
			
		||||
      },
 | 
			
		||||
      hitTolerance: 10,
 | 
			
		||||
      condition: (e: MapBrowserEvent) => {
 | 
			
		||||
      condition: (e: MapBrowserEvent<UIEvent>) => {
 | 
			
		||||
        return e.type == 'pointermove';
 | 
			
		||||
      },
 | 
			
		||||
      layers: [this.layer.instance as Layer]
 | 
			
		||||
      layers: [this.layer.instance as Layer<Source>]
 | 
			
		||||
    });
 | 
			
		||||
    this.map.instance.addInteraction(this._select);
 | 
			
		||||
    this.map.instance.addInteraction(this._hoverSelect);      
 | 
			
		||||
@@ -132,7 +133,7 @@ export class ItemVectorSourceComponent extends SourceVectorComponent implements
 | 
			
		||||
              fill: new style.Fill({
 | 
			
		||||
                color: fillColor
 | 
			
		||||
              }),
 | 
			
		||||
              geometry:(feature) => this.geometry(feature)
 | 
			
		||||
              geometry:(feature:Feature<Geometry>) => this.geometry(feature)
 | 
			
		||||
            });                   
 | 
			
		||||
        } else {
 | 
			
		||||
          key = 'file';
 | 
			
		||||
 
 | 
			
		||||
@@ -1,9 +1,8 @@
 | 
			
		||||
import { Component, OnDestroy, OnInit, Input, Optional, OnChanges, SimpleChanges } from '@angular/core';
 | 
			
		||||
import { Vector } from 'ol/layer';
 | 
			
		||||
import { Style } from 'ol/style';
 | 
			
		||||
import { StyleFunction } from 'ol/style/Style';
 | 
			
		||||
import { LayerVectorComponent, LayerGroupComponent, MapComponent } from 'ngx-openlayers';
 | 
			
		||||
import { RenderType  } from 'ol/layer/Vector';
 | 
			
		||||
import { Component, OnDestroy, OnInit, Input, OnChanges, SimpleChanges } from '@angular/core';
 | 
			
		||||
import { LayerVectorComponent, MapComponent } from 'ngx-openlayers';
 | 
			
		||||
import  RenderType  from 'ol/layer/Vector';
 | 
			
		||||
import { Vector as VectorSource } from 'ol/source';
 | 
			
		||||
import { Geometry } from 'ol/geom';
 | 
			
		||||
 | 
			
		||||
@Component({
 | 
			
		||||
  selector: 'fm-map-aol-layer-vector-image',
 | 
			
		||||
@@ -12,10 +11,10 @@ import { RenderType  } from 'ol/layer/Vector';
 | 
			
		||||
  `,
 | 
			
		||||
})
 | 
			
		||||
export class LayerVectorImageComponent extends LayerVectorComponent implements OnInit, OnDestroy, OnChanges {
 | 
			
		||||
  public source: Vector;
 | 
			
		||||
  //public source: Vector;
 | 
			
		||||
 | 
			
		||||
  @Input()
 | 
			
		||||
  renderMode: RenderType | string = "image";  
 | 
			
		||||
  renderMode: RenderType<VectorSource<Geometry>> | string = "image";  
 | 
			
		||||
 | 
			
		||||
  constructor(map: MapComponent) {
 | 
			
		||||
    super(map);
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +1,6 @@
 | 
			
		||||
import { Component, Input, OnInit, ComponentFactoryResolver, ViewChild, SimpleChanges, ComponentFactory, Inject} from '@angular/core';
 | 
			
		||||
import { Feature } from 'ol';
 | 
			
		||||
import { Geometry} from 'ol/geom';
 | 
			
		||||
import { FeatureListComponent,AbstractFeatureListComponent } from '../feature-list/feature-list.component';
 | 
			
		||||
import { WidgetHostDirective } from '../widget-host/widget-host.directive';
 | 
			
		||||
import  {IQueryState,PackageService } from '@farmmaps/common';
 | 
			
		||||
@@ -20,10 +21,10 @@ export class FeatureListContainerComponent {
 | 
			
		||||
    this.featureLists = [...this.featureLists].reverse();
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  @Input() features: Array<Feature>
 | 
			
		||||
  @Input() features: Array<Feature<Geometry>>
 | 
			
		||||
  @Input() queryState: IQueryState;
 | 
			
		||||
  @Input() selectedFeature: Feature;
 | 
			
		||||
  @Input() clickedFeature:Observable<Feature>;
 | 
			
		||||
  @Input() selectedFeature: Feature<Geometry>;
 | 
			
		||||
  @Input() clickedFeature:Observable<Feature<Geometry>>;
 | 
			
		||||
 | 
			
		||||
  @ViewChild(WidgetHostDirective, { static: true }) widgetHost: WidgetHostDirective; 
 | 
			
		||||
  componentRef:any;
 | 
			
		||||
@@ -38,7 +39,7 @@ export class FeatureListContainerComponent {
 | 
			
		||||
      let criteria=0;
 | 
			
		||||
      if (this.featureLists[i]['forItemType']) {
 | 
			
		||||
        criteria++;
 | 
			
		||||
        if( this.featureLists[i]['forItemType'].indexOf(queryState.itemType) >= 0) {
 | 
			
		||||
        if( this.featureLists[i]['forItemType'].split(",").filter(part => part == queryState.itemType).length == 1) {
 | 
			
		||||
          matches++;
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
<div class="card border-0">
 | 
			
		||||
  <div class="card-body">
 | 
			
		||||
      <fm-back-button></fm-back-button>
 | 
			
		||||
      <h3><i class="fm fm-farm"></i> <span i18n>Farms</span></h3>
 | 
			
		||||
      <h3><i class="far fa-farm"></i> <span i18n>Farms</span></h3>
 | 
			
		||||
      <div *ngIf="features;let features">
 | 
			
		||||
      <div class="farms">
 | 
			
		||||
        <div class="row m-0 pl-3 pr-3" *ngFor="let feature of features"[ngClass]="{'selected':isFeatureSelected(feature)}" (click)="handleFeatureClick(feature)" (mouseenter)="handleFeatureMouseEnter(feature)" (mouseleave)="handleFeatureMouseLeave(feature)">
 | 
			
		||||
 
 | 
			
		||||
@@ -9,6 +9,7 @@ import * as mapActions from '../../actions/map.actions';
 | 
			
		||||
import { tassign } from 'tassign';
 | 
			
		||||
import { Router } from '@angular/router';
 | 
			
		||||
import { Feature } from 'ol';
 | 
			
		||||
import { Geometry} from 'ol/geom';
 | 
			
		||||
 | 
			
		||||
@ForItemType("vnd.farmmaps.itemtype.croppingscheme")
 | 
			
		||||
@Injectable()
 | 
			
		||||
@@ -23,7 +24,7 @@ export class FeatureListCroppingschemeComponent extends AbstractFeatureListCompo
 | 
			
		||||
        super(store, itemTypeService, location);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    getAction(feature:Feature):Action {
 | 
			
		||||
    getAction(feature:Feature<Geometry>):Action {
 | 
			
		||||
        var queryState = tassign(mapReducers.initialState.queryState, { parentCode: feature.get('code'), itemType: "vnd.farmmaps.itemtype.cropfield" });
 | 
			
		||||
        return new mapActions.DoQuery(queryState);
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +1,6 @@
 | 
			
		||||
import { Component, Input, OnInit, ComponentFactoryResolver, ViewChild, SimpleChanges, ComponentFactory, Inject, Type} from '@angular/core';
 | 
			
		||||
import { Feature } from 'ol';
 | 
			
		||||
import { Geometry } from 'ol/geom';
 | 
			
		||||
import { AbstractFeatureListFeatureComponent,FeatureListFeatureComponent } from '../feature-list-feature/feature-list-feature.component';
 | 
			
		||||
import { WidgetHostDirective } from '../widget-host/widget-host.directive';
 | 
			
		||||
 | 
			
		||||
@@ -18,7 +19,7 @@ export class FeatureListFeatureContainerComponent {
 | 
			
		||||
    this.featureLists = [...this.featureLists].reverse();
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  @Input() feature: Feature;
 | 
			
		||||
  @Input() feature: Feature<Geometry>;
 | 
			
		||||
 | 
			
		||||
  @ViewChild(WidgetHostDirective, { static: true }) widgetHost: WidgetHostDirective; 
 | 
			
		||||
 | 
			
		||||
@@ -32,7 +33,7 @@ export class FeatureListFeatureContainerComponent {
 | 
			
		||||
      let criteria=0;
 | 
			
		||||
      if (this.featureLists[i]['forItemType']) {
 | 
			
		||||
        criteria++;
 | 
			
		||||
        if(this.featureLists[i]['forItemType'].indexOf(this.feature.get("itemType")) >= 0) {
 | 
			
		||||
        if(this.featureLists[i]['forItemType'].split(",").filter(part => part == this.feature.get("itemType")).length == 1) {
 | 
			
		||||
          matches++;
 | 
			
		||||
        }
 | 
			
		||||
      }         
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +1,6 @@
 | 
			
		||||
import { Component, Injectable,ViewChild,AfterViewInit} from '@angular/core';
 | 
			
		||||
import { Feature } from 'ol';
 | 
			
		||||
import { Geometry } from 'ol/geom';
 | 
			
		||||
import { Store } from '@ngrx/store';
 | 
			
		||||
import * as mapReducers from '../../reducers/map.reducer';
 | 
			
		||||
import { commonReducers,ItemTypeService,AppConfig } from '@farmmaps/common';
 | 
			
		||||
@@ -23,11 +24,11 @@ export class FeatureListFeatureCropfieldComponent extends AbstractFeatureListFea
 | 
			
		||||
    super(store, itemTypeService,config);
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  areaInHa(feature:Feature):number {
 | 
			
		||||
  areaInHa(feature:Feature<Geometry>):number {
 | 
			
		||||
    if(!feature) return 0;
 | 
			
		||||
    // get area from faeture if 0 calculate from polygon
 | 
			
		||||
    let a = feature.get('area');
 | 
			
		||||
    if(a) return a;
 | 
			
		||||
    return  getArea(feature.getGeometry(),{projectio:"EPSG:3857"}) / 10000;
 | 
			
		||||
    return  getArea(feature.getGeometry(),{projection:"EPSG:3857"}) / 10000;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +1,6 @@
 | 
			
		||||
import { Component, Input, Injectable,Directive} from '@angular/core';
 | 
			
		||||
import { Feature } from 'ol';
 | 
			
		||||
import { Geometry } from 'ol/geom';
 | 
			
		||||
import { Store } from '@ngrx/store';
 | 
			
		||||
import * as mapReducers from '../../reducers/map.reducer';
 | 
			
		||||
import { commonReducers,ItemTypeService,AppConfig } from '@farmmaps/common';
 | 
			
		||||
@@ -9,7 +10,7 @@ import { commonReducers,ItemTypeService,AppConfig } from '@farmmaps/common';
 | 
			
		||||
@Injectable()
 | 
			
		||||
@Directive()
 | 
			
		||||
export abstract class AbstractFeatureListFeatureComponent {
 | 
			
		||||
  @Input() feature: Feature
 | 
			
		||||
  @Input() feature: Feature<Geometry>
 | 
			
		||||
 | 
			
		||||
  constructor(public store: Store<mapReducers.State | commonReducers.State>, public itemTypeService: ItemTypeService,public config:AppConfig) {
 | 
			
		||||
  } 
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,7 @@
 | 
			
		||||
import { Component, Input, Injectable,Directive,SimpleChanges } from '@angular/core';
 | 
			
		||||
import { Location } from '@angular/common';
 | 
			
		||||
import { Feature } from 'ol';
 | 
			
		||||
import { Geometry} from 'ol/geom';
 | 
			
		||||
import { Store,Action} from '@ngrx/store';
 | 
			
		||||
import * as mapReducers from '../../reducers/map.reducer';
 | 
			
		||||
import { commonReducers,ItemTypeService, IItem, Item } from '@farmmaps/common';
 | 
			
		||||
@@ -14,20 +15,20 @@ import { IQueryState } from '@farmmaps/common';
 | 
			
		||||
@Injectable()
 | 
			
		||||
@Directive()
 | 
			
		||||
export abstract class AbstractFeatureListComponent {
 | 
			
		||||
  @Input() features: Array<Feature>;
 | 
			
		||||
  @Input() features: Array<Feature<Geometry>>;
 | 
			
		||||
  @Input() queryState: IQueryState;
 | 
			
		||||
  @Input() selectedFeature: Feature;
 | 
			
		||||
  @Input() selectedFeature: Feature<Geometry>;
 | 
			
		||||
  constructor(public store: Store<mapReducers.State | commonReducers.State>, public itemTypeService: ItemTypeService, private location: Location) {
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  handleFeatureClick(feature:Feature) {
 | 
			
		||||
  handleFeatureClick(feature:Feature<Geometry>) {
 | 
			
		||||
    if(feature) {
 | 
			
		||||
      let action = this.getAction(feature);
 | 
			
		||||
      this.store.dispatch(action);  
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  getAction(feature:Feature):Action {
 | 
			
		||||
  getAction(feature:Feature<Geometry>):Action {
 | 
			
		||||
      var newQuery: any = tassign(mapReducers.initialState.queryState);
 | 
			
		||||
      newQuery.parentCode = feature.get('parentCode');
 | 
			
		||||
      newQuery.itemCode = feature.get('code');
 | 
			
		||||
@@ -48,7 +49,7 @@ export abstract class AbstractFeatureListComponent {
 | 
			
		||||
    this.location.back();
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  isFeatureSelected(feature:Feature):boolean {
 | 
			
		||||
  isFeatureSelected(feature:Feature<Geometry>):boolean {
 | 
			
		||||
    if(!this.selectedFeature) return false;
 | 
			
		||||
    return feature.getId() == this.selectedFeature.getId();
 | 
			
		||||
  }  
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
import { Component, Input, OnInit,ViewChild } from '@angular/core';
 | 
			
		||||
import { Component, Input, AfterViewInit, ViewChild } from '@angular/core';
 | 
			
		||||
import { Feature} from 'ol';
 | 
			
		||||
import { Geometry } from 'ol/geom';
 | 
			
		||||
import { Geometry,Polygon,MultiPolygon } from 'ol/geom';
 | 
			
		||||
import * as extent from 'ol/extent';
 | 
			
		||||
import * as render from 'ol/render';
 | 
			
		||||
import * as style from 'ol/style';
 | 
			
		||||
@@ -10,51 +10,86 @@ import * as style from 'ol/style';
 | 
			
		||||
  templateUrl: './feature-thumbnail.component.html',
 | 
			
		||||
  styleUrls: ['./feature-thumbnail.component.scss']
 | 
			
		||||
})
 | 
			
		||||
export class GeometryThumbnailComponent implements OnInit {
 | 
			
		||||
export class GeometryThumbnailComponent implements AfterViewInit {
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
  constructor() { }
 | 
			
		||||
 | 
			
		||||
  @ViewChild('canvas') canvas;
 | 
			
		||||
  @ViewChild('container') container;
 | 
			
		||||
  @Input('feature') feature:Feature;
 | 
			
		||||
 | 
			
		||||
  ngOnInit(): void {
 | 
			
		||||
  private geometry:Geometry = null;
 | 
			
		||||
  @Input() set feature(value:Feature<Geometry>) {
 | 
			
		||||
    if(value) {
 | 
			
		||||
      this.geometry = value.getGeometry();
 | 
			
		||||
    } else {
 | 
			
		||||
      this.geometry = null;
 | 
			
		||||
    }
 | 
			
		||||
    this.render(this.canvas,
 | 
			
		||||
      this.geometryStyle,
 | 
			
		||||
      this.geometry,
 | 
			
		||||
      this.width, 
 | 
			
		||||
      this.height);
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  private defaultStyle:style.Style = new style.Style({
 | 
			
		||||
    stroke: new style.Stroke({ color: 'black',width:1.5 })
 | 
			
		||||
  });  
 | 
			
		||||
  private geometryStyle:style.Style = this.defaultStyle;
 | 
			
		||||
  @Input() set fillColor(value:string) {
 | 
			
		||||
    if(style) {
 | 
			
		||||
      this.geometryStyle = new style.Style({
 | 
			
		||||
        stroke: new style.Stroke({ color: 'black',width:1.5 }),
 | 
			
		||||
        fill: new style.Fill({color: value})
 | 
			
		||||
      });  
 | 
			
		||||
    } else {
 | 
			
		||||
      this.geometryStyle = this.defaultStyle
 | 
			
		||||
    }
 | 
			
		||||
    this.render(this.canvas,
 | 
			
		||||
      this.geometryStyle,
 | 
			
		||||
      this.geometry,
 | 
			
		||||
      this.width, 
 | 
			
		||||
      this.height);
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  render(canvas,width,height,geometry:Geometry) {  
 | 
			
		||||
    let renderContext = render.toContext(canvas.getContext( '2d'),{ size: [width, height] });  
 | 
			
		||||
   
 | 
			
		||||
    let strokeStyle  = new style.Style({
 | 
			
		||||
      stroke: new style.Stroke({ color: 'black',width:1.5 })
 | 
			
		||||
    });
 | 
			
		||||
  private width:number = 0;
 | 
			
		||||
  private height:number = 0;
 | 
			
		||||
 | 
			
		||||
    let geom   = geometry.clone(),
 | 
			
		||||
        line   = geom.getCoordinates()[0],
 | 
			
		||||
        e = extent.boundingExtent( line );
 | 
			
		||||
  render(canvas,style:style.Style,geometry:Geometry,width:number,height:number) {  
 | 
			
		||||
    if(canvas && canvas.nativeElement && geometry && style) {
 | 
			
		||||
      let renderContext = render.toContext(canvas.nativeElement.getContext( '2d'),{ size: [width, height] });  
 | 
			
		||||
 | 
			
		||||
    let dxy = extent.getCenter(e),
 | 
			
		||||
        sxy = [ 
 | 
			
		||||
            (width - 2 ) / extent.getWidth(e),
 | 
			
		||||
            (height - 2 ) / extent.getHeight(e)
 | 
			
		||||
        ];
 | 
			
		||||
 | 
			
		||||
    let dx = dxy[0], 
 | 
			
		||||
        dy = dxy[1],
 | 
			
		||||
        sx = sxy[0],
 | 
			
		||||
        sy = sxy[1];
 | 
			
		||||
 | 
			
		||||
    geom.translate( -dx, -dy );
 | 
			
		||||
    geom.scale( Math.min(sx, sy), -Math.min(sx, sy));
 | 
			
		||||
    geom.translate( width / 2, height / 2 );
 | 
			
		||||
 | 
			
		||||
    renderContext.setStyle( strokeStyle );  
 | 
			
		||||
    renderContext.drawGeometry( geom );
 | 
			
		||||
      let geom   = geometry.clone() as Polygon,
 | 
			
		||||
      line   = geom.getCoordinates()[0],
 | 
			
		||||
      e = extent.boundingExtent( line );
 | 
			
		||||
  
 | 
			
		||||
      let dxy = extent.getCenter(e),
 | 
			
		||||
      sxy = [ 
 | 
			
		||||
          (width - 2 ) / extent.getWidth(e),
 | 
			
		||||
          (height - 2 ) / extent.getHeight(e)
 | 
			
		||||
      ];
 | 
			
		||||
  
 | 
			
		||||
      let dx = dxy[0], 
 | 
			
		||||
          dy = dxy[1],
 | 
			
		||||
          sx = sxy[0],
 | 
			
		||||
          sy = sxy[1];
 | 
			
		||||
  
 | 
			
		||||
      geom.translate( -dx, -dy );
 | 
			
		||||
      geom.scale( Math.min(sx, sy), -Math.min(sx, sy));
 | 
			
		||||
      geom.translate(width / 2,height / 2 );
 | 
			
		||||
      renderContext.setStyle( style );  
 | 
			
		||||
      renderContext.drawGeometry( geom );
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  ngAfterViewInit() {
 | 
			
		||||
    this.render(this.canvas.nativeElement,
 | 
			
		||||
      this.container.nativeElement.offsetWidth, 
 | 
			
		||||
      this.container.nativeElement.offsetHeight,
 | 
			
		||||
      this.feature.getGeometry());
 | 
			
		||||
    this.width = this.container.nativeElement.offsetWidth;
 | 
			
		||||
    this.height = this.container.nativeElement.offsetHeight;
 | 
			
		||||
    this.render(this.canvas,
 | 
			
		||||
      this.geometryStyle,
 | 
			
		||||
      this.geometry,
 | 
			
		||||
      this.width, 
 | 
			
		||||
      this.height);
 | 
			
		||||
  }  
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +1,6 @@
 | 
			
		||||
import { Directive, ViewContainerRef,TemplateRef,OnInit,Input, OnChanges } from '@angular/core';
 | 
			
		||||
import { layer } from 'ol';
 | 
			
		||||
import { Layer } from 'ol/layer';
 | 
			
		||||
import { Source } from 'ol/source';
 | 
			
		||||
import { MapComponent } from 'ngx-openlayers';
 | 
			
		||||
 | 
			
		||||
@Directive({
 | 
			
		||||
@@ -7,7 +8,7 @@ import { MapComponent } from 'ngx-openlayers';
 | 
			
		||||
})
 | 
			
		||||
export class ifZoomToShowDirective  implements OnInit {
 | 
			
		||||
  @Input() 
 | 
			
		||||
  set fmMapIfZoomToShow(layer:layer) {
 | 
			
		||||
  set fmMapIfZoomToShow(layer:Layer<Source>) {
 | 
			
		||||
    this.layer$=layer;
 | 
			
		||||
    this.checkZoom();
 | 
			
		||||
  }
 | 
			
		||||
@@ -24,7 +25,7 @@ export class ifZoomToShowDirective  implements OnInit {
 | 
			
		||||
    this.checkZoom();
 | 
			
		||||
  }
 | 
			
		||||
  
 | 
			
		||||
  private layer$:layer;
 | 
			
		||||
  private layer$:Layer<Source>;
 | 
			
		||||
  private thenTemplate$:TemplateRef<any>;
 | 
			
		||||
  private elseTemplate$:TemplateRef<any>;
 | 
			
		||||
  private showView = false;
 | 
			
		||||
 
 | 
			
		||||
@@ -33,13 +33,13 @@ export class ItemListItemContainerComponent {
 | 
			
		||||
      let criteria=0;
 | 
			
		||||
      if (this.itemComponentList[i]['forItemType']) {
 | 
			
		||||
        criteria++;
 | 
			
		||||
        if(this.itemComponentList[i]['forItemType'].indexOf(this.item.itemType) >= 0) {
 | 
			
		||||
        if(this.itemComponentList[i]['forItemType'].split(",").filter(part => part ==this.item.itemType).length == 1) {
 | 
			
		||||
          matches++;
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
      if (this.itemComponentList[i]['forSourceTask']) {
 | 
			
		||||
        criteria++;
 | 
			
		||||
        if(this.itemComponentList[i]['forSourceTask'].indexOf(this.item.sourceTask) >= 0) {
 | 
			
		||||
        if(this.itemComponentList[i]['forSourceTask'].split(",").filter(part => part ==this.item.sourceTask).length ==1) {
 | 
			
		||||
          matches++;
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
 
 | 
			
		||||
@@ -74,7 +74,7 @@
 | 
			
		||||
        </div>  
 | 
			
		||||
      </fm-side-panel>
 | 
			
		||||
      <fm-side-panel [resizeable]="true" [visible]="!noContent">
 | 
			
		||||
        <router-outlet></router-outlet>
 | 
			
		||||
        <router-outlet (activate)="handleSidepaneloutletActivate($event)" (deactivate)="handleSidepaneloutletDeactivate($event)"></router-outlet>
 | 
			
		||||
      </fm-side-panel>
 | 
			
		||||
    </div>   
 | 
			
		||||
  </aol-map>  
 | 
			
		||||
 
 | 
			
		||||
@@ -11,6 +11,7 @@ import { DeviceService } from '@farmmaps/common';
 | 
			
		||||
import * as mapReducers from '../../reducers/map.reducer';
 | 
			
		||||
import * as mapActions from '../../actions/map.actions';
 | 
			
		||||
import { IMapState} from '../../models/map.state';
 | 
			
		||||
import { IClickedFeature} from '../../models/clicked.feature';
 | 
			
		||||
import { IQuery } from '../../reducers/map.reducer'
 | 
			
		||||
import { ISelectedFeatures } from '../../models/selected.features';
 | 
			
		||||
import { IItemLayer } from '../../models/item.layer';
 | 
			
		||||
@@ -29,6 +30,7 @@ import {commonReducers} from '@farmmaps/common';
 | 
			
		||||
import {commonActions} from '@farmmaps/common';
 | 
			
		||||
 | 
			
		||||
import {Feature} from 'ol';
 | 
			
		||||
import {Geometry} from 'ol/geom';
 | 
			
		||||
import {Extent,createEmpty,extend } from 'ol/extent';
 | 
			
		||||
import {transform} from 'ol/proj';
 | 
			
		||||
import { tassign } from 'tassign';
 | 
			
		||||
@@ -46,7 +48,7 @@ export class MapComponent implements OnInit, OnDestroy,AfterViewInit {
 | 
			
		||||
  public openedModalName$: Observable<string> = this.store.select(commonReducers.selectOpenedModalName);
 | 
			
		||||
  public itemTypes$: Observable<{ [id: string]: IItemType }>;
 | 
			
		||||
  public mapState$: Observable<IMapState> = this.store.select(mapReducers.selectGetMapState);
 | 
			
		||||
  public features$: Observable<Array<Feature>> = this.store.select(mapReducers.selectGetFeatures);
 | 
			
		||||
  public features$: Observable<Array<Feature<Geometry>>> = this.store.select(mapReducers.selectGetFeatures);
 | 
			
		||||
  public overlayLayers$: Observable<Array<IItemLayer>> = this.store.select(mapReducers.selectGetOverlayLayers);
 | 
			
		||||
  public selectedOverlayLayer$: Observable<IItemLayer> = this.store.select(mapReducers.selectGetSelectedOverlayLayer);
 | 
			
		||||
  public selectedItemLayer$: Observable<IItemLayer> = this.store.select(mapReducers.selectGetSelectedItemLayer);
 | 
			
		||||
@@ -63,8 +65,8 @@ export class MapComponent implements OnInit, OnDestroy,AfterViewInit {
 | 
			
		||||
  public parentCode$: Observable<string> =this.store.select(mapReducers.selectGetParentCode);
 | 
			
		||||
  public panelVisible$: Observable<boolean> = this.store.select(mapReducers.selectGetPanelVisible);
 | 
			
		||||
  public panelCollapsed$: Observable<boolean> = this.store.select(mapReducers.selectGetPanelCollapsed);
 | 
			
		||||
  public selectedFeature$: Observable<Feature> = this.store.select(mapReducers.selectGetSelectedFeature);
 | 
			
		||||
  public clickedFeature: Subject<Feature> = new Subject<Feature>();
 | 
			
		||||
  public selectedFeature$: Observable<Feature<Geometry>> = this.store.select(mapReducers.selectGetSelectedFeature);
 | 
			
		||||
  public clickedFeature: Subject<Feature<Geometry>> = new Subject<Feature<Geometry>>();
 | 
			
		||||
  public selectedItem$: Observable<IItem> = this.store.select(mapReducers.selectGetSelectedItem);
 | 
			
		||||
  public parentItem$: Observable<IItem> =this.store.select(mapReducers.selectGetParentItem);
 | 
			
		||||
  public queryState$: Observable<IQueryState> = this.store.select(mapReducers.selectGetQueryState);
 | 
			
		||||
@@ -163,11 +165,11 @@ export class MapComponent implements OnInit, OnDestroy,AfterViewInit {
 | 
			
		||||
    this.uploadService.addFiles(droppedFile.files, droppedFile.event, { parentCode:droppedFile.parentCode, geometry:droppedFile.geometry });
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  handleFeatureClick(feature: Feature) {
 | 
			
		||||
  handleFeatureClick(feature: Feature<Geometry>) {
 | 
			
		||||
    this.clickedFeature.next(feature);
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  handleFeatureHover(feature: Feature) {
 | 
			
		||||
  handleFeatureHover(feature: Feature<Geometry>) {
 | 
			
		||||
    this.store.dispatch(new mapActions.SelectFeature(feature));
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
@@ -175,6 +177,18 @@ export class MapComponent implements OnInit, OnDestroy,AfterViewInit {
 | 
			
		||||
    this.store.dispatch(new mapActions.DoQuery(queryState));
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  handleSidepaneloutletActivate(component:any) {
 | 
			
		||||
   if(component && component.hasOwnProperty('clickedFeature')) {
 | 
			
		||||
     (component as IClickedFeature).clickedFeature = this.clickedFeature;
 | 
			
		||||
   }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  handleSidepaneloutletDeactivate(component:any) {
 | 
			
		||||
    if(component && component.hasOwnProperty('clickedFeature')) {
 | 
			
		||||
      (component as IClickedFeature).clickedFeature = null;
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  ngOnInit() {    
 | 
			
		||||
    this.initialized = false;
 | 
			
		||||
    console.debug("Init");
 | 
			
		||||
 
 | 
			
		||||
@@ -34,13 +34,13 @@ export class SelectedItemContainerComponent {
 | 
			
		||||
      let criteria=0;
 | 
			
		||||
      if (this.selectedItemComponents[i]['forItemType'] ) {
 | 
			
		||||
        criteria++;
 | 
			
		||||
        if(this.selectedItemComponents[i]['forItemType'].indexOf(this.item.itemType) >= 0) {
 | 
			
		||||
        if(this.selectedItemComponents[i]['forItemType'].split(",").filter(part => part ==this.item.itemType).length == 1) {
 | 
			
		||||
          matches++;
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
      if (this.selectedItemComponents[i]['forSourceTask']) {
 | 
			
		||||
        criteria++;
 | 
			
		||||
        if( this.selectedItemComponents[i]['forSourceTask'].indexOf(this.item.sourceTask) >= 0) {
 | 
			
		||||
        if( this.selectedItemComponents[i]['forSourceTask'].split(",").filter(part => part ==this.item.sourceTask).length == 1) {
 | 
			
		||||
          matches++;
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
 
 | 
			
		||||
@@ -1,14 +1,15 @@
 | 
			
		||||
import { Component, Input } from '@angular/core';
 | 
			
		||||
import { layer } from 'ol';
 | 
			
		||||
import { Layer } from 'ol/layer';
 | 
			
		||||
import { Source } from 'ol/source';
 | 
			
		||||
 | 
			
		||||
@Component({
 | 
			
		||||
  selector: 'fm-map-zoom-to-show-alert',
 | 
			
		||||
  template: '<div *fmMapIfZoomToShow="layer$" class="alert alert-info"><i class="fas fa-search-plus" aria-hidden="true" i18n-title title="Add as layer"></i> <span i18n>Zoom in to show layer</span></div>'
 | 
			
		||||
})
 | 
			
		||||
export class ZoomToShowAlert {
 | 
			
		||||
  public layer$: layer;
 | 
			
		||||
  public layer$: Layer<Source>;
 | 
			
		||||
  @Input() 
 | 
			
		||||
  set layer(layer:layer) {
 | 
			
		||||
  set layer(layer:Layer<Source>) {
 | 
			
		||||
     this.layer$ = layer;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -11,7 +11,7 @@ import { withLatestFrom, switchMap, map, catchError, mergeMap } from 'rxjs/opera
 | 
			
		||||
import {GeoJSON,WKT} from 'ol/format';
 | 
			
		||||
import {Feature} from 'ol';
 | 
			
		||||
import { getCenter,createEmpty,extend } from 'ol/extent';
 | 
			
		||||
import {Point} from 'ol/geom'
 | 
			
		||||
import {Point,Geometry} from 'ol/geom'
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
import * as mapActions from '../actions/map.actions';
 | 
			
		||||
@@ -50,7 +50,7 @@ export class MapEffects {
 | 
			
		||||
  private _wktFormat: WKT;
 | 
			
		||||
  private overrideSelectedItemLayer: boolean = false;
 | 
			
		||||
 | 
			
		||||
  private updateFeatureGeometry(feature:Feature, updateEvent:commonActions.DeviceUpdateEvent): Feature {
 | 
			
		||||
  private updateFeatureGeometry(feature:Feature<Geometry>, updateEvent:commonActions.DeviceUpdateEvent): Feature<Geometry> {
 | 
			
		||||
    let newFeature = feature.clone();
 | 
			
		||||
    var f = this._wktFormat.readFeature(updateEvent.attributes["geometry"],{
 | 
			
		||||
      dataProjection: 'EPSG:4326',
 | 
			
		||||
@@ -153,7 +153,7 @@ export class MapEffects {
 | 
			
		||||
      if (!action.query.bboxFilter) {
 | 
			
		||||
         if (extent) {
 | 
			
		||||
          for (let f of action.features) {
 | 
			
		||||
            extend(extent, (f as Feature).getGeometry().getExtent());
 | 
			
		||||
            extend(extent, (f as Feature<Geometry>).getGeometry().getExtent());
 | 
			
		||||
          }
 | 
			
		||||
          if(action.features && action.features.length >0) {
 | 
			
		||||
            actions.push(new mapActions.SetExtent(extent));
 | 
			
		||||
@@ -169,7 +169,7 @@ export class MapEffects {
 | 
			
		||||
        let extent = createEmpty();
 | 
			
		||||
        if (extent) {
 | 
			
		||||
          for (let f of action.features) {
 | 
			
		||||
            extend(extent, (f as Feature).getGeometry().getExtent());
 | 
			
		||||
            extend(extent, (f as Feature<Geometry>).getGeometry().getExtent());
 | 
			
		||||
          }
 | 
			
		||||
          if(action.features.length>0) return of(new mapActions.SetExtent(extent));
 | 
			
		||||
        }        
 | 
			
		||||
@@ -256,7 +256,7 @@ export class MapEffects {
 | 
			
		||||
    withLatestFrom(this.store$.select(mapReducers.selectGetFeatures)),
 | 
			
		||||
    mergeMap(([action, features]) => {
 | 
			
		||||
      let deviceUpdateEventAction = action as commonActions.DeviceUpdateEvent;
 | 
			
		||||
      var feature: Feature = null;
 | 
			
		||||
      var feature: Feature<Geometry> = null;
 | 
			
		||||
      for (let f of features) {
 | 
			
		||||
        if (f.getId() == deviceUpdateEventAction.itemCode) {
 | 
			
		||||
          feature = f;
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										10
									
								
								projects/common-map/src/fm-map/models/clicked.feature.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								projects/common-map/src/fm-map/models/clicked.feature.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
import {Feature} from 'ol';
 | 
			
		||||
import {Geometry} from 'ol/geom';
 | 
			
		||||
import { Observable } from 'rxjs';
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * @deprecated This interface will be removed soon
 | 
			
		||||
 */
 | 
			
		||||
export interface IClickedFeature  {
 | 
			
		||||
    clickedFeature: Observable<Feature<Geometry>> 
 | 
			
		||||
}
 | 
			
		||||
@@ -1,9 +1,10 @@
 | 
			
		||||
import { IItem,IListItem } from '@farmmaps/common';
 | 
			
		||||
import {Layer} from 'ol/layer';
 | 
			
		||||
import { Source } from 'ol/source';
 | 
			
		||||
 | 
			
		||||
export interface IItemLayer  {
 | 
			
		||||
  item: IItem,
 | 
			
		||||
  layer: Layer,
 | 
			
		||||
  layer: Layer<Source>,
 | 
			
		||||
  visible: boolean,
 | 
			
		||||
  legendVisible:boolean,
 | 
			
		||||
  projection: string,
 | 
			
		||||
@@ -13,7 +14,7 @@ export interface IItemLayer  {
 | 
			
		||||
 | 
			
		||||
export class ItemLayer implements IItemLayer {
 | 
			
		||||
  public item: IItem;
 | 
			
		||||
  public layer: Layer = null;
 | 
			
		||||
  public layer: Layer<Source> = null;
 | 
			
		||||
  public visible: boolean = true;
 | 
			
		||||
  public legendVisible: boolean = false;
 | 
			
		||||
  public projection: string;
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +1,7 @@
 | 
			
		||||
import {Style,Feature} from 'ol';
 | 
			
		||||
import {Feature} from 'ol';
 | 
			
		||||
import { Style } from 'ol/style';
 | 
			
		||||
import {Geometry } from 'ol/geom';
 | 
			
		||||
 | 
			
		||||
export interface IStyles{
 | 
			
		||||
  [id: string]: Style | (Feature);
 | 
			
		||||
  [id: string]: Style | ((featue:Feature<Geometry>) => Style);
 | 
			
		||||
};
 | 
			
		||||
@@ -11,6 +11,7 @@ import {commonActions} from '@farmmaps/common';
 | 
			
		||||
import { createSelector, createFeatureSelector } from '@ngrx/store';
 | 
			
		||||
 | 
			
		||||
import {Feature} from 'ol';
 | 
			
		||||
import {Geometry} from 'ol/geom';
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
import { ROUTER_NAVIGATION, RouterNavigationAction } from '@ngrx/router-store';
 | 
			
		||||
@@ -45,10 +46,10 @@ export interface State {
 | 
			
		||||
  queryState: IQueryState,
 | 
			
		||||
  query:IQuery,
 | 
			
		||||
  parentCode: string,
 | 
			
		||||
  features: Array<Feature>,
 | 
			
		||||
  features: Array<Feature<Geometry>>,
 | 
			
		||||
  panelVisible: boolean,
 | 
			
		||||
  panelCollapsed: boolean,
 | 
			
		||||
  selectedFeature: Feature,
 | 
			
		||||
  selectedFeature: Feature<Geometry>,
 | 
			
		||||
  selectedItem:IItem,
 | 
			
		||||
  parentItem:IItem,
 | 
			
		||||
  clearEnabled: boolean,
 | 
			
		||||
 
 | 
			
		||||
@@ -1,8 +1,8 @@
 | 
			
		||||
// This file is required by karma.conf.js and loads recursively all the .spec and framework files
 | 
			
		||||
 | 
			
		||||
import 'core-js/es7/reflect';
 | 
			
		||||
import 'zone.js/dist/zone';
 | 
			
		||||
import 'zone.js/dist/zone-testing';
 | 
			
		||||
import 'zone.js';
 | 
			
		||||
import 'zone.js/testing';
 | 
			
		||||
import { getTestBed } from '@angular/core/testing';
 | 
			
		||||
import {
 | 
			
		||||
  BrowserDynamicTestingModule,
 | 
			
		||||
 
 | 
			
		||||
@@ -22,8 +22,7 @@
 | 
			
		||||
    "strictMetadataEmit": true,
 | 
			
		||||
    "fullTemplateTypeCheck": true,
 | 
			
		||||
    "strictInjectionParameters": true,
 | 
			
		||||
    "enableResourceInlining": true,
 | 
			
		||||
    "enableIvy": false
 | 
			
		||||
    "enableResourceInlining": true
 | 
			
		||||
  },
 | 
			
		||||
  "exclude": [
 | 
			
		||||
    "src/test.ts",
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										40
									
								
								projects/common-map/tsconfig.lib.prod.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										40
									
								
								projects/common-map/tsconfig.lib.prod.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,40 @@
 | 
			
		||||
{
 | 
			
		||||
  "extends": "../../tsconfig.json",
 | 
			
		||||
  "compilerOptions": {
 | 
			
		||||
    "outDir": "../../out-tsc/lib",
 | 
			
		||||
    "target": "es2015",
 | 
			
		||||
    "module": "es2015",
 | 
			
		||||
    "moduleResolution": "node",
 | 
			
		||||
    "declaration": true,
 | 
			
		||||
    "sourceMap": true,
 | 
			
		||||
    "inlineSources": true,
 | 
			
		||||
    "emitDecoratorMetadata": true,
 | 
			
		||||
    "experimentalDecorators": true,
 | 
			
		||||
    "importHelpers": true,
 | 
			
		||||
    "esModuleInterop": true,
 | 
			
		||||
    "types": [],
 | 
			
		||||
    "lib": [
 | 
			
		||||
      "dom",
 | 
			
		||||
      "es2018"
 | 
			
		||||
    ],
 | 
			
		||||
    "paths": {
 | 
			
		||||
      "@angular/*": [
 | 
			
		||||
 | 
			
		||||
      "node_modules/@angular/*"
 | 
			
		||||
 | 
			
		||||
      ]
 | 
			
		||||
    }
 | 
			
		||||
  },
 | 
			
		||||
  "angularCompilerOptions": {
 | 
			
		||||
    "skipTemplateCodegen": true,
 | 
			
		||||
    "strictMetadataEmit": true,
 | 
			
		||||
    "fullTemplateTypeCheck": true,
 | 
			
		||||
    "strictInjectionParameters": true,
 | 
			
		||||
    "enableResourceInlining": true,
 | 
			
		||||
    "compilationMode": "partial"
 | 
			
		||||
  },
 | 
			
		||||
  "exclude": [
 | 
			
		||||
    "src/test.ts",
 | 
			
		||||
    "**/*.spec.ts"
 | 
			
		||||
  ]
 | 
			
		||||
}
 | 
			
		||||
@@ -1,15 +1,15 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "@farmmaps/common-map3d",
 | 
			
		||||
  "version": "1.0.0",
 | 
			
		||||
  "version": "2.0.0",
 | 
			
		||||
  "publishConfig": {
 | 
			
		||||
    "registry": "https://repository.akkerweb.nl/repository/npm-hosted/"
 | 
			
		||||
  },
 | 
			
		||||
  "peerDependencies": {
 | 
			
		||||
    "@angular/common": "^10.1.3",
 | 
			
		||||
    "@angular/core": "^10.1.3",
 | 
			
		||||
    "ngx-openlayers": "1.0.0-next.16",
 | 
			
		||||
    "cesium": "^1.73.0",
 | 
			
		||||
    "ol-cesium": "^2.11.3"
 | 
			
		||||
    "@angular/common":  "~12.2.8",
 | 
			
		||||
    "@angular/core":  "~12.2.8",
 | 
			
		||||
    "ngx-openlayers": "1.0.0-next.19",
 | 
			
		||||
    "cesium": "^1.82.1",
 | 
			
		||||
    "ol-cesium": "^2.13.0"
 | 
			
		||||
  },
 | 
			
		||||
  "dependencies": {
 | 
			
		||||
    "tslib": "^2.0.0"
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
// This file is required by karma.conf.js and loads recursively all the .spec and framework files
 | 
			
		||||
 | 
			
		||||
import 'zone.js/dist/zone';
 | 
			
		||||
import 'zone.js/dist/zone-testing';
 | 
			
		||||
import 'zone.js';
 | 
			
		||||
import 'zone.js/testing';
 | 
			
		||||
import { getTestBed } from '@angular/core/testing';
 | 
			
		||||
import {
 | 
			
		||||
  BrowserDynamicTestingModule,
 | 
			
		||||
 
 | 
			
		||||
@@ -22,8 +22,7 @@
 | 
			
		||||
    "strictMetadataEmit": true,
 | 
			
		||||
    "fullTemplateTypeCheck": true,
 | 
			
		||||
    "strictInjectionParameters": true,
 | 
			
		||||
    "enableResourceInlining": true,
 | 
			
		||||
    "enableIvy": false
 | 
			
		||||
    "enableResourceInlining": true
 | 
			
		||||
  },
 | 
			
		||||
  "exclude": [
 | 
			
		||||
    "src/test.ts",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,10 +1,40 @@
 | 
			
		||||
/* To learn more about this file see: https://angular.io/config/tsconfig. */
 | 
			
		||||
{
 | 
			
		||||
  "extends": "./tsconfig.lib.json",
 | 
			
		||||
  "extends": "../../tsconfig.json",
 | 
			
		||||
  "compilerOptions": {
 | 
			
		||||
    "declarationMap": false
 | 
			
		||||
    "outDir": "../../out-tsc/lib",
 | 
			
		||||
    "target": "es2015",
 | 
			
		||||
    "module": "es2015",
 | 
			
		||||
    "moduleResolution": "node",
 | 
			
		||||
    "declaration": true,
 | 
			
		||||
    "sourceMap": true,
 | 
			
		||||
    "inlineSources": true,
 | 
			
		||||
    "emitDecoratorMetadata": true,
 | 
			
		||||
    "experimentalDecorators": true,
 | 
			
		||||
    "importHelpers": true,
 | 
			
		||||
    "esModuleInterop": true,
 | 
			
		||||
    "types": [],
 | 
			
		||||
    "lib": [
 | 
			
		||||
      "dom",
 | 
			
		||||
      "es2018"
 | 
			
		||||
    ],
 | 
			
		||||
    "paths": {
 | 
			
		||||
      "@angular/*": [
 | 
			
		||||
 | 
			
		||||
      "node_modules/@angular/*"
 | 
			
		||||
 | 
			
		||||
      ]
 | 
			
		||||
    }
 | 
			
		||||
  },
 | 
			
		||||
  "angularCompilerOptions": {
 | 
			
		||||
    "enableIvy": false
 | 
			
		||||
  }
 | 
			
		||||
    "skipTemplateCodegen": true,
 | 
			
		||||
    "strictMetadataEmit": true,
 | 
			
		||||
    "fullTemplateTypeCheck": true,
 | 
			
		||||
    "strictInjectionParameters": true,
 | 
			
		||||
    "enableResourceInlining": true,
 | 
			
		||||
    "compilationMode": "partial"
 | 
			
		||||
  },
 | 
			
		||||
  "exclude": [
 | 
			
		||||
    "src/test.ts",
 | 
			
		||||
    "**/*.spec.ts"
 | 
			
		||||
  ]
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@
 | 
			
		||||
      "my-data": "my-data"
 | 
			
		||||
    }
 | 
			
		||||
  },
 | 
			
		||||
  "whitelistedNonPeerDependencies": [
 | 
			
		||||
  "allowedNonPeerDependencies": [
 | 
			
		||||
    "."
 | 
			
		||||
  ]
 | 
			
		||||
}
 | 
			
		||||
@@ -1,22 +1,22 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "@farmmaps/common",
 | 
			
		||||
  "version": "1.0.0",
 | 
			
		||||
  "version": "2.0.0",
 | 
			
		||||
  "publishConfig": {
 | 
			
		||||
    "registry": "https://repository.akkerweb.nl/repository/npm-hosted/"
 | 
			
		||||
  },
 | 
			
		||||
  "peerDependencies": {
 | 
			
		||||
    "@ng-bootstrap/ng-bootstrap": "^7.0",
 | 
			
		||||
    "@angular/common": "~10.2.4",
 | 
			
		||||
    "@angular/core": "~10.2.4",
 | 
			
		||||
    "@angular/forms": "~10.2.4",
 | 
			
		||||
    "@ngrx/effects": "^10.0",
 | 
			
		||||
    "@ngrx/router-store": "^10.0",
 | 
			
		||||
    "@ngrx/store": "^10.0",
 | 
			
		||||
    "@angular/common": "~12.2.8",
 | 
			
		||||
    "@angular/core": "~12.2.8",
 | 
			
		||||
    "@angular/forms": "~12.2.8",
 | 
			
		||||
    "@ngrx/effects": "^12.0",
 | 
			
		||||
    "@ngrx/router-store": "^12.0",
 | 
			
		||||
    "@ngrx/store": "^12.0",
 | 
			
		||||
    "tassign": "^1.0.0",
 | 
			
		||||
    "bootstrap": "^4.4.1",
 | 
			
		||||
    "@microsoft/signalr": "^3.1.3",
 | 
			
		||||
    "ngx-uploadx": "^3.3.4",
 | 
			
		||||
    "angular-oauth2-oidc": "^10.0.3",
 | 
			
		||||
    "angular-oauth2-oidc": "^12.0",
 | 
			
		||||
    "moment": "^2.27.0",
 | 
			
		||||
    "ngx-avatar": "^4.0.0",
 | 
			
		||||
    "ngx-image-cropper": "^3.3.5",
 | 
			
		||||
 
 | 
			
		||||
@@ -110,7 +110,9 @@ export {
 | 
			
		||||
  IGradientstop,
 | 
			
		||||
  BackButtonComponent,
 | 
			
		||||
  AvatarComponent,
 | 
			
		||||
  EditImageModalComponent
 | 
			
		||||
  EditImageModalComponent,
 | 
			
		||||
  GradientComponent,
 | 
			
		||||
  GradientSelectComponent
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@NgModule({
 | 
			
		||||
 
 | 
			
		||||
@@ -1,25 +0,0 @@
 | 
			
		||||
import { ComponentFixture, TestBed } from '@angular/core/testing';
 | 
			
		||||
 | 
			
		||||
import { AppMenuComponent } from './app-menu.component';
 | 
			
		||||
 | 
			
		||||
describe('AppMenuComponent', () => {
 | 
			
		||||
  let component: AppMenuComponent;
 | 
			
		||||
  let fixture: ComponentFixture<AppMenuComponent>;
 | 
			
		||||
 | 
			
		||||
  beforeEach(async () => {
 | 
			
		||||
    await TestBed.configureTestingModule({
 | 
			
		||||
      declarations: [ AppMenuComponent ]
 | 
			
		||||
    })
 | 
			
		||||
    .compileComponents();
 | 
			
		||||
  });
 | 
			
		||||
 | 
			
		||||
  beforeEach(() => {
 | 
			
		||||
    fixture = TestBed.createComponent(AppMenuComponent);
 | 
			
		||||
    component = fixture.componentInstance;
 | 
			
		||||
    fixture.detectChanges();
 | 
			
		||||
  });
 | 
			
		||||
 | 
			
		||||
  it('should create', () => {
 | 
			
		||||
    expect(component).toBeTruthy();
 | 
			
		||||
  });
 | 
			
		||||
});
 | 
			
		||||
@@ -1,25 +0,0 @@
 | 
			
		||||
import { ComponentFixture, TestBed } from '@angular/core/testing';
 | 
			
		||||
 | 
			
		||||
import { AvatarComponent } from './avatar.component';
 | 
			
		||||
 | 
			
		||||
describe('AvatarComponent', () => {
 | 
			
		||||
  let component: AvatarComponent;
 | 
			
		||||
  let fixture: ComponentFixture<AvatarComponent>;
 | 
			
		||||
 | 
			
		||||
  beforeEach(async () => {
 | 
			
		||||
    await TestBed.configureTestingModule({
 | 
			
		||||
      declarations: [ AvatarComponent ]
 | 
			
		||||
    })
 | 
			
		||||
    .compileComponents();
 | 
			
		||||
  });
 | 
			
		||||
 | 
			
		||||
  beforeEach(() => {
 | 
			
		||||
    fixture = TestBed.createComponent(AvatarComponent);
 | 
			
		||||
    component = fixture.componentInstance;
 | 
			
		||||
    fixture.detectChanges();
 | 
			
		||||
  });
 | 
			
		||||
 | 
			
		||||
  it('should create', () => {
 | 
			
		||||
    expect(component).toBeTruthy();
 | 
			
		||||
  });
 | 
			
		||||
});
 | 
			
		||||
@@ -40,6 +40,7 @@ export class AvatarComponent implements OnInit {
 | 
			
		||||
 | 
			
		||||
  refresh(user: IUser) {
 | 
			
		||||
    if (!user) return null;
 | 
			
		||||
    debugger;
 | 
			
		||||
    const apiEndpoint = this.appConfig.getConfig("apiEndPoint");
 | 
			
		||||
    this.src = `${apiEndpoint}/api/v1/users/${user.code}/avatar`;
 | 
			
		||||
    this.name = user.firstName && user.lastName ? 
 | 
			
		||||
 
 | 
			
		||||
@@ -1,25 +0,0 @@
 | 
			
		||||
import { ComponentFixture, TestBed } from '@angular/core/testing';
 | 
			
		||||
 | 
			
		||||
import { EditImageModalComponent } from './edit-image-modal.component';
 | 
			
		||||
 | 
			
		||||
describe('EditImageModalComponent', () => {
 | 
			
		||||
  let component: EditImageModalComponent;
 | 
			
		||||
  let fixture: ComponentFixture<EditImageModalComponent>;
 | 
			
		||||
 | 
			
		||||
  beforeEach(async () => {
 | 
			
		||||
    await TestBed.configureTestingModule({
 | 
			
		||||
      declarations: [ EditImageModalComponent ]
 | 
			
		||||
    })
 | 
			
		||||
    .compileComponents();
 | 
			
		||||
  });
 | 
			
		||||
 | 
			
		||||
  beforeEach(() => {
 | 
			
		||||
    fixture = TestBed.createComponent(EditImageModalComponent);
 | 
			
		||||
    component = fixture.componentInstance;
 | 
			
		||||
    fixture.detectChanges();
 | 
			
		||||
  });
 | 
			
		||||
 | 
			
		||||
  it('should create', () => {
 | 
			
		||||
    expect(component).toBeTruthy();
 | 
			
		||||
  });
 | 
			
		||||
});
 | 
			
		||||
@@ -1,25 +0,0 @@
 | 
			
		||||
import { ComponentFixture, TestBed } from '@angular/core/testing';
 | 
			
		||||
 | 
			
		||||
import { GradientSelectComponent } from './gradient-select.component';
 | 
			
		||||
 | 
			
		||||
describe('GradientSelectComponent', () => {
 | 
			
		||||
  let component: GradientSelectComponent;
 | 
			
		||||
  let fixture: ComponentFixture<GradientSelectComponent>;
 | 
			
		||||
 | 
			
		||||
  beforeEach(async () => {
 | 
			
		||||
    await TestBed.configureTestingModule({
 | 
			
		||||
      declarations: [ GradientSelectComponent ]
 | 
			
		||||
    })
 | 
			
		||||
    .compileComponents();
 | 
			
		||||
  });
 | 
			
		||||
 | 
			
		||||
  beforeEach(() => {
 | 
			
		||||
    fixture = TestBed.createComponent(GradientSelectComponent);
 | 
			
		||||
    component = fixture.componentInstance;
 | 
			
		||||
    fixture.detectChanges();
 | 
			
		||||
  });
 | 
			
		||||
 | 
			
		||||
  it('should create', () => {
 | 
			
		||||
    expect(component).toBeTruthy();
 | 
			
		||||
  });
 | 
			
		||||
});
 | 
			
		||||
@@ -1,25 +0,0 @@
 | 
			
		||||
import { ComponentFixture, TestBed } from '@angular/core/testing';
 | 
			
		||||
 | 
			
		||||
import { GradientComponent } from './gradient.component';
 | 
			
		||||
 | 
			
		||||
describe('GradientComponent', () => {
 | 
			
		||||
  let component: GradientComponent;
 | 
			
		||||
  let fixture: ComponentFixture<GradientComponent>;
 | 
			
		||||
 | 
			
		||||
  beforeEach(async () => {
 | 
			
		||||
    await TestBed.configureTestingModule({
 | 
			
		||||
      declarations: [ GradientComponent ]
 | 
			
		||||
    })
 | 
			
		||||
    .compileComponents();
 | 
			
		||||
  });
 | 
			
		||||
 | 
			
		||||
  beforeEach(() => {
 | 
			
		||||
    fixture = TestBed.createComponent(GradientComponent);
 | 
			
		||||
    component = fixture.componentInstance;
 | 
			
		||||
    fixture.detectChanges();
 | 
			
		||||
  });
 | 
			
		||||
 | 
			
		||||
  it('should create', () => {
 | 
			
		||||
    expect(component).toBeTruthy();
 | 
			
		||||
  });
 | 
			
		||||
});
 | 
			
		||||
@@ -1,61 +1,61 @@
 | 
			
		||||
import { Directive, ViewContainerRef,TemplateRef,OnInit,Input,OnDestroy } from '@angular/core';
 | 
			
		||||
import { Store} from '@ngrx/store';
 | 
			
		||||
import * as appCommonReducer from '../../reducers/app-common.reducer'
 | 
			
		||||
import { IPackages } from '../../models/package';
 | 
			
		||||
import { Observable, Subscription } from 'rxjs';
 | 
			
		||||
import {AfterViewInit, Directive, Input, OnDestroy, TemplateRef, ViewContainerRef} from '@angular/core';
 | 
			
		||||
import {Subscription} from 'rxjs';
 | 
			
		||||
import {PackageService} from '../../services/package.service';
 | 
			
		||||
import * as appCommonReducer from '../../reducers/app-common.reducer';
 | 
			
		||||
import {Store} from '@ngrx/store';
 | 
			
		||||
 | 
			
		||||
@Directive({
 | 
			
		||||
  selector: '[fmHasPackage]',
 | 
			
		||||
})
 | 
			
		||||
export class HasPackageDirective  implements OnDestroy{
 | 
			
		||||
export class HasPackageDirective implements OnDestroy, AfterViewInit {
 | 
			
		||||
 | 
			
		||||
  @Input()
 | 
			
		||||
  set fmHasPackage(packageIdentifier:string) {
 | 
			
		||||
    this.packageIdentifier$ = packageIdentifier;
 | 
			
		||||
    this.updateView(); 
 | 
			
		||||
  set fmHasPackage(packageIdentifier: string) {
 | 
			
		||||
    this.packageIdentifier = packageIdentifier;
 | 
			
		||||
    this.updateView();
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  @Input()
 | 
			
		||||
  set fmHasPackageThen(thenTemplate:TemplateRef<any>) {
 | 
			
		||||
    this.thenTemplate$ = thenTemplate;
 | 
			
		||||
    this.updateView(); 
 | 
			
		||||
  set fmHasPackageThen(thenTemplate: TemplateRef<any>) {
 | 
			
		||||
    this.thenTemplate = thenTemplate;
 | 
			
		||||
    this.updateView();
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  @Input()
 | 
			
		||||
  set fmHasPackageElse(thenTemplate:TemplateRef<any>) {
 | 
			
		||||
    this.elseTemplate$ = thenTemplate;
 | 
			
		||||
    this.updateView(); 
 | 
			
		||||
  set fmHasPackageElse(thenTemplate: TemplateRef<any>) {
 | 
			
		||||
    this.elseTemplate = thenTemplate;
 | 
			
		||||
    this.updateView();
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  private packageIdentifier$:string;
 | 
			
		||||
  private thenTemplate$:TemplateRef<any>;
 | 
			
		||||
  private elseTemplate$:TemplateRef<any>;
 | 
			
		||||
  private packages$:any = {};
 | 
			
		||||
  private packagesObservable$:Observable<IPackages> = this.store$.select(appCommonReducer.SelectGetUserPackages);
 | 
			
		||||
  private packSub:Subscription;
 | 
			
		||||
  private packageIdentifier: string;
 | 
			
		||||
  private thenTemplate: TemplateRef<any>;
 | 
			
		||||
  private elseTemplate: TemplateRef<any>;
 | 
			
		||||
  private packSub: Subscription;
 | 
			
		||||
 | 
			
		||||
  constructor(private templateRef$: TemplateRef<any>,private viewContainerRef$: ViewContainerRef,private store$: Store<appCommonReducer.State>) { 
 | 
			
		||||
    this.thenTemplate$=templateRef$;
 | 
			
		||||
    this.packSub = this.store$.select(appCommonReducer.SelectGetUserPackages).subscribe((packages) => {
 | 
			
		||||
      this.packages$ = packages;
 | 
			
		||||
        this.updateView();     
 | 
			
		||||
  constructor(private hostTemplateRef: TemplateRef<any>, private viewContainerRef: ViewContainerRef,
 | 
			
		||||
              private store: Store<appCommonReducer.State>, private packageService: PackageService) {
 | 
			
		||||
    this.thenTemplate = hostTemplateRef;
 | 
			
		||||
    this.packSub = this.store.select(appCommonReducer.SelectGetValidUserPackages).subscribe((_) => {
 | 
			
		||||
      this.updateView();
 | 
			
		||||
    });
 | 
			
		||||
    this.updateView(); 
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  ngAfterViewInit() {
 | 
			
		||||
    this.updateView();
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  updateView() {
 | 
			
		||||
    this.viewContainerRef$.clear();
 | 
			
		||||
    const today = new Date(new Date(Date.now()).toUTCString()).setHours(0, 0, 0, 0);
 | 
			
		||||
    if (this.packages$[this.packageIdentifier$] &&
 | 
			
		||||
      (this.packages$[this.packageIdentifier$].dataDate && new Date(this.packages$[this.packageIdentifier$].dataDate).setHours(0, 0, 0, 0) <= today) &&
 | 
			
		||||
      (this.packages$[this.packageIdentifier$].dataEndDate == null || new Date(this.packages$[this.packageIdentifier$].dataEndDate).setHours(0, 0, 0, 0) >= today)) {
 | 
			
		||||
      this.viewContainerRef$.createEmbeddedView(this.thenTemplate$);
 | 
			
		||||
    } else if (this.elseTemplate$) {
 | 
			
		||||
      this.viewContainerRef$.createEmbeddedView(this.elseTemplate$);
 | 
			
		||||
    } 
 | 
			
		||||
    this.viewContainerRef.clear();
 | 
			
		||||
    if (this.packageService.hasPackage(this.packageIdentifier)) {
 | 
			
		||||
      this.viewContainerRef.createEmbeddedView(this.thenTemplate);
 | 
			
		||||
    } else if (this.elseTemplate) {
 | 
			
		||||
      this.viewContainerRef.createEmbeddedView(this.elseTemplate);
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  ngOnDestroy() {
 | 
			
		||||
    if(this.packSub) this.packSub.unsubscribe();
 | 
			
		||||
    if (this.packSub) {
 | 
			
		||||
      this.packSub.unsubscribe();
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -1,4 +1,4 @@
 | 
			
		||||
<div>
 | 
			
		||||
<div class="mobile-hide">
 | 
			
		||||
    <div   (click)="toggle($event)" class="rounded-circle menu-button hidden"  [ngClass]="{'hidden':!user || noContent}">
 | 
			
		||||
        <span i18n-title title="Help"><i class="fas fa-question" aria-hidden="true"></i></span>
 | 
			
		||||
        <div class="menu hidden" [ngClass]="{'hidden':!showMenu}">                                     
 | 
			
		||||
 
 | 
			
		||||
@@ -68,6 +68,16 @@ div.menu-button > span {
 | 
			
		||||
    }
 | 
			
		||||
}    
 | 
			
		||||
 | 
			
		||||
.mobile-hide {
 | 
			
		||||
    display: inherit;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@media screen and (max-width: 768px) {
 | 
			
		||||
    .mobile-hide {
 | 
			
		||||
        display: none;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.unread {
 | 
			
		||||
    display: block;
 | 
			
		||||
    position: absolute;
 | 
			
		||||
 
 | 
			
		||||
@@ -1,25 +0,0 @@
 | 
			
		||||
import { ComponentFixture, TestBed } from '@angular/core/testing';
 | 
			
		||||
 | 
			
		||||
import { HelpMenuComponent } from './help-menu.component';
 | 
			
		||||
 | 
			
		||||
describe('HelpMenuComponent', () => {
 | 
			
		||||
  let component: HelpMenuComponent;
 | 
			
		||||
  let fixture: ComponentFixture<HelpMenuComponent>;
 | 
			
		||||
 | 
			
		||||
  beforeEach(async () => {
 | 
			
		||||
    await TestBed.configureTestingModule({
 | 
			
		||||
      declarations: [ HelpMenuComponent ]
 | 
			
		||||
    })
 | 
			
		||||
    .compileComponents();
 | 
			
		||||
  });
 | 
			
		||||
 | 
			
		||||
  beforeEach(() => {
 | 
			
		||||
    fixture = TestBed.createComponent(HelpMenuComponent);
 | 
			
		||||
    component = fixture.componentInstance;
 | 
			
		||||
    fixture.detectChanges();
 | 
			
		||||
  });
 | 
			
		||||
 | 
			
		||||
  it('should create', () => {
 | 
			
		||||
    expect(component).toBeTruthy();
 | 
			
		||||
  });
 | 
			
		||||
});
 | 
			
		||||
@@ -1,25 +0,0 @@
 | 
			
		||||
import { ComponentFixture, TestBed } from '@angular/core/testing';
 | 
			
		||||
 | 
			
		||||
import { NotificationMenuComponent } from './notification-menu.component';
 | 
			
		||||
 | 
			
		||||
describe('NotificationMenuComponent', () => {
 | 
			
		||||
  let component: NotificationMenuComponent;
 | 
			
		||||
  let fixture: ComponentFixture<NotificationMenuComponent>;
 | 
			
		||||
 | 
			
		||||
  beforeEach(async () => {
 | 
			
		||||
    await TestBed.configureTestingModule({
 | 
			
		||||
      declarations: [ NotificationMenuComponent ]
 | 
			
		||||
    })
 | 
			
		||||
    .compileComponents();
 | 
			
		||||
  });
 | 
			
		||||
 | 
			
		||||
  beforeEach(() => {
 | 
			
		||||
    fixture = TestBed.createComponent(NotificationMenuComponent);
 | 
			
		||||
    component = fixture.componentInstance;
 | 
			
		||||
    fixture.detectChanges();
 | 
			
		||||
  });
 | 
			
		||||
 | 
			
		||||
  it('should create', () => {
 | 
			
		||||
    expect(component).toBeTruthy();
 | 
			
		||||
  });
 | 
			
		||||
});
 | 
			
		||||
@@ -1,25 +0,0 @@
 | 
			
		||||
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
 | 
			
		||||
 | 
			
		||||
import { UserMenuComponent } from './user-menu.component';
 | 
			
		||||
 | 
			
		||||
describe('UserMenuComponent', () => {
 | 
			
		||||
  let component: UserMenuComponent;
 | 
			
		||||
  let fixture: ComponentFixture<UserMenuComponent>;
 | 
			
		||||
 | 
			
		||||
  beforeEach(async(() => {
 | 
			
		||||
    TestBed.configureTestingModule({
 | 
			
		||||
      declarations: [ UserMenuComponent ]
 | 
			
		||||
    })
 | 
			
		||||
    .compileComponents();
 | 
			
		||||
  }));
 | 
			
		||||
 | 
			
		||||
  beforeEach(() => {
 | 
			
		||||
    fixture = TestBed.createComponent(UserMenuComponent);
 | 
			
		||||
    component = fixture.componentInstance;
 | 
			
		||||
    fixture.detectChanges();
 | 
			
		||||
  });
 | 
			
		||||
 | 
			
		||||
  it('should create', () => {
 | 
			
		||||
    expect(component).toBeTruthy();
 | 
			
		||||
  });
 | 
			
		||||
});
 | 
			
		||||
@@ -7,5 +7,5 @@ export interface IPackage {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
export interface IPackages {
 | 
			
		||||
    [id: string]: IPackage;
 | 
			
		||||
}
 | 
			
		||||
    [id: string]: IPackage[];
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -8,6 +8,7 @@ import { createSelector, createFeatureSelector, ActionReducerMap } from '@ngrx/s
 | 
			
		||||
 | 
			
		||||
import { MODULE_NAME } from '../module-name';
 | 
			
		||||
import { IItem } from '../models/item';
 | 
			
		||||
import {getValidPackages, isValidPackage} from '../services/package.service';
 | 
			
		||||
 | 
			
		||||
export interface State {
 | 
			
		||||
  openedModalName: string,
 | 
			
		||||
@@ -66,7 +67,7 @@ export function reducer(state = initialState, action: appCommonActions.Actions )
 | 
			
		||||
        name:a.userinfo["name"],
 | 
			
		||||
        claims:claims,
 | 
			
		||||
        searchable: false
 | 
			
		||||
      };     
 | 
			
		||||
      };
 | 
			
		||||
      return tassign(state, { user: user });
 | 
			
		||||
    }
 | 
			
		||||
    case appCommonActions.INITROOTSUCCESS: {
 | 
			
		||||
@@ -75,10 +76,10 @@ export function reducer(state = initialState, action: appCommonActions.Actions )
 | 
			
		||||
    }
 | 
			
		||||
    case appCommonActions.OPENMODAL: {
 | 
			
		||||
      return tassign(state, { openedModalName: action.modalName });
 | 
			
		||||
    }      
 | 
			
		||||
    }
 | 
			
		||||
    case appCommonActions.CLOSEMODAL: {
 | 
			
		||||
      return tassign(state, { openedModalName: null });
 | 
			
		||||
    }    
 | 
			
		||||
    }
 | 
			
		||||
    case appCommonActions.LOADITEMTYPESSUCCESS: {
 | 
			
		||||
      let a = action as appCommonActions.LoadItemTypesSuccess;
 | 
			
		||||
      return tassign(state, { itemTypes: a.itemTypes });
 | 
			
		||||
@@ -131,7 +132,10 @@ export function reducer(state = initialState, action: appCommonActions.Actions )
 | 
			
		||||
      a.items.forEach((item) => {
 | 
			
		||||
        item.data.dataDate = item.dataDate;
 | 
			
		||||
        item.data.dataEndDate = item.dataEndDate;
 | 
			
		||||
        packages[item.data.id]=item.data;
 | 
			
		||||
        if (!packages[item.data.id]) {
 | 
			
		||||
          packages[item.data.id] = [];
 | 
			
		||||
        }
 | 
			
		||||
        packages[item.data.id].push(item.data);
 | 
			
		||||
      });
 | 
			
		||||
 | 
			
		||||
      return tassign(state,{userPackages:packages});
 | 
			
		||||
@@ -203,6 +207,9 @@ export const selectGetRouteLoading = createSelector(selectAppCommonState, getRou
 | 
			
		||||
export const SelectGetMenuVisible = createSelector(selectAppCommonState,getMenuVisible);
 | 
			
		||||
export const SelectGetUser = createSelector(selectAppCommonState,getUser);
 | 
			
		||||
export const SelectGetUserPackages = createSelector(selectAppCommonState,getUserPackages);
 | 
			
		||||
export const SelectGetValidUserPackages = createSelector(SelectGetUserPackages, (packageMap) => {
 | 
			
		||||
  return getValidPackages(packageMap);
 | 
			
		||||
});
 | 
			
		||||
export const SelectGetUserSettingsRoot = createSelector(selectAppCommonState,getUserSettingsRoot);
 | 
			
		||||
export const SelectGetAccountMenuVisible = createSelector(selectAppCommonState,getAccountMenuVisible);
 | 
			
		||||
export const SelectGetAppMenuVisible = createSelector(selectAppCommonState,getAppMenuVisible);
 | 
			
		||||
@@ -213,3 +220,4 @@ export const SelectgetUnreadNotifications = createSelector(selectAppCommonState,
 | 
			
		||||
export const SelectGetIsOnline = createSelector(selectAppCommonState,getIsOnline);
 | 
			
		||||
export const SelectGetIsPageMode = createSelector(selectAppCommonState,getIsPageMode);
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										122
									
								
								projects/common/src/fm/services/package.service.spec.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										122
									
								
								projects/common/src/fm/services/package.service.spec.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,122 @@
 | 
			
		||||
import {getValidPackages, isValidPackage, PackageService} from './package.service';
 | 
			
		||||
import {MockStore, provideMockStore} from '@ngrx/store/testing';
 | 
			
		||||
import {TestBed} from '@angular/core/testing';
 | 
			
		||||
import * as appCommonReducer from '../reducers/app-common.reducer';
 | 
			
		||||
import {reducer, State} from '../reducers/app-common.reducer';
 | 
			
		||||
import * as appCommonActions from '../actions/app-common.actions';
 | 
			
		||||
import {IItem} from '../models/item';
 | 
			
		||||
import {IPackage} from '../models/package';
 | 
			
		||||
 | 
			
		||||
describe('PackageService', () => {
 | 
			
		||||
  const initialState = {userPackages: {}} as State;
 | 
			
		||||
  let serviceUnderTest: PackageService;
 | 
			
		||||
  let items;
 | 
			
		||||
 | 
			
		||||
  beforeEach(() => {
 | 
			
		||||
    TestBed.configureTestingModule({
 | 
			
		||||
      providers: [
 | 
			
		||||
        provideMockStore({
 | 
			
		||||
          initialState,
 | 
			
		||||
          selectors: [
 | 
			
		||||
            {
 | 
			
		||||
              selector: appCommonReducer.SelectGetValidUserPackages,
 | 
			
		||||
              value: {
 | 
			
		||||
                'vnd.farmmaps.package.zoning': {
 | 
			
		||||
                  id: 'vnd.farmmaps.package.zoning',
 | 
			
		||||
                  name: 'zoning package',
 | 
			
		||||
                  dataDate: '2022-01-25T00:00:00.000000Z'
 | 
			
		||||
                }
 | 
			
		||||
              }
 | 
			
		||||
            }
 | 
			
		||||
          ]
 | 
			
		||||
        }),
 | 
			
		||||
      ]
 | 
			
		||||
    });
 | 
			
		||||
 | 
			
		||||
    const store = TestBed.inject(MockStore);
 | 
			
		||||
    serviceUnderTest = new PackageService(store, null, null);
 | 
			
		||||
 | 
			
		||||
    items = [
 | 
			
		||||
      {
 | 
			
		||||
        code: '123132',
 | 
			
		||||
        dataDate: '2021-01-25T00:00:00Z',
 | 
			
		||||
        dataEndDate: '2021-05-25T00:00:00Z',
 | 
			
		||||
        data: {
 | 
			
		||||
          id: 'vnd.farmmaps.package.zoning'
 | 
			
		||||
        }
 | 
			
		||||
      } as IItem,
 | 
			
		||||
      {
 | 
			
		||||
        code: '1231325',
 | 
			
		||||
        dataDate: '2021-01-25T00:00:00Z',
 | 
			
		||||
        dataEndDate: null,
 | 
			
		||||
        data: {
 | 
			
		||||
          id: 'vnd.farmmaps.package.zoning'
 | 
			
		||||
        }
 | 
			
		||||
      } as IItem,
 | 
			
		||||
      {
 | 
			
		||||
        code: '1231325',
 | 
			
		||||
        dataDate: '2022-01-25T00:00:00Z',
 | 
			
		||||
        dataEndDate: '2022-05-25T00:00:00Z',
 | 
			
		||||
        data: {
 | 
			
		||||
          id: 'vnd.farmmaps.package.tipstar'
 | 
			
		||||
        }
 | 
			
		||||
      } as IItem,
 | 
			
		||||
      {
 | 
			
		||||
        code: '1231325',
 | 
			
		||||
        dataDate: '2022-01-25T00:00:00Z',
 | 
			
		||||
        dataEndDate: null,
 | 
			
		||||
        data: {
 | 
			
		||||
          id: 'vnd.farmmaps.package.weather'
 | 
			
		||||
        }
 | 
			
		||||
      } as IItem
 | 
			
		||||
    ];
 | 
			
		||||
  });
 | 
			
		||||
 | 
			
		||||
  it('Does not have a tipstar package', () => {
 | 
			
		||||
    const hasPackage = serviceUnderTest.hasPackage('vnd.farmmaps.package.tipstar');
 | 
			
		||||
    expect(hasPackage).toBe(false);
 | 
			
		||||
  });
 | 
			
		||||
 | 
			
		||||
  it('Does have a zoning package', () => {
 | 
			
		||||
    const hasPackage = serviceUnderTest.hasPackage('vnd.farmmaps.package.zoning');
 | 
			
		||||
    expect(hasPackage).toBe(true);
 | 
			
		||||
  });
 | 
			
		||||
 | 
			
		||||
  it('reducer.INITUSERPACKAGESSUCCESS alter state correctly', () => {
 | 
			
		||||
    const action = new appCommonActions.InitUserPackagesSuccess(items);
 | 
			
		||||
 | 
			
		||||
    expect(Object.keys(initialState.userPackages).length).toBe(0);
 | 
			
		||||
    const state = reducer(initialState, action);
 | 
			
		||||
    expect(Object.keys(state.userPackages).length).toBe(3);
 | 
			
		||||
    expect(state.userPackages['vnd.farmmaps.package.zoning'].length).toBe(2);
 | 
			
		||||
    expect(state.userPackages['vnd.farmmaps.package.tipstar'].length).toBe(1);
 | 
			
		||||
    expect(state.userPackages['vnd.farmmaps.package.weather'].length).toBe(1);
 | 
			
		||||
  });
 | 
			
		||||
 | 
			
		||||
  it('to validatePackage', () => {
 | 
			
		||||
    const action = new appCommonActions.InitUserPackagesSuccess(items);
 | 
			
		||||
    const state = reducer(initialState, action);
 | 
			
		||||
 | 
			
		||||
    expect(isValidPackage(null)).toBe(false);
 | 
			
		||||
    expect(isValidPackage(state.userPackages['vnd.farmmaps.package.tipstar'][0])).toBe(true);
 | 
			
		||||
    expect(isValidPackage(state.userPackages['vnd.farmmaps.package.zoning'][0])).toBe(false);
 | 
			
		||||
    expect(isValidPackage(state.userPackages['vnd.farmmaps.package.zoning'][1])).toBe(true);
 | 
			
		||||
    expect(isValidPackage(state.userPackages['vnd.farmmaps.package.weather'][0])).toBe(true);
 | 
			
		||||
  });
 | 
			
		||||
 | 
			
		||||
  it('to getValidPackages', () => {
 | 
			
		||||
    const action = new appCommonActions.InitUserPackagesSuccess(items);
 | 
			
		||||
    const state = reducer(initialState, action);
 | 
			
		||||
 | 
			
		||||
    const validPackages = getValidPackages(state.userPackages);
 | 
			
		||||
 | 
			
		||||
    expect(Object.keys(validPackages).length).toBe(3);
 | 
			
		||||
 | 
			
		||||
    // today is 27-01-2022, so the below package is not valid
 | 
			
		||||
    expect(validPackages['vnd.farmmaps.package.zoning']).not.toEqual({
 | 
			
		||||
      id: 'vnd.farmmaps.package.zoning',
 | 
			
		||||
      dataDate: '2021-01-25T00:00:00Z',
 | 
			
		||||
      dataEndDate: '2021-05-25T00:00:00Z'
 | 
			
		||||
    } as unknown as IPackage);
 | 
			
		||||
  });
 | 
			
		||||
});
 | 
			
		||||
@@ -1,37 +1,59 @@
 | 
			
		||||
import { Injectable } from '@angular/core';
 | 
			
		||||
import { Store} from '@ngrx/store';
 | 
			
		||||
import * as appCommonReducer from '../reducers/app-common.reducer'
 | 
			
		||||
import { IPackages } from '../models/package';
 | 
			
		||||
import {Injectable} from '@angular/core';
 | 
			
		||||
import {Store} from '@ngrx/store';
 | 
			
		||||
import * as appCommonReducer from '../reducers/app-common.reducer';
 | 
			
		||||
import {IPackage, IPackages} from '../models/package';
 | 
			
		||||
 | 
			
		||||
import { IItem } from '../models/item';
 | 
			
		||||
import { IItemTask } from '../models/itemTask';
 | 
			
		||||
import { HttpClient } from "@angular/common/http";
 | 
			
		||||
import { AppConfig } from "../shared/app.config";
 | 
			
		||||
import { Observable } from 'rxjs';
 | 
			
		||||
import {IItem} from '../models/item';
 | 
			
		||||
import {IItemTask} from '../models/itemTask';
 | 
			
		||||
import {HttpClient} from '@angular/common/http';
 | 
			
		||||
import {AppConfig} from '../shared/app.config';
 | 
			
		||||
import {Observable} from 'rxjs';
 | 
			
		||||
 | 
			
		||||
@Injectable({
 | 
			
		||||
  providedIn: 'root',
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
export class PackageService {
 | 
			
		||||
    private packages$:IPackages = {};
 | 
			
		||||
  private packages: { [key: string]: IPackage } = {};
 | 
			
		||||
 | 
			
		||||
    constructor(private store$: Store<appCommonReducer.State>, public httpClient: HttpClient, public appConfig: AppConfig) {
 | 
			
		||||
        store$.select(appCommonReducer.SelectGetUserPackages).subscribe((packages) => {
 | 
			
		||||
            this.packages$ = packages;
 | 
			
		||||
        })
 | 
			
		||||
    }
 | 
			
		||||
  constructor(private store$: Store<appCommonReducer.State>, public httpClient: HttpClient, public appConfig: AppConfig) {
 | 
			
		||||
    store$.select(appCommonReducer.SelectGetValidUserPackages).subscribe((packages) => {
 | 
			
		||||
      this.packages = packages;
 | 
			
		||||
    });
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
    ApiEndpoint() {
 | 
			
		||||
        return this.appConfig.getConfig("apiEndPoint");
 | 
			
		||||
    }
 | 
			
		||||
    
 | 
			
		||||
    hasPackage(id:string):boolean {
 | 
			
		||||
       if(!this.packages$[id]) return false;
 | 
			
		||||
       return this.packages$[id].enabled ? this.packages$[id].enabled == true : true;
 | 
			
		||||
    }
 | 
			
		||||
  ApiEndpoint() {
 | 
			
		||||
    return this.appConfig.getConfig('apiEndPoint');
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
    postItemPackageTask(item: IItem, task: IItemTask): Observable<IItemTask> {
 | 
			
		||||
        return this.httpClient.post<IItemTask>(`${this.ApiEndpoint()}/api/v1/items/${item.code}/packagetasks`, task);
 | 
			
		||||
    } 
 | 
			
		||||
}
 | 
			
		||||
  hasPackage(id: string): boolean {
 | 
			
		||||
    return id in this.packages;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  postItemPackageTask(item: IItem, task: IItemTask): Observable<IItemTask> {
 | 
			
		||||
    return this.httpClient.post<IItemTask>(`${this.ApiEndpoint()}/api/v1/items/${item.code}/packagetasks`, task);
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
export function getValidPackages(packageMap: IPackages): {[key: string]: IPackage} {
 | 
			
		||||
  const keys = Object.keys(packageMap);
 | 
			
		||||
  return keys.filter(k => {
 | 
			
		||||
    const packages = packageMap[k]
 | 
			
		||||
      .filter((p) => isValidPackage(p));
 | 
			
		||||
 | 
			
		||||
    return packages.length > 0;
 | 
			
		||||
  }).reduce((map, key) => {
 | 
			
		||||
    const packages = packageMap[key];
 | 
			
		||||
    const newMap = {...map};
 | 
			
		||||
    newMap[key] = packages.find(p => isValidPackage(p));
 | 
			
		||||
    return newMap;
 | 
			
		||||
  }, {});
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
export function isValidPackage(pack: IPackage): boolean {
 | 
			
		||||
  const now = new Date(Date.now());
 | 
			
		||||
  const utcToday = Date.UTC(now.getUTCFullYear(),now.getUTCMonth(),now.getUTCDate());
 | 
			
		||||
  return pack !== null && new Date(pack.dataDate).getTime() <= utcToday
 | 
			
		||||
    && (!pack.dataEndDate || new Date(pack.dataEndDate).getTime() >= utcToday);
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -49,6 +49,22 @@ export class WeatherService {
 | 
			
		||||
    return this.getWeatherRange(centroid, startDateString, endDateString);
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  public getDailyHistoricalObservations(centroid: number[], startDate: string, endDate: string): Observable<HourlyWeatherData[]> {
 | 
			
		||||
    const endpoint = this.appConfig.getConfig('weatherApiEndPoint');
 | 
			
		||||
    const apiKey = this.appConfig.getConfig('weatherApiKey');
 | 
			
		||||
 | 
			
		||||
    // weather does not support UTC format, also remove Z
 | 
			
		||||
    const sd = encodeURIComponent(startDate);
 | 
			
		||||
 | 
			
		||||
    const edHistoricalDate = new Date();
 | 
			
		||||
    edHistoricalDate.setHours(edHistoricalDate.getHours(), 0, 0, 0);
 | 
			
		||||
    const edHistorical = moment(edHistoricalDate).local().format('YYYY-MM-DD[T]HH:mm:ss');
 | 
			
		||||
 | 
			
		||||
    const historical = `${endpoint}${this.apiObservation}/?c=${centroid[0]},${centroid[1]}&sd=${sd}&ed=${edHistorical}&t=cleanedobservation&interval=daily&key=${apiKey}`;
 | 
			
		||||
 | 
			
		||||
    return this.httpClient.get<any[]>(historical);
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  public getWeatherRange(centroid: number[], startDate: string, endDate: string): Observable<HourlyWeatherData[]> {
 | 
			
		||||
    const endpoint = this.appConfig.getConfig('weatherApiEndPoint');
 | 
			
		||||
    const apiKey = this.appConfig.getConfig('weatherApiKey');
 | 
			
		||||
 
 | 
			
		||||
@@ -1,8 +1,8 @@
 | 
			
		||||
// This file is required by karma.conf.js and loads recursively all the .spec and framework files
 | 
			
		||||
 | 
			
		||||
import 'core-js/es7/reflect';
 | 
			
		||||
import 'zone.js/dist/zone';
 | 
			
		||||
import 'zone.js/dist/zone-testing';
 | 
			
		||||
import 'zone.js';
 | 
			
		||||
import 'zone.js/testing';
 | 
			
		||||
import { getTestBed } from '@angular/core/testing';
 | 
			
		||||
import {
 | 
			
		||||
  BrowserDynamicTestingModule,
 | 
			
		||||
 
 | 
			
		||||
@@ -30,8 +30,7 @@
 | 
			
		||||
    "strictMetadataEmit": true,
 | 
			
		||||
    "fullTemplateTypeCheck": true,
 | 
			
		||||
    "strictInjectionParameters": true,
 | 
			
		||||
    "enableResourceInlining": true,
 | 
			
		||||
    "enableIvy": false
 | 
			
		||||
    "enableResourceInlining": true
 | 
			
		||||
  },
 | 
			
		||||
  "exclude": [
 | 
			
		||||
    "src/test.ts",
 | 
			
		||||
 
 | 
			
		||||
@@ -31,7 +31,7 @@
 | 
			
		||||
    "fullTemplateTypeCheck": true,
 | 
			
		||||
    "strictInjectionParameters": true,
 | 
			
		||||
    "enableResourceInlining": true,
 | 
			
		||||
    "enableIvy": false
 | 
			
		||||
    "compilationMode": "partial"
 | 
			
		||||
  },
 | 
			
		||||
  "exclude": [
 | 
			
		||||
    "src/test.ts",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,25 +0,0 @@
 | 
			
		||||
import { ComponentFixture, TestBed } from '@angular/core/testing';
 | 
			
		||||
 | 
			
		||||
import { TestComponent } from './landingpage.component';
 | 
			
		||||
 | 
			
		||||
describe('TestComponent', () => {
 | 
			
		||||
  let component: TestComponent;
 | 
			
		||||
  let fixture: ComponentFixture<TestComponent>;
 | 
			
		||||
 | 
			
		||||
  beforeEach(async () => {
 | 
			
		||||
    await TestBed.configureTestingModule({
 | 
			
		||||
      declarations: [ TestComponent ]
 | 
			
		||||
    })
 | 
			
		||||
    .compileComponents();
 | 
			
		||||
  });
 | 
			
		||||
 | 
			
		||||
  beforeEach(() => {
 | 
			
		||||
    fixture = TestBed.createComponent(TestComponent);
 | 
			
		||||
    component = fixture.componentInstance;
 | 
			
		||||
    fixture.detectChanges();
 | 
			
		||||
  });
 | 
			
		||||
 | 
			
		||||
  it('should create', () => {
 | 
			
		||||
    expect(component).toBeTruthy();
 | 
			
		||||
  });
 | 
			
		||||
});
 | 
			
		||||
@@ -1,25 +0,0 @@
 | 
			
		||||
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
 | 
			
		||||
 | 
			
		||||
import { MenuComponent } from './menu.component';
 | 
			
		||||
 | 
			
		||||
describe('MenuComponent', () => {
 | 
			
		||||
  let component: MenuComponent;
 | 
			
		||||
  let fixture: ComponentFixture<MenuComponent>;
 | 
			
		||||
 | 
			
		||||
  beforeEach(async(() => {
 | 
			
		||||
    TestBed.configureTestingModule({
 | 
			
		||||
      declarations: [ MenuComponent ]
 | 
			
		||||
    })
 | 
			
		||||
    .compileComponents();
 | 
			
		||||
  }));
 | 
			
		||||
 | 
			
		||||
  beforeEach(() => {
 | 
			
		||||
    fixture = TestBed.createComponent(MenuComponent);
 | 
			
		||||
    component = fixture.componentInstance;
 | 
			
		||||
    fixture.detectChanges();
 | 
			
		||||
  });
 | 
			
		||||
 | 
			
		||||
  it('should create', () => {
 | 
			
		||||
    expect(component).toBeTruthy();
 | 
			
		||||
  });
 | 
			
		||||
});
 | 
			
		||||
@@ -1,25 +0,0 @@
 | 
			
		||||
import { ComponentFixture, TestBed } from '@angular/core/testing';
 | 
			
		||||
 | 
			
		||||
import { TestComponent } from './test.component';
 | 
			
		||||
 | 
			
		||||
describe('TestComponent', () => {
 | 
			
		||||
  let component: TestComponent;
 | 
			
		||||
  let fixture: ComponentFixture<TestComponent>;
 | 
			
		||||
 | 
			
		||||
  beforeEach(async () => {
 | 
			
		||||
    await TestBed.configureTestingModule({
 | 
			
		||||
      declarations: [ TestComponent ]
 | 
			
		||||
    })
 | 
			
		||||
    .compileComponents();
 | 
			
		||||
  });
 | 
			
		||||
 | 
			
		||||
  beforeEach(() => {
 | 
			
		||||
    fixture = TestBed.createComponent(TestComponent);
 | 
			
		||||
    component = fixture.componentInstance;
 | 
			
		||||
    fixture.detectChanges();
 | 
			
		||||
  });
 | 
			
		||||
 | 
			
		||||
  it('should create', () => {
 | 
			
		||||
    expect(component).toBeTruthy();
 | 
			
		||||
  });
 | 
			
		||||
});
 | 
			
		||||
@@ -1,8 +1,8 @@
 | 
			
		||||
{
 | 
			
		||||
    "issuer": "https://accounts.test.farmmaps.eu",
 | 
			
		||||
    "issuer": "http://localhost:8094",
 | 
			
		||||
    "clientId": "farmmapsdev",
 | 
			
		||||
    "audience": "http://localhost:8082",
 | 
			
		||||
    "requireHttps": true,
 | 
			
		||||
    "requireHttps": false,
 | 
			
		||||
    "apiEndPoint": "http://localhost:8082",
 | 
			
		||||
    "grantType":"code"
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -1,16 +1,16 @@
 | 
			
		||||
// This file can be replaced during build by using the `fileReplacements` array.
 | 
			
		||||
// `ng build --prod` replaces `environment.ts` with `environment.prod.ts`.
 | 
			
		||||
// The list of file replacements can be found in `angular.json`.
 | 
			
		||||
 | 
			
		||||
export const environment = {
 | 
			
		||||
  production: false
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * For easier debugging in development mode, you can import the following file
 | 
			
		||||
 * to ignore zone related error stack frames such as `zone.run`, `zoneDelegate.invokeTask`.
 | 
			
		||||
 *
 | 
			
		||||
 * This import should be commented out in production mode because it will have a negative impact
 | 
			
		||||
 * on performance if an error is thrown.
 | 
			
		||||
 */
 | 
			
		||||
// import 'zone.js/dist/zone-error';  // Included with Angular CLI.
 | 
			
		||||
// This file can be replaced during build by using the `fileReplacements` array.
 | 
			
		||||
// `ng build --prod` replaces `environment.ts` with `environment.prod.ts`.
 | 
			
		||||
// The list of file replacements can be found in `angular.json`.
 | 
			
		||||
 | 
			
		||||
export const environment = {
 | 
			
		||||
  production: false
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * For easier debugging in development mode, you can import the following file
 | 
			
		||||
 * to ignore zone related error stack frames such as `zone.run`, `zoneDelegate.invokeTask`.
 | 
			
		||||
 *
 | 
			
		||||
 * This import should be commented out in production mode because it will have a negative impact
 | 
			
		||||
 * on performance if an error is thrown.
 | 
			
		||||
 */
 | 
			
		||||
// import 'zone.js/plugins/zone-error';  // Included with Angular CLI.
 | 
			
		||||
 
 | 
			
		||||
@@ -55,7 +55,8 @@
 | 
			
		||||
/***************************************************************************************************
 | 
			
		||||
 * Zone JS is required by default for Angular itself.
 | 
			
		||||
 */
 | 
			
		||||
import 'zone.js/dist/zone';  // Included with Angular CLI.
 | 
			
		||||
import 'zone.js';  // Included with Angular CLI.
 | 
			
		||||
import '@angular/localize/init';
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/***************************************************************************************************
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										40
									
								
								src/test.ts
									
									
									
									
									
								
							
							
						
						
									
										40
									
								
								src/test.ts
									
									
									
									
									
								
							@@ -1,20 +1,20 @@
 | 
			
		||||
// This file is required by karma.conf.js and loads recursively all the .spec and framework files
 | 
			
		||||
 | 
			
		||||
import 'zone.js/dist/zone-testing';
 | 
			
		||||
import { getTestBed } from '@angular/core/testing';
 | 
			
		||||
import {
 | 
			
		||||
  BrowserDynamicTestingModule,
 | 
			
		||||
  platformBrowserDynamicTesting
 | 
			
		||||
} from '@angular/platform-browser-dynamic/testing';
 | 
			
		||||
 | 
			
		||||
declare const require: any;
 | 
			
		||||
 | 
			
		||||
// First, initialize the Angular testing environment.
 | 
			
		||||
getTestBed().initTestEnvironment(
 | 
			
		||||
  BrowserDynamicTestingModule,
 | 
			
		||||
  platformBrowserDynamicTesting()
 | 
			
		||||
);
 | 
			
		||||
// Then we find all the tests.
 | 
			
		||||
const context = require.context('./', true, /\.spec\.ts$/);
 | 
			
		||||
// And load the modules.
 | 
			
		||||
context.keys().map(context);
 | 
			
		||||
// This file is required by karma.conf.js and loads recursively all the .spec and framework files
 | 
			
		||||
 | 
			
		||||
import 'zone.js/testing';
 | 
			
		||||
import { getTestBed } from '@angular/core/testing';
 | 
			
		||||
import {
 | 
			
		||||
  BrowserDynamicTestingModule,
 | 
			
		||||
  platformBrowserDynamicTesting
 | 
			
		||||
} from '@angular/platform-browser-dynamic/testing';
 | 
			
		||||
 | 
			
		||||
declare const require: any;
 | 
			
		||||
 | 
			
		||||
// First, initialize the Angular testing environment.
 | 
			
		||||
getTestBed().initTestEnvironment(
 | 
			
		||||
  BrowserDynamicTestingModule,
 | 
			
		||||
  platformBrowserDynamicTesting()
 | 
			
		||||
);
 | 
			
		||||
// Then we find all the tests.
 | 
			
		||||
const context = require.context('./', true, /\.spec\.ts$/);
 | 
			
		||||
// And load the modules.
 | 
			
		||||
context.keys().map(context);
 | 
			
		||||
 
 | 
			
		||||
@@ -10,8 +10,5 @@
 | 
			
		||||
  ],
 | 
			
		||||
  "include": [
 | 
			
		||||
    "src/**/*.d.ts"
 | 
			
		||||
  ],
 | 
			
		||||
  "angularCompilerOptions": {
 | 
			
		||||
    "enableIvy": false
 | 
			
		||||
  }
 | 
			
		||||
  ]
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -12,6 +12,7 @@
 | 
			
		||||
    "experimentalDecorators": true,
 | 
			
		||||
    "allowSyntheticDefaultImports": true,
 | 
			
		||||
    "importHelpers": true,
 | 
			
		||||
    "skipLibCheck": true,
 | 
			
		||||
    "target": "es2015",
 | 
			
		||||
    "typeRoots": [
 | 
			
		||||
      "node_modules/@types"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user