@igo2/geo 20.2.0 → 20.2.1

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/index.d.ts CHANGED
@@ -11070,6 +11070,7 @@ declare class ExportService {
11070
11070
  private formatRecord;
11071
11071
  private formatDataType;
11072
11072
  private exportWithOgre;
11073
+ private getFileName;
11073
11074
  private formatFilename;
11074
11075
  private nothingToExport;
11075
11076
  private getFeaturesFromMap;
@@ -11078,7 +11079,7 @@ declare class ExportService {
11078
11079
  getWorkspaceByLayerId(id: LayerId, store: WorkspaceStore): Workspace;
11079
11080
  getGeomTypes(features: OlFeature[], format?: AnyExportFormat): GeometryCollection[];
11080
11081
  /**
11081
- * Checks if the given payload exceeds the OGRE maximum allowed size (2MB).
11082
+ * Checks if the given payload exceeds the OGRE maximum allowed size (50MB).
11082
11083
  * @param payload The GeoJSON payload as a string.
11083
11084
  * @returns An Observable that throws an error if the payload is too large, or undefined if the size is acceptable.
11084
11085
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igo2/geo",
3
- "version": "20.2.0",
3
+ "version": "20.2.1",
4
4
  "description": "IGO Library",
5
5
  "author": "IGO Community",
6
6
  "keywords": [
@@ -40,10 +40,10 @@
40
40
  "@angular/material": "^20.0.0",
41
41
  "@angular/material-moment-adapter": "^20.0.0",
42
42
  "@angular/platform-browser": "^20.0.0",
43
- "@igo2/auth": "^20.2.0",
44
- "@igo2/common": "^20.2.0",
45
- "@igo2/core": "^20.2.0",
46
- "@igo2/utils": "^20.2.0",
43
+ "@igo2/auth": "^20.2.1",
44
+ "@igo2/common": "^20.2.1",
45
+ "@igo2/core": "^20.2.1",
46
+ "@igo2/utils": "^20.2.1",
47
47
  "@mat-datetimepicker/core": "^16.0.0",
48
48
  "@turf/boolean-intersects": "^7.2.0",
49
49
  "@turf/buffer": "^7.2.0",