@igo2/geo 16.0.1 → 16.0.2

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.
@@ -29,7 +29,6 @@ export declare class PrintFormComponent implements OnInit {
29
29
  72: "72";
30
30
  96: "96";
31
31
  150: "150";
32
- 300: "300";
33
32
  };
34
33
  imageFormats: {
35
34
  Bmp: "Bmp";
@@ -23,7 +23,6 @@ export declare const PrintResolution: {
23
23
  72: "72";
24
24
  96: "96";
25
25
  150: "150";
26
- 300: "300";
27
26
  };
28
27
  export type PrintResolution = keyof typeof PrintResolution;
29
28
  export declare const PrintSaveImageFormat: {
@@ -330,6 +330,7 @@
330
330
  "portrait": "Portrait",
331
331
  "projection": "Projection",
332
332
  "resolution": "Resolution",
333
+ "resolutionUnit": "PPI",
333
334
  "saveBtn": "Save",
334
335
  "scale": "Scale",
335
336
  "showProjection": "Show projection",
@@ -330,6 +330,7 @@
330
330
  "portrait": "Portrait",
331
331
  "projection": "Projection",
332
332
  "resolution": "Résolution",
333
+ "resolutionUnit": "PPP",
333
334
  "saveBtn": "Sauvegarder",
334
335
  "scale": "Échelle",
335
336
  "showProjection": "Afficher la projection",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igo2/geo",
3
- "version": "16.0.1",
3
+ "version": "16.0.2",
4
4
  "description": "IGO Library",
5
5
  "author": "IGO Community",
6
6
  "keywords": [
@@ -49,9 +49,9 @@
49
49
  "@angular/forms": "^16.2.5",
50
50
  "@angular/material": "^16.2.4",
51
51
  "@angular/platform-browser": "^16.2.5",
52
- "@igo2/common": "^16.0.1",
53
- "@igo2/core": "^16.0.1",
54
- "@igo2/utils": "^16.0.1",
52
+ "@igo2/common": "^16.0.2",
53
+ "@igo2/core": "^16.0.2",
54
+ "@igo2/utils": "^16.0.2",
55
55
  "@mat-datetimepicker/core": "~12.0.0",
56
56
  "flexsearch": "0.7.21",
57
57
  "ol": "^7.5.2",