@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
package/locale/en.json
CHANGED
|
@@ -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
|
}
|
package/locale/fr.auth.json
CHANGED
package/locale/fr.common.json
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
{
|
|
2
|
-
"igo": {
|
|
3
|
-
"common": {
|
|
4
|
-
"confirmDialog": {
|
|
5
|
-
"cancelBtn": "Annuler",
|
|
6
|
-
"confirmBtn": "Confirmer",
|
|
7
|
-
"title": "Confirmation"
|
|
8
|
-
},
|
|
9
|
-
"table": {
|
|
10
|
-
"filter": "Filtre"
|
|
11
|
-
},
|
|
12
|
-
"entity-table": {
|
|
13
|
-
"targetHtmlUrl": "Ouvrir le lien externe"
|
|
14
|
-
},
|
|
15
|
-
"form": {
|
|
16
|
-
"errors": {
|
|
17
|
-
"required": "Ce champ est requis"
|
|
18
|
-
}
|
|
19
|
-
},
|
|
20
|
-
"actionbar": {
|
|
21
|
-
"scrollUp": "Défiler vers le haut",
|
|
22
|
-
"scrollDown": "Défiler vers le bas",
|
|
23
|
-
"icon": "Actions supplémentaires"
|
|
24
|
-
},
|
|
25
|
-
"interactiveTour": {
|
|
26
|
-
"tooltipTourToolButton": "Aide interactive sur l'outil",
|
|
27
|
-
"disaledTooltipTourToolButton": "Pour avoir accès au tour interactif de cet outil, ajouter des contextes ou des couches",
|
|
28
|
-
"buttonTitle": "Découvrir",
|
|
29
|
-
"exitButton": "Quitter",
|
|
30
|
-
"backButton": "Précédent",
|
|
31
|
-
"nextButton": "Suivant"
|
|
32
|
-
},
|
|
33
|
-
"paginator": {
|
|
34
|
-
"firstPageLabel": "Première page",
|
|
35
|
-
"itemsPerPageLabel": "Entités par page:",
|
|
36
|
-
"lastPageLabel": "Dernière page",
|
|
37
|
-
"nextPageLabel": "Page suivante",
|
|
38
|
-
"previousPageLabel": "Page précédente",
|
|
39
|
-
"of": "de"
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"igo": {
|
|
3
|
+
"common": {
|
|
4
|
+
"confirmDialog": {
|
|
5
|
+
"cancelBtn": "Annuler",
|
|
6
|
+
"confirmBtn": "Confirmer",
|
|
7
|
+
"title": "Confirmation"
|
|
8
|
+
},
|
|
9
|
+
"table": {
|
|
10
|
+
"filter": "Filtre"
|
|
11
|
+
},
|
|
12
|
+
"entity-table": {
|
|
13
|
+
"targetHtmlUrl": "Ouvrir le lien externe"
|
|
14
|
+
},
|
|
15
|
+
"form": {
|
|
16
|
+
"errors": {
|
|
17
|
+
"required": "Ce champ est requis"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"actionbar": {
|
|
21
|
+
"scrollUp": "Défiler vers le haut",
|
|
22
|
+
"scrollDown": "Défiler vers le bas",
|
|
23
|
+
"icon": "Actions supplémentaires"
|
|
24
|
+
},
|
|
25
|
+
"interactiveTour": {
|
|
26
|
+
"tooltipTourToolButton": "Aide interactive sur l'outil",
|
|
27
|
+
"disaledTooltipTourToolButton": "Pour avoir accès au tour interactif de cet outil, ajouter des contextes ou des couches",
|
|
28
|
+
"buttonTitle": "Découvrir",
|
|
29
|
+
"exitButton": "Quitter",
|
|
30
|
+
"backButton": "Précédent",
|
|
31
|
+
"nextButton": "Suivant"
|
|
32
|
+
},
|
|
33
|
+
"paginator": {
|
|
34
|
+
"firstPageLabel": "Première page",
|
|
35
|
+
"itemsPerPageLabel": "Entités par page:",
|
|
36
|
+
"lastPageLabel": "Dernière page",
|
|
37
|
+
"nextPageLabel": "Page suivante",
|
|
38
|
+
"previousPageLabel": "Page précédente",
|
|
39
|
+
"of": "de"
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
package/locale/fr.core.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
{
|
|
2
|
-
"igo": {
|
|
3
|
-
"core": {
|
|
4
|
-
"errors": {
|
|
5
|
-
"uncaught": {
|
|
6
|
-
"message":
|
|
7
|
-
"Désolé! Le service que vous voulez utiliser n’est malheureusement pas disponible pour le moment. Essayez plus tard!",
|
|
8
|
-
"title": "Erreur serveur"
|
|
9
|
-
}
|
|
10
|
-
},
|
|
11
|
-
"network": {
|
|
12
|
-
"online": {
|
|
13
|
-
"message": "En ligne",
|
|
14
|
-
"title": "Statut:"
|
|
15
|
-
},
|
|
16
|
-
"offline": {
|
|
17
|
-
"message": "Hors-Ligne",
|
|
18
|
-
"title": "Statut:"
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"igo": {
|
|
3
|
+
"core": {
|
|
4
|
+
"errors": {
|
|
5
|
+
"uncaught": {
|
|
6
|
+
"message":
|
|
7
|
+
"Désolé! Le service que vous voulez utiliser n’est malheureusement pas disponible pour le moment. Essayez plus tard!",
|
|
8
|
+
"title": "Erreur serveur"
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
"network": {
|
|
12
|
+
"online": {
|
|
13
|
+
"message": "En ligne",
|
|
14
|
+
"title": "Statut:"
|
|
15
|
+
},
|
|
16
|
+
"offline": {
|
|
17
|
+
"message": "Hors-Ligne",
|
|
18
|
+
"title": "Statut:"
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
package/locale/fr.geo.json
CHANGED
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
"unavailable": "Le catalogue '{{value}}' est indisponible pour le moment ou vous n'avez pas les permissions requises.",
|
|
14
14
|
"externalProvider": {
|
|
15
15
|
"catalog": "Ce catalogue provient d'une organisation externe.",
|
|
16
|
+
"group": "Ces couches proviennent d'une organisation externe.",
|
|
16
17
|
"layer": "Cette couche provient d'une organisation externe.",
|
|
17
18
|
"unavailableWithEmail": "Le catalogue '{{value}}' est indisponible pour le moment. Pour ajouter un service externe à la liste prédéfinie, veuillez contacter {{email}}. Des délais peuvent s'appliquer si problème il y a avec le fournisseur externe."
|
|
18
19
|
},
|
|
@@ -61,6 +62,10 @@
|
|
|
61
62
|
"invalidSRS": {
|
|
62
63
|
"text": "La projection est valide. Elle doit commencer par EPSG:",
|
|
63
64
|
"title": "Projection invalid"
|
|
65
|
+
},
|
|
66
|
+
"ogreServer": {
|
|
67
|
+
"title": "Erreur 500 du service Ogre",
|
|
68
|
+
"text": "Erreur de la conversion du fichier en geojson. Il est possible que le fichier soit trop volumineux, essayer de l'importer en format geojson"
|
|
64
69
|
}
|
|
65
70
|
},
|
|
66
71
|
"export": {
|
|
@@ -97,7 +102,7 @@
|
|
|
97
102
|
"KML": "KML",
|
|
98
103
|
"Shapefile": "Shapefile",
|
|
99
104
|
"CSVcomma": "CSV (séparateur virgule)",
|
|
100
|
-
"CSVsemicolon": "CSV (
|
|
105
|
+
"CSVsemicolon": "CSV (compatible Excel)",
|
|
101
106
|
"URL": "Lien externe"
|
|
102
107
|
},
|
|
103
108
|
"gpx.error.poly": {
|
|
@@ -113,6 +118,7 @@
|
|
|
113
118
|
"exportButton": "Exporter",
|
|
114
119
|
"exportButtonLink": "Ouvrir le lien",
|
|
115
120
|
"exportButtonLinks": "Ouvrir les liens",
|
|
121
|
+
"exportCircleToPolygon": "Transformer les entités de type Cercle en polygones",
|
|
116
122
|
"exportFormatPlaceholder": "Format",
|
|
117
123
|
"exportLayerPlaceholder": "Couche(s)",
|
|
118
124
|
"exportFileNamePlaceholder": "Nom du fichier",
|
|
@@ -178,6 +184,7 @@
|
|
|
178
184
|
"selectField": "Choisir un champ"
|
|
179
185
|
},
|
|
180
186
|
"filter": {
|
|
187
|
+
"resetFilters": "(Appliquer aucun filtre)",
|
|
181
188
|
"addFilter": "Ajouter un filtre vide à la liste courante",
|
|
182
189
|
"removeFilter": "Supprimer le présent filtre à la liste des filtres",
|
|
183
190
|
"toggleFilterState": "Activer/désactiver le présent filtre",
|
|
@@ -210,8 +217,10 @@
|
|
|
210
217
|
"activateSelectionMode": "Activer le mode de sélection multiple",
|
|
211
218
|
"deactivateSelectionMode": "Désactiver le mode de sélection multiple",
|
|
212
219
|
"tools": "Outils",
|
|
213
|
-
"selectAll": "
|
|
214
|
-
"deselectAll": "
|
|
220
|
+
"selectAll": "Sélectionner toutes les couches",
|
|
221
|
+
"deselectAll": "Désélectionner toutes les couches",
|
|
222
|
+
"zoomLayer": "Cadrer sur l'étendue de la couche",
|
|
223
|
+
"zoomLayers": "Cadrer sur l'étendue des couches sélectionnées",
|
|
215
224
|
"opacity": "Opacité",
|
|
216
225
|
"raiseLayer": "Mettre en avant",
|
|
217
226
|
"filterRaiseLayer": "Le déplacement avant se fait toujours selon l'ordre de la carte!",
|
|
@@ -287,11 +296,19 @@
|
|
|
287
296
|
"resolution": "Résolution",
|
|
288
297
|
"saveBtn": "Sauvegarder",
|
|
289
298
|
"scale": "Échelle",
|
|
290
|
-
"showLegend": "Afficher la légende",
|
|
291
299
|
"showProjection": "Afficher la projection",
|
|
292
300
|
"showScale": "Afficher l'échelle",
|
|
293
301
|
"title": "Titre",
|
|
294
|
-
"subtitle": "Sous-titre"
|
|
302
|
+
"subtitle": "Sous-titre",
|
|
303
|
+
"legendPosition": "Position de la légende",
|
|
304
|
+
"legendPositions": {
|
|
305
|
+
"none": "Aucune légende",
|
|
306
|
+
"topleft": "Coin haut gauche de la carte",
|
|
307
|
+
"topright": "Coin haut droit de la carte",
|
|
308
|
+
"bottomleft": "Coin bas gauche de la carte",
|
|
309
|
+
"bottomright": "Coin bas droit de la carte",
|
|
310
|
+
"newpage": "Sur une nouvelle page"
|
|
311
|
+
}
|
|
295
312
|
},
|
|
296
313
|
"directionsForm": {
|
|
297
314
|
"stopLayer": "Itinéraire - arrêts",
|
|
@@ -398,6 +415,7 @@
|
|
|
398
415
|
"gcc": "Repère de la garde cotière (GCC)",
|
|
399
416
|
"sumi": "Borne SUMI",
|
|
400
417
|
"km": "Repère kilométrique",
|
|
418
|
+
"hq": "Hydro-Québec",
|
|
401
419
|
"entreprise": "Entreprise",
|
|
402
420
|
"cadastre": "Cadastre"
|
|
403
421
|
},
|
|
@@ -409,6 +427,7 @@
|
|
|
409
427
|
"coordinates": {
|
|
410
428
|
"name": "Coordonnées",
|
|
411
429
|
"coord": "Coordonnée (longitude, latitude)",
|
|
430
|
+
"coordDMS": "Coordonnée (longitude, latitude) (DMS)",
|
|
412
431
|
"radius": "Rayon",
|
|
413
432
|
"conf": "Confiance"
|
|
414
433
|
},
|
|
@@ -560,6 +579,7 @@
|
|
|
560
579
|
"areaInAcres": "Acres",
|
|
561
580
|
"perimeterInMeters": "Périmètre en mètres"
|
|
562
581
|
},
|
|
582
|
+
"layerTitle": "Mesure à la carte",
|
|
563
583
|
"area": "Superficie",
|
|
564
584
|
"areaHeader": "Superficie",
|
|
565
585
|
"length": "Distance",
|
|
@@ -586,7 +606,9 @@
|
|
|
586
606
|
"acres": "Acres",
|
|
587
607
|
"ac": "ac",
|
|
588
608
|
"toggleActive": "Activer le contrôle de mesure",
|
|
589
|
-
"
|
|
609
|
+
"toggleDisplayLines": "Afficher les distances sur les lignes",
|
|
610
|
+
"toggleDisplayDistance": "Afficher les distances pour les superficies",
|
|
611
|
+
"toggleDisplayAreas": "Afficher les superficies",
|
|
590
612
|
"toggleAutoUnits": "Unités automatiques",
|
|
591
613
|
"actionbar": {
|
|
592
614
|
"calculate.tooltip": "Calculer",
|
|
@@ -595,24 +617,30 @@
|
|
|
595
617
|
}
|
|
596
618
|
},
|
|
597
619
|
"draw": {
|
|
598
|
-
"
|
|
620
|
+
"abort": "Annuler le dessin en cours",
|
|
621
|
+
"cancelColorPicker": "Annuler",
|
|
599
622
|
"Circle": "Cercle",
|
|
623
|
+
"colorPicker": "Cliquer pour ouvrir le sélecteur de couleurs",
|
|
600
624
|
"dialogInstruction": "Veuillez entrer l'étiquette de votre dessin",
|
|
601
625
|
"dialogTitle": "Étiquette",
|
|
602
626
|
"delete": "Retirer les dessins de la carte",
|
|
603
627
|
"drawing": "Dessins",
|
|
604
628
|
"fill": "Remplissage",
|
|
629
|
+
"finish": "Terminer le dessin en cours",
|
|
605
630
|
"icon": "Icônes",
|
|
606
631
|
"labels": "Étiquettes",
|
|
607
632
|
"LineString": "Ligne",
|
|
608
|
-
"
|
|
633
|
+
"move": "Centrer la vue sur le curseur",
|
|
634
|
+
"noIcon": "Aucune icône",
|
|
635
|
+
"noLabel": "Aucune étiquette",
|
|
609
636
|
"Point": "Point",
|
|
610
637
|
"Polygon": "Polygone",
|
|
611
638
|
"radius": "Rayon",
|
|
639
|
+
"shortcuts": "Raccourcis clavier",
|
|
612
640
|
"stroke": "Contour",
|
|
613
641
|
"styleSelect": "Sélectionner le style",
|
|
614
642
|
"toggleMapTooltips": "Afficher les étiquettes",
|
|
615
|
-
"
|
|
643
|
+
"undo": "Retirer le dernier sommet"
|
|
616
644
|
},
|
|
617
645
|
"network": {
|
|
618
646
|
"online": {
|
|
@@ -11,13 +11,14 @@
|
|
|
11
11
|
"map": "Carte",
|
|
12
12
|
"layers": "Couches",
|
|
13
13
|
"legend": "Légende",
|
|
14
|
-
"measurer": "
|
|
14
|
+
"measurer": "Mesurer",
|
|
15
15
|
"print": "Imprimer",
|
|
16
16
|
"searchResults": "Résultats de recherche",
|
|
17
17
|
"shareMap": "Partager",
|
|
18
18
|
"timeFilter": "Filtre temporel",
|
|
19
19
|
"about": "À propos",
|
|
20
|
-
"spatialFilter": "Filtre spatial"
|
|
20
|
+
"spatialFilter": "Filtre spatial",
|
|
21
|
+
"advancedMap": "Outils avancés"
|
|
21
22
|
},
|
|
22
23
|
"searchResultsTool": {
|
|
23
24
|
"noResults": "Aucun résultat",
|
|
@@ -27,6 +28,7 @@
|
|
|
27
28
|
"zoomOnFeatureTooltipOutOfView": "L'entité est hors de la vue. Zoomer sur l'entité sélectionnée."
|
|
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'>Aperçu des fonctionnalités</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> Recherche </div><div class='describe'> Située dans la portion supérieure gauche de l’interface, la barre de recherche permet de vous positionner à l’aide d’une adresse, d’un lieu ou de coordonnées GPS et peut également servir à chercher une couche. Il est aussi possible de rechercher un élément par type de résultats en utilisant le hashtag « # » (par exemple, #municipalites québec). Les accents et les lettres majuscules n'importent pas lors de l'utilisation du hashtag.</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> Contextes </div><div class='describe'> Visualisez des regroupements de couches faits par thème ou par contexte de travail. Lorsque vous sélectionnez un <span class='bold_class'>Contexte</span>, vous trouverez dans <span class='bold_class'>Carte</span> chacune des couches qu’il contient. Vous pouvez y ajouter d’autres couches à partir du <span class='bold_class'>Catalogue</span> ou de l’outil <span class='bold_class'>Recherche.</span> </div><br><div class='red'> <span class='bold_class'>ATTENTION :</span> Si vous sélectionnez un autre <span class='bold_class'>Contexte</span>, toutes les couches affichées dans <span class='bold_class'>Carte</span> seront remplacées. </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> Carte </div><div class='describe'> Personnalisez votre carte à partir du <span class='bold_class'>Catalogue</span> ou de l’outil <span class='bold_class'>Recherche.</span> Cet espace permet d’ajouter, de supprimer et d’interroger des couches. </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> Outil de mesure </div><div class='describe'> Mesurez des distances ou des superficies sur la carte. </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> Itinéraire </div><div class='describe'> Construisez un itinéraire entre deux points (en placant les deux points dans la carte ou en cherchant des adresses). Vous pourrez ensuite ajouter des points intermédiaires, copier la description de l'itinéraire dans le presse papier ou partager le lien. </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> Catalogue </div><div class='describe'> Trouvez toutes les couches qui peuvent être ajoutées à la <span class='bold_class'>Carte.</span> Cliquez sur la couche désirée pour l’ajouter. </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> Importer/Exporter </div><div class='describe'> Importez ou exportez un fichier vectoriel en spécifiant la projection. Vous pouvez aussi sauvegarder ou recharger un contexte localement. Cela vous permet de sauvegarder des contextes en mode non-authentifié ou anonyme. </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> Imprimer </div><div class='describe'> Imprimez la carte affichée à l’écran. </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> Partager </div><div class='describe'> Créez une adresse URL qui redirige vers une représentation exacte de votre carte qui se trouve à l’écran. Ce lien peut être partagé ou diffusé dans un document et permet de « sauvegarder » votre carte pour une utilisation ultérieure. </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> est une solution Web libre en géomatique, développée en mode collaboratif par des spécialistes provenant de plusieurs ministères et organismes du gouvernement du Québec.</p><p>Version :{{version.lib}}</p></div>",
|
|
31
33
|
"trainingGuide": "Guide de formation",
|
|
32
34
|
"trainingGuideTooltip": "Cliquez ici pour accéder au guide d'autoformation de IGO2"
|
|
@@ -59,12 +61,39 @@
|
|
|
59
61
|
"selected.title": "Montrer les entités sélectionnées",
|
|
60
62
|
"selected.tooltip": "Montrer les entités sélectionnées",
|
|
61
63
|
"clearSelection.title": "Tout désélectionner",
|
|
62
|
-
"clearSelection.tooltip": "Désélectionner les enregistrements sélectionnés",
|
|
64
|
+
"clearSelection.tooltip": "Désélectionner les enregistrements sélectionnés",
|
|
63
65
|
"maximize": "Agrandir",
|
|
64
66
|
"maximizeTooltip": "Agrandir la fenêtre",
|
|
65
67
|
"standardExtent": "Réduire",
|
|
66
68
|
"standardExtentTooltip": "Réduire la fenêtre"
|
|
67
|
-
}
|
|
69
|
+
},
|
|
70
|
+
"advanced-map-tool": {
|
|
71
|
+
"advanced-swipe":{
|
|
72
|
+
"swipe-select": "Choisir les couches à comparer",
|
|
73
|
+
"selectAll": "Tout sélectionner",
|
|
74
|
+
"empty": "La carte ne contient aucune couche de données.",
|
|
75
|
+
"customize": "Personnalisez-là en ajoutant des couches à partir des outils suivants : ",
|
|
76
|
+
"search-tool": "Recherche",
|
|
77
|
+
"catalog-tool": "Catalogue de données",
|
|
78
|
+
"context-tool": "Gestionnaire de contextes",
|
|
79
|
+
"swipe": "Activer",
|
|
80
|
+
"swipe-tool": "Outil de comparaison"
|
|
81
|
+
},
|
|
82
|
+
"advanced-coordinates": {
|
|
83
|
+
"copy": "Copier",
|
|
84
|
+
"lon": "Longitude",
|
|
85
|
+
"lat": "Latitude",
|
|
86
|
+
"nord": "Nord",
|
|
87
|
+
"est": "Est",
|
|
88
|
+
"coordinates": "Coordonnées du centre de la carte",
|
|
89
|
+
"copyMsg": "Coordonnées copiés",
|
|
90
|
+
"copyTitle": "Coordonnées du centre",
|
|
91
|
+
"center": "Centre",
|
|
92
|
+
"coordSystem": "Système de coordonnées",
|
|
93
|
+
"zoom": "Niveau de zoom courant: "
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
}
|
|
68
97
|
}
|
|
69
98
|
}
|
|
70
99
|
}
|