@igo2/integration 1.15.3 → 1.15.5
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.
- package/esm2020/igo2-integration.mjs +4 -4
- package/esm2020/lib/about/about-tool/about-tool.component.mjs +185 -185
- package/esm2020/lib/about/about-tool/index.mjs +2 -2
- package/esm2020/lib/about/about.module.mjs +55 -55
- package/esm2020/lib/about/index.mjs +2 -2
- package/esm2020/lib/analytics/analytics-listener.service.mjs +127 -127
- package/esm2020/lib/analytics/analytics.module.mjs +16 -16
- package/esm2020/lib/analytics/index.mjs +2 -2
- package/esm2020/lib/catalog/catalog-browser-tool/catalog-browser-tool.component.mjs +113 -113
- package/esm2020/lib/catalog/catalog-browser-tool/catalog-browser-tool.module.mjs +29 -29
- package/esm2020/lib/catalog/catalog-library-tool/catalog-library-tool.component.mjs +89 -89
- package/esm2020/lib/catalog/catalog-library-tool/catalog-library-tool.module.mjs +29 -29
- package/esm2020/lib/catalog/catalog.module.mjs +24 -24
- package/esm2020/lib/catalog/catalog.state.mjs +54 -54
- package/esm2020/lib/catalog/index.mjs +6 -6
- package/esm2020/lib/context/context-editor-tool/context-editor-tool.component.mjs +34 -34
- package/esm2020/lib/context/context-manager-tool/context-manager-tool.component.mjs +44 -44
- package/esm2020/lib/context/context-permission-manager-tool/context-permission-manager-tool.component.mjs +25 -25
- package/esm2020/lib/context/context-share-tool/context-share-tool.component.mjs +34 -34
- package/esm2020/lib/context/context.module.mjs +39 -39
- package/esm2020/lib/context/context.state.mjs +88 -88
- package/esm2020/lib/context/index.mjs +6 -6
- package/esm2020/lib/directions/directions-tool/directions-tool.component.mjs +84 -84
- package/esm2020/lib/directions/directions-tool/index.mjs +2 -2
- package/esm2020/lib/directions/directions.module.mjs +26 -26
- package/esm2020/lib/directions/directions.state.mjs +64 -64
- package/esm2020/lib/directions/index.mjs +3 -3
- package/esm2020/lib/draw/draw.module.mjs +21 -21
- package/esm2020/lib/draw/draw.state.mjs +39 -39
- package/esm2020/lib/draw/drawing-tool/drawing-tool.component.mjs +72 -72
- package/esm2020/lib/draw/index.mjs +3 -3
- package/esm2020/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.animation.mjs +10 -10
- package/esm2020/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.component.mjs +44 -44
- package/esm2020/lib/filter/active-ogc-filter-tool/index.mjs +2 -2
- package/esm2020/lib/filter/active-time-filter-tool/active-time-filter-tool.animation.mjs +10 -10
- package/esm2020/lib/filter/active-time-filter-tool/active-time-filter-tool.component.mjs +44 -44
- package/esm2020/lib/filter/active-time-filter-tool/index.mjs +2 -2
- package/esm2020/lib/filter/filter.module.mjs +51 -51
- package/esm2020/lib/filter/index.mjs +6 -6
- package/esm2020/lib/filter/ogc-filter-tool/index.mjs +2 -2
- package/esm2020/lib/filter/ogc-filter-tool/ogc-filter-tool.component.mjs +25 -25
- package/esm2020/lib/filter/spatial-filter-tool/index.mjs +2 -2
- package/esm2020/lib/filter/spatial-filter-tool/spatial-filter-tool.component.mjs +535 -535
- package/esm2020/lib/filter/time-filter-tool/index.mjs +2 -2
- package/esm2020/lib/filter/time-filter-tool/time-filter-tool.component.mjs +25 -25
- package/esm2020/lib/import-export/import-export-tool/import-export-tool.component.mjs +141 -141
- package/esm2020/lib/import-export/import-export-tool/index.mjs +2 -2
- package/esm2020/lib/import-export/import-export.module.mjs +51 -51
- package/esm2020/lib/import-export/import-export.state.mjs +41 -41
- package/esm2020/lib/import-export/index.mjs +3 -3
- package/esm2020/lib/integration.module.mjs +72 -72
- package/esm2020/lib/map/advanced-map-tool/advanced-coordinates/advanced-coordinates.component.mjs +472 -472
- package/esm2020/lib/map/advanced-map-tool/advanced-map-tool.component.mjs +89 -89
- package/esm2020/lib/map/advanced-map-tool/advanced-swipe/advanced-swipe.component.mjs +218 -218
- package/esm2020/lib/map/advanced-map-tool/index.mjs +2 -2
- package/esm2020/lib/map/index.mjs +9 -9
- package/esm2020/lib/map/layer-list-tool.state.mjs +42 -42
- package/esm2020/lib/map/map-details-tool/index.mjs +2 -2
- package/esm2020/lib/map/map-details-tool/map-details-tool.component.mjs +256 -256
- package/esm2020/lib/map/map-legend/index.mjs +2 -2
- package/esm2020/lib/map/map-legend/map-legend-tool.component.mjs +275 -275
- package/esm2020/lib/map/map-proximity-tool/index.mjs +2 -2
- package/esm2020/lib/map/map-proximity-tool/map-proximity-tool.component.mjs +203 -203
- package/esm2020/lib/map/map-proximity.state.mjs +167 -167
- package/esm2020/lib/map/map-tool/index.mjs +2 -2
- package/esm2020/lib/map/map-tool/map-tool.component.mjs +130 -130
- package/esm2020/lib/map/map-tools/index.mjs +2 -2
- package/esm2020/lib/map/map-tools/map-tools.component.mjs +495 -495
- package/esm2020/lib/map/map.module.mjs +144 -144
- package/esm2020/lib/map/map.state.mjs +47 -47
- package/esm2020/lib/measure/index.mjs +4 -4
- package/esm2020/lib/measure/measure.module.mjs +20 -20
- package/esm2020/lib/measure/measure.state.mjs +35 -35
- package/esm2020/lib/measure/measurer-tool/measurer-tool.component.mjs +45 -45
- package/esm2020/lib/measure/measurer-tool/measurer-tool.module.mjs +25 -25
- package/esm2020/lib/print/index.mjs +2 -2
- package/esm2020/lib/print/print-tool/index.mjs +2 -2
- package/esm2020/lib/print/print-tool/print-tool.component.mjs +33 -33
- package/esm2020/lib/print/print.module.mjs +26 -26
- package/esm2020/lib/search/index.mjs +7 -7
- package/esm2020/lib/search/query.state.mjs +42 -34
- package/esm2020/lib/search/search-bar/search-bar-binding.directive.mjs +61 -61
- package/esm2020/lib/search/search-bar/search-bar.module.mjs +22 -22
- package/esm2020/lib/search/search-results-tool/search-results-tool.component.mjs +593 -593
- package/esm2020/lib/search/search-results-tool/search-results-tool.module.mjs +65 -65
- package/esm2020/lib/search/search.module.mjs +24 -24
- package/esm2020/lib/search/search.state.mjs +132 -132
- package/esm2020/lib/storage/index.mjs +2 -2
- package/esm2020/lib/storage/storage.module.mjs +16 -16
- package/esm2020/lib/storage/storage.state.mjs +23 -23
- package/esm2020/lib/tool/index.mjs +2 -2
- package/esm2020/lib/tool/tool.module.mjs +16 -16
- package/esm2020/lib/tool/tool.state.mjs +52 -52
- package/esm2020/lib/workspace/index.mjs +4 -4
- package/esm2020/lib/workspace/shared/edition-actions.service.mjs +156 -156
- package/esm2020/lib/workspace/shared/feature-actions.service.mjs +144 -144
- package/esm2020/lib/workspace/shared/index.mjs +3 -3
- package/esm2020/lib/workspace/shared/wfs-actions.service.mjs +158 -158
- package/esm2020/lib/workspace/shared/workspace.utils.mjs +7 -7
- package/esm2020/lib/workspace/workspace-button/index.mjs +2 -2
- package/esm2020/lib/workspace/workspace-button/workspace-button.component.mjs +69 -69
- package/esm2020/lib/workspace/workspace.module.mjs +37 -37
- package/esm2020/lib/workspace/workspace.state.mjs +188 -188
- package/esm2020/public_api.mjs +35 -35
- package/fesm2015/igo2-integration.mjs +6558 -6553
- package/fesm2015/igo2-integration.mjs.map +1 -1
- package/fesm2020/igo2-integration.mjs +6114 -6109
- package/fesm2020/igo2-integration.mjs.map +1 -1
- package/index.d.ts +5 -5
- package/lib/about/about-tool/about-tool.component.d.ts +34 -34
- package/lib/about/about-tool/index.d.ts +1 -1
- package/lib/about/about.module.d.ts +16 -16
- package/lib/about/index.d.ts +1 -1
- package/lib/analytics/analytics-listener.service.d.ts +33 -33
- package/lib/analytics/analytics.module.d.ts +6 -6
- package/lib/analytics/index.d.ts +1 -1
- package/lib/catalog/catalog-browser-tool/catalog-browser-tool.component.d.ts +57 -57
- package/lib/catalog/catalog-browser-tool/catalog-browser-tool.module.d.ts +12 -12
- package/lib/catalog/catalog-library-tool/catalog-library-tool.component.d.ts +50 -50
- package/lib/catalog/catalog-library-tool/catalog-library-tool.module.d.ts +12 -12
- package/lib/catalog/catalog.module.d.ts +8 -8
- package/lib/catalog/catalog.state.d.ts +37 -37
- package/lib/catalog/index.d.ts +5 -5
- package/lib/context/context-editor-tool/context-editor-tool.component.d.ts +9 -9
- package/lib/context/context-manager-tool/context-manager-tool.component.d.ts +15 -15
- package/lib/context/context-permission-manager-tool/context-permission-manager-tool.component.d.ts +5 -5
- package/lib/context/context-share-tool/context-share-tool.component.d.ts +13 -13
- package/lib/context/context.module.d.ts +11 -11
- package/lib/context/context.state.d.ts +37 -37
- package/lib/context/index.d.ts +5 -5
- package/lib/directions/directions-tool/directions-tool.component.d.ts +54 -54
- package/lib/directions/directions-tool/index.d.ts +1 -1
- package/lib/directions/directions.module.d.ts +10 -10
- package/lib/directions/directions.state.d.ts +28 -28
- package/lib/directions/index.d.ts +2 -2
- package/lib/draw/draw.module.d.ts +8 -8
- package/lib/draw/draw.state.d.ts +16 -16
- package/lib/draw/drawing-tool/drawing-tool.component.d.ts +31 -31
- package/lib/draw/index.d.ts +2 -2
- package/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.animation.d.ts +2 -2
- package/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.component.d.ts +12 -12
- package/lib/filter/active-ogc-filter-tool/index.d.ts +1 -1
- package/lib/filter/active-time-filter-tool/active-time-filter-tool.animation.d.ts +2 -2
- package/lib/filter/active-time-filter-tool/active-time-filter-tool.component.d.ts +12 -12
- package/lib/filter/active-time-filter-tool/index.d.ts +1 -1
- package/lib/filter/filter.module.d.ts +15 -15
- package/lib/filter/index.d.ts +5 -5
- package/lib/filter/ogc-filter-tool/index.d.ts +1 -1
- package/lib/filter/ogc-filter-tool/ogc-filter-tool.component.d.ts +6 -6
- package/lib/filter/spatial-filter-tool/index.d.ts +1 -1
- package/lib/filter/spatial-filter-tool/spatial-filter-tool.component.d.ts +82 -82
- package/lib/filter/time-filter-tool/index.d.ts +1 -1
- package/lib/filter/time-filter-tool/time-filter-tool.component.d.ts +6 -6
- package/lib/import-export/import-export-tool/import-export-tool.component.d.ts +33 -33
- package/lib/import-export/import-export-tool/index.d.ts +1 -1
- package/lib/import-export/import-export.module.d.ts +15 -15
- package/lib/import-export/import-export.state.d.ts +24 -24
- package/lib/import-export/index.d.ts +2 -2
- package/lib/integration.module.d.ts +20 -20
- package/lib/map/advanced-map-tool/advanced-coordinates/advanced-coordinates.component.d.ts +97 -97
- package/lib/map/advanced-map-tool/advanced-map-tool.component.d.ts +12 -12
- package/lib/map/advanced-map-tool/advanced-swipe/advanced-swipe.component.d.ts +65 -65
- package/lib/map/advanced-map-tool/index.d.ts +1 -1
- package/lib/map/index.d.ts +8 -8
- package/lib/map/layer-list-tool.state.d.ts +19 -19
- package/lib/map/map-details-tool/index.d.ts +1 -1
- package/lib/map/map-details-tool/map-details-tool.component.d.ts +38 -38
- package/lib/map/map-legend/index.d.ts +1 -1
- package/lib/map/map-legend/map-legend-tool.component.d.ts +40 -40
- package/lib/map/map-proximity-tool/index.d.ts +1 -1
- package/lib/map/map-proximity-tool/map-proximity-tool.component.d.ts +36 -36
- package/lib/map/map-proximity.state.d.ts +31 -31
- package/lib/map/map-tool/index.d.ts +1 -1
- package/lib/map/map-tool/map-tool.component.d.ts +27 -27
- package/lib/map/map-tools/index.d.ts +1 -1
- package/lib/map/map-tools/map-tools.component.d.ts +66 -66
- package/lib/map/map.module.d.ts +38 -38
- package/lib/map/map.state.d.ts +24 -24
- package/lib/measure/index.d.ts +3 -3
- package/lib/measure/measure.module.d.ts +7 -7
- package/lib/measure/measure.state.d.ts +16 -16
- package/lib/measure/measurer-tool/measurer-tool.component.d.ts +24 -24
- package/lib/measure/measurer-tool/measurer-tool.module.d.ts +11 -11
- package/lib/print/index.d.ts +1 -1
- package/lib/print/print-tool/index.d.ts +1 -1
- package/lib/print/print-tool/print-tool.component.d.ts +10 -10
- package/lib/print/print.module.d.ts +10 -10
- package/lib/search/index.d.ts +6 -6
- package/lib/search/query.state.d.ts +24 -20
- package/lib/search/search-bar/search-bar-binding.directive.d.ts +20 -20
- package/lib/search/search-bar/search-bar.module.d.ts +11 -11
- package/lib/search/search-results-tool/search-results-tool.component.d.ts +100 -100
- package/lib/search/search-results-tool/search-results-tool.module.d.ts +18 -18
- package/lib/search/search.module.d.ts +8 -8
- package/lib/search/search.state.d.ts +60 -60
- package/lib/storage/index.d.ts +1 -1
- package/lib/storage/storage.module.d.ts +6 -6
- package/lib/storage/storage.state.d.ts +12 -12
- package/lib/tool/index.d.ts +1 -1
- package/lib/tool/tool.module.d.ts +6 -6
- package/lib/tool/tool.state.d.ts +22 -22
- package/lib/workspace/index.d.ts +3 -3
- package/lib/workspace/shared/edition-actions.service.d.ts +26 -26
- package/lib/workspace/shared/feature-actions.service.d.ts +25 -25
- package/lib/workspace/shared/index.d.ts +2 -2
- package/lib/workspace/shared/wfs-actions.service.d.ts +27 -27
- package/lib/workspace/shared/workspace.utils.d.ts +2 -2
- package/lib/workspace/workspace-button/index.d.ts +1 -1
- package/lib/workspace/workspace-button/workspace-button.component.d.ts +21 -21
- package/lib/workspace/workspace.module.d.ts +12 -12
- package/lib/workspace/workspace.state.d.ts +63 -63
- package/ngcc.config.js +3 -3
- package/package.json +3 -3
- package/public_api.d.ts +31 -31
|
@@ -1,65 +1,65 @@
|
|
|
1
|
-
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { UntypedFormGroup, UntypedFormBuilder } from '@angular/forms';
|
|
3
|
-
import { ContextService, DetailedContext } from '@igo2/context';
|
|
4
|
-
import { IgoMap, Layer, VectorLayer } from '@igo2/geo';
|
|
5
|
-
import { MapState } from '../../map.state';
|
|
6
|
-
import { ToolState } from '../../../tool/tool.state';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class AdvancedSwipeComponent implements OnInit, OnDestroy {
|
|
9
|
-
mapState: MapState;
|
|
10
|
-
private contextService;
|
|
11
|
-
private formBuilder;
|
|
12
|
-
private toolState;
|
|
13
|
-
swipe: boolean;
|
|
14
|
-
layerList: Layer[];
|
|
15
|
-
userControlledLayerList: Layer[];
|
|
16
|
-
form: UntypedFormGroup;
|
|
17
|
-
layers: VectorLayer[];
|
|
18
|
-
res: DetailedContext;
|
|
19
|
-
listForSwipe: Layer[];
|
|
20
|
-
/**
|
|
21
|
-
* Get an active map state
|
|
22
|
-
*/
|
|
23
|
-
get map(): IgoMap;
|
|
24
|
-
constructor(mapState: MapState, contextService: ContextService, formBuilder: UntypedFormBuilder, toolState: ToolState);
|
|
25
|
-
/**
|
|
26
|
-
* Get the list of layers for swipe
|
|
27
|
-
* @internal
|
|
28
|
-
*/
|
|
29
|
-
ngOnInit(): void;
|
|
30
|
-
/**
|
|
31
|
-
* Desactivate the swipe
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
34
|
-
ngOnDestroy(): void;
|
|
35
|
-
/**
|
|
36
|
-
* Build a form for choise of the layers
|
|
37
|
-
*/
|
|
38
|
-
private buildForm;
|
|
39
|
-
/**
|
|
40
|
-
* Activate the swipe, send a list of layers for a swipe-tool
|
|
41
|
-
*/
|
|
42
|
-
startSwipe(toggle: boolean): void;
|
|
43
|
-
/**
|
|
44
|
-
* Restart a swipe for a new layers-list
|
|
45
|
-
*/
|
|
46
|
-
applyNewLayers(e: any): void;
|
|
47
|
-
/**
|
|
48
|
-
* Select all list of layers and restart a tool
|
|
49
|
-
*/
|
|
50
|
-
selectAll(e: any): void;
|
|
51
|
-
/**
|
|
52
|
-
* Open search tool
|
|
53
|
-
*/
|
|
54
|
-
searchEmit(): void;
|
|
55
|
-
/**
|
|
56
|
-
* Open catalog
|
|
57
|
-
*/
|
|
58
|
-
catalogEmit(): void;
|
|
59
|
-
/**
|
|
60
|
-
* Open context manager
|
|
61
|
-
*/
|
|
62
|
-
contextEmit(): void;
|
|
63
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdvancedSwipeComponent, never>;
|
|
64
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdvancedSwipeComponent, "igo-advanced-swipe", never, {}, {}, never, never, false>;
|
|
65
|
-
}
|
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { UntypedFormGroup, UntypedFormBuilder } from '@angular/forms';
|
|
3
|
+
import { ContextService, DetailedContext } from '@igo2/context';
|
|
4
|
+
import { IgoMap, Layer, VectorLayer } from '@igo2/geo';
|
|
5
|
+
import { MapState } from '../../map.state';
|
|
6
|
+
import { ToolState } from '../../../tool/tool.state';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class AdvancedSwipeComponent implements OnInit, OnDestroy {
|
|
9
|
+
mapState: MapState;
|
|
10
|
+
private contextService;
|
|
11
|
+
private formBuilder;
|
|
12
|
+
private toolState;
|
|
13
|
+
swipe: boolean;
|
|
14
|
+
layerList: Layer[];
|
|
15
|
+
userControlledLayerList: Layer[];
|
|
16
|
+
form: UntypedFormGroup;
|
|
17
|
+
layers: VectorLayer[];
|
|
18
|
+
res: DetailedContext;
|
|
19
|
+
listForSwipe: Layer[];
|
|
20
|
+
/**
|
|
21
|
+
* Get an active map state
|
|
22
|
+
*/
|
|
23
|
+
get map(): IgoMap;
|
|
24
|
+
constructor(mapState: MapState, contextService: ContextService, formBuilder: UntypedFormBuilder, toolState: ToolState);
|
|
25
|
+
/**
|
|
26
|
+
* Get the list of layers for swipe
|
|
27
|
+
* @internal
|
|
28
|
+
*/
|
|
29
|
+
ngOnInit(): void;
|
|
30
|
+
/**
|
|
31
|
+
* Desactivate the swipe
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
34
|
+
ngOnDestroy(): void;
|
|
35
|
+
/**
|
|
36
|
+
* Build a form for choise of the layers
|
|
37
|
+
*/
|
|
38
|
+
private buildForm;
|
|
39
|
+
/**
|
|
40
|
+
* Activate the swipe, send a list of layers for a swipe-tool
|
|
41
|
+
*/
|
|
42
|
+
startSwipe(toggle: boolean): void;
|
|
43
|
+
/**
|
|
44
|
+
* Restart a swipe for a new layers-list
|
|
45
|
+
*/
|
|
46
|
+
applyNewLayers(e: any): void;
|
|
47
|
+
/**
|
|
48
|
+
* Select all list of layers and restart a tool
|
|
49
|
+
*/
|
|
50
|
+
selectAll(e: any): void;
|
|
51
|
+
/**
|
|
52
|
+
* Open search tool
|
|
53
|
+
*/
|
|
54
|
+
searchEmit(): void;
|
|
55
|
+
/**
|
|
56
|
+
* Open catalog
|
|
57
|
+
*/
|
|
58
|
+
catalogEmit(): void;
|
|
59
|
+
/**
|
|
60
|
+
* Open context manager
|
|
61
|
+
*/
|
|
62
|
+
contextEmit(): void;
|
|
63
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdvancedSwipeComponent, never>;
|
|
64
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdvancedSwipeComponent, "igo-advanced-swipe", never, {}, {}, never, never, false>;
|
|
65
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './advanced-map-tool.component';
|
|
1
|
+
export * from './advanced-map-tool.component';
|
package/lib/map/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export * from './advanced-map-tool';
|
|
2
|
-
export * from './map-proximity-tool';
|
|
3
|
-
export * from './map-details-tool';
|
|
4
|
-
export * from './map-legend';
|
|
5
|
-
export * from './map-tool';
|
|
6
|
-
export * from './map-tools';
|
|
7
|
-
export * from './map.state';
|
|
8
|
-
export * from './map-proximity.state';
|
|
1
|
+
export * from './advanced-map-tool';
|
|
2
|
+
export * from './map-proximity-tool';
|
|
3
|
+
export * from './map-details-tool';
|
|
4
|
+
export * from './map-legend';
|
|
5
|
+
export * from './map-tool';
|
|
6
|
+
export * from './map-tools';
|
|
7
|
+
export * from './map.state';
|
|
8
|
+
export * from './map-proximity.state';
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { BehaviorSubject } from 'rxjs';
|
|
2
|
-
import { LayerListControlsOptions } from '@igo2/geo';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* Service that holds the state of layer list tool values
|
|
6
|
-
*/
|
|
7
|
-
export declare class LayerListToolState {
|
|
8
|
-
readonly keyword$: BehaviorSubject<string>;
|
|
9
|
-
readonly sortAlpha$: BehaviorSubject<boolean>;
|
|
10
|
-
readonly onlyVisible$: BehaviorSubject<boolean>;
|
|
11
|
-
readonly selectedTab$: BehaviorSubject<number>;
|
|
12
|
-
setKeyword(keyword: string): void;
|
|
13
|
-
setSortAlpha(sort: boolean): void;
|
|
14
|
-
setOnlyVisible(onlyVisible: boolean): void;
|
|
15
|
-
setSelectedTab(tab: number): void;
|
|
16
|
-
getLayerListControls(): LayerListControlsOptions;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LayerListToolState, never>;
|
|
18
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<LayerListToolState>;
|
|
19
|
-
}
|
|
1
|
+
import { BehaviorSubject } from 'rxjs';
|
|
2
|
+
import { LayerListControlsOptions } from '@igo2/geo';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* Service that holds the state of layer list tool values
|
|
6
|
+
*/
|
|
7
|
+
export declare class LayerListToolState {
|
|
8
|
+
readonly keyword$: BehaviorSubject<string>;
|
|
9
|
+
readonly sortAlpha$: BehaviorSubject<boolean>;
|
|
10
|
+
readonly onlyVisible$: BehaviorSubject<boolean>;
|
|
11
|
+
readonly selectedTab$: BehaviorSubject<number>;
|
|
12
|
+
setKeyword(keyword: string): void;
|
|
13
|
+
setSortAlpha(sort: boolean): void;
|
|
14
|
+
setOnlyVisible(onlyVisible: boolean): void;
|
|
15
|
+
setSelectedTab(tab: number): void;
|
|
16
|
+
getLayerListControls(): LayerListControlsOptions;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LayerListToolState, never>;
|
|
18
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<LayerListToolState>;
|
|
19
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './map-details-tool.component';
|
|
1
|
+
export * from './map-details-tool.component';
|
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
import { OnInit, ChangeDetectorRef } from '@angular/core';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { Layer, IgoMap, LayerListControlsOptions, SearchSourceService } from '@igo2/geo';
|
|
4
|
-
import { ToolState } from './../../tool/tool.state';
|
|
5
|
-
import { MapState } from './../map.state';
|
|
6
|
-
import { ImportExportState } from '../../import-export/import-export.state';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class MapDetailsToolComponent implements OnInit {
|
|
9
|
-
private mapState;
|
|
10
|
-
private toolState;
|
|
11
|
-
private searchSourceService;
|
|
12
|
-
private cdRef;
|
|
13
|
-
private importExportState;
|
|
14
|
-
delayedShowEmptyMapContent: boolean;
|
|
15
|
-
toggleLegendOnVisibilityChange: boolean;
|
|
16
|
-
expandLegendOfVisibleLayers: boolean;
|
|
17
|
-
updateLegendOnResolutionChange: boolean;
|
|
18
|
-
ogcButton: boolean;
|
|
19
|
-
timeButton: boolean;
|
|
20
|
-
layerListControls: LayerListControlsOptions;
|
|
21
|
-
queryBadge: boolean;
|
|
22
|
-
layerAdditionAllowed: boolean;
|
|
23
|
-
get map(): IgoMap;
|
|
24
|
-
get layers$(): Observable<Layer[]>;
|
|
25
|
-
get excludeBaseLayers(): boolean;
|
|
26
|
-
get layerFilterAndSortOptions(): any;
|
|
27
|
-
get searchToolInToolbar(): boolean;
|
|
28
|
-
get catalogToolInToolbar(): boolean;
|
|
29
|
-
get contextToolInToolbar(): boolean;
|
|
30
|
-
constructor(mapState: MapState, toolState: ToolState, searchSourceService: SearchSourceService, cdRef: ChangeDetectorRef, importExportState: ImportExportState);
|
|
31
|
-
ngOnInit(): void;
|
|
32
|
-
searchEmit(): void;
|
|
33
|
-
catalogEmit(): void;
|
|
34
|
-
contextEmit(): void;
|
|
35
|
-
activateExport(layer: Layer): void;
|
|
36
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MapDetailsToolComponent, never>;
|
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MapDetailsToolComponent, "igo-map-details-tool", never, { "toggleLegendOnVisibilityChange": "toggleLegendOnVisibilityChange"; "expandLegendOfVisibleLayers": "expandLegendOfVisibleLayers"; "updateLegendOnResolutionChange": "updateLegendOnResolutionChange"; "ogcButton": "ogcButton"; "timeButton": "timeButton"; "layerListControls": "layerListControls"; "queryBadge": "queryBadge"; "layerAdditionAllowed": "layerAdditionAllowed"; }, {}, never, never, false>;
|
|
38
|
-
}
|
|
1
|
+
import { OnInit, ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { Layer, IgoMap, LayerListControlsOptions, SearchSourceService } from '@igo2/geo';
|
|
4
|
+
import { ToolState } from './../../tool/tool.state';
|
|
5
|
+
import { MapState } from './../map.state';
|
|
6
|
+
import { ImportExportState } from '../../import-export/import-export.state';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class MapDetailsToolComponent implements OnInit {
|
|
9
|
+
private mapState;
|
|
10
|
+
private toolState;
|
|
11
|
+
private searchSourceService;
|
|
12
|
+
private cdRef;
|
|
13
|
+
private importExportState;
|
|
14
|
+
delayedShowEmptyMapContent: boolean;
|
|
15
|
+
toggleLegendOnVisibilityChange: boolean;
|
|
16
|
+
expandLegendOfVisibleLayers: boolean;
|
|
17
|
+
updateLegendOnResolutionChange: boolean;
|
|
18
|
+
ogcButton: boolean;
|
|
19
|
+
timeButton: boolean;
|
|
20
|
+
layerListControls: LayerListControlsOptions;
|
|
21
|
+
queryBadge: boolean;
|
|
22
|
+
layerAdditionAllowed: boolean;
|
|
23
|
+
get map(): IgoMap;
|
|
24
|
+
get layers$(): Observable<Layer[]>;
|
|
25
|
+
get excludeBaseLayers(): boolean;
|
|
26
|
+
get layerFilterAndSortOptions(): any;
|
|
27
|
+
get searchToolInToolbar(): boolean;
|
|
28
|
+
get catalogToolInToolbar(): boolean;
|
|
29
|
+
get contextToolInToolbar(): boolean;
|
|
30
|
+
constructor(mapState: MapState, toolState: ToolState, searchSourceService: SearchSourceService, cdRef: ChangeDetectorRef, importExportState: ImportExportState);
|
|
31
|
+
ngOnInit(): void;
|
|
32
|
+
searchEmit(): void;
|
|
33
|
+
catalogEmit(): void;
|
|
34
|
+
contextEmit(): void;
|
|
35
|
+
activateExport(layer: Layer): void;
|
|
36
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapDetailsToolComponent, never>;
|
|
37
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapDetailsToolComponent, "igo-map-details-tool", never, { "toggleLegendOnVisibilityChange": "toggleLegendOnVisibilityChange"; "expandLegendOfVisibleLayers": "expandLegendOfVisibleLayers"; "updateLegendOnResolutionChange": "updateLegendOnResolutionChange"; "ogcButton": "ogcButton"; "timeButton": "timeButton"; "layerListControls": "layerListControls"; "queryBadge": "queryBadge"; "layerAdditionAllowed": "layerAdditionAllowed"; }, {}, never, never, false>;
|
|
38
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './map-legend-tool.component';
|
|
1
|
+
export * from './map-legend-tool.component';
|
|
@@ -1,40 +1,40 @@
|
|
|
1
|
-
import { OnInit, OnDestroy, ChangeDetectorRef } from '@angular/core';
|
|
2
|
-
import { Observable, BehaviorSubject, ReplaySubject } from 'rxjs';
|
|
3
|
-
import { Layer, IgoMap, LayerListControlsOptions, SearchSourceService } from '@igo2/geo';
|
|
4
|
-
import { ToolState } from './../../tool/tool.state';
|
|
5
|
-
import { MapState } from './../map.state';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class MapLegendToolComponent implements OnInit, OnDestroy {
|
|
8
|
-
private mapState;
|
|
9
|
-
private toolState;
|
|
10
|
-
private searchSourceService;
|
|
11
|
-
private cdRef;
|
|
12
|
-
delayedShowEmptyMapContent: boolean;
|
|
13
|
-
layers$: BehaviorSubject<Layer[]>;
|
|
14
|
-
showAllLegendsValue$: BehaviorSubject<boolean>;
|
|
15
|
-
change$: ReplaySubject<void>;
|
|
16
|
-
private resolution$$;
|
|
17
|
-
private visibleOrInRangeLayers$$;
|
|
18
|
-
updateLegendOnResolutionChange: boolean;
|
|
19
|
-
layerAdditionAllowed: boolean;
|
|
20
|
-
allowShowAllLegends: boolean;
|
|
21
|
-
showAllLegendsValue: boolean;
|
|
22
|
-
layerListControls: LayerListControlsOptions;
|
|
23
|
-
get map(): IgoMap;
|
|
24
|
-
get visibleOrInRangeLayers$(): Observable<Layer[]>;
|
|
25
|
-
get visibleLayers$(): Observable<Layer[]>;
|
|
26
|
-
get excludeBaseLayers(): boolean;
|
|
27
|
-
get searchToolInToolbar(): boolean;
|
|
28
|
-
get catalogToolInToolbar(): boolean;
|
|
29
|
-
get contextToolInToolbar(): boolean;
|
|
30
|
-
constructor(mapState: MapState, toolState: ToolState, searchSourceService: SearchSourceService, cdRef: ChangeDetectorRef);
|
|
31
|
-
ngOnInit(): void;
|
|
32
|
-
onShowAllLegends(event: any): void;
|
|
33
|
-
showAllLegend(): boolean;
|
|
34
|
-
ngOnDestroy(): void;
|
|
35
|
-
searchEmit(): void;
|
|
36
|
-
catalogEmit(): void;
|
|
37
|
-
contextEmit(): void;
|
|
38
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MapLegendToolComponent, never>;
|
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MapLegendToolComponent, "igo-map-legend-tool", never, { "updateLegendOnResolutionChange": "updateLegendOnResolutionChange"; "layerAdditionAllowed": "layerAdditionAllowed"; "allowShowAllLegends": "allowShowAllLegends"; "showAllLegendsValue": "showAllLegendsValue"; "layerListControls": "layerListControls"; }, {}, never, never, false>;
|
|
40
|
-
}
|
|
1
|
+
import { OnInit, OnDestroy, ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { Observable, BehaviorSubject, ReplaySubject } from 'rxjs';
|
|
3
|
+
import { Layer, IgoMap, LayerListControlsOptions, SearchSourceService } from '@igo2/geo';
|
|
4
|
+
import { ToolState } from './../../tool/tool.state';
|
|
5
|
+
import { MapState } from './../map.state';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class MapLegendToolComponent implements OnInit, OnDestroy {
|
|
8
|
+
private mapState;
|
|
9
|
+
private toolState;
|
|
10
|
+
private searchSourceService;
|
|
11
|
+
private cdRef;
|
|
12
|
+
delayedShowEmptyMapContent: boolean;
|
|
13
|
+
layers$: BehaviorSubject<Layer[]>;
|
|
14
|
+
showAllLegendsValue$: BehaviorSubject<boolean>;
|
|
15
|
+
change$: ReplaySubject<void>;
|
|
16
|
+
private resolution$$;
|
|
17
|
+
private visibleOrInRangeLayers$$;
|
|
18
|
+
updateLegendOnResolutionChange: boolean;
|
|
19
|
+
layerAdditionAllowed: boolean;
|
|
20
|
+
allowShowAllLegends: boolean;
|
|
21
|
+
showAllLegendsValue: boolean;
|
|
22
|
+
layerListControls: LayerListControlsOptions;
|
|
23
|
+
get map(): IgoMap;
|
|
24
|
+
get visibleOrInRangeLayers$(): Observable<Layer[]>;
|
|
25
|
+
get visibleLayers$(): Observable<Layer[]>;
|
|
26
|
+
get excludeBaseLayers(): boolean;
|
|
27
|
+
get searchToolInToolbar(): boolean;
|
|
28
|
+
get catalogToolInToolbar(): boolean;
|
|
29
|
+
get contextToolInToolbar(): boolean;
|
|
30
|
+
constructor(mapState: MapState, toolState: ToolState, searchSourceService: SearchSourceService, cdRef: ChangeDetectorRef);
|
|
31
|
+
ngOnInit(): void;
|
|
32
|
+
onShowAllLegends(event: any): void;
|
|
33
|
+
showAllLegend(): boolean;
|
|
34
|
+
ngOnDestroy(): void;
|
|
35
|
+
searchEmit(): void;
|
|
36
|
+
catalogEmit(): void;
|
|
37
|
+
contextEmit(): void;
|
|
38
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapLegendToolComponent, never>;
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapLegendToolComponent, "igo-map-legend-tool", never, { "updateLegendOnResolutionChange": "updateLegendOnResolutionChange"; "layerAdditionAllowed": "layerAdditionAllowed"; "allowShowAllLegends": "allowShowAllLegends"; "showAllLegendsValue": "showAllLegendsValue"; "layerListControls": "layerListControls"; }, {}, never, never, false>;
|
|
40
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './map-proximity-tool.component';
|
|
1
|
+
export * from './map-proximity-tool.component';
|
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { MatRadioChange } from '@angular/material/radio';
|
|
3
|
-
import { EntityTableComponent, EntityTableTemplate } from '@igo2/common';
|
|
4
|
-
import { LanguageService, MessageService } from '@igo2/core';
|
|
5
|
-
import { IgoMap } from '@igo2/geo';
|
|
6
|
-
import { MapProximityState } from '../map-proximity.state';
|
|
7
|
-
import { MapState } from '../map.state';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class MapProximityToolComponent implements OnInit, OnDestroy {
|
|
10
|
-
mapState: MapState;
|
|
11
|
-
mapProximityState: MapProximityState;
|
|
12
|
-
private languageService;
|
|
13
|
-
private messageService;
|
|
14
|
-
private subs$$;
|
|
15
|
-
table: EntityTableComponent;
|
|
16
|
-
get maxDistance(): number;
|
|
17
|
-
set maxDistance(value: number);
|
|
18
|
-
get map(): IgoMap;
|
|
19
|
-
userDefinedMapCenter: boolean;
|
|
20
|
-
userDefinedFollowPosition: boolean;
|
|
21
|
-
/**
|
|
22
|
-
* Table template
|
|
23
|
-
* @internal
|
|
24
|
-
*/
|
|
25
|
-
tableTemplate: EntityTableTemplate;
|
|
26
|
-
constructor(mapState: MapState, mapProximityState: MapProximityState, languageService: LanguageService, messageService: MessageService);
|
|
27
|
-
ngOnInit(): void;
|
|
28
|
-
ngOnDestroy(): void;
|
|
29
|
-
onLocationTypeChange(e: MatRadioChange): void;
|
|
30
|
-
/**
|
|
31
|
-
* Copy the coordinates to a clipboard
|
|
32
|
-
*/
|
|
33
|
-
copyTextToClipboard(): void;
|
|
34
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MapProximityToolComponent, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MapProximityToolComponent, "igo-map-proximity-tool", never, {}, {}, never, never, false>;
|
|
36
|
-
}
|
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { MatRadioChange } from '@angular/material/radio';
|
|
3
|
+
import { EntityTableComponent, EntityTableTemplate } from '@igo2/common';
|
|
4
|
+
import { LanguageService, MessageService } from '@igo2/core';
|
|
5
|
+
import { IgoMap } from '@igo2/geo';
|
|
6
|
+
import { MapProximityState } from '../map-proximity.state';
|
|
7
|
+
import { MapState } from '../map.state';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export declare class MapProximityToolComponent implements OnInit, OnDestroy {
|
|
10
|
+
mapState: MapState;
|
|
11
|
+
mapProximityState: MapProximityState;
|
|
12
|
+
private languageService;
|
|
13
|
+
private messageService;
|
|
14
|
+
private subs$$;
|
|
15
|
+
table: EntityTableComponent;
|
|
16
|
+
get maxDistance(): number;
|
|
17
|
+
set maxDistance(value: number);
|
|
18
|
+
get map(): IgoMap;
|
|
19
|
+
userDefinedMapCenter: boolean;
|
|
20
|
+
userDefinedFollowPosition: boolean;
|
|
21
|
+
/**
|
|
22
|
+
* Table template
|
|
23
|
+
* @internal
|
|
24
|
+
*/
|
|
25
|
+
tableTemplate: EntityTableTemplate;
|
|
26
|
+
constructor(mapState: MapState, mapProximityState: MapProximityState, languageService: LanguageService, messageService: MessageService);
|
|
27
|
+
ngOnInit(): void;
|
|
28
|
+
ngOnDestroy(): void;
|
|
29
|
+
onLocationTypeChange(e: MatRadioChange): void;
|
|
30
|
+
/**
|
|
31
|
+
* Copy the coordinates to a clipboard
|
|
32
|
+
*/
|
|
33
|
+
copyTextToClipboard(): void;
|
|
34
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapProximityToolComponent, never>;
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapProximityToolComponent, "igo-map-proximity-tool", never, {}, {}, never, never, false>;
|
|
36
|
+
}
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
import { FeatureStore, Feature, IgoMap, Layer } from '@igo2/geo';
|
|
2
|
-
import { BehaviorSubject } from 'rxjs';
|
|
3
|
-
import { MapState } from '../map/map.state';
|
|
4
|
-
import { StorageService } from '@igo2/core';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
/**
|
|
7
|
-
* Service that holds the state of the direction module
|
|
8
|
-
*/
|
|
9
|
-
export declare class MapProximityState {
|
|
10
|
-
private mapState;
|
|
11
|
-
private storageService;
|
|
12
|
-
private defaultProximityRadiusValue;
|
|
13
|
-
enabled$: BehaviorSubject<boolean>;
|
|
14
|
-
proximityRadiusValue$: BehaviorSubject<number>;
|
|
15
|
-
proximitylocationType$: BehaviorSubject<string>;
|
|
16
|
-
proximityFeatureStore: FeatureStore<Feature>;
|
|
17
|
-
private subs$$;
|
|
18
|
-
currentPositionCoordinate$: BehaviorSubject<[number, number]>;
|
|
19
|
-
get map(): IgoMap;
|
|
20
|
-
constructor(mapState: MapState, storageService: StorageService);
|
|
21
|
-
subscribeProximityMonitor(): void;
|
|
22
|
-
/**
|
|
23
|
-
* Add a feature with proximity properties to the store
|
|
24
|
-
* @internal
|
|
25
|
-
*/
|
|
26
|
-
private addFeatureToStore;
|
|
27
|
-
getQueryTitle(feature: Feature, layer: Layer): string;
|
|
28
|
-
getLabelMatch(feature: Feature, labelMatch: any): string;
|
|
29
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MapProximityState, never>;
|
|
30
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<MapProximityState>;
|
|
31
|
-
}
|
|
1
|
+
import { FeatureStore, Feature, IgoMap, Layer } from '@igo2/geo';
|
|
2
|
+
import { BehaviorSubject } from 'rxjs';
|
|
3
|
+
import { MapState } from '../map/map.state';
|
|
4
|
+
import { StorageService } from '@igo2/core';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
/**
|
|
7
|
+
* Service that holds the state of the direction module
|
|
8
|
+
*/
|
|
9
|
+
export declare class MapProximityState {
|
|
10
|
+
private mapState;
|
|
11
|
+
private storageService;
|
|
12
|
+
private defaultProximityRadiusValue;
|
|
13
|
+
enabled$: BehaviorSubject<boolean>;
|
|
14
|
+
proximityRadiusValue$: BehaviorSubject<number>;
|
|
15
|
+
proximitylocationType$: BehaviorSubject<string>;
|
|
16
|
+
proximityFeatureStore: FeatureStore<Feature>;
|
|
17
|
+
private subs$$;
|
|
18
|
+
currentPositionCoordinate$: BehaviorSubject<[number, number]>;
|
|
19
|
+
get map(): IgoMap;
|
|
20
|
+
constructor(mapState: MapState, storageService: StorageService);
|
|
21
|
+
subscribeProximityMonitor(): void;
|
|
22
|
+
/**
|
|
23
|
+
* Add a feature with proximity properties to the store
|
|
24
|
+
* @internal
|
|
25
|
+
*/
|
|
26
|
+
private addFeatureToStore;
|
|
27
|
+
getQueryTitle(feature: Feature, layer: Layer): string;
|
|
28
|
+
getLabelMatch(feature: Feature, labelMatch: any): string;
|
|
29
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapProximityState, never>;
|
|
30
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MapProximityState>;
|
|
31
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './map-tool.component';
|
|
1
|
+
export * from './map-tool.component';
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import { LayerListControlsOptions, IgoMap, Layer } from '@igo2/geo';
|
|
2
|
-
import { MapState } from './../map.state';
|
|
3
|
-
import { ImportExportState } from '../../import-export/import-export.state';
|
|
4
|
-
import { ToolState } from '../../tool/tool.state';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
/**
|
|
7
|
-
* Tool to browse a map's layers or to choose a different map
|
|
8
|
-
*/
|
|
9
|
-
export declare class MapToolComponent {
|
|
10
|
-
private mapState;
|
|
11
|
-
private toolState;
|
|
12
|
-
private importExportState;
|
|
13
|
-
toggleLegendOnVisibilityChange: boolean;
|
|
14
|
-
expandLegendOfVisibleLayers: boolean;
|
|
15
|
-
updateLegendOnResolutionChange: boolean;
|
|
16
|
-
ogcButton: boolean;
|
|
17
|
-
timeButton: boolean;
|
|
18
|
-
layerListControls: LayerListControlsOptions;
|
|
19
|
-
queryBadge: boolean;
|
|
20
|
-
get map(): IgoMap;
|
|
21
|
-
get excludeBaseLayers(): boolean;
|
|
22
|
-
get layerFilterAndSortOptions(): any;
|
|
23
|
-
constructor(mapState: MapState, toolState: ToolState, importExportState: ImportExportState);
|
|
24
|
-
activateExport(layer: Layer): void;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MapToolComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MapToolComponent, "igo-map-tool", never, { "toggleLegendOnVisibilityChange": "toggleLegendOnVisibilityChange"; "expandLegendOfVisibleLayers": "expandLegendOfVisibleLayers"; "updateLegendOnResolutionChange": "updateLegendOnResolutionChange"; "ogcButton": "ogcButton"; "timeButton": "timeButton"; "layerListControls": "layerListControls"; "queryBadge": "queryBadge"; }, {}, never, never, false>;
|
|
27
|
-
}
|
|
1
|
+
import { LayerListControlsOptions, IgoMap, Layer } from '@igo2/geo';
|
|
2
|
+
import { MapState } from './../map.state';
|
|
3
|
+
import { ImportExportState } from '../../import-export/import-export.state';
|
|
4
|
+
import { ToolState } from '../../tool/tool.state';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
/**
|
|
7
|
+
* Tool to browse a map's layers or to choose a different map
|
|
8
|
+
*/
|
|
9
|
+
export declare class MapToolComponent {
|
|
10
|
+
private mapState;
|
|
11
|
+
private toolState;
|
|
12
|
+
private importExportState;
|
|
13
|
+
toggleLegendOnVisibilityChange: boolean;
|
|
14
|
+
expandLegendOfVisibleLayers: boolean;
|
|
15
|
+
updateLegendOnResolutionChange: boolean;
|
|
16
|
+
ogcButton: boolean;
|
|
17
|
+
timeButton: boolean;
|
|
18
|
+
layerListControls: LayerListControlsOptions;
|
|
19
|
+
queryBadge: boolean;
|
|
20
|
+
get map(): IgoMap;
|
|
21
|
+
get excludeBaseLayers(): boolean;
|
|
22
|
+
get layerFilterAndSortOptions(): any;
|
|
23
|
+
constructor(mapState: MapState, toolState: ToolState, importExportState: ImportExportState);
|
|
24
|
+
activateExport(layer: Layer): void;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapToolComponent, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapToolComponent, "igo-map-tool", never, { "toggleLegendOnVisibilityChange": "toggleLegendOnVisibilityChange"; "expandLegendOfVisibleLayers": "expandLegendOfVisibleLayers"; "updateLegendOnResolutionChange": "updateLegendOnResolutionChange"; "ogcButton": "ogcButton"; "timeButton": "timeButton"; "layerListControls": "layerListControls"; "queryBadge": "queryBadge"; }, {}, never, never, false>;
|
|
27
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './map-tools.component';
|
|
1
|
+
export * from './map-tools.component';
|