@igo2/core 1.7.2 → 1.9.0

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.
Files changed (151) hide show
  1. package/__ivy_ngcc__/locale/en.auth.json +5 -1
  2. package/__ivy_ngcc__/locale/en.common.json +43 -43
  3. package/__ivy_ngcc__/locale/en.core.json +23 -23
  4. package/__ivy_ngcc__/locale/en.geo.json +36 -8
  5. package/__ivy_ngcc__/locale/en.integration.json +31 -3
  6. package/__ivy_ngcc__/locale/en.json +70 -11
  7. package/__ivy_ngcc__/locale/fr.auth.json +4 -1
  8. package/__ivy_ngcc__/locale/fr.common.json +43 -43
  9. package/__ivy_ngcc__/locale/fr.core.json +23 -23
  10. package/__ivy_ngcc__/locale/fr.geo.json +37 -9
  11. package/__ivy_ngcc__/locale/fr.integration.json +33 -4
  12. package/__ivy_ngcc__/locale/fr.json +71 -12
  13. package/bundles/igo2-core.umd.js +1492 -1422
  14. package/bundles/igo2-core.umd.js.map +1 -1
  15. package/esm2015/igo2-core.js +5 -5
  16. package/esm2015/lib/activity/activity.interceptor.js +30 -31
  17. package/esm2015/lib/activity/activity.module.js +30 -29
  18. package/esm2015/lib/activity/activity.service.js +33 -33
  19. package/esm2015/lib/activity/index.js +3 -3
  20. package/esm2015/lib/analytics/index.js +2 -2
  21. package/esm2015/lib/analytics/shared/analytics.interface.js +2 -1
  22. package/esm2015/lib/analytics/shared/analytics.service.js +74 -75
  23. package/esm2015/lib/analytics/shared/index.js +3 -3
  24. package/esm2015/lib/config/config.interface.js +2 -1
  25. package/esm2015/lib/config/config.module.js +23 -22
  26. package/esm2015/lib/config/config.provider.js +21 -21
  27. package/esm2015/lib/config/config.service.js +52 -52
  28. package/esm2015/lib/config/index.js +4 -4
  29. package/esm2015/lib/config/version.js +5 -5
  30. package/esm2015/lib/core.module.js +71 -72
  31. package/esm2015/lib/gesture/gesture.module.js +30 -29
  32. package/esm2015/lib/gesture/gesture.provider.js +16 -17
  33. package/esm2015/lib/language/index.js +2 -2
  34. package/esm2015/lib/language/language.module.js +41 -40
  35. package/esm2015/lib/language/shared/index.js +5 -5
  36. package/esm2015/lib/language/shared/language.interface.js +2 -1
  37. package/esm2015/lib/language/shared/language.loader.js +28 -28
  38. package/esm2015/lib/language/shared/language.provider.js +22 -22
  39. package/esm2015/lib/language/shared/language.service.js +28 -29
  40. package/esm2015/lib/language/shared/missing-translation.guard.js +16 -16
  41. package/esm2015/lib/media/index.js +3 -3
  42. package/esm2015/lib/media/media.enum.js +12 -12
  43. package/esm2015/lib/media/media.service.js +76 -76
  44. package/esm2015/lib/message/index.js +3 -3
  45. package/esm2015/lib/message/message-center/index.js +2 -2
  46. package/esm2015/lib/message/message-center/message-center.component.js +43 -43
  47. package/esm2015/lib/message/message.module.js +27 -26
  48. package/esm2015/lib/message/shared/index.js +4 -4
  49. package/esm2015/lib/message/shared/message.enum.js +8 -8
  50. package/esm2015/lib/message/shared/message.interface.js +2 -1
  51. package/esm2015/lib/message/shared/message.service.js +130 -124
  52. package/esm2015/lib/network/index.js +3 -3
  53. package/esm2015/lib/network/network.interfaces.js +2 -1
  54. package/esm2015/lib/network/network.service.js +59 -60
  55. package/esm2015/lib/request/error.interceptor.js +62 -63
  56. package/esm2015/lib/request/error.module.js +39 -38
  57. package/esm2015/lib/request/index.js +3 -3
  58. package/esm2015/lib/request/logging.interceptor.js +29 -29
  59. package/esm2015/lib/request/logging.module.js +30 -29
  60. package/esm2015/lib/route/route.interface.js +2 -1
  61. package/esm2015/lib/route/route.service.js +55 -56
  62. package/esm2015/lib/storage/index.js +3 -3
  63. package/esm2015/lib/storage/storage.interface.js +13 -13
  64. package/esm2015/lib/storage/storage.service.js +79 -80
  65. package/esm2015/public_api.js +26 -26
  66. package/fesm2015/igo2-core.js +1029 -1008
  67. package/fesm2015/igo2-core.js.map +1 -1
  68. package/igo2-core.d.ts +5 -5
  69. package/lib/activity/activity.interceptor.d.ts +11 -11
  70. package/lib/activity/activity.module.d.ts +8 -7
  71. package/lib/activity/activity.service.d.ts +11 -11
  72. package/lib/activity/index.d.ts +2 -2
  73. package/lib/analytics/index.d.ts +1 -1
  74. package/lib/analytics/shared/analytics.interface.d.ts +6 -6
  75. package/lib/analytics/shared/analytics.service.d.ts +19 -19
  76. package/lib/analytics/shared/index.d.ts +2 -2
  77. package/lib/config/config.interface.d.ts +6 -6
  78. package/lib/config/config.module.d.ts +8 -7
  79. package/lib/config/config.provider.d.ts +15 -15
  80. package/lib/config/config.service.d.ts +18 -18
  81. package/lib/config/index.d.ts +3 -3
  82. package/lib/config/version.d.ts +5 -5
  83. package/lib/core.module.d.ts +18 -17
  84. package/lib/gesture/gesture.module.d.ts +9 -8
  85. package/lib/gesture/gesture.provider.d.ts +7 -7
  86. package/lib/language/index.d.ts +1 -1
  87. package/lib/language/language.module.d.ts +9 -8
  88. package/lib/language/shared/index.d.ts +4 -4
  89. package/lib/language/shared/language.interface.d.ts +3 -3
  90. package/lib/language/shared/language.loader.d.ts +11 -11
  91. package/lib/language/shared/language.provider.d.ts +15 -15
  92. package/lib/language/shared/language.service.d.ts +11 -11
  93. package/lib/language/shared/missing-translation.guard.d.ts +4 -4
  94. package/lib/media/index.d.ts +2 -2
  95. package/lib/media/media.enum.d.ts +9 -9
  96. package/lib/media/media.service.d.ts +16 -16
  97. package/lib/message/index.d.ts +2 -2
  98. package/lib/message/message-center/index.d.ts +1 -1
  99. package/lib/message/message-center/message-center.component.d.ts +19 -19
  100. package/lib/message/message.module.d.ts +11 -10
  101. package/lib/message/shared/index.d.ts +4 -4
  102. package/lib/message/shared/message.enum.d.ts +6 -6
  103. package/lib/message/shared/message.interface.d.ts +18 -17
  104. package/lib/message/shared/message.service.d.ts +25 -24
  105. package/lib/network/index.d.ts +2 -2
  106. package/lib/network/network.interfaces.d.ts +3 -3
  107. package/lib/network/network.service.d.ts +20 -20
  108. package/lib/request/error.interceptor.d.ts +16 -16
  109. package/lib/request/error.module.d.ts +9 -8
  110. package/lib/request/index.d.ts +2 -2
  111. package/lib/request/logging.interceptor.d.ts +8 -8
  112. package/lib/request/logging.module.d.ts +8 -7
  113. package/lib/route/route.interface.d.ts +22 -22
  114. package/lib/route/route.service.d.ts +18 -18
  115. package/lib/storage/index.d.ts +2 -2
  116. package/lib/storage/storage.interface.d.ts +20 -20
  117. package/lib/storage/storage.service.d.ts +19 -19
  118. package/locale/en.auth.json +5 -1
  119. package/locale/en.common.json +43 -43
  120. package/locale/en.core.json +23 -23
  121. package/locale/en.geo.json +36 -8
  122. package/locale/en.integration.json +31 -3
  123. package/locale/en.json +70 -11
  124. package/locale/fr.auth.json +4 -1
  125. package/locale/fr.common.json +43 -43
  126. package/locale/fr.core.json +23 -23
  127. package/locale/fr.geo.json +37 -9
  128. package/locale/fr.integration.json +33 -4
  129. package/locale/fr.json +71 -12
  130. package/package.json +8 -8
  131. package/public_api.d.ts +22 -22
  132. package/style/all.theming.scss +0 -7649
  133. package/style/core.theming.scss +0 -43
  134. package/style/foreground.scss +1 -1
  135. package/style/index.theming.scss +1006 -0
  136. package/style/material.font.scss +9 -9
  137. package/style/partial/core.variables.scss +3 -3
  138. package/style/partial/media.scss +80 -80
  139. package/style/setup.scss +1 -0
  140. package/style/themes/blue.theme.scss +16 -11
  141. package/style/themes/bluedq.theme.scss +52 -0
  142. package/style/themes/bluegrey.theme.scss +15 -8
  143. package/style/themes/dark.theme.scss +15 -8
  144. package/style/themes/deeppurple.theme.scss +15 -8
  145. package/style/themes/indigo.theme.scss +15 -8
  146. package/style/themes/orange.theme.scss +15 -8
  147. package/style/themes/teal.theme.scss +15 -8
  148. package/style/theming.scss +2 -7180
  149. package/style/typography.scss +14 -14
  150. package/bundles/igo2-core.umd.min.js +0 -17
  151. package/bundles/igo2-core.umd.min.js.map +0 -1
@@ -1,22 +1,22 @@
1
- export interface RouteServiceOptions {
2
- centerKey?: boolean | string;
3
- zoomKey?: boolean | string;
4
- projectionKey?: boolean | string;
5
- contextKey?: boolean | string;
6
- searchKey?: boolean | string;
7
- visibleOnLayersKey?: boolean | string;
8
- visibleOffLayersKey?: boolean | string;
9
- directionsCoordKey?: boolean | string;
10
- toolKey?: boolean | string;
11
- wmsUrlKey?: boolean | string;
12
- wmsLayersKey?: boolean | string;
13
- wmtsUrlKey?: boolean | string;
14
- wmtsLayersKey?: boolean | string;
15
- arcgisUrlKey?: boolean | string;
16
- arcgisLayersKey?: boolean | string;
17
- iarcgisUrlKey?: boolean | string;
18
- iarcgisLayersKey?: boolean | string;
19
- tarcgisUrlKey?: boolean | string;
20
- tarcgisLayersKey?: boolean | string;
21
- vectorKey?: boolean | string;
22
- }
1
+ export interface RouteServiceOptions {
2
+ centerKey?: boolean | string;
3
+ zoomKey?: boolean | string;
4
+ projectionKey?: boolean | string;
5
+ contextKey?: boolean | string;
6
+ searchKey?: boolean | string;
7
+ visibleOnLayersKey?: boolean | string;
8
+ visibleOffLayersKey?: boolean | string;
9
+ directionsCoordKey?: boolean | string;
10
+ toolKey?: boolean | string;
11
+ wmsUrlKey?: boolean | string;
12
+ wmsLayersKey?: boolean | string;
13
+ wmtsUrlKey?: boolean | string;
14
+ wmtsLayersKey?: boolean | string;
15
+ arcgisUrlKey?: boolean | string;
16
+ arcgisLayersKey?: boolean | string;
17
+ iarcgisUrlKey?: boolean | string;
18
+ iarcgisLayersKey?: boolean | string;
19
+ tarcgisUrlKey?: boolean | string;
20
+ tarcgisLayersKey?: boolean | string;
21
+ vectorKey?: boolean | string;
22
+ }
@@ -1,18 +1,18 @@
1
- import { InjectionToken } from '@angular/core';
2
- import { ActivatedRoute, Params } from '@angular/router';
3
- import { Observable } from 'rxjs';
4
- import { RouteServiceOptions } from './route.interface';
5
- import * as i0 from "@angular/core";
6
- export declare let ROUTE_SERVICE_OPTIONS: InjectionToken<RouteServiceOptions>;
7
- export declare function provideRouteServiceOptions(options: RouteServiceOptions): {
8
- provide: InjectionToken<RouteServiceOptions>;
9
- useValue: RouteServiceOptions;
10
- };
11
- export declare class RouteService {
12
- route: ActivatedRoute;
13
- options: RouteServiceOptions;
14
- constructor(route: ActivatedRoute, options: RouteServiceOptions);
15
- get queryParams(): Observable<Params>;
16
- static ɵfac: i0.ɵɵFactoryDef<RouteService, [null, { optional: true; }]>;
17
- static ɵprov: i0.ɵɵInjectableDef<RouteService>;
18
- }
1
+ import { InjectionToken } from '@angular/core';
2
+ import { ActivatedRoute, Params } from '@angular/router';
3
+ import { Observable } from 'rxjs';
4
+ import { RouteServiceOptions } from './route.interface';
5
+ import * as i0 from "@angular/core";
6
+ export declare let ROUTE_SERVICE_OPTIONS: InjectionToken<RouteServiceOptions>;
7
+ export declare function provideRouteServiceOptions(options: RouteServiceOptions): {
8
+ provide: InjectionToken<RouteServiceOptions>;
9
+ useValue: RouteServiceOptions;
10
+ };
11
+ export declare class RouteService {
12
+ route: ActivatedRoute;
13
+ options: RouteServiceOptions;
14
+ constructor(route: ActivatedRoute, options: RouteServiceOptions);
15
+ get queryParams(): Observable<Params>;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<RouteService, [null, { optional: true; }]>;
17
+ static ɵprov: i0.ɵɵInjectableDeclaration<RouteService>;
18
+ }
@@ -1,2 +1,2 @@
1
- export * from './storage.service';
2
- export * from './storage.interface';
1
+ export * from './storage.service';
2
+ export * from './storage.interface';
@@ -1,20 +1,20 @@
1
- export declare enum StorageScope {
2
- SESSION = "Session",
3
- LOCAL = "Local"
4
- }
5
- export interface StorageOptions {
6
- key: string;
7
- }
8
- export interface StorageServiceEvent {
9
- key?: string;
10
- scope: StorageScope;
11
- event: StorageServiceEventEnum;
12
- previousValue?: any;
13
- currentValue?: any;
14
- }
15
- export declare enum StorageServiceEventEnum {
16
- ADDED = "Added",
17
- MODIFIED = "Modified",
18
- REMOVED = "Removed",
19
- CLEARED = "Cleared"
20
- }
1
+ export declare enum StorageScope {
2
+ SESSION = "Session",
3
+ LOCAL = "Local"
4
+ }
5
+ export interface StorageOptions {
6
+ key: string;
7
+ }
8
+ export interface StorageServiceEvent {
9
+ key?: string;
10
+ scope: StorageScope;
11
+ event: StorageServiceEventEnum;
12
+ previousValue?: any;
13
+ currentValue?: any;
14
+ }
15
+ export declare enum StorageServiceEventEnum {
16
+ ADDED = "Added",
17
+ MODIFIED = "Modified",
18
+ REMOVED = "Removed",
19
+ CLEARED = "Cleared"
20
+ }
@@ -1,19 +1,19 @@
1
- import { ConfigService } from '../config/config.service';
2
- import { StorageScope, StorageOptions, StorageServiceEvent } from './storage.interface';
3
- import { BehaviorSubject } from 'rxjs';
4
- import * as i0 from "@angular/core";
5
- export declare class StorageService {
6
- private config;
7
- protected options: StorageOptions;
8
- storageChange$: BehaviorSubject<StorageServiceEvent>;
9
- constructor(config: ConfigService);
10
- /**
11
- * Use to get the data found in storage file
12
- */
13
- get(key: string, scope?: StorageScope): string | object | boolean | number;
14
- set(key: string, value: string | object | boolean | number, scope?: StorageScope): void;
15
- remove(key: string, scope?: StorageScope): void;
16
- clear(scope?: StorageScope): void;
17
- static ɵfac: i0.ɵɵFactoryDef<StorageService, never>;
18
- static ɵprov: i0.ɵɵInjectableDef<StorageService>;
19
- }
1
+ import { ConfigService } from '../config/config.service';
2
+ import { StorageScope, StorageOptions, StorageServiceEvent } from './storage.interface';
3
+ import { BehaviorSubject } from 'rxjs';
4
+ import * as i0 from "@angular/core";
5
+ export declare class StorageService {
6
+ private config;
7
+ protected options: StorageOptions;
8
+ storageChange$: BehaviorSubject<StorageServiceEvent>;
9
+ constructor(config: ConfigService);
10
+ /**
11
+ * Use to get the data found in storage file
12
+ */
13
+ get(key: string, scope?: StorageScope): string | object | boolean | number;
14
+ set(key: string, value: string | object | boolean | number, scope?: StorageScope): void;
15
+ remove(key: string, scope?: StorageScope): void;
16
+ clear(scope?: StorageScope): void;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<StorageService, never>;
18
+ static ɵprov: i0.ɵɵInjectableDeclaration<StorageService>;
19
+ }
@@ -18,8 +18,12 @@
18
18
  "Invalid username": "Invalid username"
19
19
  },
20
20
  "microsoft": {
21
- "login": "Sign in with Microsoft"
21
+ "login": "Sign in with Azure account"
22
+ },
23
+ "microsoftb2c": {
24
+ "login": "Sign in"
22
25
  }
26
+
23
27
  }
24
28
  }
25
29
  }
@@ -1,43 +1,43 @@
1
- {
2
- "igo": {
3
- "common": {
4
- "confirmDialog": {
5
- "cancelBtn": "Cancel",
6
- "confirmBtn": "Confirm",
7
- "title": "Confirm"
8
- },
9
- "table": {
10
- "filter": "Filter"
11
- },
12
- "entity-table": {
13
- "targetHtmlUrl": "Open the external link"
14
- },
15
- "form": {
16
- "errors": {
17
- "required": "This field is required"
18
- }
19
- },
20
- "actionbar": {
21
- "scrollUp": "Scroll up",
22
- "scrollDown": "Scroll down",
23
- "icon": "Action list"
24
- },
25
- "interactiveTour": {
26
- "tooltipTourToolButton": "Interactive tour of the application",
27
- "disaledTooltipTourToolButton": "To have access to this tool's tour, add contexts or layers",
28
- "buttonTitle": "Discover",
29
- "exitButton": "Exit",
30
- "backButton": "Back",
31
- "nextButton": "Next"
32
- },
33
- "paginator": {
34
- "firstPageLabel": "First page",
35
- "itemsPerPageLabel": "Items per page:",
36
- "lastPageLabel": "Last page",
37
- "nextPageLabel": "Next page",
38
- "previousPageLabel": "Previous page",
39
- "of": "of"
40
- }
41
- }
42
- }
43
- }
1
+ {
2
+ "igo": {
3
+ "common": {
4
+ "confirmDialog": {
5
+ "cancelBtn": "Cancel",
6
+ "confirmBtn": "Confirm",
7
+ "title": "Confirm"
8
+ },
9
+ "table": {
10
+ "filter": "Filter"
11
+ },
12
+ "entity-table": {
13
+ "targetHtmlUrl": "Open the external link"
14
+ },
15
+ "form": {
16
+ "errors": {
17
+ "required": "This field is required"
18
+ }
19
+ },
20
+ "actionbar": {
21
+ "scrollUp": "Scroll up",
22
+ "scrollDown": "Scroll down",
23
+ "icon": "Action list"
24
+ },
25
+ "interactiveTour": {
26
+ "tooltipTourToolButton": "Interactive tour of the application",
27
+ "disaledTooltipTourToolButton": "To have access to this tool's tour, add contexts or layers",
28
+ "buttonTitle": "Discover",
29
+ "exitButton": "Exit",
30
+ "backButton": "Back",
31
+ "nextButton": "Next"
32
+ },
33
+ "paginator": {
34
+ "firstPageLabel": "First page",
35
+ "itemsPerPageLabel": "Items per page:",
36
+ "lastPageLabel": "Last page",
37
+ "nextPageLabel": "Next page",
38
+ "previousPageLabel": "Previous page",
39
+ "of": "of"
40
+ }
41
+ }
42
+ }
43
+ }
@@ -1,23 +1,23 @@
1
- {
2
- "igo": {
3
- "core": {
4
- "errors": {
5
- "uncaught": {
6
- "message":
7
- "Sorry, service is currently not available. Please try again later",
8
- "title": "Error server"
9
- }
10
- },
11
- "network": {
12
- "online": {
13
- "message": "Online",
14
- "title": "Status:"
15
- },
16
- "offline": {
17
- "message": "Offline",
18
- "title": "Status:"
19
- }
20
- }
21
- }
22
- }
23
- }
1
+ {
2
+ "igo": {
3
+ "core": {
4
+ "errors": {
5
+ "uncaught": {
6
+ "message":
7
+ "Sorry, service is currently not available. Please try again later",
8
+ "title": "Error server"
9
+ }
10
+ },
11
+ "network": {
12
+ "online": {
13
+ "message": "Online",
14
+ "title": "Status:"
15
+ },
16
+ "offline": {
17
+ "message": "Offline",
18
+ "title": "Status:"
19
+ }
20
+ }
21
+ }
22
+ }
23
+ }
@@ -13,6 +13,7 @@
13
13
  "unavailable": "The catalog '{{value}}' is unavailable at the moment or you don't have the required permissions.",
14
14
  "externalProvider": {
15
15
  "catalog": "This catalog comes from an external organization.",
16
+ "group": "This layers comes from an external organization.",
16
17
  "layer": "This layer comes from an external organization.",
17
18
  "unavailableWithEmail": "The catalog '{{value}}' is unavailable at the moment. To add an external service to the predefined list, please contact us at {{emailAddress}}. Delays can apply if problems occurs with the provider."
18
19
  },
@@ -61,6 +62,10 @@
61
62
  "invalidSRS": {
62
63
  "text": "The projection is valid. It must start with EPSG:",
63
64
  "title": "Invalid projection"
65
+ },
66
+ "ogreServer": {
67
+ "title": "Ogre server error 500",
68
+ "text": "Error in convert to geojson. Maybe file is too big, try to import that file in geojson format"
64
69
  }
65
70
  },
66
71
  "export": {
@@ -97,7 +102,7 @@
97
102
  "KML": "KML",
98
103
  "Shapefile": "Shapefile",
99
104
  "CSVcomma": "CSV (comma delimited)",
100
- "CSVsemicolon": "CSV (semicolon delimited)",
105
+ "CSVsemicolon": "CSV (Excel compatible)",
101
106
  "URL": "External link"
102
107
  },
103
108
  "gpx.error.poly": {
@@ -113,6 +118,7 @@
113
118
  "exportButton": "Export",
114
119
  "exportButtonLink": "Open the link",
115
120
  "exportButtonLinks": "Open the links",
121
+ "exportCircleToPolygon": "Transform Circle entities in polygons",
116
122
  "exportFormatPlaceholder": "Format",
117
123
  "exportLayerPlaceholder": "Layer",
118
124
  "exportFileNamePlaceholder": "Filename",
@@ -179,6 +185,7 @@
179
185
  "selectField": "Choose a field"
180
186
  },
181
187
  "filter": {
188
+ "resetFilters": "(Apply no filters)",
182
189
  "addFilter": "Add an empty filter to the current list",
183
190
  "removeFilter": "Remove the current filter from the filters's list",
184
191
  "toggleFilterState": "Enable/disable the current filter",
@@ -211,8 +218,10 @@
211
218
  "activateSelectionMode": "Activate multiple selection mode",
212
219
  "deactivateSelectionMode": "Deactivate multiple selection mode",
213
220
  "tools": "Tools",
214
- "selectAll": "Select all",
215
- "deselectAll": "Deselect all",
221
+ "selectAll": "Select all layers",
222
+ "deselectAll": "Deselect all layers",
223
+ "zoomLayer": "Zoom To Layer Extents",
224
+ "zoomLayers": "Zoom To Selected Layers Extents",
216
225
  "opacity": "Opacity",
217
226
  "raiseLayer": "Bring layer forward",
218
227
  "filterRaiseLayer": "The forward movement is always done according to the order of the map!",
@@ -288,11 +297,19 @@
288
297
  "resolution": "Resolution",
289
298
  "saveBtn": "Save",
290
299
  "scale": "Scale",
291
- "showLegend": "Show legend",
292
300
  "showProjection": "Show projection",
293
301
  "showScale": "Show scale",
294
302
  "title": "Title",
295
- "subtitle": "Subtitle"
303
+ "subtitle": "Subtitle",
304
+ "legendPosition": "Legend Position",
305
+ "legendPositions": {
306
+ "none": "No legend",
307
+ "topleft": "Top left corner of the map",
308
+ "topright": "Top right corner of the map",
309
+ "bottomleft": "Bottom left corner of the map",
310
+ "bottomright": "Bottom right corner of the map",
311
+ "newpage": "On a new page"
312
+ }
296
313
  },
297
314
  "directionsForm": {
298
315
  "stopLayer": "Directions - stops",
@@ -399,6 +416,7 @@
399
416
  "gcc": "Coast Guard mark (CCG)",
400
417
  "sumi": "SUMI mark",
401
418
  "km": "Mileage mark",
419
+ "hq": "Hydro-Quebec",
402
420
  "entreprise": "Entreprise",
403
421
  "cadastre": "Cadastre"
404
422
  },
@@ -410,6 +428,7 @@
410
428
  "coordinates": {
411
429
  "name": "Coordinates",
412
430
  "coord": "Geographic (longitude, latitude)",
431
+ "coordDMS": "Geographic (longitude, latitude) (DMS)",
413
432
  "radius": "Radius",
414
433
  "conf": "Confidence"
415
434
  },
@@ -560,6 +579,7 @@
560
579
  "areaInAcres": "Acres",
561
580
  "perimeterInMeters": "Perimeter in meters"
562
581
  },
582
+ "layerTitle": "Measure on map",
563
583
  "area": "Area",
564
584
  "areaHeader": "Area",
565
585
  "length": "Length",
@@ -586,7 +606,9 @@
586
606
  "acres": "Acres",
587
607
  "ac": "ac",
588
608
  "toggleActive": "Activate measures",
589
- "toggleMapTooltips": "Show map tooltips",
609
+ "toggleDisplayLines": "Display distances for the lines",
610
+ "toggleDisplayDistance": "Display distances for the areas",
611
+ "toggleDisplayAreas": "Display areas",
590
612
  "toggleAutoUnits": "Auto Units",
591
613
  "actionbar": {
592
614
  "calculate.tooltip": "Calculate",
@@ -595,24 +617,30 @@
595
617
  }
596
618
  },
597
619
  "draw": {
620
+ "abort": "Abort current drawing",
598
621
  "cancelColorPicker": "Cancel",
599
622
  "Circle": "Circle",
623
+ "colorPicker": "Click to open the color picker",
600
624
  "dialogInstruction": "Enter your draw's label",
601
625
  "dialogTitle": "Label",
602
626
  "delete": "Remove Drawings from map",
603
627
  "drawing": "Draws",
604
628
  "fill": "Fill",
629
+ "finish": "Finish current drawing",
605
630
  "icon": "Icons",
606
631
  "labels": "Labels",
607
632
  "LineString": "Line",
608
- "okColorPicker": "OK",
633
+ "move": "Center view on cursor",
634
+ "noIcon": "No icon",
635
+ "noLabel": "No label",
609
636
  "Point": "Point",
610
637
  "Polygon": "Polygon",
611
638
  "radius": "Radius",
639
+ "shortcuts": "Keyboard shortcuts",
612
640
  "stroke": "Stroke",
613
641
  "styleSelect": "Select style",
614
642
  "toggleMapTooltips": "Show map tooltips",
615
- "noIcon": "No icon"
643
+ "undo": "Remove last vertex"
616
644
  },
617
645
  "network": {
618
646
  "online": {
@@ -6,7 +6,7 @@
6
6
  "contexts": "Contexts",
7
7
  "directions": "Directions",
8
8
  "draw": "Draw",
9
- "importExport": "Import & export",
9
+ "importExport": "Import & Export",
10
10
  "ogcFilter": "Filter by",
11
11
  "map": "Map",
12
12
  "layers": "Layers",
@@ -17,7 +17,8 @@
17
17
  "shareMap": "Share",
18
18
  "timeFilter": "Time Filter",
19
19
  "about": "About",
20
- "spatialFilter": "Spatial Filter"
20
+ "spatialFilter": "Spatial Filter",
21
+ "advancedMap": "Advanced map tools"
21
22
  },
22
23
  "searchResultsTool": {
23
24
  "noResults": "No results",
@@ -27,6 +28,7 @@
27
28
  "zoomOnFeatureTooltipOutOfView": "The feature is out of view. Zoom on selected feature."
28
29
  },
29
30
  "aboutTool": {
31
+ "headerHtml": "",
30
32
  "html": "<style>#about .bold_class{font-weight: bold;}#about .red{color: red;}#about .tool_name{border-top: 1px solid; padding-top: 10px;}#about .titre_outil{font-weight: bold; font-size: 18px; padding-bottom: 8px;}#about .subtitle{font-size: 20px; padding-bottom: 10px;}#about .align_right{text-align: right;}#about .describe{text-align: justify;}#about a img{color: black; text-decoration: none;}</style><body> <div id='about'> <div class='bold_class subtitle'>Features overview</div><div class='tool_name'> <div class='titre_outil'> <mat-icon class='mat-icon'> <svg viewBox='0 0 24 24' fit='' height='100%' width='100%' preserveAspectRatio='xMidYMid meet' focusable='false'> <path d='M9.5,3A6.5,6.5 0 0,1 16,9.5C16,11.11 15.41,12.59 14.44,13.73L14.71,14H15.5L20.5,19L19,20.5L14,15.5V14.71L13.73,14.44C12.59,15.41 11.11,16 9.5,16A6.5,6.5 0 0,1 3,9.5A6.5,6.5 0 0,1 9.5,3M9.5,5C7,5 5,7 5,9.5C5,12 7,14 9.5,14C12,14 14,12 14,9.5C14,7 12,5 9.5,5Z'> </path> </svg></mat-icon> Search Results </div><div class='describe'>Located in the upper left portion of the interface, the search bar allows you to locate yourself using an address, location or GPS coordinates. The tool can also be used to search for a layer. </div></div><br><div class='tool_name'> <div class='titre_outil'> <mat-icon class='mat-icon'> <svg viewBox='0 0 24 24' fit='' height='100%' width='100%' preserveAspectRatio='xMidYMid meet' focusable='false'> <path d='M12,17.27L18.18,21L16.54,13.97L22,9.24L14.81,8.62L12,2L9.19,8.62L2,9.24L7.45,13.97L5.82,21L12,17.27Z'></path> </svg></mat-icon> Contexts </div><div class='describe'> Visualize groupings of layers made by theme or by work context. When you select a <span class='bold_class'>Context</span>, you will find in <span class='bold_class'>Map</span> each of the layers it contains. You can add other layers to it from the <span class='bold_class'>Catalog</span> or the <span class='bold_class'>Search</span> tool. <br><div class='red'> <span class='bold_class'>WARNING :</span> If you select another <span class='bold_class'>Context</span>, all the layers displayed in the <span class='bold_class'>Map</span> will be replaced. </div><div class='tool_name'> <div class='titre_outil'> <mat-icon class='mat-icon'> <svg viewBox='0 0 24 24' fit='' height='100%' width='100%' preserveAspectRatio='xMidYMid meet' focusable='false'> <path d='M15,19L9,16.89V5L15,7.11M20.5,3C20.44,3 20.39,3 20.34,3L15,5.1L9,3L3.36,4.9C3.15,4.97 3,5.15 3,5.38V20.5A0.5,0.5 0 0,0 3.5,21C3.55,21 3.61,21 3.66,20.97L9,18.9L15,21L20.64,19.1C20.85,19 21,18.85 21,18.62V3.5A0.5,0.5 0 0,0 20.5,3Z'> </path> </svg></mat-icon> Map </div><div class='describe'>Personalize your map using the <span class='bold_class'>Catalog</span> or the <span class='bold_class'>Search</span> tool. This space allows you to add, delete and interrogate layers.</div><br></div><div class='tool_name'> <div class='titre_outil'> <mat-icon class='mat-icon'> <svg viewBox='0 0 24 24' fit='' height='100%' width='100%' preserveAspectRatio='xMidYMid meet' focusable='false'> <path d='M1.39,18.36L3.16,16.6L4.58,18L5.64,16.95L4.22,15.54L5.64,14.12L8.11,16.6L9.17,15.54L6.7,13.06L8.11,11.65L9.53,13.06L10.59,12L9.17,10.59L10.59,9.17L13.06,11.65L14.12,10.59L11.65,8.11L13.06,6.7L14.47,8.11L15.54,7.05L14.12,5.64L15.54,4.22L18,6.7L19.07,5.64L16.6,3.16L18.36,1.39L22.61,5.64L5.64,22.61L1.39,18.36Z'> </path> </svg></mat-icon> Measure </div><div class='describe'>Measure distances or areas on the map.</div><br></div><div class='tool_name'> <div class='titre_outil'> <mat-icon class='mat-icon'> <svg viewBox='0 0 24 24' fit='' height='100%' width='100%' preserveAspectRatio='xMidYMid meet' focusable='false'> <path d='M14,14.5V12H10V15H8V11A1,1 0 0,1 9,10H14V7.5L17.5,11M21.71,11.29L12.71,2.29H12.7C12.31,1.9 11.68,1.9 11.29,2.29L2.29,11.29C1.9,11.68 1.9,12.32 2.29,12.71L11.29,21.71C11.68,22.09 12.31,22.1 12.71,21.71L21.71,12.71C22.1,12.32 22.1,11.68 21.71,11.29Z'> </path> </svg></mat-icon> Directions </div><div class='describe'> Build a route between two points (by placing the two points on the map or by looking for addresses). You can then add intermediate points, copy the description of the route to the clipboard or share the link.</div><br></div><div class='tool_name'> <div class='titre_outil'> <mat-icon class='mat-icon'> <svg viewBox='0 0 24 24' fit='' height='100%' width='100%' preserveAspectRatio='xMidYMid meet' focusable='false'> <path d='M17,14H19V17H22V19H19V22H17V19H14V17H17V14M11,16L2,9L11,2L20,9L11,16M11,18.54L12,17.75V18C12,18.71 12.12,19.39 12.35,20L11,21.07L2,14.07L3.62,12.81L11,18.54Z'></path> </svg></mat-icon> Catalog </div><div class='describe'> Find all the layers that can be added to the <span class='bold_class'>Map</span>. Click on the desired layer to add it. </div><br></div><div class='tool_name'> <div class='titre_outil'> <mat-icon class='mat-icon'> <svg viewBox='0 0 24 24' fit='' height='100%' width='100%' preserveAspectRatio='xMidYMid meet' focusable='false'> <path d='M14,17H18V14L23,18.5L18,23V20H14V17M13,9H18.5L13,3.5V9M6,2H14L20,8V12.34C19.37,12.12 18.7,12 18,12A6,6 0 0,0 12,18C12,19.54 12.58,20.94 13.53,22H6C4.89,22 4,21.1 4,20V4A2,2 0 0,1 6,2Z'></path> </svg></mat-icon> Import & export </div><div class='describe'> Import or export a layer with a specific projection. You can also save or reload a context. It allows you to save contexts as anonymous. </div><br></div><div class='tool_name'> <div class='titre_outil'> <mat-icon class='mat-icon'> <svg viewBox='0 0 24 24' fit='' height='100%' width='100%' preserveAspectRatio='xMidYMid meet' focusable='false'> <path d='M18,3H6V7H18M19,12A1,1 0 0,1 18,11A1,1 0 0,1 19,10A1,1 0 0,1 20,11A1,1 0 0,1 19,12M16,19H8V14H16M19,8H5A3,3 0 0,0 2,11V17H6V21H18V17H22V11A3,3 0 0,0 19,8Z'></path> </svg></mat-icon> Print </div><div class='describe'>Print the map displayed on the screen. </div><br></div><div class='tool_name'> <div class='titre_outil'> <mat-icon class='mat-icon'> <svg viewBox='0 0 24 24' fit='' height='100%' width='100%' preserveAspectRatio='xMidYMid meet' focusable='false'> <path d='M18,16.08C17.24,16.08 16.56,16.38 16.04,16.85L8.91,12.7C8.96,12.47 9,12.24 9,12C9,11.76 8.96,11.53 8.91,11.3L15.96,7.19C16.5,7.69 17.21,8 18,8A3,3 0 0,0 21,5A3,3 0 0,0 18,2A3,3 0 0,0 15,5C15,5.24 15.04,5.47 15.09,5.7L8.04,9.81C7.5,9.31 6.79,9 6,9A3,3 0 0,0 3,12A3,3 0 0,0 6,15C6.79,15 7.5,14.69 8.04,14.19L15.16,18.34C15.11,18.55 15.08,18.77 15.08,19C15.08,20.61 16.39,21.91 18,21.91C19.61,21.91 20.92,20.61 20.92,19A2.92,2.92 0 0,0 18,16.08Z'> </path> </svg></mat-icon> Share </div><div class='describe'> Create a URL that redirects to an exact representation of your map on the screen. This link can be shared or distributed in a document and allows you to \"save\" your map for later use. </div><br></div><div class='tool_name'> <p> <a href='http://igouverte.org/' target='_blank'><img src='./assets/igo2/core/logo.png' alt='IGO' height=32>IGO2</a> is a free web solution in geomatics, developed in collaborative mode by specialists from several departments and agencies of the government of Quebec. <p> Version :{{version.lib}}</p></div>",
31
33
  "trainingGuide": "Training guide",
32
34
  "trainingGuideTooltip": "Click here to access IGO2's self-training guide"
@@ -64,7 +66,33 @@
64
66
  "maximizeTooltip": "Extend panel",
65
67
  "standardExtent": "Reduce",
66
68
  "standardExtentTooltip": "Reduce panel"
69
+ },
70
+ "advanced-map-tool": {
71
+ "advanced-swipe": {
72
+ "swipe-select": "select the layers for swiping",
73
+ "selectAll": "Select all",
74
+ "empty": "No layer is currently active on this map. ",
75
+ "customize": "Customize it by adding layer from the : ",
76
+ "search-tool": "Search tool",
77
+ "catalog-tool": "Data catalog",
78
+ "context-tool": "Context manager",
79
+ "swipe": "Swipe",
80
+ "swipe-tool": "Swipe-Tool"
81
+ },
82
+ "advanced-coordinates": {
83
+ "copy": "Copy coordinates",
84
+ "lon": "Longitude",
85
+ "lat": "Latitude",
86
+ "est": "Est",
87
+ "nord": "North",
88
+ "coordinates": "Coordinates",
89
+ "copyMsg": "Coordinates copied to clipboard",
90
+ "copyTitle": "Coordinates of cetre",
91
+ "center": "Center",
92
+ "coordSystem": "Systeme of coordinates",
93
+ "zoom": "Current zoom-level: "
94
+ }
67
95
  }
68
96
  }
69
97
  }
70
- }
98
+ }