@igo2/core 1.14.1 → 1.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. package/__ivy_ngcc__/locale/en.auth.json +29 -29
  2. package/__ivy_ngcc__/locale/en.common.json +43 -43
  3. package/__ivy_ngcc__/locale/en.context.json +199 -199
  4. package/__ivy_ngcc__/locale/en.core.json +29 -29
  5. package/__ivy_ngcc__/locale/en.geo.json +805 -774
  6. package/__ivy_ngcc__/locale/en.integration.json +123 -123
  7. package/__ivy_ngcc__/locale/en.json +50 -19
  8. package/__ivy_ngcc__/locale/fr.auth.json +32 -32
  9. package/__ivy_ngcc__/locale/fr.common.json +43 -43
  10. package/__ivy_ngcc__/locale/fr.context.json +199 -199
  11. package/__ivy_ngcc__/locale/fr.core.json +29 -29
  12. package/__ivy_ngcc__/locale/fr.geo.json +805 -774
  13. package/__ivy_ngcc__/locale/fr.integration.json +125 -125
  14. package/__ivy_ngcc__/locale/fr.json +43 -12
  15. package/esm2020/lib/activity/activity.interceptor.mjs +1 -1
  16. package/esm2020/lib/activity/activity.module.mjs +1 -1
  17. package/esm2020/lib/activity/activity.service.mjs +1 -1
  18. package/esm2020/lib/analytics/shared/analytics.service.mjs +8 -1
  19. package/esm2020/lib/compression/compressedData.interface.mjs +1 -1
  20. package/esm2020/lib/compression/compression.service.mjs +1 -1
  21. package/esm2020/lib/config/config.interface.mjs +1 -1
  22. package/esm2020/lib/config/config.module.mjs +1 -1
  23. package/esm2020/lib/config/config.provider.mjs +1 -1
  24. package/esm2020/lib/config/config.service.mjs +1 -1
  25. package/esm2020/lib/config/version.mjs +3 -3
  26. package/esm2020/lib/core.module.mjs +10 -2
  27. package/esm2020/lib/gesture/gesture.module.mjs +1 -1
  28. package/esm2020/lib/gesture/gesture.provider.mjs +1 -1
  29. package/esm2020/lib/language/language.module.mjs +1 -1
  30. package/esm2020/lib/language/shared/language.loader.mjs +3 -4
  31. package/esm2020/lib/language/shared/language.provider.mjs +1 -1
  32. package/esm2020/lib/language/shared/language.service.mjs +5 -5
  33. package/esm2020/lib/media/media.service.mjs +1 -1
  34. package/esm2020/lib/message/message.module.mjs +1 -1
  35. package/esm2020/lib/message/shared/index.mjs +1 -1
  36. package/esm2020/lib/message/shared/message.interface.mjs +1 -1
  37. package/esm2020/lib/message/shared/message.service.mjs +17 -9
  38. package/esm2020/lib/network/network.interfaces.mjs +1 -1
  39. package/esm2020/lib/network/network.service.mjs +3 -10
  40. package/esm2020/lib/regex/index.mjs +3 -0
  41. package/esm2020/lib/regex/regex.interface.mjs +2 -0
  42. package/esm2020/lib/regex/regex.service.mjs +27 -0
  43. package/esm2020/lib/request/error.interceptor.mjs +1 -1
  44. package/esm2020/lib/request/error.module.mjs +1 -1
  45. package/esm2020/lib/request/logging.interceptor.mjs +2 -2
  46. package/esm2020/lib/request/logging.module.mjs +1 -1
  47. package/esm2020/lib/route/route.service.mjs +1 -1
  48. package/esm2020/lib/storage/storage.interface.mjs +1 -1
  49. package/esm2020/lib/storage/storage.service.mjs +1 -1
  50. package/esm2020/public_api.mjs +2 -1
  51. package/fesm2015/igo2-core.mjs +70 -27
  52. package/fesm2015/igo2-core.mjs.map +1 -1
  53. package/fesm2020/igo2-core.mjs +68 -27
  54. package/fesm2020/igo2-core.mjs.map +1 -1
  55. package/lib/analytics/shared/analytics.service.d.ts +4 -0
  56. package/lib/regex/index.d.ts +2 -0
  57. package/lib/regex/regex.interface.d.ts +3 -0
  58. package/lib/regex/regex.service.d.ts +12 -0
  59. package/locale/en.auth.json +29 -29
  60. package/locale/en.common.json +43 -43
  61. package/locale/en.context.json +199 -199
  62. package/locale/en.core.json +29 -29
  63. package/locale/en.geo.json +805 -774
  64. package/locale/en.integration.json +123 -123
  65. package/locale/en.json +50 -19
  66. package/locale/fr.auth.json +32 -32
  67. package/locale/fr.common.json +43 -43
  68. package/locale/fr.context.json +199 -199
  69. package/locale/fr.core.json +29 -29
  70. package/locale/fr.geo.json +805 -774
  71. package/locale/fr.integration.json +125 -125
  72. package/locale/fr.json +43 -12
  73. package/package.json +10 -5
  74. package/public_api.d.ts +1 -0
  75. package/style/all.theming.scss +5 -5
  76. package/style/core.theming.scss +9 -9
  77. package/style/foreground.scss +20 -20
  78. package/style/index.theming.scss +780 -780
  79. package/style/material.font.scss +9 -9
  80. package/style/partial/core.variables.scss +4 -4
  81. package/style/partial/media.scss +80 -80
  82. package/style/setup.scss +2 -2
  83. package/style/themes/blue.theme.scss +19 -19
  84. package/style/themes/bluedark.theme.scss +51 -51
  85. package/style/themes/bluedq.theme.scss +52 -52
  86. package/style/themes/bluegrey.theme.scss +16 -16
  87. package/style/themes/dark.theme.scss +16 -16
  88. package/style/themes/deeppurple.theme.scss +16 -16
  89. package/style/themes/indigo.theme.scss +16 -16
  90. package/style/themes/orange.theme.scss +16 -16
  91. package/style/themes/teal.theme.scss +16 -16
  92. package/style/theming.scss +5 -5
  93. package/style/typography.scss +17 -17
@@ -1,124 +1,124 @@
1
- {
2
- "igo": {
3
- "integration": {
4
- "tools": {
5
- "catalog": "Catalog",
6
- "contexts": "Contexts",
7
- "directions": "Directions",
8
- "draw": "Draw",
9
- "importExport": "Import & Export",
10
- "ogcFilter": "Filter by",
11
- "map": "Map",
12
- "layers": "Layers",
13
- "legend": "Legend",
14
- "measurer": "Measure",
15
- "print": "Print",
16
- "searchResults": "Search Results",
17
- "shareMap": "Share",
18
- "timeFilter": "Time Filter",
19
- "about": "About",
20
- "spatialFilter": "Spatial Filter",
21
- "advancedMap": "Advanced map tools",
22
- "closestFeature": "Closest feature tool"
23
- },
24
- "searchResultsTool": {
25
- "noResults": "No results",
26
- "doSearch": "",
27
- "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>",
28
- "zoomOnFeatureTooltip": "Zoom on selected feature.",
29
- "zoomOnFeatureTooltipOutOfView": "The feature is out of view. Zoom on selected feature."
30
- },
31
- "aboutTool": {
32
- "headerHtml": "",
33
- "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>",
34
- "trainingGuide": "Training guide",
35
- "trainingGuideTooltip": "Click here to access IGO2's self-training guide"
36
- },
37
- "mapTool": {
38
- "empty": "No layer is currently active on this map. ",
39
- "customize": "Customize it by adding layer from the : ",
40
- "search-tool": "Search tool",
41
- "catalog-tool": "Data catalog",
42
- "context-tool": "Context manager",
43
- "noLayersVisible": "There is no visible layers.",
44
- "noLayersInRange": "There is no visible layers at the current scale. Please zoom in or out to discover theses layers."
45
- },
46
- "importExportTool": {
47
- "importExportData": "Layer",
48
- "importExportContext": "Context"
49
- },
50
- "workspace": {
51
- "toggleWorkspace": "Open/Close the table view",
52
- "ogcFilter.close": "Close",
53
- "ogcFilter.title": "Filters",
54
- "ogcFilter.tooltip": "Apply filters",
55
- "download.title": "Download",
56
- "download.tooltip": "Download",
57
- "inMapExtent.title": "Show records contained in map",
58
- "inMapExtent.active.tooltip": "Show records contained in map",
59
- "inMapExtent.inactive.tooltip": "Show all records",
60
- "zoomAuto.title": "Zoom auto",
61
- "zoomAuto.tooltip": "Zoom auto",
62
- "selected.title": "Show selected records only",
63
- "selected.tooltip": "Show selected records only",
64
- "clearSelection.title": "Deselect all",
65
- "clearSelection.tooltip": "Deselect all records",
66
- "maximize": "Extend",
67
- "maximizeTooltip": "Extend panel",
68
- "standardExtent": "Reduce",
69
- "standardExtentTooltip": "Reduce panel"
70
- },
71
- "directions": {
72
- "warning": {
73
- "title": "Warning",
74
- "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)."
75
- }
76
- },
77
- "map-proximity-tool": {
78
- "lon": "Longitude",
79
- "lat": "Latitude",
80
- "method": "Location method",
81
- "radiusM": "Search radius (meters)",
82
- "geolocation": "Your current location",
83
- "mapCenter": "Map center (black cross)",
84
- "copyMsg": "Coordinates copied to clipboard",
85
- "copyTitle": "Center's coordinate",
86
- "feature": "Feature",
87
- "distance": "Distance"
88
- },
89
- "advanced-map-tool": {
90
- "geolocation": {
91
- "title": "Geolocation",
92
- "tracking": "Activate/show the geolocation",
93
- "follow": "Follow your position on map"
94
- },
95
- "advanced-swipe": {
96
- "swipe-select": "select the layers for swiping",
97
- "selectAll": "Select all",
98
- "empty": "No layer is currently active on this map. ",
99
- "customize": "Customize it by adding layer from the : ",
100
- "search-tool": "Search tool",
101
- "catalog-tool": "Data catalog",
102
- "context-tool": "Context manager",
103
- "swipe": "Swipe",
104
- "swipe-tool": "Swipe-Tool"
105
- },
106
- "advanced-coordinates": {
107
- "copy": "Copy coordinates",
108
- "lon": "Longitude",
109
- "lat": "Latitude",
110
- "est": "Est",
111
- "nord": "North",
112
- "coordinates": "Coordinates",
113
- "copyMsg": "Coordinates copied to clipboard",
114
- "copyTitle": "Coordinates of cetre",
115
- "center": "Center",
116
- "coordSystem": "Systeme of coordinates",
117
- "zoom": "Current zoom level: ",
118
- "scale": "Current scale: ",
119
- "resolution": "Current resolution: "
120
- }
121
- }
122
- }
123
- }
1
+ {
2
+ "igo": {
3
+ "integration": {
4
+ "tools": {
5
+ "catalog": "Catalog",
6
+ "contexts": "Contexts",
7
+ "directions": "Directions",
8
+ "draw": "Draw",
9
+ "importExport": "Import & Export",
10
+ "ogcFilter": "Filter by",
11
+ "map": "Map",
12
+ "layers": "Layers",
13
+ "legend": "Legend",
14
+ "measurer": "Measure",
15
+ "print": "Print",
16
+ "searchResults": "Search Results",
17
+ "shareMap": "Share",
18
+ "timeFilter": "Time Filter",
19
+ "about": "About",
20
+ "spatialFilter": "Spatial Filter",
21
+ "advancedMap": "Advanced map tools",
22
+ "closestFeature": "Closest feature tool"
23
+ },
24
+ "searchResultsTool": {
25
+ "noResults": "No results",
26
+ "doSearch": "",
27
+ "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>",
28
+ "zoomOnFeatureTooltip": "Zoom on selected feature.",
29
+ "zoomOnFeatureTooltipOutOfView": "The feature is out of view. Zoom on selected feature."
30
+ },
31
+ "aboutTool": {
32
+ "headerHtml": "",
33
+ "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>",
34
+ "trainingGuide": "Training guide",
35
+ "trainingGuideTooltip": "Click here to access IGO2's self-training guide"
36
+ },
37
+ "mapTool": {
38
+ "empty": "No layer is currently active on this map. ",
39
+ "customize": "Customize it by adding layer from the : ",
40
+ "search-tool": "Search tool",
41
+ "catalog-tool": "Data catalog",
42
+ "context-tool": "Context manager",
43
+ "noLayersVisible": "There is no visible layers.",
44
+ "noLayersInRange": "There is no visible layers at the current scale. Please zoom in or out to discover theses layers."
45
+ },
46
+ "importExportTool": {
47
+ "importExportData": "Layer",
48
+ "importExportContext": "Context"
49
+ },
50
+ "workspace": {
51
+ "toggleWorkspace": "Open/Close the table view",
52
+ "ogcFilter.close": "Close",
53
+ "ogcFilter.title": "Filters",
54
+ "ogcFilter.tooltip": "Apply filters",
55
+ "download.title": "Download",
56
+ "download.tooltip": "Download",
57
+ "inMapExtent.title": "Show records contained in map",
58
+ "inMapExtent.active.tooltip": "Show records contained in map",
59
+ "inMapExtent.inactive.tooltip": "Show all records",
60
+ "zoomAuto.title": "Zoom auto",
61
+ "zoomAuto.tooltip": "Zoom auto",
62
+ "selected.title": "Show selected records only",
63
+ "selected.tooltip": "Show selected records only",
64
+ "clearSelection.title": "Deselect all",
65
+ "clearSelection.tooltip": "Deselect all records",
66
+ "maximize": "Extend",
67
+ "maximizeTooltip": "Extend panel",
68
+ "standardExtent": "Reduce",
69
+ "standardExtentTooltip": "Reduce panel"
70
+ },
71
+ "directions": {
72
+ "warning": {
73
+ "title": "Warning",
74
+ "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)."
75
+ }
76
+ },
77
+ "map-proximity-tool": {
78
+ "lon": "Longitude",
79
+ "lat": "Latitude",
80
+ "method": "Location method",
81
+ "radiusM": "Search radius (meters)",
82
+ "geolocation": "Your current location",
83
+ "mapCenter": "Map center (black cross)",
84
+ "copyMsg": "Coordinates copied to clipboard",
85
+ "copyTitle": "Center's coordinate",
86
+ "feature": "Feature",
87
+ "distance": "Distance"
88
+ },
89
+ "advanced-map-tool": {
90
+ "geolocation": {
91
+ "title": "Geolocation",
92
+ "tracking": "Activate/show the geolocation",
93
+ "follow": "Follow your position on map"
94
+ },
95
+ "advanced-swipe": {
96
+ "swipe-select": "select the layers for swiping",
97
+ "selectAll": "Select all",
98
+ "empty": "No layer is currently active on this map. ",
99
+ "customize": "Customize it by adding layer from the : ",
100
+ "search-tool": "Search tool",
101
+ "catalog-tool": "Data catalog",
102
+ "context-tool": "Context manager",
103
+ "swipe": "Swipe",
104
+ "swipe-tool": "Swipe-Tool"
105
+ },
106
+ "advanced-coordinates": {
107
+ "copy": "Copy coordinates",
108
+ "lon": "Longitude",
109
+ "lat": "Latitude",
110
+ "est": "Est",
111
+ "nord": "North",
112
+ "coordinates": "Coordinates",
113
+ "copyMsg": "Coordinates copied to clipboard",
114
+ "copyTitle": "Coordinates of centre",
115
+ "center": "Display map center",
116
+ "coordSystem": "Systeme of coordinates",
117
+ "zoom": "Current zoom level: ",
118
+ "scale": "Current scale: ",
119
+ "resolution": "Current resolution: "
120
+ }
121
+ }
122
+ }
123
+ }
124
124
  }
@@ -288,6 +288,7 @@
288
288
  "layer.addToMapOutRange": "Add to map. The layer is not visible at the current scale. Please zoom in/out",
289
289
  "layer.removeFromMap": "Remove from map",
290
290
  "layer.removeFromMapOutRange": "Remove from map. The layer is not visible at the current scale. Please zoom in/out",
291
+ "layer.removeFromMapNotVisible": "Remove from map. The layer is visible at the current scale but is not active. Toggle the map tool to adjust layer visibility.",
291
292
  "group.addToMap": "Add all layers from this group to map",
292
293
  "group.removeFromMap": "Remove all layers from this group to map",
293
294
  "baseLayers": "Baselayers",
@@ -398,6 +399,9 @@
398
399
  },
399
400
  "combinedLayers": "combinedLayers"
400
401
  },
402
+ "import": {
403
+ "promptStoreToIdb": "Do you want to save this layer to be used later in another session?"
404
+ },
401
405
  "importExportForm": {
402
406
  "exportButton": "Export",
403
407
  "exportButtonLink": "Open the link",
@@ -543,7 +547,24 @@
543
547
  "style": {
544
548
  "styleModal": "Edit style",
545
549
  "styleModalTooltip": "Edit the style of the selected entities "
546
- }
550
+ },
551
+ "saveBtn": "Save",
552
+ "cancelBtn": "Cancel",
553
+ "saveFeatureInLayer": "Save selection in layer",
554
+ "chooseOrSet": "Choose a layer or set a new layer name"
555
+ },
556
+ "style": {
557
+ "styleModal": "Edit style",
558
+ "styleModalTooltipLayer": "Edit the style of the layer.",
559
+ "styleModalTooltipSelected": "Edit the style of the selected entities",
560
+ "colorPicker": "Click to open the color selector",
561
+ "cancel": "Cancel",
562
+ "fill": "Fill",
563
+ "stroke": "Stroke",
564
+ "fontSize": "Font size",
565
+ "fontStyle": "Font style",
566
+ "offsetX": "Horizontal offset",
567
+ "offsetY": "Vertical offset"
547
568
  },
548
569
  "download": {
549
570
  "action": "Download data",
@@ -562,7 +583,7 @@
562
583
  "zoomOut": "Zoom out ({{zoom}})",
563
584
  "resetRotation": "Azimuth: {{azimuth}}°N. Rotation: {{rotation}}°. Set map to north",
564
585
  "tipRotation": "Hold Alt and SHIFT while dragging on map to rotate the map.",
565
- "preventSreenLock": "Prevent the screen to enter in lock mode.",
586
+ "preventScreenLock": "Prevent the screen to enter in lock mode.",
566
587
  "letScreenLock": "Allow the screen to enter in lock mode."
567
588
  },
568
589
  "metadata": {
@@ -604,7 +625,8 @@
604
625
  "topright": "Top right corner of the map",
605
626
  "bottomleft": "Bottom left corner of the map",
606
627
  "bottomright": "Bottom right corner of the map",
607
- "newpage": "On a new page"
628
+ "newpage": "On a new page",
629
+ "newimage": "On a new image"
608
630
  }
609
631
  },
610
632
  "directionsForm": {
@@ -704,6 +726,7 @@
704
726
  "layer.placeholder": "Search for a layer",
705
727
  "ichercheReverse.name": "Search by coordinates",
706
728
  "clearSearch": "Clear search",
729
+ "addToLayer": "Add to layer",
707
730
  "ilayer": {
708
731
  "name": "Layers",
709
732
  "properties": {
@@ -734,6 +757,13 @@
734
757
  "canada": "Canada"
735
758
  }
736
759
  },
760
+ "workspace": {
761
+ "name": "Imported data (vector)",
762
+ "restrictExtent": {
763
+ "map": "Map extent",
764
+ "whole": "Whole dataset"
765
+ }
766
+ },
737
767
  "icherche": {
738
768
  "name": "iCherche",
739
769
  "type": {
@@ -760,14 +790,16 @@
760
790
  "cycleStop": "Cycle stop"
761
791
  },
762
792
  "restrictExtent": {
763
- "map": "À l'étendue de la carte",
764
- "quebec": "Au Québec"
793
+ "map": "Map extent",
794
+ "quebec": "Whole Quebec"
765
795
  }
766
796
  },
767
797
  "coordinates": {
768
798
  "name": "Coordinates",
769
799
  "coord": "Geographic (longitude, latitude)",
800
+ "reversedCoord": "Geographic (latitude, longitude)",
770
801
  "coordDMS": "Geographic (longitude, latitude) (DMS)",
802
+ "reversedCoordDMS": "Geographic (latitude, longitude) (DMS)",
771
803
  "radius": "Radius",
772
804
  "conf": "Confidence"
773
805
  },
@@ -783,10 +815,16 @@
783
815
  "title": "Show results geometries",
784
816
  "tooltip": "Hide/ show the results geometries "
785
817
  },
818
+ "reverseCoordFormat": {
819
+ "title": "Display data in latitude/longitude",
820
+ "tooltipLonLat": "Display data in latitude/longitude",
821
+ "tooltipLatLon": "Display data in longitude/latitude"
822
+ },
786
823
  "searchSources": {
787
824
  "selectAll": "Select All",
788
825
  "unselectAll": "Unselect All",
789
826
  "settings": {
827
+ "datasets": "Datasets",
790
828
  "results type": "Results type",
791
829
  "ecmax": "Maximum deviation",
792
830
  "radius": "Search radius",
@@ -887,7 +925,7 @@
887
925
  "secteur": "Sector",
888
926
  "immeubles": "Tenement",
889
927
  "sites": "Cultural sites",
890
- "cpe": "Children's education center",
928
+ "service-garde": "Child care",
891
929
  "public": "Public schools",
892
930
  "prive": "Private school",
893
931
  "gouvernemental": "Government schools",
@@ -965,14 +1003,12 @@
965
1003
  "abort": "Abort current drawing",
966
1004
  "cancel": "Cancel",
967
1005
  "Circle": "Circle",
968
- "colorPicker": "Click to open the color picker",
969
1006
  "dialogInstruction": "Enter your drawing's label",
970
1007
  "dialogTitle": "Label",
971
1008
  "delete": "Remove Drawings from map",
972
- "drawing": "Draws",
973
- "fill": "Fill",
1009
+ "drawing": "Drawings",
974
1010
  "finish": "Finish current drawing",
975
- "freehandMode": "Freehand draw",
1011
+ "freehandMode": "Freehand drawing",
976
1012
  "icon": "Icons",
977
1013
  "InsertvalueRadius": "Use a predefined radius",
978
1014
  "labels": "Labels",
@@ -984,14 +1020,9 @@
984
1020
  "Polygon": "Polygon",
985
1021
  "radius": "Radius",
986
1022
  "shortcuts": "Keyboard shortcuts",
987
- "stroke": "Stroke",
988
1023
  "styleSelect": "Select style",
989
1024
  "toggleMapTooltips": "Show map tooltips",
990
1025
  "undo": "Remove last vertex",
991
- "fontSize": "Font size",
992
- "fontStyle": "Font style",
993
- "offsetX": "Horizontal offset",
994
- "offsetY": "Vertical offset",
995
1026
  "layer": {
996
1027
  "title": "Title",
997
1028
  "createNewLayer": "Create new drawing layer",
@@ -1003,10 +1034,10 @@
1003
1034
  "Length": "Length",
1004
1035
  "Area": "Area",
1005
1036
  "predefined": "Predefined",
1006
- "custom": "Custom",
1037
+ "custom": "Customized",
1007
1038
  "A": "A: "
1008
1039
  },
1009
- "popupTitle": "Drawing's label"
1040
+ "popupTitle": "Drawing label"
1010
1041
  },
1011
1042
  "network": {
1012
1043
  "online": {
@@ -1161,8 +1192,8 @@
1161
1192
  "nord": "North",
1162
1193
  "coordinates": "Coordinates",
1163
1194
  "copyMsg": "Coordinates copied to clipboard",
1164
- "copyTitle": "Coordinates of cetre",
1165
- "center": "Center",
1195
+ "copyTitle": "Coordinates of centre",
1196
+ "center": "Display map center",
1166
1197
  "coordSystem": "Systeme of coordinates",
1167
1198
  "zoom": "Current zoom level: ",
1168
1199
  "scale": "Current scale: ",
@@ -1,32 +1,32 @@
1
- {
2
- "igo": {
3
- "auth": {
4
- "accessAnonymous": "Rester anonyme",
5
- "connection": "Connexion",
6
- "login": "Connecter",
7
- "password": "Mot de passe",
8
- "signOut": "Se déconnecter",
9
- "user": "Utilisateur",
10
- "welcome": "Bienvenue {{name}}!",
11
- "deconnection": "Vous êtes déconnecté",
12
- "home": "Retourner à la page d'accueil",
13
- "error": {
14
- "Password expired": "Votre mot de passe est expiré",
15
- "Maximun logins exceeded": "Nombre maximal de connexions dépassé",
16
- "Login lockout": "Nombre maximal d'essai dépassé. Votre compte est verrouillé.",
17
- "Wrong password": "Mot de passe incorrect",
18
- "Invalid username": "Utilisateur invalide"
19
- },
20
- "google": {
21
- "login": "Se connecter avec Google",
22
- "logged": "Connecté avec Google"
23
- },
24
- "microsoft": {
25
- "login": "Se connecter avec compte Azure"
26
- },
27
- "microsoftb2c": {
28
- "login": "Se connecter"
29
- }
30
- }
31
- }
32
- }
1
+ {
2
+ "igo": {
3
+ "auth": {
4
+ "accessAnonymous": "Rester anonyme",
5
+ "connection": "Connexion",
6
+ "login": "Connecter",
7
+ "password": "Mot de passe",
8
+ "signOut": "Se déconnecter",
9
+ "user": "Utilisateur",
10
+ "welcome": "Bienvenue {{name}}!",
11
+ "deconnection": "Vous êtes déconnecté",
12
+ "home": "Retourner à la page d'accueil",
13
+ "error": {
14
+ "Password expired": "Votre mot de passe est expiré",
15
+ "Maximun logins exceeded": "Nombre maximal de connexions dépassé",
16
+ "Login lockout": "Nombre maximal d'essai dépassé. Votre compte est verrouillé.",
17
+ "Wrong password": "Mot de passe incorrect",
18
+ "Invalid username": "Utilisateur invalide"
19
+ },
20
+ "google": {
21
+ "login": "Se connecter avec Google",
22
+ "logged": "Connecté avec Google"
23
+ },
24
+ "microsoft": {
25
+ "login": "Se connecter avec compte Azure"
26
+ },
27
+ "microsoftb2c": {
28
+ "login": "Se connecter"
29
+ }
30
+ }
31
+ }
32
+ }