@igo2/core 1.8.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 (147) hide show
  1. package/__ivy_ngcc__/locale/en.common.json +43 -43
  2. package/__ivy_ngcc__/locale/en.core.json +23 -23
  3. package/__ivy_ngcc__/locale/en.geo.json +15 -3
  4. package/__ivy_ngcc__/locale/en.integration.json +31 -3
  5. package/__ivy_ngcc__/locale/en.json +45 -5
  6. package/__ivy_ngcc__/locale/fr.common.json +43 -43
  7. package/__ivy_ngcc__/locale/fr.core.json +23 -23
  8. package/__ivy_ngcc__/locale/fr.geo.json +16 -4
  9. package/__ivy_ngcc__/locale/fr.integration.json +33 -4
  10. package/__ivy_ngcc__/locale/fr.json +46 -6
  11. package/bundles/igo2-core.umd.js +1492 -1441
  12. package/bundles/igo2-core.umd.js.map +1 -1
  13. package/esm2015/igo2-core.js +5 -5
  14. package/esm2015/lib/activity/activity.interceptor.js +30 -31
  15. package/esm2015/lib/activity/activity.module.js +30 -29
  16. package/esm2015/lib/activity/activity.service.js +33 -33
  17. package/esm2015/lib/activity/index.js +3 -3
  18. package/esm2015/lib/analytics/index.js +2 -2
  19. package/esm2015/lib/analytics/shared/analytics.interface.js +2 -1
  20. package/esm2015/lib/analytics/shared/analytics.service.js +74 -75
  21. package/esm2015/lib/analytics/shared/index.js +3 -3
  22. package/esm2015/lib/config/config.interface.js +2 -1
  23. package/esm2015/lib/config/config.module.js +23 -22
  24. package/esm2015/lib/config/config.provider.js +21 -21
  25. package/esm2015/lib/config/config.service.js +52 -52
  26. package/esm2015/lib/config/index.js +4 -4
  27. package/esm2015/lib/config/version.js +5 -5
  28. package/esm2015/lib/core.module.js +71 -72
  29. package/esm2015/lib/gesture/gesture.module.js +30 -29
  30. package/esm2015/lib/gesture/gesture.provider.js +16 -17
  31. package/esm2015/lib/language/index.js +2 -2
  32. package/esm2015/lib/language/language.module.js +41 -40
  33. package/esm2015/lib/language/shared/index.js +5 -5
  34. package/esm2015/lib/language/shared/language.interface.js +2 -1
  35. package/esm2015/lib/language/shared/language.loader.js +28 -28
  36. package/esm2015/lib/language/shared/language.provider.js +22 -22
  37. package/esm2015/lib/language/shared/language.service.js +28 -29
  38. package/esm2015/lib/language/shared/missing-translation.guard.js +16 -16
  39. package/esm2015/lib/media/index.js +3 -3
  40. package/esm2015/lib/media/media.enum.js +12 -12
  41. package/esm2015/lib/media/media.service.js +76 -76
  42. package/esm2015/lib/message/index.js +3 -3
  43. package/esm2015/lib/message/message-center/index.js +2 -2
  44. package/esm2015/lib/message/message-center/message-center.component.js +43 -43
  45. package/esm2015/lib/message/message.module.js +27 -26
  46. package/esm2015/lib/message/shared/index.js +4 -4
  47. package/esm2015/lib/message/shared/message.enum.js +8 -8
  48. package/esm2015/lib/message/shared/message.interface.js +2 -1
  49. package/esm2015/lib/message/shared/message.service.js +130 -132
  50. package/esm2015/lib/network/index.js +3 -3
  51. package/esm2015/lib/network/network.interfaces.js +2 -1
  52. package/esm2015/lib/network/network.service.js +59 -60
  53. package/esm2015/lib/request/error.interceptor.js +62 -63
  54. package/esm2015/lib/request/error.module.js +39 -38
  55. package/esm2015/lib/request/index.js +3 -3
  56. package/esm2015/lib/request/logging.interceptor.js +29 -29
  57. package/esm2015/lib/request/logging.module.js +30 -29
  58. package/esm2015/lib/route/route.interface.js +2 -1
  59. package/esm2015/lib/route/route.service.js +55 -56
  60. package/esm2015/lib/storage/index.js +3 -3
  61. package/esm2015/lib/storage/storage.interface.js +13 -13
  62. package/esm2015/lib/storage/storage.service.js +79 -80
  63. package/esm2015/public_api.js +26 -26
  64. package/fesm2015/igo2-core.js +1029 -1016
  65. package/fesm2015/igo2-core.js.map +1 -1
  66. package/igo2-core.d.ts +5 -5
  67. package/lib/activity/activity.interceptor.d.ts +11 -11
  68. package/lib/activity/activity.module.d.ts +8 -7
  69. package/lib/activity/activity.service.d.ts +11 -11
  70. package/lib/activity/index.d.ts +2 -2
  71. package/lib/analytics/index.d.ts +1 -1
  72. package/lib/analytics/shared/analytics.interface.d.ts +6 -6
  73. package/lib/analytics/shared/analytics.service.d.ts +19 -19
  74. package/lib/analytics/shared/index.d.ts +2 -2
  75. package/lib/config/config.interface.d.ts +6 -6
  76. package/lib/config/config.module.d.ts +8 -7
  77. package/lib/config/config.provider.d.ts +15 -15
  78. package/lib/config/config.service.d.ts +18 -18
  79. package/lib/config/index.d.ts +3 -3
  80. package/lib/config/version.d.ts +5 -5
  81. package/lib/core.module.d.ts +18 -17
  82. package/lib/gesture/gesture.module.d.ts +9 -8
  83. package/lib/gesture/gesture.provider.d.ts +7 -7
  84. package/lib/language/index.d.ts +1 -1
  85. package/lib/language/language.module.d.ts +9 -8
  86. package/lib/language/shared/index.d.ts +4 -4
  87. package/lib/language/shared/language.interface.d.ts +3 -3
  88. package/lib/language/shared/language.loader.d.ts +11 -11
  89. package/lib/language/shared/language.provider.d.ts +15 -15
  90. package/lib/language/shared/language.service.d.ts +11 -11
  91. package/lib/language/shared/missing-translation.guard.d.ts +4 -4
  92. package/lib/media/index.d.ts +2 -2
  93. package/lib/media/media.enum.d.ts +9 -9
  94. package/lib/media/media.service.d.ts +16 -16
  95. package/lib/message/index.d.ts +2 -2
  96. package/lib/message/message-center/index.d.ts +1 -1
  97. package/lib/message/message-center/message-center.component.d.ts +19 -19
  98. package/lib/message/message.module.d.ts +11 -10
  99. package/lib/message/shared/index.d.ts +4 -4
  100. package/lib/message/shared/message.enum.d.ts +6 -6
  101. package/lib/message/shared/message.interface.d.ts +18 -18
  102. package/lib/message/shared/message.service.d.ts +25 -25
  103. package/lib/network/index.d.ts +2 -2
  104. package/lib/network/network.interfaces.d.ts +3 -3
  105. package/lib/network/network.service.d.ts +20 -20
  106. package/lib/request/error.interceptor.d.ts +16 -16
  107. package/lib/request/error.module.d.ts +9 -8
  108. package/lib/request/index.d.ts +2 -2
  109. package/lib/request/logging.interceptor.d.ts +8 -8
  110. package/lib/request/logging.module.d.ts +8 -7
  111. package/lib/route/route.interface.d.ts +22 -22
  112. package/lib/route/route.service.d.ts +18 -18
  113. package/lib/storage/index.d.ts +2 -2
  114. package/lib/storage/storage.interface.d.ts +20 -20
  115. package/lib/storage/storage.service.d.ts +19 -19
  116. package/locale/en.common.json +43 -43
  117. package/locale/en.core.json +23 -23
  118. package/locale/en.geo.json +15 -3
  119. package/locale/en.integration.json +31 -3
  120. package/locale/en.json +45 -5
  121. package/locale/fr.common.json +43 -43
  122. package/locale/fr.core.json +23 -23
  123. package/locale/fr.geo.json +16 -4
  124. package/locale/fr.integration.json +33 -4
  125. package/locale/fr.json +46 -6
  126. package/package.json +8 -8
  127. package/public_api.d.ts +22 -22
  128. package/style/all.theming.scss +0 -7655
  129. package/style/core.theming.scss +0 -43
  130. package/style/foreground.scss +1 -1
  131. package/style/index.theming.scss +1006 -0
  132. package/style/material.font.scss +9 -9
  133. package/style/partial/core.variables.scss +3 -3
  134. package/style/partial/media.scss +80 -80
  135. package/style/setup.scss +1 -0
  136. package/style/themes/blue.theme.scss +16 -11
  137. package/style/themes/bluedq.theme.scss +49 -43
  138. package/style/themes/bluegrey.theme.scss +15 -8
  139. package/style/themes/dark.theme.scss +15 -8
  140. package/style/themes/deeppurple.theme.scss +15 -8
  141. package/style/themes/indigo.theme.scss +15 -8
  142. package/style/themes/orange.theme.scss +15 -8
  143. package/style/themes/teal.theme.scss +15 -8
  144. package/style/theming.scss +2 -7180
  145. package/style/typography.scss +14 -14
  146. package/bundles/igo2-core.umd.min.js +0 -17
  147. 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
+ }
@@ -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",
@@ -611,24 +617,30 @@
611
617
  }
612
618
  },
613
619
  "draw": {
620
+ "abort": "Abort current drawing",
614
621
  "cancelColorPicker": "Cancel",
615
622
  "Circle": "Circle",
623
+ "colorPicker": "Click to open the color picker",
616
624
  "dialogInstruction": "Enter your draw's label",
617
625
  "dialogTitle": "Label",
618
626
  "delete": "Remove Drawings from map",
619
627
  "drawing": "Draws",
620
628
  "fill": "Fill",
629
+ "finish": "Finish current drawing",
621
630
  "icon": "Icons",
622
631
  "labels": "Labels",
623
632
  "LineString": "Line",
624
- "okColorPicker": "OK",
633
+ "move": "Center view on cursor",
634
+ "noIcon": "No icon",
635
+ "noLabel": "No label",
625
636
  "Point": "Point",
626
637
  "Polygon": "Polygon",
627
638
  "radius": "Radius",
639
+ "shortcuts": "Keyboard shortcuts",
628
640
  "stroke": "Stroke",
629
641
  "styleSelect": "Select style",
630
642
  "toggleMapTooltips": "Show map tooltips",
631
- "noIcon": "No icon"
643
+ "undo": "Remove last vertex"
632
644
  },
633
645
  "network": {
634
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
+ }
package/locale/en.json CHANGED
@@ -288,6 +288,7 @@
288
288
  "unavailable": "The catalog '{{value}}' is unavailable at the moment or you don't have the required permissions.",
289
289
  "externalProvider": {
290
290
  "catalog": "This catalog comes from an external organization.",
291
+ "group": "This layers comes from an external organization.",
291
292
  "layer": "This layer comes from an external organization.",
292
293
  "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."
293
294
  },
@@ -336,6 +337,10 @@
336
337
  "invalidSRS": {
337
338
  "text": "The projection is valid. It must start with EPSG:",
338
339
  "title": "Invalid projection"
340
+ },
341
+ "ogreServer": {
342
+ "title": "Ogre server error 500",
343
+ "text": "Error in convert to geojson. Maybe file is too big, try to import that file in geojson format"
339
344
  }
340
345
  },
341
346
  "export": {
@@ -372,7 +377,7 @@
372
377
  "KML": "KML",
373
378
  "Shapefile": "Shapefile",
374
379
  "CSVcomma": "CSV (comma delimited)",
375
- "CSVsemicolon": "CSV (semicolon delimited)",
380
+ "CSVsemicolon": "CSV (Excel compatible)",
376
381
  "URL": "External link"
377
382
  },
378
383
  "gpx.error.poly": {
@@ -388,6 +393,7 @@
388
393
  "exportButton": "Export",
389
394
  "exportButtonLink": "Open the link",
390
395
  "exportButtonLinks": "Open the links",
396
+ "exportCircleToPolygon": "Transform Circle entities in polygons",
391
397
  "exportFormatPlaceholder": "Format",
392
398
  "exportLayerPlaceholder": "Layer",
393
399
  "exportFileNamePlaceholder": "Filename",
@@ -885,24 +891,30 @@
885
891
  }
886
892
  },
887
893
  "draw": {
894
+ "abort": "Abort current drawing",
888
895
  "cancelColorPicker": "Cancel",
889
896
  "Circle": "Circle",
897
+ "colorPicker": "Click to open the color picker",
890
898
  "dialogInstruction": "Enter your draw's label",
891
899
  "dialogTitle": "Label",
892
900
  "delete": "Remove Drawings from map",
893
901
  "drawing": "Draws",
894
902
  "fill": "Fill",
903
+ "finish": "Finish current drawing",
895
904
  "icon": "Icons",
896
905
  "labels": "Labels",
897
906
  "LineString": "Line",
898
- "okColorPicker": "OK",
907
+ "move": "Center view on cursor",
908
+ "noIcon": "No icon",
909
+ "noLabel": "No label",
899
910
  "Point": "Point",
900
911
  "Polygon": "Polygon",
901
912
  "radius": "Radius",
913
+ "shortcuts": "Keyboard shortcuts",
902
914
  "stroke": "Stroke",
903
915
  "styleSelect": "Select style",
904
916
  "toggleMapTooltips": "Show map tooltips",
905
- "noIcon": "No icon"
917
+ "undo": "Remove last vertex"
906
918
  },
907
919
  "network": {
908
920
  "online": {
@@ -925,7 +937,7 @@
925
937
  "contexts": "Contexts",
926
938
  "directions": "Directions",
927
939
  "draw": "Draw",
928
- "importExport": "Import & export",
940
+ "importExport": "Import & Export",
929
941
  "ogcFilter": "Filter by",
930
942
  "map": "Map",
931
943
  "layers": "Layers",
@@ -936,7 +948,8 @@
936
948
  "shareMap": "Share",
937
949
  "timeFilter": "Time Filter",
938
950
  "about": "About",
939
- "spatialFilter": "Spatial Filter"
951
+ "spatialFilter": "Spatial Filter",
952
+ "advancedMap": "Advanced map tools"
940
953
  },
941
954
  "searchResultsTool": {
942
955
  "noResults": "No results",
@@ -946,6 +959,7 @@
946
959
  "zoomOnFeatureTooltipOutOfView": "The feature is out of view. Zoom on selected feature."
947
960
  },
948
961
  "aboutTool": {
962
+ "headerHtml": "",
949
963
  "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>",
950
964
  "trainingGuide": "Training guide",
951
965
  "trainingGuideTooltip": "Click here to access IGO2's self-training guide"
@@ -983,6 +997,32 @@
983
997
  "maximizeTooltip": "Extend panel",
984
998
  "standardExtent": "Reduce",
985
999
  "standardExtentTooltip": "Reduce panel"
1000
+ },
1001
+ "advanced-map-tool": {
1002
+ "advanced-swipe": {
1003
+ "swipe-select": "select the layers for swiping",
1004
+ "selectAll": "Select all",
1005
+ "empty": "No layer is currently active on this map. ",
1006
+ "customize": "Customize it by adding layer from the : ",
1007
+ "search-tool": "Search tool",
1008
+ "catalog-tool": "Data catalog",
1009
+ "context-tool": "Context manager",
1010
+ "swipe": "Swipe",
1011
+ "swipe-tool": "Swipe-Tool"
1012
+ },
1013
+ "advanced-coordinates": {
1014
+ "copy": "Copy coordinates",
1015
+ "lon": "Longitude",
1016
+ "lat": "Latitude",
1017
+ "est": "Est",
1018
+ "nord": "North",
1019
+ "coordinates": "Coordinates",
1020
+ "copyMsg": "Coordinates copied to clipboard",
1021
+ "copyTitle": "Coordinates of cetre",
1022
+ "center": "Center",
1023
+ "coordSystem": "Systeme of coordinates",
1024
+ "zoom": "Current zoom-level: "
1025
+ }
986
1026
  }
987
1027
  }
988
1028
  }