@igo2/integration 1.9.4 → 1.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -44,13 +44,15 @@ export declare class SpatialFilterToolComponent implements OnInit, OnDestroy {
44
44
  thematicLength: number;
45
45
  measureUnit: MeasureLengthUnit;
46
46
  private unsubscribe$;
47
+ private moveendKey;
47
48
  constructor(matIconRegistry: MatIconRegistry, spatialFilterService: SpatialFilterService, dataSourceService: DataSourceService, layerService: LayerService, mapState: MapState, messageService: MessageService, languageService: LanguageService, importExportState: ImportExportState, toolState: ToolState, workspaceState: WorkspaceState, cdRef: ChangeDetectorRef);
48
49
  ngOnInit(): void;
49
50
  ngOnDestroy(): void;
50
51
  getOutputType(event: SpatialFilterType): void;
51
52
  getOutputQueryType(event: SpatialFilterQueryType): void;
52
53
  activateExportTool(): void;
53
- activateWorkspace(): void;
54
+ activateWorkspace(record?: any): void;
55
+ private selectWorkspaceEntity;
54
56
  private loadFilterList;
55
57
  getOutputToggleSearch(): void;
56
58
  getOutputClearSearch(): void;
@@ -16,6 +16,7 @@ export declare class AdvancedCoordinatesComponent implements OnInit, OnDestroy {
16
16
  private storageService;
17
17
  private config;
18
18
  private formBuilder;
19
+ formattedScale$: BehaviorSubject<string>;
19
20
  projections$: BehaviorSubject<InputProjections[]>;
20
21
  form: FormGroup;
21
22
  coordinates: string[];
@@ -40,6 +41,7 @@ export declare class AdvancedCoordinatesComponent implements OnInit, OnDestroy {
40
41
  */
41
42
  ngOnInit(): void;
42
43
  ngOnDestroy(): void;
44
+ setScaleValue(map: IgoMap): void;
43
45
  /**
44
46
  * Coordinates of the center of the map on the appropriate systeme of coordinates
45
47
  * @returns Array of two numbers
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igo2/integration",
3
- "version": "1.9.4",
3
+ "version": "1.10.0",
4
4
  "description": "IGO Library",
5
5
  "author": "MSP",
6
6
  "keywords": [
@@ -18,8 +18,8 @@
18
18
  "peerDependencies": {
19
19
  "@angular/common": "^12.2.9",
20
20
  "@angular/core": "^12.2.9",
21
- "@igo2/geo": "1.9.4",
22
- "@igo2/context": "1.9.4",
21
+ "@igo2/geo": "1.10.0",
22
+ "@igo2/context": "1.10.0",
23
23
  "rxjs": "^6.6.7"
24
24
  },
25
25
  "dependencies": {