@igo2/context 21.0.0-next.20 → 21.0.0-next.21
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@igo2/context",
|
|
3
|
-
"version": "21.0.0-next.
|
|
3
|
+
"version": "21.0.0-next.21",
|
|
4
4
|
"description": "IGO Library",
|
|
5
5
|
"author": "IGO Community",
|
|
6
6
|
"keywords": [
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"@angular/forms": "^21.0.0",
|
|
36
36
|
"@angular/material": "^21.0.0",
|
|
37
37
|
"@angular/platform-browser": "^21.0.0",
|
|
38
|
-
"@igo2/auth": "^21.0.0-next.
|
|
39
|
-
"@igo2/common": "^21.0.0-next.
|
|
40
|
-
"@igo2/core": "^21.0.0-next.
|
|
41
|
-
"@igo2/geo": "^21.0.0-next.
|
|
42
|
-
"@igo2/utils": "^21.0.0-next.
|
|
38
|
+
"@igo2/auth": "^21.0.0-next.21",
|
|
39
|
+
"@igo2/common": "^21.0.0-next.21",
|
|
40
|
+
"@igo2/core": "^21.0.0-next.21",
|
|
41
|
+
"@igo2/geo": "^21.0.0-next.21",
|
|
42
|
+
"@igo2/utils": "^21.0.0-next.21",
|
|
43
43
|
"ol": "^10.0.0",
|
|
44
44
|
"rxjs": "^7.8.0"
|
|
45
45
|
},
|
package/types/igo2-context.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as _angular_core from '@angular/core';
|
|
|
2
2
|
import { OnInit, ModuleWithProviders, OnDestroy } from '@angular/core';
|
|
3
3
|
import { UntypedFormGroup, FormGroup, UntypedFormControl } from '@angular/forms';
|
|
4
4
|
import { MatOption } from '@angular/material/core';
|
|
5
|
-
import { AnyLayerOptions, MapViewOptions, MapExtent, MapScaleLineOptions, MapAttributionOptions, VectorLayer, AnyLayer, IgoMap, Feature, ImportExportServiceOptions, LayerOptions, LayerGroupOptions, AnyDataSourceOptions } from '@igo2/geo';
|
|
5
|
+
import { AnyLayerOptions, MapViewOptions, MapExtent, MapScaleLineOptions, MapAttributionOptions, VectorLayer, AnyLayer, IgoMap, Feature, LayerService, ImportExportServiceOptions, LayerOptions, LayerGroupOptions, AnyDataSourceOptions } from '@igo2/geo';
|
|
6
6
|
import { BehaviorSubject, Subject, Observable, ReplaySubject, Subscription } from 'rxjs';
|
|
7
7
|
import { Tool } from '@igo2/common/tool';
|
|
8
8
|
import { Message, MessageService } from '@igo2/core/message';
|
|
@@ -713,7 +713,7 @@ declare function handleNothingToImportError(file: File, messageService: MessageS
|
|
|
713
713
|
declare function addContextToContextList(context: DetailedContext, contextTitle: string, contextService: ContextService): void;
|
|
714
714
|
declare function getFileExtension(file: File): string;
|
|
715
715
|
declare function computeLayerTitleFromFile(file: File): string;
|
|
716
|
-
declare function addImportedFeaturesToMap(extraFeatures: ExtraFeatures, map: IgoMap): VectorLayer;
|
|
716
|
+
declare function addImportedFeaturesToMap(extraFeatures: ExtraFeatures, map: IgoMap, layerService: LayerService): VectorLayer;
|
|
717
717
|
|
|
718
718
|
declare function handleFileExportError(error: Error, messageService: MessageService): void;
|
|
719
719
|
declare function handleFileExportSuccess(messageService: MessageService): void;
|