@igo2/core 1.9.0 → 1.10.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.common.json +43 -43
- package/__ivy_ngcc__/locale/en.core.json +29 -23
- package/__ivy_ngcc__/locale/en.geo.json +74 -26
- package/__ivy_ngcc__/locale/en.integration.json +12 -4
- package/__ivy_ngcc__/locale/en.json +91 -30
- package/__ivy_ngcc__/locale/fr.common.json +43 -43
- package/__ivy_ngcc__/locale/fr.core.json +29 -23
- package/__ivy_ngcc__/locale/fr.geo.json +75 -27
- package/__ivy_ngcc__/locale/fr.integration.json +11 -3
- package/__ivy_ngcc__/locale/fr.json +91 -30
- package/assets/icons/mdi.svg +1 -1
- package/bundles/igo2-core.umd.js +125 -149
- package/bundles/igo2-core.umd.js.map +1 -1
- package/esm2015/lib/activity/activity.interceptor.js +1 -1
- package/esm2015/lib/activity/activity.module.js +1 -1
- package/esm2015/lib/activity/activity.service.js +1 -1
- package/esm2015/lib/activity/index.js +1 -1
- package/esm2015/lib/analytics/index.js +1 -1
- package/esm2015/lib/analytics/shared/analytics.interface.js +1 -1
- package/esm2015/lib/analytics/shared/analytics.service.js +1 -1
- package/esm2015/lib/analytics/shared/index.js +1 -1
- package/esm2015/lib/config/config.interface.js +1 -1
- package/esm2015/lib/config/config.module.js +1 -1
- package/esm2015/lib/config/config.provider.js +1 -1
- package/esm2015/lib/config/config.service.js +1 -1
- package/esm2015/lib/config/index.js +1 -1
- package/esm2015/lib/config/version.js +3 -3
- package/esm2015/lib/core.module.js +1 -1
- package/esm2015/lib/gesture/gesture.module.js +1 -1
- package/esm2015/lib/gesture/gesture.provider.js +1 -1
- package/esm2015/lib/language/index.js +1 -1
- package/esm2015/lib/language/language.module.js +1 -1
- package/esm2015/lib/language/shared/index.js +1 -1
- package/esm2015/lib/language/shared/language.interface.js +1 -1
- package/esm2015/lib/language/shared/language.loader.js +1 -1
- package/esm2015/lib/language/shared/language.provider.js +1 -1
- package/esm2015/lib/language/shared/language.service.js +1 -1
- package/esm2015/lib/language/shared/missing-translation.guard.js +2 -2
- package/esm2015/lib/media/index.js +1 -1
- package/esm2015/lib/media/media.enum.js +1 -1
- package/esm2015/lib/message/index.js +1 -2
- package/esm2015/lib/message/message.module.js +38 -9
- package/esm2015/lib/message/shared/index.js +1 -1
- package/esm2015/lib/message/shared/message.enum.js +3 -2
- package/esm2015/lib/message/shared/message.interface.js +1 -1
- package/esm2015/lib/message/shared/message.service.js +48 -71
- package/esm2015/lib/network/index.js +1 -1
- package/esm2015/lib/network/network.interfaces.js +1 -1
- package/esm2015/lib/network/network.service.js +1 -1
- package/esm2015/lib/request/error.interceptor.js +1 -1
- package/esm2015/lib/request/error.module.js +1 -1
- package/esm2015/lib/request/index.js +1 -1
- package/esm2015/lib/request/logging.interceptor.js +2 -2
- package/esm2015/lib/request/logging.module.js +1 -1
- package/esm2015/lib/route/route.interface.js +1 -1
- package/esm2015/lib/route/route.service.js +20 -4
- package/esm2015/lib/storage/index.js +1 -1
- package/esm2015/public_api.js +1 -1
- package/fesm2015/igo2-core.js +116 -133
- package/fesm2015/igo2-core.js.map +1 -1
- package/lib/message/index.d.ts +0 -1
- package/lib/message/message.module.d.ts +3 -4
- package/lib/message/shared/index.d.ts +1 -1
- package/lib/message/shared/message.enum.d.ts +2 -1
- package/lib/message/shared/message.interface.d.ts +4 -4
- package/lib/message/shared/message.service.d.ts +12 -11
- package/lib/route/route.interface.d.ts +1 -0
- package/lib/route/route.service.d.ts +4 -3
- package/locale/en.common.json +43 -43
- package/locale/en.core.json +29 -23
- package/locale/en.geo.json +74 -26
- package/locale/en.integration.json +12 -4
- package/locale/en.json +91 -30
- package/locale/fr.common.json +43 -43
- package/locale/fr.core.json +29 -23
- package/locale/fr.geo.json +75 -27
- package/locale/fr.integration.json +11 -3
- package/locale/fr.json +91 -30
- package/package.json +8 -7
- package/style/core.theming.scss +3 -1
- package/style/index.theming.scss +291 -71
- package/style/material.font.scss +9 -9
- package/style/partial/core.variables.scss +5 -3
- package/style/partial/media.scss +80 -80
- package/esm2015/lib/message/message-center/index.js +0 -2
- package/esm2015/lib/message/message-center/message-center.component.js +0 -43
- package/lib/message/message-center/index.d.ts +0 -1
- package/lib/message/message-center/message-center.component.d.ts +0 -19
|
@@ -258,6 +258,12 @@
|
|
|
258
258
|
}
|
|
259
259
|
},
|
|
260
260
|
"core": {
|
|
261
|
+
"message": {
|
|
262
|
+
"success": "Success",
|
|
263
|
+
"error": "Error",
|
|
264
|
+
"info": "Info",
|
|
265
|
+
"alert": "Alert"
|
|
266
|
+
},
|
|
261
267
|
"errors": {
|
|
262
268
|
"uncaught": {
|
|
263
269
|
"message": "Sorry, service is currently not available. Please try again later",
|
|
@@ -286,6 +292,7 @@
|
|
|
286
292
|
"baseLayers": "Baselayers",
|
|
287
293
|
"unavailableTitle": "Catalog unavailable",
|
|
288
294
|
"unavailable": "The catalog '{{value}}' is unavailable at the moment or you don't have the required permissions.",
|
|
295
|
+
"someUnavailable": "Some of the layers from the current catalog are unavailable at the moment or you don't have the required permissions.",
|
|
289
296
|
"externalProvider": {
|
|
290
297
|
"catalog": "This catalog comes from an external organization.",
|
|
291
298
|
"group": "This layers comes from an external organization.",
|
|
@@ -387,16 +394,18 @@
|
|
|
387
394
|
"encoding": {
|
|
388
395
|
"LATIN1": "LATIN-1",
|
|
389
396
|
"UTF8": "UTF-8"
|
|
390
|
-
}
|
|
397
|
+
},
|
|
398
|
+
"combinedLayers": "combinedLayers"
|
|
391
399
|
},
|
|
392
400
|
"importExportForm": {
|
|
393
401
|
"exportButton": "Export",
|
|
394
402
|
"exportButtonLink": "Open the link",
|
|
395
403
|
"exportButtonLinks": "Open the links",
|
|
396
|
-
"
|
|
404
|
+
"exportCombineResults": "Combine layers into one file",
|
|
397
405
|
"exportFormatPlaceholder": "Format",
|
|
398
406
|
"exportLayerPlaceholder": "Layer",
|
|
399
407
|
"exportFileNamePlaceholder": "Filename",
|
|
408
|
+
"exportSeparator": "Insert separator (empty row) between layers",
|
|
400
409
|
"encodingPlaceholder": "Encoding",
|
|
401
410
|
"exportTabTitle": "Export",
|
|
402
411
|
"exportFeatureInExtent": "Export only features in map extent",
|
|
@@ -599,6 +608,8 @@
|
|
|
599
608
|
"raiseStop": "Raise stop's priority",
|
|
600
609
|
"lowerStop": "Lower stop's priority",
|
|
601
610
|
"addStop": "Add a stop",
|
|
611
|
+
"clearStop": "Clear this stop",
|
|
612
|
+
"moveStop": "Move this stop",
|
|
602
613
|
"removeStop": "Remove this stop",
|
|
603
614
|
"drivingOptions": "Options",
|
|
604
615
|
"summary": "Direction's summary",
|
|
@@ -621,7 +632,45 @@
|
|
|
621
632
|
"sharp left": "sharp left",
|
|
622
633
|
"left": "left",
|
|
623
634
|
"slight left": "slightly on left",
|
|
624
|
-
"straight": "forward"
|
|
635
|
+
"straight": "forward",
|
|
636
|
+
"turn": {
|
|
637
|
+
"straight": "Continue on {{route}}",
|
|
638
|
+
"uturn": "Make u-turn on {{route}}",
|
|
639
|
+
"else": "Turn {{translatedModifier}} onto {{route}}"
|
|
640
|
+
},
|
|
641
|
+
"new name": "Head {{translatedDirection}} on {{route}}",
|
|
642
|
+
"depart": "Head {{translatedDirection}} on {{route}}",
|
|
643
|
+
"arrive": {
|
|
644
|
+
"lastStep": "You have reached your destination {{coma}} {{aggregatedDirection}}",
|
|
645
|
+
"intermediate": "You have reached the intermediate stop onto {{route}}"
|
|
646
|
+
},
|
|
647
|
+
"merge": "Continue on {{route}}",
|
|
648
|
+
"on ramp": "Take the ramp {{aggregatedDirection}}",
|
|
649
|
+
"off ramp": "Take exit {{aggregatedDirection}}",
|
|
650
|
+
"fork": {
|
|
651
|
+
"left": "Merge left onto {{route}}",
|
|
652
|
+
"right": "Merge right onto {{route}}",
|
|
653
|
+
"else": "Continue on {{route}}"
|
|
654
|
+
},
|
|
655
|
+
"end of road": "At the end of the road, turn {{translatedModifier}} onto {{route}}",
|
|
656
|
+
"use lane": "Take the lane ...",
|
|
657
|
+
"continue": {
|
|
658
|
+
"notUturn": "Continue on {{route}}"
|
|
659
|
+
},
|
|
660
|
+
"roundabout": "At the roundabout, take the {{exit}}{{cntSuffix}} exit towards {{route}}",
|
|
661
|
+
"rotary": "Roundabout rotary ...",
|
|
662
|
+
"roundabout turn": "Roundabout, take the ...",
|
|
663
|
+
"exit roundabout": "Continue to {{route}}",
|
|
664
|
+
"notification": "notification ...",
|
|
665
|
+
"uturnText": "Make u-turn and head {{translatedDirection}} on {{route}}",
|
|
666
|
+
"unknown": "???",
|
|
667
|
+
"cntSuffix": {
|
|
668
|
+
"first": "st",
|
|
669
|
+
"secondAndMore": "rd"
|
|
670
|
+
},
|
|
671
|
+
"modifier": {
|
|
672
|
+
"prefix": "on the "
|
|
673
|
+
}
|
|
625
674
|
},
|
|
626
675
|
"cardinalPoints": {
|
|
627
676
|
"n": "north",
|
|
@@ -751,7 +800,9 @@
|
|
|
751
800
|
"endDate": "End Date",
|
|
752
801
|
"startDate": "Start Date",
|
|
753
802
|
"hour": "Hour",
|
|
754
|
-
"minute": "Minute"
|
|
803
|
+
"minute": "Minute",
|
|
804
|
+
"endYear": "End Year",
|
|
805
|
+
"startYear": "Start Year"
|
|
755
806
|
},
|
|
756
807
|
"spatialFilter": {
|
|
757
808
|
"spatialFilter": "Spatial filter",
|
|
@@ -775,6 +826,8 @@
|
|
|
775
826
|
"Address": "Addresses",
|
|
776
827
|
"Thematics": "Thematics",
|
|
777
828
|
"searchResults": "Search Results",
|
|
829
|
+
"showSearchResults": "Show search results",
|
|
830
|
+
"hideSearchResults": "Hide search results",
|
|
778
831
|
"type": "Type",
|
|
779
832
|
"radius": "Radius",
|
|
780
833
|
"radiusAlert": "Radius must be between 0 and 100 kilometers (or 100 000 meters)",
|
|
@@ -842,15 +895,15 @@
|
|
|
842
895
|
"title": "Sum of the selection",
|
|
843
896
|
"length.title": "Length",
|
|
844
897
|
"area.title": "Area",
|
|
845
|
-
"lengthInMeters": "
|
|
846
|
-
"lengthInKilometers": "
|
|
847
|
-
"lengthInMiles": "
|
|
848
|
-
"lengthInFeet": "
|
|
849
|
-
"areaInSquareMeters": "
|
|
850
|
-
"areaInSquareKilometers": "
|
|
851
|
-
"areaInSquareMiles": "
|
|
852
|
-
"areaInHectares": "
|
|
853
|
-
"areaInAcres": "
|
|
898
|
+
"lengthInMeters": "m",
|
|
899
|
+
"lengthInKilometers": "km",
|
|
900
|
+
"lengthInMiles": "mi",
|
|
901
|
+
"lengthInFeet": "ft",
|
|
902
|
+
"areaInSquareMeters": "m²",
|
|
903
|
+
"areaInSquareKilometers": "km²",
|
|
904
|
+
"areaInSquareMiles": "mi²",
|
|
905
|
+
"areaInHectares": "ha",
|
|
906
|
+
"areaInAcres": "ac",
|
|
854
907
|
"perimeterInMeters": "Perimeter in meters"
|
|
855
908
|
},
|
|
856
909
|
"layerTitle": "Measure on map",
|
|
@@ -859,33 +912,33 @@
|
|
|
859
912
|
"length": "Length",
|
|
860
913
|
"lengthHeader": "Length / Perimeter",
|
|
861
914
|
"perimeter": "Perimeter",
|
|
862
|
-
"meters": "
|
|
915
|
+
"meters": "m",
|
|
863
916
|
"m": "m",
|
|
864
|
-
"kilometers": "
|
|
917
|
+
"kilometers": "km",
|
|
865
918
|
"km": "km",
|
|
866
|
-
"miles": "
|
|
919
|
+
"miles": "mi",
|
|
867
920
|
"mi": "mi",
|
|
868
|
-
"feet": "
|
|
921
|
+
"feet": "ft",
|
|
869
922
|
"ft": "ft",
|
|
870
|
-
"squareMeters": "
|
|
923
|
+
"squareMeters": "m²",
|
|
871
924
|
"m²": "m²",
|
|
872
|
-
"squareKilometers": "
|
|
925
|
+
"squareKilometers": "km²",
|
|
873
926
|
"km²": "km²",
|
|
874
|
-
"squareMiles": "
|
|
927
|
+
"squareMiles": "mi²",
|
|
875
928
|
"mi²": "mi²",
|
|
876
|
-
"squareFeet": "
|
|
929
|
+
"squareFeet": "ft²",
|
|
877
930
|
"ft²": "ft²",
|
|
878
|
-
"hectares": "
|
|
931
|
+
"hectares": "ha",
|
|
879
932
|
"ha": "ha",
|
|
880
|
-
"acres": "
|
|
933
|
+
"acres": "ac",
|
|
881
934
|
"ac": "ac",
|
|
882
935
|
"toggleActive": "Activate measures",
|
|
883
|
-
"toggleDisplayLines": "Display distances
|
|
884
|
-
"toggleDisplayDistance": "Display distances
|
|
936
|
+
"toggleDisplayLines": "Display distances of lines",
|
|
937
|
+
"toggleDisplayDistance": "Display distances of areas",
|
|
885
938
|
"toggleDisplayAreas": "Display areas",
|
|
886
939
|
"toggleAutoUnits": "Auto Units",
|
|
887
940
|
"actionbar": {
|
|
888
|
-
"calculate.tooltip": "
|
|
941
|
+
"calculate.tooltip": "Totals & Conversions",
|
|
889
942
|
"delete.tooltip": "Delete",
|
|
890
943
|
"modify.tooltip": "Modify"
|
|
891
944
|
}
|
|
@@ -953,14 +1006,14 @@
|
|
|
953
1006
|
},
|
|
954
1007
|
"searchResultsTool": {
|
|
955
1008
|
"noResults": "No results",
|
|
956
|
-
"doSearch": "
|
|
957
|
-
"examples": "<b>
|
|
1009
|
+
"doSearch": "",
|
|
1010
|
+
"examples": "<b>Search for addresses, locations, coordinates and layers using the search bar</b>.<br><br><u>Address</u> searches can be made with a combination of: <ul><li>building number</li><li>street name</li><li>city name</li><li>postal code</li></ul> <u>Location</u> search examples: <ul><li>Lac Poulin</li><li>Mcdo Lévis</li><li>Saint-Isidore</li></ul> You can also use keywords to refine your search. Examples: <ul><li>#mun québec (to search for municipalities)</li><li>#sante Lévis (to search for health establishments)</li><li>#cpe joyeux (to search for daycares)</li><li>#intersection liégois + église (to search for an intersection, the #+ can also be used)</li></ul>*Keywords appear as tooltips when hovering the results type in the 'ICherche' search options -> iCherche -> Results types.<br><br><u>Coordinate</u> search examples:<ul><li>Decimal degrees- DD (-68.165547, 48.644546)</li><li>Degrees, minutes and seconds- DMS(-68 9 56, 48 38 40)</li><li>Degrees and decimal minutes- DMM(-68 9.56, 48 38.40)</li><li>Projected (UTM-19 561466.861, 5388278.862)</li><li>BELL (Lat: 48 38 40N Long: 68 9 56W UNC:100 CONF:90)</li><li>Meter Meter (111594.63, 445854.74;32198)</li></ul>For more information on coordinate search : <a href='https://igo2.readthedocs.io/fr/next/properties.html#coordonnees' target='_blank'>Consult IGO2's documentation</a>",
|
|
958
1011
|
"zoomOnFeatureTooltip": "Zoom on selected feature.",
|
|
959
1012
|
"zoomOnFeatureTooltipOutOfView": "The feature is out of view. Zoom on selected feature."
|
|
960
1013
|
},
|
|
961
1014
|
"aboutTool": {
|
|
962
1015
|
"headerHtml": "",
|
|
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>",
|
|
1016
|
+
"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 Bar </div><div class='describe'>Located in the upper-left portion of the interface, the <span class='bold_class'>Search Bar</span> allows the user to locate an area of interest using an address, location or GPS coordinates. It can also be used to search for a layer. <br><br> It is also possible to search for a specific element using the hashtag \"#\" (for example, #municipalites québec). Accents and capital letters don't have any impact on <span class='bold_class'>Search Results</span> when using a 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> Contexts </div><div class='describe'> <span class='bold_class'>Contexts</span> are used to visualize groupings of layers related to a specific theme. When a context is selected, all the layers associated with it will be added to the <span class='bold_class'>Map</span>. It is then possible to add other layers to the map by using the <span class='bold_class'>Catalog</span> or the <span class='bold_class'>Search Bar</span>. <br><br><div class='red'> <span class='bold_class'>WARNING :</span> If a new context is selected, all the layers displayed on the <span class='bold_class'>Map</span> will be replaced by the ones associated with the newly selected context. <br><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='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'>It is possible to personalize the <span class='bold_class'>Map</span> by using the <span class='bold_class'>Catalog</span> or the <span class='bold_class'>Search Bar</span>. This space allows the user to add, delete, interrogate, filter and sort the displayed layers. It is also possible to visualize the legends associated with the 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='M2 4C2 2.89 2.9 2 4 2H7V4H4V7H2V4M22 4V7H20V4H17V2H20C21.1 2 22 2.89 22 4M2 20V17H4V20H7V22H4C2.9 22 2 21.11 2 20M10 2H14V4H10V2M10 20H14V22H10V20M2 10H4V14H2V10M18.5 13C20.4 13 22 14.6 22 16.5C22 19.1 18.5 23 18.5 23C18.5 23 15 19.1 15 16.5C15 14.6 16.6 13 18.5 13M18.5 17.8C19.2 17.8 19.8 17.2 19.7 16.6C19.7 16 19.1 15.4 18.5 15.4C17.9 15.4 17.3 15.9 17.3 16.6C17.3 17.2 17.8 17.8 18.5 17.8M20 10H22V12.34C21.42 11.84 20.74 11.45 20 11.23V10Z'> </path> </svg></mat-icon> Spatial Filter </div><div class='describe'> The <span class='bold_class'>Spatial Filter</span> can be used to search for adresses or themes by specifying a predefined zone (for example, electoral districts) or by drawing an area on the map. The results can then be exported by using the <span class='bold_class'>Import & Export</span> tool. </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='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'>This tool gives the option to either <span class='bold_class'>Measure</span> 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='M9.75 20.85C11.53 20.15 11.14 18.22 10.24 17C9.35 15.75 8.12 14.89 6.88 14.06C6 13.5 5.19 12.8 4.54 12C4.26 11.67 3.69 11.06 4.27 10.94C4.86 10.82 5.88 11.4 6.4 11.62C7.31 12 8.21 12.44 9.05 12.96L10.06 11.26C8.5 10.23 6.5 9.32 4.64 9.05C3.58 8.89 2.46 9.11 2.1 10.26C1.78 11.25 2.29 12.25 2.87 13.03C4.24 14.86 6.37 15.74 7.96 17.32C8.3 17.65 8.71 18.04 8.91 18.5C9.12 18.94 9.07 18.97 8.6 18.97C7.36 18.97 5.81 18 4.8 17.36L3.79 19.06C5.32 20 7.88 21.47 9.75 20.85M20.84 5.25C21.06 5.03 21.06 4.67 20.84 4.46L19.54 3.16C19.33 2.95 18.97 2.95 18.76 3.16L17.74 4.18L19.82 6.26M11 10.92V13H13.08L19.23 6.85L17.15 4.77L11 10.92Z'></path></svg></mat-icon> Draw </div><div class='describe'> The <span class='bold_class'>Draw</span> tool can be used to draw points, lines, polygons or circles with labels. The color of the fill and the stroke can be set with the given selectors. <br><br> A Drawings layer can be exported by using the <span class='bold_class'>Import & Export</span> tool. </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'> It is possible to build a route and get <span class='bold_class'>Directions</span> between two points by placing them on the map or by searching for addresses. It is also possible to add stops and copy the description or the link of the route to the clipboard.</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'> The <span class='bold_class'>Catalog</span> contains all the layers that can be added to the <span class='bold_class'>Map</span>. Click on the + of 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'> It is possible to <span class='bold_class'>Import</span> vector data by specifying a coordinate system or a projection. <br><br> It is possible to <span class='bold_class'>Export</span> one or many layers in multiple formats. <br><br> It is also possible to <span class='bold_class'>Import</span> or <span class='bold_class'>Export</span> a context locally. This feature is useful to save contexts when the user is not authenticated. </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'>This tool is used to <span class='bold_class'>Print</span> the map displayed on-screen. Multiple options can be specified like a title, a comment, the output format, the paper size and the orientation. </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'> The <span class='bold_class'>Share</span> tool is used to create an URL that redirects to an exact representation of the map. This link can be shared or distributed in a document and allows the user to \"save\" the 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 open source geospatial solution developed by collaborators and specialists from several departments and agencies of the Government of Quebec. <p> Version: {{version.lib}}</p></div>",
|
|
964
1017
|
"trainingGuide": "Training guide",
|
|
965
1018
|
"trainingGuideTooltip": "Click here to access IGO2's self-training guide"
|
|
966
1019
|
},
|
|
@@ -998,6 +1051,12 @@
|
|
|
998
1051
|
"standardExtent": "Reduce",
|
|
999
1052
|
"standardExtentTooltip": "Reduce panel"
|
|
1000
1053
|
},
|
|
1054
|
+
"directions": {
|
|
1055
|
+
"warning": {
|
|
1056
|
+
"title": "Warning",
|
|
1057
|
+
"message": "The route proposed in this tool does not take into account current road conditions, road congestion, obstacles present on the network and ferry schedules (daily and seasonal opening)."
|
|
1058
|
+
}
|
|
1059
|
+
},
|
|
1001
1060
|
"advanced-map-tool": {
|
|
1002
1061
|
"advanced-swipe": {
|
|
1003
1062
|
"swipe-select": "select the layers for swiping",
|
|
@@ -1021,7 +1080,9 @@
|
|
|
1021
1080
|
"copyTitle": "Coordinates of cetre",
|
|
1022
1081
|
"center": "Center",
|
|
1023
1082
|
"coordSystem": "Systeme of coordinates",
|
|
1024
|
-
"zoom": "Current zoom
|
|
1083
|
+
"zoom": "Current zoom level: ",
|
|
1084
|
+
"scale": "Current scale: ",
|
|
1085
|
+
"resolution": "Current resolution: "
|
|
1025
1086
|
}
|
|
1026
1087
|
}
|
|
1027
1088
|
}
|
|
@@ -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
|
+
}
|
|
@@ -1,23 +1,29 @@
|
|
|
1
|
-
{
|
|
2
|
-
"igo": {
|
|
3
|
-
"core": {
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
"title": "
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
1
|
+
{
|
|
2
|
+
"igo": {
|
|
3
|
+
"core": {
|
|
4
|
+
"message": {
|
|
5
|
+
"success": "Succès",
|
|
6
|
+
"error": "Erreur",
|
|
7
|
+
"info": "Info",
|
|
8
|
+
"alert": "Alerte"
|
|
9
|
+
},
|
|
10
|
+
"errors": {
|
|
11
|
+
"uncaught": {
|
|
12
|
+
"message":
|
|
13
|
+
"Désolé! Le service que vous voulez utiliser n’est malheureusement pas disponible pour le moment. Essayez plus tard!",
|
|
14
|
+
"title": "Erreur serveur"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"network": {
|
|
18
|
+
"online": {
|
|
19
|
+
"message": "En ligne",
|
|
20
|
+
"title": "Statut:"
|
|
21
|
+
},
|
|
22
|
+
"offline": {
|
|
23
|
+
"message": "Hors-Ligne",
|
|
24
|
+
"title": "Statut:"
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"baseLayers": "Fonds de carte",
|
|
12
12
|
"unavailableTitle": "Catalogue indisponible",
|
|
13
13
|
"unavailable": "Le catalogue '{{value}}' est indisponible pour le moment ou vous n'avez pas les permissions requises.",
|
|
14
|
+
"someUnavailable": "Certaines couches d'information du catalogue sont indisponible pour le moment ou vous n'avez pas les permissions requises.",
|
|
14
15
|
"externalProvider": {
|
|
15
16
|
"catalog": "Ce catalogue provient d'une organisation externe.",
|
|
16
17
|
"group": "Ces couches proviennent d'une organisation externe.",
|
|
@@ -112,16 +113,18 @@
|
|
|
112
113
|
"encoding": {
|
|
113
114
|
"LATIN1": "LATIN-1",
|
|
114
115
|
"UTF8": "UTF-8"
|
|
115
|
-
}
|
|
116
|
+
},
|
|
117
|
+
"combinedLayers": "couchesCombinees"
|
|
116
118
|
},
|
|
117
119
|
"importExportForm": {
|
|
118
120
|
"exportButton": "Exporter",
|
|
119
121
|
"exportButtonLink": "Ouvrir le lien",
|
|
120
122
|
"exportButtonLinks": "Ouvrir les liens",
|
|
121
|
-
"
|
|
123
|
+
"exportCombineResults": "Combiner les couches dans un seul fichier",
|
|
122
124
|
"exportFormatPlaceholder": "Format",
|
|
123
125
|
"exportLayerPlaceholder": "Couche(s)",
|
|
124
126
|
"exportFileNamePlaceholder": "Nom du fichier",
|
|
127
|
+
"exportSeparator": "Insérer un séparateur (ligne vide) entre les couches",
|
|
125
128
|
"encodingPlaceholder": "Encodage",
|
|
126
129
|
"exportTabTitle": "Exporter",
|
|
127
130
|
"exportFeatureInExtent": "Seulement les entités contenues dans la carte",
|
|
@@ -311,7 +314,7 @@
|
|
|
311
314
|
}
|
|
312
315
|
},
|
|
313
316
|
"directionsForm": {
|
|
314
|
-
"stopLayer": "Itinéraire -
|
|
317
|
+
"stopLayer": "Itinéraire - Arrêts",
|
|
315
318
|
"routeLayer": "Itinéraire - Tracé",
|
|
316
319
|
"start": "Début",
|
|
317
320
|
"intermediate": "Intermédiaire",
|
|
@@ -324,6 +327,8 @@
|
|
|
324
327
|
"raiseStop": "Prioriser l'arrêt",
|
|
325
328
|
"lowerStop": "Reporter l'arrêt plus loin dans le parcours",
|
|
326
329
|
"addStop": "Ajouter un arrêt",
|
|
330
|
+
"clearStop": "Réinitialiser cet arrêt",
|
|
331
|
+
"moveStop": "Déplacer cet arrêt",
|
|
327
332
|
"removeStop": "Supprimer l'arrêt",
|
|
328
333
|
"drivingOptions": "Choix d'itinéraires",
|
|
329
334
|
"summary": "Résumé de l'itinéraire",
|
|
@@ -346,7 +351,46 @@
|
|
|
346
351
|
"sharp left": "fortement à gauche",
|
|
347
352
|
"left": "gauche",
|
|
348
353
|
"slight left": "légèrement à gauche",
|
|
349
|
-
"straight": "tout droit"
|
|
354
|
+
"straight": "tout droit",
|
|
355
|
+
"turn": {
|
|
356
|
+
"straight": "Continuer sur {{route}}",
|
|
357
|
+
"uturn": "Faire demi-tour sur {{route}}",
|
|
358
|
+
"else": "Tourner {{aggregatedDirection}} sur {{route}}"
|
|
359
|
+
},
|
|
360
|
+
"new name": "Continuer en direction {{translatedDirection}} sur {{route}}",
|
|
361
|
+
"depart": "Aller en direction {{translatedDirection}} sur {{route}}",
|
|
362
|
+
"arrive": {
|
|
363
|
+
"lastStep" : "Vous êtes arrivé {{coma}} {{aggregatedDirection}}",
|
|
364
|
+
"intermediate" : "Vous atteignez le point intermédiaire sur {{route}}"
|
|
365
|
+
},
|
|
366
|
+
"merge": "Continuer sur {{route}}",
|
|
367
|
+
"on ramp": "Prendre l'entrée d'autoroute {{aggregatedDirection}}",
|
|
368
|
+
"off ramp": "Prendre la sortie d'autoroute {{aggregatedDirection}}",
|
|
369
|
+
"fork": {
|
|
370
|
+
"left" : "Garder la gauche sur {{route}}",
|
|
371
|
+
"right" : "Garder la droite sur {{route}}",
|
|
372
|
+
"else" : "Continuer sur {{route}}"
|
|
373
|
+
},
|
|
374
|
+
"end of road": "À la fin de la route, tourner {{translatedModifier}} sur {{route}}",
|
|
375
|
+
"use lane": "Prendre la voie de ...",
|
|
376
|
+
"continue": {
|
|
377
|
+
"notUturn": "Continuer sur {{route}}"
|
|
378
|
+
},
|
|
379
|
+
"roundabout": "Au rond-point, prendre la {{exit}}{{cntSuffix}} sortie vers {{route}}",
|
|
380
|
+
"rotary": "Rond-point rotary ...",
|
|
381
|
+
"roundabout turn": "Rond-point, prendre la ...",
|
|
382
|
+
"exit roundabout": "Poursuivre vers {{route}}",
|
|
383
|
+
"notification": "notification ...",
|
|
384
|
+
"uturnText": "Faire demi-tour et continuer en direction {{translatedDirection}} sur {{route}}",
|
|
385
|
+
"unknown": "???",
|
|
386
|
+
|
|
387
|
+
"cntSuffix": {
|
|
388
|
+
"first": "ère",
|
|
389
|
+
"secondAndMore": "e"
|
|
390
|
+
},
|
|
391
|
+
"modifier": {
|
|
392
|
+
"prefix": "à "
|
|
393
|
+
}
|
|
350
394
|
},
|
|
351
395
|
"cardinalPoints": {
|
|
352
396
|
"n": "nord",
|
|
@@ -476,7 +520,9 @@
|
|
|
476
520
|
"endDate": "Date de fin",
|
|
477
521
|
"startDate": "Date de début",
|
|
478
522
|
"hour": "Heure",
|
|
479
|
-
"minute": "Minute"
|
|
523
|
+
"minute": "Minute",
|
|
524
|
+
"endYear": "Année de fin",
|
|
525
|
+
"startYear": "Année de début"
|
|
480
526
|
},
|
|
481
527
|
"spatialFilter": {
|
|
482
528
|
"spatialFilter": "Filtre spatial",
|
|
@@ -497,10 +543,12 @@
|
|
|
497
543
|
"removeLayer": "Retirer les résultats",
|
|
498
544
|
"exportLayer": "Exporter les résultats",
|
|
499
545
|
"clearForm": "Retirer le dessin",
|
|
500
|
-
"clearSearch": "Réinitialiser
|
|
546
|
+
"clearSearch": "Réinitialiser",
|
|
501
547
|
"Address": "Adresses",
|
|
502
548
|
"Thematics": "Thématiques",
|
|
503
549
|
"searchResults": "Résultats de la recherche",
|
|
550
|
+
"showSearchResults": "Afficher les résultats de la recherche",
|
|
551
|
+
"hideSearchResults": "Masquer les résultats de la recherche",
|
|
504
552
|
"type": "Type",
|
|
505
553
|
"radius": "Rayon",
|
|
506
554
|
"radiusAlert": "Le rayon doit être compris entre 0 et 100 kilomètres (ou 100 000 mètres)",
|
|
@@ -568,15 +616,15 @@
|
|
|
568
616
|
"title": "Sommes de la sélection",
|
|
569
617
|
"length.title": "Distance",
|
|
570
618
|
"area.title": "Superficie",
|
|
571
|
-
"lengthInMeters": "
|
|
572
|
-
"lengthInKilometers": "
|
|
573
|
-
"lengthInMiles": "
|
|
574
|
-
"lengthInFeet": "
|
|
575
|
-
"areaInSquareMeters": "
|
|
576
|
-
"areaInSquareKilometers": "
|
|
577
|
-
"areaInSquareMiles": "
|
|
578
|
-
"areaInHectares": "
|
|
579
|
-
"areaInAcres": "
|
|
619
|
+
"lengthInMeters": "m",
|
|
620
|
+
"lengthInKilometers": "km",
|
|
621
|
+
"lengthInMiles": "mi",
|
|
622
|
+
"lengthInFeet": "pi",
|
|
623
|
+
"areaInSquareMeters": "m²",
|
|
624
|
+
"areaInSquareKilometers": "km²",
|
|
625
|
+
"areaInSquareMiles": "mi²",
|
|
626
|
+
"areaInHectares": "ha",
|
|
627
|
+
"areaInAcres": "ac",
|
|
580
628
|
"perimeterInMeters": "Périmètre en mètres"
|
|
581
629
|
},
|
|
582
630
|
"layerTitle": "Mesure à la carte",
|
|
@@ -585,33 +633,33 @@
|
|
|
585
633
|
"length": "Distance",
|
|
586
634
|
"lengthHeader": "Distance / Périmètre",
|
|
587
635
|
"perimeter": "Périmètre",
|
|
588
|
-
"meters": "
|
|
636
|
+
"meters": "m",
|
|
589
637
|
"m": "m",
|
|
590
|
-
"kilometers": "
|
|
638
|
+
"kilometers": "km",
|
|
591
639
|
"km": "km",
|
|
592
|
-
"miles": "
|
|
640
|
+
"miles": "mi",
|
|
593
641
|
"mi": "mi",
|
|
594
|
-
"feet": "
|
|
642
|
+
"feet": "pi",
|
|
595
643
|
"ft": "pi",
|
|
596
|
-
"squareMeters": "
|
|
644
|
+
"squareMeters": "m²",
|
|
597
645
|
"m²": "m²",
|
|
598
|
-
"squareKilometers": "
|
|
646
|
+
"squareKilometers": "km²",
|
|
599
647
|
"km²": "km²",
|
|
600
|
-
"squareMiles": "
|
|
648
|
+
"squareMiles": "mi²",
|
|
601
649
|
"mi²": "mi²",
|
|
602
|
-
"squareFeet": "
|
|
650
|
+
"squareFeet": "pi²",
|
|
603
651
|
"ft²": "pi²",
|
|
604
|
-
"hectares": "
|
|
652
|
+
"hectares": "ha",
|
|
605
653
|
"ha": "ha",
|
|
606
|
-
"acres": "
|
|
654
|
+
"acres": "ac",
|
|
607
655
|
"ac": "ac",
|
|
608
656
|
"toggleActive": "Activer le contrôle de mesure",
|
|
609
|
-
"toggleDisplayLines": "Afficher les distances
|
|
657
|
+
"toggleDisplayLines": "Afficher les distances pour les lignes",
|
|
610
658
|
"toggleDisplayDistance": "Afficher les distances pour les superficies",
|
|
611
659
|
"toggleDisplayAreas": "Afficher les superficies",
|
|
612
660
|
"toggleAutoUnits": "Unités automatiques",
|
|
613
661
|
"actionbar": {
|
|
614
|
-
"calculate.tooltip": "
|
|
662
|
+
"calculate.tooltip": "Totaux et conversions",
|
|
615
663
|
"delete.tooltip": "Supprimer",
|
|
616
664
|
"modify.tooltip": "Modifier"
|
|
617
665
|
}
|