@igo2/geo 18.1.4 → 18.1.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.
@@ -31,6 +31,7 @@ export declare class ExportService {
31
31
  private formatRecord;
32
32
  private formatDataType;
33
33
  private exportWithOgre;
34
+ private getFileName;
34
35
  private formatFilename;
35
36
  private nothingToExport;
36
37
  private getFeaturesFromMap;
@@ -38,6 +39,12 @@ export declare class ExportService {
38
39
  getFeatures(map: IgoMap, layer: Layer, data: ExportOptions, store: WorkspaceStore): Observable<OlFeature[]>;
39
40
  getWorkspaceByLayerId(id: string, store: WorkspaceStore): Workspace;
40
41
  getGeomTypes(features: OlFeature[], format?: AnyExportFormat): GeometryCollection[];
42
+ /**
43
+ * Checks if the given payload exceeds the OGRE maximum allowed size (50MB).
44
+ * @param payload The GeoJSON payload as a string.
45
+ * @returns An Observable that throws an error if the payload is too large, or undefined if the size is acceptable.
46
+ */
47
+ private checkOgrePayloadSize;
41
48
  static ɵfac: i0.ɵɵFactoryDeclaration<ExportService, never>;
42
49
  static ɵprov: i0.ɵɵInjectableDeclaration<ExportService>;
43
50
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igo2/geo",
3
- "version": "18.1.4",
3
+ "version": "18.1.5",
4
4
  "description": "IGO Library",
5
5
  "author": "IGO Community",
6
6
  "keywords": [
@@ -50,10 +50,10 @@
50
50
  "@angular/material": "^18.0.0",
51
51
  "@angular/material-moment-adapter": "^18.0.0",
52
52
  "@angular/platform-browser": "^18.0.0",
53
- "@igo2/auth": "^18.1.4",
54
- "@igo2/common": "^18.1.4",
55
- "@igo2/core": "^18.1.4",
56
- "@igo2/utils": "^18.1.4",
53
+ "@igo2/auth": "^18.1.5",
54
+ "@igo2/common": "^18.1.5",
55
+ "@igo2/core": "^18.1.5",
56
+ "@igo2/utils": "^18.1.5",
57
57
  "@mat-datetimepicker/core": "~14.0.0",
58
58
  "file-saver": "^2.0.2",
59
59
  "flexsearch": "0.7.21",