Skip to content

Commit

Permalink
Merge branches 'next' and 'master' of https://github.com/infra-geo-ou…
Browse files Browse the repository at this point in the history
  • Loading branch information
alecarn committed Nov 7, 2023
2 parents f0e6d9d + b6fa888 commit 5bdacf5
Show file tree
Hide file tree
Showing 15 changed files with 38 additions and 22 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [16.0.2](https://github.com/infra-geo-ouverte/igo2-lib/compare/v16.0.1...v16.0.2) (2023-11-07)


### Bug Fixes

* **geo:** print - remove 300 PPI resolution ([#1489](https://github.com/infra-geo-ouverte/igo2-lib/issues/1489)) ([2f728da](https://github.com/infra-geo-ouverte/igo2-lib/commit/2f728da83036bb17e6a72a5b6f08a97e8b771d46))



## [16.0.1](https://github.com/infra-geo-ouverte/igo2-lib/compare/v16.0.0...v16.0.1) (2023-11-06)


Expand Down
19 changes: 10 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packages/*",
"projects/*"
],
"version": "16.0.1",
"version": "16.0.2",
"description": "IGO Library",
"author": "IGO Community",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/auth",
"version": "16.0.1",
"version": "16.0.2",
"description": "IGO Library",
"author": "IGO Community",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/common",
"version": "16.0.1",
"version": "16.0.2",
"description": "IGO Library",
"author": "IGO Community",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/context",
"version": "16.0.1",
"version": "16.0.2",
"description": "IGO Library",
"author": "IGO Community",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/core",
"version": "16.0.1",
"version": "16.0.2",
"description": "IGO Library",
"author": "IGO Community",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/core/src/lib/config/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ export interface Version {
}

export const version: Version = {
lib: '16.0.1',
releaseDate: 1699287709018
lib: '16.0.2',
releaseDate: 1699370754368
};
2 changes: 1 addition & 1 deletion packages/geo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/geo",
"version": "16.0.1",
"version": "16.0.2",
"description": "IGO Library",
"author": "IGO Community",
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,11 @@

<div class="igo-input-container">
<mat-form-field>
<mat-label>{{ 'igo.geo.printForm.resolution' | translate }}</mat-label>
<mat-label
>{{ 'igo.geo.printForm.resolution' | translate }} ({{
'igo.geo.printForm.resolutionUnit' | translate
}})</mat-label
>
<mat-select
formControlName="resolution"
placeholder="{{ 'igo.geo.printForm.resolution' | translate }}"
Expand All @@ -190,7 +194,7 @@
*ngFor="let resolution of resolutions | keyvalue"
[value]="resolution.key"
>
{{ resolution.value + ' PPI' }}
{{ resolution.value }}
</mat-option>
</mat-select>
</mat-form-field>
Expand Down
2 changes: 1 addition & 1 deletion packages/geo/src/lib/print/shared/print.type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export type PrintPaperFormat = keyof typeof PrintPaperFormat;
export const PrintOrientation = strEnum(['landscape', 'portrait']);
export type PrintOrientation = keyof typeof PrintOrientation;

export const PrintResolution = strEnum(['72', '96', '150', '300']);
export const PrintResolution = strEnum(['72', '96', '150']); // For now, we remove the 300 dpi because there is too much instability on iOS and slow device.
export type PrintResolution = keyof typeof PrintResolution;

export const PrintSaveImageFormat = strEnum([
Expand Down
1 change: 1 addition & 0 deletions packages/geo/src/locale/en.geo.json
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@
"portrait": "Portrait",
"projection": "Projection",
"resolution": "Resolution",
"resolutionUnit": "PPI",
"saveBtn": "Save",
"scale": "Scale",
"showProjection": "Show projection",
Expand Down
1 change: 1 addition & 0 deletions packages/geo/src/locale/fr.geo.json
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@
"portrait": "Portrait",
"projection": "Projection",
"resolution": "Résolution",
"resolutionUnit": "PPP",
"saveBtn": "Sauvegarder",
"scale": "Échelle",
"showProjection": "Afficher la projection",
Expand Down
2 changes: 1 addition & 1 deletion packages/integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/integration",
"version": "16.0.1",
"version": "16.0.2",
"description": "IGO Library",
"author": "IGO Community",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/utils",
"version": "16.0.1",
"version": "16.0.2",
"description": "IGO Library",
"author": "IGO Community",
"keywords": [
Expand Down

0 comments on commit 5bdacf5

Please sign in to comment.