@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.
- package/__ivy_ngcc__/locale/en.auth.json +5 -1
- package/__ivy_ngcc__/locale/en.common.json +43 -43
- package/__ivy_ngcc__/locale/en.core.json +23 -23
- package/__ivy_ngcc__/locale/en.geo.json +36 -8
- package/__ivy_ngcc__/locale/en.integration.json +31 -3
- package/__ivy_ngcc__/locale/en.json +70 -11
- package/__ivy_ngcc__/locale/fr.auth.json +4 -1
- package/__ivy_ngcc__/locale/fr.common.json +43 -43
- package/__ivy_ngcc__/locale/fr.core.json +23 -23
- package/__ivy_ngcc__/locale/fr.geo.json +37 -9
- package/__ivy_ngcc__/locale/fr.integration.json +33 -4
- package/__ivy_ngcc__/locale/fr.json +71 -12
- package/bundles/igo2-core.umd.js +1492 -1422
- package/bundles/igo2-core.umd.js.map +1 -1
- package/esm2015/igo2-core.js +5 -5
- package/esm2015/lib/activity/activity.interceptor.js +30 -31
- package/esm2015/lib/activity/activity.module.js +30 -29
- package/esm2015/lib/activity/activity.service.js +33 -33
- package/esm2015/lib/activity/index.js +3 -3
- package/esm2015/lib/analytics/index.js +2 -2
- package/esm2015/lib/analytics/shared/analytics.interface.js +2 -1
- package/esm2015/lib/analytics/shared/analytics.service.js +74 -75
- package/esm2015/lib/analytics/shared/index.js +3 -3
- package/esm2015/lib/config/config.interface.js +2 -1
- package/esm2015/lib/config/config.module.js +23 -22
- package/esm2015/lib/config/config.provider.js +21 -21
- package/esm2015/lib/config/config.service.js +52 -52
- package/esm2015/lib/config/index.js +4 -4
- package/esm2015/lib/config/version.js +5 -5
- package/esm2015/lib/core.module.js +71 -72
- package/esm2015/lib/gesture/gesture.module.js +30 -29
- package/esm2015/lib/gesture/gesture.provider.js +16 -17
- package/esm2015/lib/language/index.js +2 -2
- package/esm2015/lib/language/language.module.js +41 -40
- package/esm2015/lib/language/shared/index.js +5 -5
- package/esm2015/lib/language/shared/language.interface.js +2 -1
- package/esm2015/lib/language/shared/language.loader.js +28 -28
- package/esm2015/lib/language/shared/language.provider.js +22 -22
- package/esm2015/lib/language/shared/language.service.js +28 -29
- package/esm2015/lib/language/shared/missing-translation.guard.js +16 -16
- package/esm2015/lib/media/index.js +3 -3
- package/esm2015/lib/media/media.enum.js +12 -12
- package/esm2015/lib/media/media.service.js +76 -76
- package/esm2015/lib/message/index.js +3 -3
- package/esm2015/lib/message/message-center/index.js +2 -2
- package/esm2015/lib/message/message-center/message-center.component.js +43 -43
- package/esm2015/lib/message/message.module.js +27 -26
- package/esm2015/lib/message/shared/index.js +4 -4
- package/esm2015/lib/message/shared/message.enum.js +8 -8
- package/esm2015/lib/message/shared/message.interface.js +2 -1
- package/esm2015/lib/message/shared/message.service.js +130 -124
- package/esm2015/lib/network/index.js +3 -3
- package/esm2015/lib/network/network.interfaces.js +2 -1
- package/esm2015/lib/network/network.service.js +59 -60
- package/esm2015/lib/request/error.interceptor.js +62 -63
- package/esm2015/lib/request/error.module.js +39 -38
- package/esm2015/lib/request/index.js +3 -3
- package/esm2015/lib/request/logging.interceptor.js +29 -29
- package/esm2015/lib/request/logging.module.js +30 -29
- package/esm2015/lib/route/route.interface.js +2 -1
- package/esm2015/lib/route/route.service.js +55 -56
- package/esm2015/lib/storage/index.js +3 -3
- package/esm2015/lib/storage/storage.interface.js +13 -13
- package/esm2015/lib/storage/storage.service.js +79 -80
- package/esm2015/public_api.js +26 -26
- package/fesm2015/igo2-core.js +1029 -1008
- package/fesm2015/igo2-core.js.map +1 -1
- package/igo2-core.d.ts +5 -5
- package/lib/activity/activity.interceptor.d.ts +11 -11
- package/lib/activity/activity.module.d.ts +8 -7
- package/lib/activity/activity.service.d.ts +11 -11
- package/lib/activity/index.d.ts +2 -2
- package/lib/analytics/index.d.ts +1 -1
- package/lib/analytics/shared/analytics.interface.d.ts +6 -6
- package/lib/analytics/shared/analytics.service.d.ts +19 -19
- package/lib/analytics/shared/index.d.ts +2 -2
- package/lib/config/config.interface.d.ts +6 -6
- package/lib/config/config.module.d.ts +8 -7
- package/lib/config/config.provider.d.ts +15 -15
- package/lib/config/config.service.d.ts +18 -18
- package/lib/config/index.d.ts +3 -3
- package/lib/config/version.d.ts +5 -5
- package/lib/core.module.d.ts +18 -17
- package/lib/gesture/gesture.module.d.ts +9 -8
- package/lib/gesture/gesture.provider.d.ts +7 -7
- package/lib/language/index.d.ts +1 -1
- package/lib/language/language.module.d.ts +9 -8
- package/lib/language/shared/index.d.ts +4 -4
- package/lib/language/shared/language.interface.d.ts +3 -3
- package/lib/language/shared/language.loader.d.ts +11 -11
- package/lib/language/shared/language.provider.d.ts +15 -15
- package/lib/language/shared/language.service.d.ts +11 -11
- package/lib/language/shared/missing-translation.guard.d.ts +4 -4
- package/lib/media/index.d.ts +2 -2
- package/lib/media/media.enum.d.ts +9 -9
- package/lib/media/media.service.d.ts +16 -16
- package/lib/message/index.d.ts +2 -2
- package/lib/message/message-center/index.d.ts +1 -1
- package/lib/message/message-center/message-center.component.d.ts +19 -19
- package/lib/message/message.module.d.ts +11 -10
- package/lib/message/shared/index.d.ts +4 -4
- package/lib/message/shared/message.enum.d.ts +6 -6
- package/lib/message/shared/message.interface.d.ts +18 -17
- package/lib/message/shared/message.service.d.ts +25 -24
- package/lib/network/index.d.ts +2 -2
- package/lib/network/network.interfaces.d.ts +3 -3
- package/lib/network/network.service.d.ts +20 -20
- package/lib/request/error.interceptor.d.ts +16 -16
- package/lib/request/error.module.d.ts +9 -8
- package/lib/request/index.d.ts +2 -2
- package/lib/request/logging.interceptor.d.ts +8 -8
- package/lib/request/logging.module.d.ts +8 -7
- package/lib/route/route.interface.d.ts +22 -22
- package/lib/route/route.service.d.ts +18 -18
- package/lib/storage/index.d.ts +2 -2
- package/lib/storage/storage.interface.d.ts +20 -20
- package/lib/storage/storage.service.d.ts +19 -19
- package/locale/en.auth.json +5 -1
- package/locale/en.common.json +43 -43
- package/locale/en.core.json +23 -23
- package/locale/en.geo.json +36 -8
- package/locale/en.integration.json +31 -3
- package/locale/en.json +70 -11
- package/locale/fr.auth.json +4 -1
- package/locale/fr.common.json +43 -43
- package/locale/fr.core.json +23 -23
- package/locale/fr.geo.json +37 -9
- package/locale/fr.integration.json +33 -4
- package/locale/fr.json +71 -12
- package/package.json +8 -8
- package/public_api.d.ts +22 -22
- package/style/all.theming.scss +0 -7649
- package/style/core.theming.scss +0 -43
- package/style/foreground.scss +1 -1
- package/style/index.theming.scss +1006 -0
- package/style/material.font.scss +9 -9
- package/style/partial/core.variables.scss +3 -3
- package/style/partial/media.scss +80 -80
- package/style/setup.scss +1 -0
- package/style/themes/blue.theme.scss +16 -11
- package/style/themes/bluedq.theme.scss +52 -0
- package/style/themes/bluegrey.theme.scss +15 -8
- package/style/themes/dark.theme.scss +15 -8
- package/style/themes/deeppurple.theme.scss +15 -8
- package/style/themes/indigo.theme.scss +15 -8
- package/style/themes/orange.theme.scss +15 -8
- package/style/themes/teal.theme.scss +15 -8
- package/style/theming.scss +2 -7180
- package/style/typography.scss +14 -14
- package/bundles/igo2-core.umd.min.js +0 -17
- package/bundles/igo2-core.umd.min.js.map +0 -1
|
@@ -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 (
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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 &
|
|
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
|
+
}
|
|
@@ -18,7 +18,10 @@
|
|
|
18
18
|
"Invalid username": "Invalid username"
|
|
19
19
|
},
|
|
20
20
|
"microsoft": {
|
|
21
|
-
"login": "Sign in with
|
|
21
|
+
"login": "Sign in with Azure account"
|
|
22
|
+
},
|
|
23
|
+
"microsoftb2c": {
|
|
24
|
+
"login": "Sign in"
|
|
22
25
|
}
|
|
23
26
|
},
|
|
24
27
|
"common": {
|
|
@@ -285,6 +288,7 @@
|
|
|
285
288
|
"unavailable": "The catalog '{{value}}' is unavailable at the moment or you don't have the required permissions.",
|
|
286
289
|
"externalProvider": {
|
|
287
290
|
"catalog": "This catalog comes from an external organization.",
|
|
291
|
+
"group": "This layers comes from an external organization.",
|
|
288
292
|
"layer": "This layer comes from an external organization.",
|
|
289
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."
|
|
290
294
|
},
|
|
@@ -333,6 +337,10 @@
|
|
|
333
337
|
"invalidSRS": {
|
|
334
338
|
"text": "The projection is valid. It must start with EPSG:",
|
|
335
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"
|
|
336
344
|
}
|
|
337
345
|
},
|
|
338
346
|
"export": {
|
|
@@ -369,7 +377,7 @@
|
|
|
369
377
|
"KML": "KML",
|
|
370
378
|
"Shapefile": "Shapefile",
|
|
371
379
|
"CSVcomma": "CSV (comma delimited)",
|
|
372
|
-
"CSVsemicolon": "CSV (
|
|
380
|
+
"CSVsemicolon": "CSV (Excel compatible)",
|
|
373
381
|
"URL": "External link"
|
|
374
382
|
},
|
|
375
383
|
"gpx.error.poly": {
|
|
@@ -385,6 +393,7 @@
|
|
|
385
393
|
"exportButton": "Export",
|
|
386
394
|
"exportButtonLink": "Open the link",
|
|
387
395
|
"exportButtonLinks": "Open the links",
|
|
396
|
+
"exportCircleToPolygon": "Transform Circle entities in polygons",
|
|
388
397
|
"exportFormatPlaceholder": "Format",
|
|
389
398
|
"exportLayerPlaceholder": "Layer",
|
|
390
399
|
"exportFileNamePlaceholder": "Filename",
|
|
@@ -450,6 +459,7 @@
|
|
|
450
459
|
"selectField": "Choose a field"
|
|
451
460
|
},
|
|
452
461
|
"filter": {
|
|
462
|
+
"resetFilters": "(Apply no filters)",
|
|
453
463
|
"addFilter": "Add an empty filter to the current list",
|
|
454
464
|
"removeFilter": "Remove the current filter from the filters's list",
|
|
455
465
|
"toggleFilterState": "Enable/disable the current filter",
|
|
@@ -482,8 +492,10 @@
|
|
|
482
492
|
"activateSelectionMode": "Activate multiple selection mode",
|
|
483
493
|
"deactivateSelectionMode": "Deactivate multiple selection mode",
|
|
484
494
|
"tools": "Tools",
|
|
485
|
-
"selectAll": "Select all",
|
|
486
|
-
"deselectAll": "Deselect all",
|
|
495
|
+
"selectAll": "Select all layers",
|
|
496
|
+
"deselectAll": "Deselect all layers",
|
|
497
|
+
"zoomLayer": "Zoom To Layer Extents",
|
|
498
|
+
"zoomLayers": "Zoom To Selected Layers Extents",
|
|
487
499
|
"opacity": "Opacity",
|
|
488
500
|
"raiseLayer": "Bring layer forward",
|
|
489
501
|
"filterRaiseLayer": "The forward movement is always done according to the order of the map!",
|
|
@@ -559,11 +571,19 @@
|
|
|
559
571
|
"resolution": "Resolution",
|
|
560
572
|
"saveBtn": "Save",
|
|
561
573
|
"scale": "Scale",
|
|
562
|
-
"showLegend": "Show legend",
|
|
563
574
|
"showProjection": "Show projection",
|
|
564
575
|
"showScale": "Show scale",
|
|
565
576
|
"title": "Title",
|
|
566
|
-
"subtitle": "Subtitle"
|
|
577
|
+
"subtitle": "Subtitle",
|
|
578
|
+
"legendPosition": "Legend Position",
|
|
579
|
+
"legendPositions": {
|
|
580
|
+
"none": "No legend",
|
|
581
|
+
"topleft": "Top left corner of the map",
|
|
582
|
+
"topright": "Top right corner of the map",
|
|
583
|
+
"bottomleft": "Bottom left corner of the map",
|
|
584
|
+
"bottomright": "Bottom right corner of the map",
|
|
585
|
+
"newpage": "On a new page"
|
|
586
|
+
}
|
|
567
587
|
},
|
|
568
588
|
"directionsForm": {
|
|
569
589
|
"stopLayer": "Directions - stops",
|
|
@@ -670,6 +690,7 @@
|
|
|
670
690
|
"gcc": "Coast Guard mark (CCG)",
|
|
671
691
|
"sumi": "SUMI mark",
|
|
672
692
|
"km": "Mileage mark",
|
|
693
|
+
"hq": "Hydro-Quebec",
|
|
673
694
|
"entreprise": "Entreprise",
|
|
674
695
|
"cadastre": "Cadastre"
|
|
675
696
|
},
|
|
@@ -681,6 +702,7 @@
|
|
|
681
702
|
"coordinates": {
|
|
682
703
|
"name": "Coordinates",
|
|
683
704
|
"coord": "Geographic (longitude, latitude)",
|
|
705
|
+
"coordDMS": "Geographic (longitude, latitude) (DMS)",
|
|
684
706
|
"radius": "Radius",
|
|
685
707
|
"conf": "Confidence"
|
|
686
708
|
},
|
|
@@ -831,6 +853,7 @@
|
|
|
831
853
|
"areaInAcres": "Acres",
|
|
832
854
|
"perimeterInMeters": "Perimeter in meters"
|
|
833
855
|
},
|
|
856
|
+
"layerTitle": "Measure on map",
|
|
834
857
|
"area": "Area",
|
|
835
858
|
"areaHeader": "Area",
|
|
836
859
|
"length": "Length",
|
|
@@ -857,7 +880,9 @@
|
|
|
857
880
|
"acres": "Acres",
|
|
858
881
|
"ac": "ac",
|
|
859
882
|
"toggleActive": "Activate measures",
|
|
860
|
-
"
|
|
883
|
+
"toggleDisplayLines": "Display distances for the lines",
|
|
884
|
+
"toggleDisplayDistance": "Display distances for the areas",
|
|
885
|
+
"toggleDisplayAreas": "Display areas",
|
|
861
886
|
"toggleAutoUnits": "Auto Units",
|
|
862
887
|
"actionbar": {
|
|
863
888
|
"calculate.tooltip": "Calculate",
|
|
@@ -866,24 +891,30 @@
|
|
|
866
891
|
}
|
|
867
892
|
},
|
|
868
893
|
"draw": {
|
|
894
|
+
"abort": "Abort current drawing",
|
|
869
895
|
"cancelColorPicker": "Cancel",
|
|
870
896
|
"Circle": "Circle",
|
|
897
|
+
"colorPicker": "Click to open the color picker",
|
|
871
898
|
"dialogInstruction": "Enter your draw's label",
|
|
872
899
|
"dialogTitle": "Label",
|
|
873
900
|
"delete": "Remove Drawings from map",
|
|
874
901
|
"drawing": "Draws",
|
|
875
902
|
"fill": "Fill",
|
|
903
|
+
"finish": "Finish current drawing",
|
|
876
904
|
"icon": "Icons",
|
|
877
905
|
"labels": "Labels",
|
|
878
906
|
"LineString": "Line",
|
|
879
|
-
"
|
|
907
|
+
"move": "Center view on cursor",
|
|
908
|
+
"noIcon": "No icon",
|
|
909
|
+
"noLabel": "No label",
|
|
880
910
|
"Point": "Point",
|
|
881
911
|
"Polygon": "Polygon",
|
|
882
912
|
"radius": "Radius",
|
|
913
|
+
"shortcuts": "Keyboard shortcuts",
|
|
883
914
|
"stroke": "Stroke",
|
|
884
915
|
"styleSelect": "Select style",
|
|
885
916
|
"toggleMapTooltips": "Show map tooltips",
|
|
886
|
-
"
|
|
917
|
+
"undo": "Remove last vertex"
|
|
887
918
|
},
|
|
888
919
|
"network": {
|
|
889
920
|
"online": {
|
|
@@ -906,7 +937,7 @@
|
|
|
906
937
|
"contexts": "Contexts",
|
|
907
938
|
"directions": "Directions",
|
|
908
939
|
"draw": "Draw",
|
|
909
|
-
"importExport": "Import &
|
|
940
|
+
"importExport": "Import & Export",
|
|
910
941
|
"ogcFilter": "Filter by",
|
|
911
942
|
"map": "Map",
|
|
912
943
|
"layers": "Layers",
|
|
@@ -917,7 +948,8 @@
|
|
|
917
948
|
"shareMap": "Share",
|
|
918
949
|
"timeFilter": "Time Filter",
|
|
919
950
|
"about": "About",
|
|
920
|
-
"spatialFilter": "Spatial Filter"
|
|
951
|
+
"spatialFilter": "Spatial Filter",
|
|
952
|
+
"advancedMap": "Advanced map tools"
|
|
921
953
|
},
|
|
922
954
|
"searchResultsTool": {
|
|
923
955
|
"noResults": "No results",
|
|
@@ -927,6 +959,7 @@
|
|
|
927
959
|
"zoomOnFeatureTooltipOutOfView": "The feature is out of view. Zoom on selected feature."
|
|
928
960
|
},
|
|
929
961
|
"aboutTool": {
|
|
962
|
+
"headerHtml": "",
|
|
930
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>",
|
|
931
964
|
"trainingGuide": "Training guide",
|
|
932
965
|
"trainingGuideTooltip": "Click here to access IGO2's self-training guide"
|
|
@@ -964,6 +997,32 @@
|
|
|
964
997
|
"maximizeTooltip": "Extend panel",
|
|
965
998
|
"standardExtent": "Reduce",
|
|
966
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
|
+
}
|
|
967
1026
|
}
|
|
968
1027
|
}
|
|
969
1028
|
}
|