umap-project 3.2.0__py3-none-any.whl → 3.3.1__py3-none-any.whl

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.

Potentially problematic release.


This version of umap-project might be problematic. Click here for more details.

Files changed (179) hide show
  1. umap/__init__.py +1 -1
  2. umap/locale/el/LC_MESSAGES/django.mo +0 -0
  3. umap/locale/el/LC_MESSAGES/django.po +42 -38
  4. umap/locale/en/LC_MESSAGES/django.mo +0 -0
  5. umap/locale/en/LC_MESSAGES/django.po +15 -15
  6. umap/locale/hu/LC_MESSAGES/django.mo +0 -0
  7. umap/locale/hu/LC_MESSAGES/django.po +39 -35
  8. umap/locale/nl/LC_MESSAGES/django.mo +0 -0
  9. umap/locale/nl/LC_MESSAGES/django.po +31 -27
  10. umap/settings/base.py +2 -0
  11. umap/static/umap/css/contextmenu.css +58 -2
  12. umap/static/umap/css/form.css +175 -45
  13. umap/static/umap/css/icon.css +20 -0
  14. umap/static/umap/img/16-white.svg +21 -40
  15. umap/static/umap/img/16.svg +1 -1
  16. umap/static/umap/img/24-white.svg +9 -9
  17. umap/static/umap/img/24.svg +23 -10
  18. umap/static/umap/img/source/16-white.svg +23 -41
  19. umap/static/umap/img/source/16.svg +1 -1
  20. umap/static/umap/img/source/24-white.svg +11 -11
  21. umap/static/umap/img/source/24.svg +25 -12
  22. umap/static/umap/js/modules/caption.js +8 -0
  23. umap/static/umap/js/modules/data/features.js +318 -174
  24. umap/static/umap/js/modules/data/layer.js +27 -20
  25. umap/static/umap/js/modules/form/builder.js +11 -7
  26. umap/static/umap/js/modules/form/fields.js +10 -7
  27. umap/static/umap/js/modules/formatter.js +42 -20
  28. umap/static/umap/js/modules/importer.js +6 -1
  29. umap/static/umap/js/modules/importers/opendata.js +125 -37
  30. umap/static/umap/js/modules/importers/openrouteservice.js +140 -0
  31. umap/static/umap/js/modules/managers.js +12 -4
  32. umap/static/umap/js/modules/printer.js +107 -0
  33. umap/static/umap/js/modules/rendering/controls.js +78 -2
  34. umap/static/umap/js/modules/rendering/icon.js +113 -82
  35. umap/static/umap/js/modules/rendering/layers/cluster.js +220 -64
  36. umap/static/umap/js/modules/rendering/map.js +5 -1
  37. umap/static/umap/js/modules/rendering/template.js +71 -1
  38. umap/static/umap/js/modules/rendering/ui.js +101 -34
  39. umap/static/umap/js/modules/schema.js +24 -0
  40. umap/static/umap/js/modules/share.js +19 -12
  41. umap/static/umap/js/modules/ui/bar.js +6 -1
  42. umap/static/umap/js/modules/ui/base.js +24 -9
  43. umap/static/umap/js/modules/ui/contextmenu.js +17 -7
  44. umap/static/umap/js/modules/ui/dialog.js +7 -4
  45. umap/static/umap/js/modules/umap.js +68 -62
  46. umap/static/umap/js/umap.controls.js +22 -57
  47. umap/static/umap/locale/am_ET.js +39 -4
  48. umap/static/umap/locale/am_ET.json +39 -4
  49. umap/static/umap/locale/ar.js +39 -4
  50. umap/static/umap/locale/ar.json +39 -4
  51. umap/static/umap/locale/ast.js +39 -4
  52. umap/static/umap/locale/ast.json +39 -4
  53. umap/static/umap/locale/bg.js +39 -4
  54. umap/static/umap/locale/bg.json +39 -4
  55. umap/static/umap/locale/br.js +39 -4
  56. umap/static/umap/locale/br.json +39 -4
  57. umap/static/umap/locale/ca.js +39 -4
  58. umap/static/umap/locale/ca.json +39 -4
  59. umap/static/umap/locale/cs_CZ.js +39 -4
  60. umap/static/umap/locale/cs_CZ.json +39 -4
  61. umap/static/umap/locale/da.js +47 -12
  62. umap/static/umap/locale/da.json +47 -12
  63. umap/static/umap/locale/de.js +39 -4
  64. umap/static/umap/locale/de.json +39 -4
  65. umap/static/umap/locale/el.js +81 -46
  66. umap/static/umap/locale/el.json +81 -46
  67. umap/static/umap/locale/en.js +38 -4
  68. umap/static/umap/locale/en.json +38 -4
  69. umap/static/umap/locale/en_US.json +39 -4
  70. umap/static/umap/locale/es.js +47 -12
  71. umap/static/umap/locale/es.json +47 -12
  72. umap/static/umap/locale/et.js +39 -4
  73. umap/static/umap/locale/et.json +39 -4
  74. umap/static/umap/locale/eu.js +80 -45
  75. umap/static/umap/locale/eu.json +80 -45
  76. umap/static/umap/locale/fa_IR.js +39 -4
  77. umap/static/umap/locale/fa_IR.json +39 -4
  78. umap/static/umap/locale/fi.js +39 -4
  79. umap/static/umap/locale/fi.json +39 -4
  80. umap/static/umap/locale/fr.js +39 -4
  81. umap/static/umap/locale/fr.json +39 -4
  82. umap/static/umap/locale/gl.js +39 -4
  83. umap/static/umap/locale/gl.json +39 -4
  84. umap/static/umap/locale/he.js +39 -4
  85. umap/static/umap/locale/he.json +39 -4
  86. umap/static/umap/locale/hr.js +39 -4
  87. umap/static/umap/locale/hr.json +39 -4
  88. umap/static/umap/locale/hu.js +55 -20
  89. umap/static/umap/locale/hu.json +55 -20
  90. umap/static/umap/locale/id.js +39 -4
  91. umap/static/umap/locale/id.json +39 -4
  92. umap/static/umap/locale/is.js +39 -4
  93. umap/static/umap/locale/is.json +39 -4
  94. umap/static/umap/locale/it.js +39 -4
  95. umap/static/umap/locale/it.json +39 -4
  96. umap/static/umap/locale/ja.js +39 -4
  97. umap/static/umap/locale/ja.json +39 -4
  98. umap/static/umap/locale/ko.js +39 -4
  99. umap/static/umap/locale/ko.json +39 -4
  100. umap/static/umap/locale/lt.js +39 -4
  101. umap/static/umap/locale/lt.json +39 -4
  102. umap/static/umap/locale/ms.js +52 -17
  103. umap/static/umap/locale/ms.json +52 -17
  104. umap/static/umap/locale/nl.js +58 -23
  105. umap/static/umap/locale/nl.json +58 -23
  106. umap/static/umap/locale/no.js +39 -4
  107. umap/static/umap/locale/no.json +39 -4
  108. umap/static/umap/locale/pl.js +39 -4
  109. umap/static/umap/locale/pl.json +39 -4
  110. umap/static/umap/locale/pl_PL.json +39 -4
  111. umap/static/umap/locale/pt.js +39 -4
  112. umap/static/umap/locale/pt.json +39 -4
  113. umap/static/umap/locale/pt_BR.js +39 -4
  114. umap/static/umap/locale/pt_BR.json +39 -4
  115. umap/static/umap/locale/pt_PT.js +39 -4
  116. umap/static/umap/locale/pt_PT.json +39 -4
  117. umap/static/umap/locale/ro.js +39 -4
  118. umap/static/umap/locale/ro.json +39 -4
  119. umap/static/umap/locale/ru.js +39 -4
  120. umap/static/umap/locale/ru.json +39 -4
  121. umap/static/umap/locale/sk_SK.js +39 -4
  122. umap/static/umap/locale/sk_SK.json +39 -4
  123. umap/static/umap/locale/sl.js +39 -4
  124. umap/static/umap/locale/sl.json +39 -4
  125. umap/static/umap/locale/sr.js +39 -4
  126. umap/static/umap/locale/sr.json +39 -4
  127. umap/static/umap/locale/sv.js +39 -4
  128. umap/static/umap/locale/sv.json +39 -4
  129. umap/static/umap/locale/th_TH.js +39 -4
  130. umap/static/umap/locale/th_TH.json +39 -4
  131. umap/static/umap/locale/tr.js +39 -4
  132. umap/static/umap/locale/tr.json +39 -4
  133. umap/static/umap/locale/uk_UA.js +39 -4
  134. umap/static/umap/locale/uk_UA.json +39 -4
  135. umap/static/umap/locale/vi.js +39 -4
  136. umap/static/umap/locale/vi.json +39 -4
  137. umap/static/umap/locale/vi_VN.json +39 -4
  138. umap/static/umap/locale/zh.js +39 -4
  139. umap/static/umap/locale/zh.json +39 -4
  140. umap/static/umap/locale/zh_CN.json +39 -4
  141. umap/static/umap/locale/zh_TW.Big5.json +39 -4
  142. umap/static/umap/locale/zh_TW.js +98 -63
  143. umap/static/umap/locale/zh_TW.json +98 -63
  144. umap/static/umap/map.css +90 -41
  145. umap/static/umap/vars.css +1 -0
  146. umap/static/umap/vendors/editable/Leaflet.Editable.js +3 -1
  147. umap/static/umap/vendors/openrouteservice/ors-js-client.js +521 -0
  148. umap/static/umap/vendors/openrouteservice/ors-js-client.js.map +1 -0
  149. umap/static/umap/vendors/simple-elevation-chart/elevation.js +63 -0
  150. umap/static/umap/vendors/simple-elevation-chart/elevation.svg +8 -0
  151. umap/static/umap/vendors/snapdom/snapdom.min.mjs +3 -0
  152. umap/storage/staticfiles.py +12 -0
  153. umap/templates/umap/css.html +0 -4
  154. umap/templates/umap/js.html +1 -3
  155. umap/tests/integration/test_basics.py +2 -0
  156. umap/tests/integration/test_conditional_rules.py +17 -17
  157. umap/tests/integration/test_datalayer.py +1 -1
  158. umap/tests/integration/test_draw_polygon.py +3 -5
  159. umap/tests/integration/test_draw_polyline.py +4 -6
  160. umap/tests/integration/test_draw_route.py +178 -0
  161. umap/tests/integration/test_edit_map.py +1 -1
  162. umap/tests/integration/test_edit_marker.py +7 -7
  163. umap/tests/integration/test_edit_polygon.py +2 -2
  164. umap/tests/integration/test_export_map.py +74 -10
  165. umap/tests/integration/test_map_preview.py +1 -1
  166. umap/tests/integration/test_share.py +1 -1
  167. umap/tests/integration/test_tableeditor.py +4 -4
  168. umap/tests/integration/test_websocket_sync.py +4 -4
  169. umap/utils.py +5 -1
  170. umap/views.py +2 -0
  171. {umap_project-3.2.0.dist-info → umap_project-3.3.1.dist-info}/METADATA +9 -9
  172. {umap_project-3.2.0.dist-info → umap_project-3.3.1.dist-info}/RECORD +175 -171
  173. umap/static/umap/vendors/markercluster/MarkerCluster.Default.css +0 -60
  174. umap/static/umap/vendors/markercluster/MarkerCluster.css +0 -14
  175. umap/static/umap/vendors/markercluster/leaflet.markercluster.js +0 -2
  176. umap/static/umap/vendors/markercluster/leaflet.markercluster.js.map +0 -1
  177. {umap_project-3.2.0.dist-info → umap_project-3.3.1.dist-info}/WHEEL +0 -0
  178. {umap_project-3.2.0.dist-info → umap_project-3.3.1.dist-info}/entry_points.txt +0 -0
  179. {umap_project-3.2.0.dist-info → umap_project-3.3.1.dist-info}/licenses/LICENSE +0 -0
@@ -57,7 +57,6 @@
57
57
  "Click last point to finish shape": "クリックでシェイプの作成を終了",
58
58
  "Click to add a marker": "クリックでマーカー追加",
59
59
  "Click to continue drawing": "クリックで描画を継続",
60
- "Click to edit": "クリックで編集",
61
60
  "Click to start drawing a line": "クリックでラインの描画開始",
62
61
  "Click to start drawing a polygon": "クリックでポリゴンの描画開始",
63
62
  "Clone of {name}": "{name}の複製",
@@ -209,7 +208,6 @@
209
208
  "Link with text: [[https://example.com|text of the link]]": "Link with text: [[https://example.com|text of the link]]",
210
209
  "Long credits": "正式なクレジット",
211
210
  "Longitude": "経度",
212
- "Make main shape": "メインシェイプを作成",
213
211
  "Manage layers": "レイヤ管理",
214
212
  "Manual": "Manual",
215
213
  "Map background credits": "背景地図クレジット",
@@ -285,7 +283,6 @@
285
283
  "Quantiles": "Quantiles",
286
284
  "Recent": "Recent",
287
285
  "Remote data": "サイト外のデータ",
288
- "Remove shape from the multi": "マルチからシェイプを削除",
289
286
  "Replace layer content": "レイヤ内容を差し替える",
290
287
  "Restore this version": "このバージョンを復元する",
291
288
  "Save current edits": "編集内容を保存",
@@ -580,5 +577,43 @@
580
577
  "Manage Fields": "Manage Fields",
581
578
  "Rename this field": "Rename this field",
582
579
  "Delete this field": "Delete this field",
583
- "Double click to edit the name": "Double click to edit the name"
580
+ "Double click to edit the name": "Double click to edit the name",
581
+ "Print map": "Print map",
582
+ "Choose a format": "Choose a format",
583
+ "Scale map": "Scale map",
584
+ "portrait": "portrait",
585
+ "landscape": "landscape",
586
+ "Print": "Print",
587
+ "Preparing the print…": "Preparing the print…",
588
+ "Large Circle": "Large Circle",
589
+ "Icon size": "Icon size",
590
+ "Will only affect raw and large circle icons.": "Will only affect raw and large circle icons.",
591
+ "Route": "Route",
592
+ "Display the print control": "Display the print control",
593
+ "Compute isochrone from here": "Compute isochrone from here",
594
+ "Route settings": "Route settings",
595
+ "Transform to regular line": "Transform to regular line",
596
+ "Transform to route": "Transform to route",
597
+ "Restore route": "Restore route",
598
+ "Compute elevation": "Compute elevation",
599
+ "Profile": "Profile",
600
+ "Compute elevations": "Compute elevations",
601
+ "Route preference": "Route preference",
602
+ "Compute route": "Compute route",
603
+ "Walking": "Walking",
604
+ "Hiking": "Hiking",
605
+ "By car": "By car",
606
+ "Cycling": "Cycling",
607
+ "Wheelchair": "Wheelchair",
608
+ "Recommended": "Recommended",
609
+ "Fastest": "Fastest",
610
+ "Shortest": "Shortest",
611
+ "Max time (in minutes)": "Max time (in minutes)",
612
+ "Number of lines": "Number of lines",
613
+ "Distance:": "Distance:",
614
+ "Gain:": "Gain:",
615
+ "Loss:": "Loss:",
616
+ "Altitude:": "Altitude:",
617
+ "Right-click to edit": "Right-click to edit",
618
+ "Draw along routes": "Draw along routes"
584
619
  }
@@ -57,7 +57,6 @@ const locale = {
57
57
  "Click last point to finish shape": "도형을 그만 그리려면 마지막 점을 클릭",
58
58
  "Click to add a marker": "마커를 추가하려면 클릭",
59
59
  "Click to continue drawing": "계속 그리려면 클릭",
60
- "Click to edit": "편집하려면 클릭",
61
60
  "Click to start drawing a line": "선을 그리려면 클릭",
62
61
  "Click to start drawing a polygon": "도형을 그리려면 클릭",
63
62
  "Clone of {name}": "{name}의 복제본",
@@ -209,7 +208,6 @@ const locale = {
209
208
  "Link with text: [[https://example.com|text of the link]]": "Link with text: [[https://example.com|text of the link]]",
210
209
  "Long credits": "Long credits",
211
210
  "Longitude": "Longitude",
212
- "Make main shape": "Make main shape",
213
211
  "Manage layers": "Manage layers",
214
212
  "Manual": "Manual",
215
213
  "Map background credits": "Map background credits",
@@ -285,7 +283,6 @@ const locale = {
285
283
  "Quantiles": "Quantiles",
286
284
  "Recent": "Recent",
287
285
  "Remote data": "Remote data",
288
- "Remove shape from the multi": "Remove shape from the multi",
289
286
  "Replace layer content": "Replace layer content",
290
287
  "Restore this version": "Restore this version",
291
288
  "Save current edits": "Save current edits",
@@ -580,7 +577,45 @@ const locale = {
580
577
  "Manage Fields": "Manage Fields",
581
578
  "Rename this field": "Rename this field",
582
579
  "Delete this field": "Delete this field",
583
- "Double click to edit the name": "Double click to edit the name"
580
+ "Double click to edit the name": "Double click to edit the name",
581
+ "Print map": "Print map",
582
+ "Choose a format": "Choose a format",
583
+ "Scale map": "Scale map",
584
+ "portrait": "portrait",
585
+ "landscape": "landscape",
586
+ "Print": "Print",
587
+ "Preparing the print…": "Preparing the print…",
588
+ "Large Circle": "Large Circle",
589
+ "Icon size": "Icon size",
590
+ "Will only affect raw and large circle icons.": "Will only affect raw and large circle icons.",
591
+ "Route": "Route",
592
+ "Display the print control": "Display the print control",
593
+ "Compute isochrone from here": "Compute isochrone from here",
594
+ "Route settings": "Route settings",
595
+ "Transform to regular line": "Transform to regular line",
596
+ "Transform to route": "Transform to route",
597
+ "Restore route": "Restore route",
598
+ "Compute elevation": "Compute elevation",
599
+ "Profile": "Profile",
600
+ "Compute elevations": "Compute elevations",
601
+ "Route preference": "Route preference",
602
+ "Compute route": "Compute route",
603
+ "Walking": "Walking",
604
+ "Hiking": "Hiking",
605
+ "By car": "By car",
606
+ "Cycling": "Cycling",
607
+ "Wheelchair": "Wheelchair",
608
+ "Recommended": "Recommended",
609
+ "Fastest": "Fastest",
610
+ "Shortest": "Shortest",
611
+ "Max time (in minutes)": "Max time (in minutes)",
612
+ "Number of lines": "Number of lines",
613
+ "Distance:": "Distance:",
614
+ "Gain:": "Gain:",
615
+ "Loss:": "Loss:",
616
+ "Altitude:": "Altitude:",
617
+ "Right-click to edit": "Right-click to edit",
618
+ "Draw along routes": "Draw along routes"
584
619
  }
585
620
  L.registerLocale("ko", locale)
586
621
  L.setLocale("ko")
@@ -57,7 +57,6 @@
57
57
  "Click last point to finish shape": "도형을 그만 그리려면 마지막 점을 클릭",
58
58
  "Click to add a marker": "마커를 추가하려면 클릭",
59
59
  "Click to continue drawing": "계속 그리려면 클릭",
60
- "Click to edit": "편집하려면 클릭",
61
60
  "Click to start drawing a line": "선을 그리려면 클릭",
62
61
  "Click to start drawing a polygon": "도형을 그리려면 클릭",
63
62
  "Clone of {name}": "{name}의 복제본",
@@ -209,7 +208,6 @@
209
208
  "Link with text: [[https://example.com|text of the link]]": "Link with text: [[https://example.com|text of the link]]",
210
209
  "Long credits": "Long credits",
211
210
  "Longitude": "Longitude",
212
- "Make main shape": "Make main shape",
213
211
  "Manage layers": "Manage layers",
214
212
  "Manual": "Manual",
215
213
  "Map background credits": "Map background credits",
@@ -285,7 +283,6 @@
285
283
  "Quantiles": "Quantiles",
286
284
  "Recent": "Recent",
287
285
  "Remote data": "Remote data",
288
- "Remove shape from the multi": "Remove shape from the multi",
289
286
  "Replace layer content": "Replace layer content",
290
287
  "Restore this version": "Restore this version",
291
288
  "Save current edits": "Save current edits",
@@ -580,5 +577,43 @@
580
577
  "Manage Fields": "Manage Fields",
581
578
  "Rename this field": "Rename this field",
582
579
  "Delete this field": "Delete this field",
583
- "Double click to edit the name": "Double click to edit the name"
580
+ "Double click to edit the name": "Double click to edit the name",
581
+ "Print map": "Print map",
582
+ "Choose a format": "Choose a format",
583
+ "Scale map": "Scale map",
584
+ "portrait": "portrait",
585
+ "landscape": "landscape",
586
+ "Print": "Print",
587
+ "Preparing the print…": "Preparing the print…",
588
+ "Large Circle": "Large Circle",
589
+ "Icon size": "Icon size",
590
+ "Will only affect raw and large circle icons.": "Will only affect raw and large circle icons.",
591
+ "Route": "Route",
592
+ "Display the print control": "Display the print control",
593
+ "Compute isochrone from here": "Compute isochrone from here",
594
+ "Route settings": "Route settings",
595
+ "Transform to regular line": "Transform to regular line",
596
+ "Transform to route": "Transform to route",
597
+ "Restore route": "Restore route",
598
+ "Compute elevation": "Compute elevation",
599
+ "Profile": "Profile",
600
+ "Compute elevations": "Compute elevations",
601
+ "Route preference": "Route preference",
602
+ "Compute route": "Compute route",
603
+ "Walking": "Walking",
604
+ "Hiking": "Hiking",
605
+ "By car": "By car",
606
+ "Cycling": "Cycling",
607
+ "Wheelchair": "Wheelchair",
608
+ "Recommended": "Recommended",
609
+ "Fastest": "Fastest",
610
+ "Shortest": "Shortest",
611
+ "Max time (in minutes)": "Max time (in minutes)",
612
+ "Number of lines": "Number of lines",
613
+ "Distance:": "Distance:",
614
+ "Gain:": "Gain:",
615
+ "Loss:": "Loss:",
616
+ "Altitude:": "Altitude:",
617
+ "Right-click to edit": "Right-click to edit",
618
+ "Draw along routes": "Draw along routes"
584
619
  }
@@ -57,7 +57,6 @@ const locale = {
57
57
  "Click last point to finish shape": "Paspauskite ant paskutinio taško kad baigti piešimą",
58
58
  "Click to add a marker": "Paspauskite kad pridėti žymeklį",
59
59
  "Click to continue drawing": "Paspauskite kad tęsti piešimą",
60
- "Click to edit": "Click to edit",
61
60
  "Click to start drawing a line": "Paspauskite ir pradėsite piešti liniją",
62
61
  "Click to start drawing a polygon": "Paspauskite ir pradėsite priešti poligoną",
63
62
  "Clone of {name}": "{name} kopija",
@@ -209,7 +208,6 @@ const locale = {
209
208
  "Link with text: [[https://example.com|text of the link]]": "Link with text: [[https://example.com|text of the link]]",
210
209
  "Long credits": "Apie kūrėjus",
211
210
  "Longitude": "Ilguma",
212
- "Make main shape": "Make main shape",
213
211
  "Manage layers": "Manage layers",
214
212
  "Manual": "Manual",
215
213
  "Map background credits": "Žemėlapio fono naudojimo sąlygos",
@@ -285,7 +283,6 @@ const locale = {
285
283
  "Quantiles": "Quantiles",
286
284
  "Recent": "Recent",
287
285
  "Remote data": "Išoriniai duomenys",
288
- "Remove shape from the multi": "Remove shape from the multi",
289
286
  "Replace layer content": "Replace layer content",
290
287
  "Restore this version": "Restore this version",
291
288
  "Save current edits": "Išsaugoti pakeitimus",
@@ -580,7 +577,45 @@ const locale = {
580
577
  "Manage Fields": "Manage Fields",
581
578
  "Rename this field": "Rename this field",
582
579
  "Delete this field": "Delete this field",
583
- "Double click to edit the name": "Double click to edit the name"
580
+ "Double click to edit the name": "Double click to edit the name",
581
+ "Print map": "Print map",
582
+ "Choose a format": "Choose a format",
583
+ "Scale map": "Scale map",
584
+ "portrait": "portrait",
585
+ "landscape": "landscape",
586
+ "Print": "Print",
587
+ "Preparing the print…": "Preparing the print…",
588
+ "Large Circle": "Large Circle",
589
+ "Icon size": "Icon size",
590
+ "Will only affect raw and large circle icons.": "Will only affect raw and large circle icons.",
591
+ "Route": "Route",
592
+ "Display the print control": "Display the print control",
593
+ "Compute isochrone from here": "Compute isochrone from here",
594
+ "Route settings": "Route settings",
595
+ "Transform to regular line": "Transform to regular line",
596
+ "Transform to route": "Transform to route",
597
+ "Restore route": "Restore route",
598
+ "Compute elevation": "Compute elevation",
599
+ "Profile": "Profile",
600
+ "Compute elevations": "Compute elevations",
601
+ "Route preference": "Route preference",
602
+ "Compute route": "Compute route",
603
+ "Walking": "Walking",
604
+ "Hiking": "Hiking",
605
+ "By car": "By car",
606
+ "Cycling": "Cycling",
607
+ "Wheelchair": "Wheelchair",
608
+ "Recommended": "Recommended",
609
+ "Fastest": "Fastest",
610
+ "Shortest": "Shortest",
611
+ "Max time (in minutes)": "Max time (in minutes)",
612
+ "Number of lines": "Number of lines",
613
+ "Distance:": "Distance:",
614
+ "Gain:": "Gain:",
615
+ "Loss:": "Loss:",
616
+ "Altitude:": "Altitude:",
617
+ "Right-click to edit": "Right-click to edit",
618
+ "Draw along routes": "Draw along routes"
584
619
  }
585
620
  L.registerLocale("lt", locale)
586
621
  L.setLocale("lt")
@@ -57,7 +57,6 @@
57
57
  "Click last point to finish shape": "Paspauskite ant paskutinio taško kad baigti piešimą",
58
58
  "Click to add a marker": "Paspauskite kad pridėti žymeklį",
59
59
  "Click to continue drawing": "Paspauskite kad tęsti piešimą",
60
- "Click to edit": "Click to edit",
61
60
  "Click to start drawing a line": "Paspauskite ir pradėsite piešti liniją",
62
61
  "Click to start drawing a polygon": "Paspauskite ir pradėsite priešti poligoną",
63
62
  "Clone of {name}": "{name} kopija",
@@ -209,7 +208,6 @@
209
208
  "Link with text: [[https://example.com|text of the link]]": "Link with text: [[https://example.com|text of the link]]",
210
209
  "Long credits": "Apie kūrėjus",
211
210
  "Longitude": "Ilguma",
212
- "Make main shape": "Make main shape",
213
211
  "Manage layers": "Manage layers",
214
212
  "Manual": "Manual",
215
213
  "Map background credits": "Žemėlapio fono naudojimo sąlygos",
@@ -285,7 +283,6 @@
285
283
  "Quantiles": "Quantiles",
286
284
  "Recent": "Recent",
287
285
  "Remote data": "Išoriniai duomenys",
288
- "Remove shape from the multi": "Remove shape from the multi",
289
286
  "Replace layer content": "Replace layer content",
290
287
  "Restore this version": "Restore this version",
291
288
  "Save current edits": "Išsaugoti pakeitimus",
@@ -580,5 +577,43 @@
580
577
  "Manage Fields": "Manage Fields",
581
578
  "Rename this field": "Rename this field",
582
579
  "Delete this field": "Delete this field",
583
- "Double click to edit the name": "Double click to edit the name"
580
+ "Double click to edit the name": "Double click to edit the name",
581
+ "Print map": "Print map",
582
+ "Choose a format": "Choose a format",
583
+ "Scale map": "Scale map",
584
+ "portrait": "portrait",
585
+ "landscape": "landscape",
586
+ "Print": "Print",
587
+ "Preparing the print…": "Preparing the print…",
588
+ "Large Circle": "Large Circle",
589
+ "Icon size": "Icon size",
590
+ "Will only affect raw and large circle icons.": "Will only affect raw and large circle icons.",
591
+ "Route": "Route",
592
+ "Display the print control": "Display the print control",
593
+ "Compute isochrone from here": "Compute isochrone from here",
594
+ "Route settings": "Route settings",
595
+ "Transform to regular line": "Transform to regular line",
596
+ "Transform to route": "Transform to route",
597
+ "Restore route": "Restore route",
598
+ "Compute elevation": "Compute elevation",
599
+ "Profile": "Profile",
600
+ "Compute elevations": "Compute elevations",
601
+ "Route preference": "Route preference",
602
+ "Compute route": "Compute route",
603
+ "Walking": "Walking",
604
+ "Hiking": "Hiking",
605
+ "By car": "By car",
606
+ "Cycling": "Cycling",
607
+ "Wheelchair": "Wheelchair",
608
+ "Recommended": "Recommended",
609
+ "Fastest": "Fastest",
610
+ "Shortest": "Shortest",
611
+ "Max time (in minutes)": "Max time (in minutes)",
612
+ "Number of lines": "Number of lines",
613
+ "Distance:": "Distance:",
614
+ "Gain:": "Gain:",
615
+ "Loss:": "Loss:",
616
+ "Altitude:": "Altitude:",
617
+ "Right-click to edit": "Right-click to edit",
618
+ "Draw along routes": "Draw along routes"
584
619
  }
@@ -1,6 +1,6 @@
1
1
  const locale = {
2
- "(area: {measure})": "(area: {measure})",
3
- "(length: {measure})": "(length: {measure})",
2
+ "(area: {measure})": "(kawasan: {measure})",
3
+ "(length: {measure})": "(panjang: {measure})",
4
4
  "# one hash for main heading": "# satu tanda pagar untuk tajuk utama",
5
5
  "## two hashes for second heading": "## dua tanda pagar untuk tajuk kedua",
6
6
  "### three hashes for third heading": "### tiga tanda pagar untuk tajuk ketiga",
@@ -57,7 +57,6 @@ const locale = {
57
57
  "Click last point to finish shape": "Klik titik akhir untuk lengkapkan bentuk",
58
58
  "Click to add a marker": "Klik untuk tambahkan penanda",
59
59
  "Click to continue drawing": "Klik untuk terus melukis",
60
- "Click to edit": "Klik untuk menyunting",
61
60
  "Click to start drawing a line": "Klik untuk mula melukis garisan",
62
61
  "Click to start drawing a polygon": "Klik untuk mula melukis poligon",
63
62
  "Clone of {name}": "Klon {name}",
@@ -173,12 +172,12 @@ const locale = {
173
172
  "Icon shape": "Bentuk ikon",
174
173
  "Icon symbol": "Simbol ikon",
175
174
  "If false, the polygon or line will act as a part of the underlying map.": "Jika tetapkan ke 'false', poligon atau garisan akan bertindak sebagai sebahagian daripada peta di bawah.",
176
- "Iframe with custom height (in px): {{{https://iframe.url.com|height}}}": "Iframe with custom height (in px): {{{https://iframe.url.com|height}}}",
177
- "Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}": "Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}",
175
+ "Iframe with custom height (in px): {{{https://iframe.url.com|height}}}": "Iframe dengan tinggi tersuai (dalam px): {{{https://iframe.url.com|height}}}",
176
+ "Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}": "Iframe dengan tinggi dan lebar tersuai (dalam px): {{{https://iframe.url.com|height*width}}}",
178
177
  "iframe": "iframe",
179
178
  "Iframe: {{{https://iframe.url.com}}}": "Iframe: {{{https://iframe.url.com}}}",
180
- "Image with custom width (in px): {{https://image.url.com|width}}": "Image with custom width (in px): {{https://image.url.com|width}}",
181
- "Image: {{https://image.url.com}}": "Image: {{https://image.url.com}}",
179
+ "Image with custom width (in px): {{https://image.url.com|width}}": "Image dengan lebar tersuai (dalam px): {{https://image.url.com|width}}",
180
+ "Image: {{https://image.url.com}}": "Imej: {{https://image.url.com}}",
182
181
  "Import data": "Import data",
183
182
  "Import in a new layer": "Import ke lapisan baharu",
184
183
  "Imports all umap data, including layers and settings.": "Import semua data umap, termasuk lapisan dan tetapan.",
@@ -206,10 +205,9 @@ const locale = {
206
205
  "Limit bounds": "Had batas",
207
206
  "Link to view the map": "Pautan untuk melihat peta",
208
207
  "Link to…": "Pautkan ke…",
209
- "Link with text: [[https://example.com|text of the link]]": "Link with text: [[https://example.com|text of the link]]",
208
+ "Link with text: [[https://example.com|text of the link]]": "Pautan dengan tulisan: [[https://example.com|tulisan bagi pautan]]",
210
209
  "Long credits": "Penghargaan penuh",
211
210
  "Longitude": "Longitud",
212
- "Make main shape": "Buatkan bentuk utama",
213
211
  "Manage layers": "Urus lapisan",
214
212
  "Manual": "Manual",
215
213
  "Map background credits": "Penghargaan latar belakang peta",
@@ -285,7 +283,6 @@ const locale = {
285
283
  "Quantiles": "Kuantil",
286
284
  "Recent": "Terbaru",
287
285
  "Remote data": "Data jarak jauh",
288
- "Remove shape from the multi": "Buang bentuk daripada multi",
289
286
  "Replace layer content": "Gantikan kandungan lapisan",
290
287
  "Restore this version": "Pulihkan versi ini",
291
288
  "Save current edits": "Simpan suntingan semasa",
@@ -307,7 +304,7 @@ const locale = {
307
304
  "Show this layer in the caption": "Tunjuk lapisan ini dalam keterangan",
308
305
  "Show/hide layer": "Tunjuk/sembunyi lapisan",
309
306
  "Side panel": "Panel sisi",
310
- "Simple link: [[https://example.com]]": "Simple link: [[https://example.com]]",
307
+ "Simple link: [[https://example.com]]": "Pautan ringkas: [[https://example.com]]",
311
308
  "Simplify": "Permudahkan",
312
309
  "Skipping unknown geometry.type: {type}": "Melangkau jenis geometri tidak diketahui: {type}",
313
310
  "Slideshow": "Persembahan slaid",
@@ -404,11 +401,11 @@ const locale = {
404
401
  "Edit in OpenStreetMap": "Sunting di OpenStreetMap",
405
402
  "Back to layers": "Kembali ke lapisan",
406
403
  "Filters": "Tapisan",
407
- "Comma separated list of properties to use when filtering features by text input": "Comma separated list of properties to use when filtering features by text input",
408
- "Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.",
409
- "Search keys": "Search keys",
410
- "Filters keys": "Filters keys",
411
- "Filter data": "Filter data",
404
+ "Comma separated list of properties to use when filtering features by text input": "Senarai berpisahkan koma bagi ciri-ciri untuk digunakan ketika menapis sifat menerusi masukan tulisan",
405
+ "Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Senarai ciri-ciri untuk digunakan bagi tapisan, dipisahkan dengan koma (cth.: kekuncisaya,kekuncilain). Untuk mengawal label, tambahkannya selepas aksara | (cth.: kekuncisaya|Kekunci Saya,kekuncilain|Kekunci Lain). Untuk mengawal jenis medan masukan, tambahkannya selepas aksara | lagi satu (cth.: kekuncisaya|Kekunci Saya|checkbox,kekuncilain|Kekunci Lain|datetime). Nilai yang dibenarkan bagi jenis medan masukan ialah checkbox (lalai), radio, number, date dan datetime.",
406
+ "Search keys": "Cari kekunci",
407
+ "Filters keys": "Kekunci tapisan",
408
+ "Filter data": "Data tapisan",
412
409
  "Search map features…": "Search map features…",
413
410
  "Reset all": "Reset all",
414
411
  "Open browser": "Open browser",
@@ -580,7 +577,45 @@ const locale = {
580
577
  "Manage Fields": "Manage Fields",
581
578
  "Rename this field": "Rename this field",
582
579
  "Delete this field": "Delete this field",
583
- "Double click to edit the name": "Double click to edit the name"
580
+ "Double click to edit the name": "Double click to edit the name",
581
+ "Print map": "Print map",
582
+ "Choose a format": "Choose a format",
583
+ "Scale map": "Scale map",
584
+ "portrait": "portrait",
585
+ "landscape": "landscape",
586
+ "Print": "Print",
587
+ "Preparing the print…": "Preparing the print…",
588
+ "Large Circle": "Large Circle",
589
+ "Icon size": "Icon size",
590
+ "Will only affect raw and large circle icons.": "Will only affect raw and large circle icons.",
591
+ "Route": "Route",
592
+ "Display the print control": "Display the print control",
593
+ "Compute isochrone from here": "Compute isochrone from here",
594
+ "Route settings": "Route settings",
595
+ "Transform to regular line": "Transform to regular line",
596
+ "Transform to route": "Transform to route",
597
+ "Restore route": "Restore route",
598
+ "Compute elevation": "Compute elevation",
599
+ "Profile": "Profile",
600
+ "Compute elevations": "Compute elevations",
601
+ "Route preference": "Route preference",
602
+ "Compute route": "Compute route",
603
+ "Walking": "Walking",
604
+ "Hiking": "Hiking",
605
+ "By car": "By car",
606
+ "Cycling": "Cycling",
607
+ "Wheelchair": "Wheelchair",
608
+ "Recommended": "Recommended",
609
+ "Fastest": "Fastest",
610
+ "Shortest": "Shortest",
611
+ "Max time (in minutes)": "Max time (in minutes)",
612
+ "Number of lines": "Number of lines",
613
+ "Distance:": "Distance:",
614
+ "Gain:": "Gain:",
615
+ "Loss:": "Loss:",
616
+ "Altitude:": "Altitude:",
617
+ "Right-click to edit": "Right-click to edit",
618
+ "Draw along routes": "Draw along routes"
584
619
  }
585
620
  L.registerLocale("ms", locale)
586
621
  L.setLocale("ms")
@@ -1,6 +1,6 @@
1
1
  {
2
- "(area: {measure})": "(area: {measure})",
3
- "(length: {measure})": "(length: {measure})",
2
+ "(area: {measure})": "(kawasan: {measure})",
3
+ "(length: {measure})": "(panjang: {measure})",
4
4
  "# one hash for main heading": "# satu tanda pagar untuk tajuk utama",
5
5
  "## two hashes for second heading": "## dua tanda pagar untuk tajuk kedua",
6
6
  "### three hashes for third heading": "### tiga tanda pagar untuk tajuk ketiga",
@@ -57,7 +57,6 @@
57
57
  "Click last point to finish shape": "Klik titik akhir untuk lengkapkan bentuk",
58
58
  "Click to add a marker": "Klik untuk tambahkan penanda",
59
59
  "Click to continue drawing": "Klik untuk terus melukis",
60
- "Click to edit": "Klik untuk menyunting",
61
60
  "Click to start drawing a line": "Klik untuk mula melukis garisan",
62
61
  "Click to start drawing a polygon": "Klik untuk mula melukis poligon",
63
62
  "Clone of {name}": "Klon {name}",
@@ -173,12 +172,12 @@
173
172
  "Icon shape": "Bentuk ikon",
174
173
  "Icon symbol": "Simbol ikon",
175
174
  "If false, the polygon or line will act as a part of the underlying map.": "Jika tetapkan ke 'false', poligon atau garisan akan bertindak sebagai sebahagian daripada peta di bawah.",
176
- "Iframe with custom height (in px): {{{https://iframe.url.com|height}}}": "Iframe with custom height (in px): {{{https://iframe.url.com|height}}}",
177
- "Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}": "Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}",
175
+ "Iframe with custom height (in px): {{{https://iframe.url.com|height}}}": "Iframe dengan tinggi tersuai (dalam px): {{{https://iframe.url.com|height}}}",
176
+ "Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}": "Iframe dengan tinggi dan lebar tersuai (dalam px): {{{https://iframe.url.com|height*width}}}",
178
177
  "iframe": "iframe",
179
178
  "Iframe: {{{https://iframe.url.com}}}": "Iframe: {{{https://iframe.url.com}}}",
180
- "Image with custom width (in px): {{https://image.url.com|width}}": "Image with custom width (in px): {{https://image.url.com|width}}",
181
- "Image: {{https://image.url.com}}": "Image: {{https://image.url.com}}",
179
+ "Image with custom width (in px): {{https://image.url.com|width}}": "Image dengan lebar tersuai (dalam px): {{https://image.url.com|width}}",
180
+ "Image: {{https://image.url.com}}": "Imej: {{https://image.url.com}}",
182
181
  "Import data": "Import data",
183
182
  "Import in a new layer": "Import ke lapisan baharu",
184
183
  "Imports all umap data, including layers and settings.": "Import semua data umap, termasuk lapisan dan tetapan.",
@@ -206,10 +205,9 @@
206
205
  "Limit bounds": "Had batas",
207
206
  "Link to view the map": "Pautan untuk melihat peta",
208
207
  "Link to…": "Pautkan ke…",
209
- "Link with text: [[https://example.com|text of the link]]": "Link with text: [[https://example.com|text of the link]]",
208
+ "Link with text: [[https://example.com|text of the link]]": "Pautan dengan tulisan: [[https://example.com|tulisan bagi pautan]]",
210
209
  "Long credits": "Penghargaan penuh",
211
210
  "Longitude": "Longitud",
212
- "Make main shape": "Buatkan bentuk utama",
213
211
  "Manage layers": "Urus lapisan",
214
212
  "Manual": "Manual",
215
213
  "Map background credits": "Penghargaan latar belakang peta",
@@ -285,7 +283,6 @@
285
283
  "Quantiles": "Kuantil",
286
284
  "Recent": "Terbaru",
287
285
  "Remote data": "Data jarak jauh",
288
- "Remove shape from the multi": "Buang bentuk daripada multi",
289
286
  "Replace layer content": "Gantikan kandungan lapisan",
290
287
  "Restore this version": "Pulihkan versi ini",
291
288
  "Save current edits": "Simpan suntingan semasa",
@@ -307,7 +304,7 @@
307
304
  "Show this layer in the caption": "Tunjuk lapisan ini dalam keterangan",
308
305
  "Show/hide layer": "Tunjuk/sembunyi lapisan",
309
306
  "Side panel": "Panel sisi",
310
- "Simple link: [[https://example.com]]": "Simple link: [[https://example.com]]",
307
+ "Simple link: [[https://example.com]]": "Pautan ringkas: [[https://example.com]]",
311
308
  "Simplify": "Permudahkan",
312
309
  "Skipping unknown geometry.type: {type}": "Melangkau jenis geometri tidak diketahui: {type}",
313
310
  "Slideshow": "Persembahan slaid",
@@ -404,11 +401,11 @@
404
401
  "Edit in OpenStreetMap": "Sunting di OpenStreetMap",
405
402
  "Back to layers": "Kembali ke lapisan",
406
403
  "Filters": "Tapisan",
407
- "Comma separated list of properties to use when filtering features by text input": "Comma separated list of properties to use when filtering features by text input",
408
- "Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.",
409
- "Search keys": "Search keys",
410
- "Filters keys": "Filters keys",
411
- "Filter data": "Filter data",
404
+ "Comma separated list of properties to use when filtering features by text input": "Senarai berpisahkan koma bagi ciri-ciri untuk digunakan ketika menapis sifat menerusi masukan tulisan",
405
+ "Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Senarai ciri-ciri untuk digunakan bagi tapisan, dipisahkan dengan koma (cth.: kekuncisaya,kekuncilain). Untuk mengawal label, tambahkannya selepas aksara | (cth.: kekuncisaya|Kekunci Saya,kekuncilain|Kekunci Lain). Untuk mengawal jenis medan masukan, tambahkannya selepas aksara | lagi satu (cth.: kekuncisaya|Kekunci Saya|checkbox,kekuncilain|Kekunci Lain|datetime). Nilai yang dibenarkan bagi jenis medan masukan ialah checkbox (lalai), radio, number, date dan datetime.",
406
+ "Search keys": "Cari kekunci",
407
+ "Filters keys": "Kekunci tapisan",
408
+ "Filter data": "Data tapisan",
412
409
  "Search map features…": "Search map features…",
413
410
  "Reset all": "Reset all",
414
411
  "Open browser": "Open browser",
@@ -580,5 +577,43 @@
580
577
  "Manage Fields": "Manage Fields",
581
578
  "Rename this field": "Rename this field",
582
579
  "Delete this field": "Delete this field",
583
- "Double click to edit the name": "Double click to edit the name"
580
+ "Double click to edit the name": "Double click to edit the name",
581
+ "Print map": "Print map",
582
+ "Choose a format": "Choose a format",
583
+ "Scale map": "Scale map",
584
+ "portrait": "portrait",
585
+ "landscape": "landscape",
586
+ "Print": "Print",
587
+ "Preparing the print…": "Preparing the print…",
588
+ "Large Circle": "Large Circle",
589
+ "Icon size": "Icon size",
590
+ "Will only affect raw and large circle icons.": "Will only affect raw and large circle icons.",
591
+ "Route": "Route",
592
+ "Display the print control": "Display the print control",
593
+ "Compute isochrone from here": "Compute isochrone from here",
594
+ "Route settings": "Route settings",
595
+ "Transform to regular line": "Transform to regular line",
596
+ "Transform to route": "Transform to route",
597
+ "Restore route": "Restore route",
598
+ "Compute elevation": "Compute elevation",
599
+ "Profile": "Profile",
600
+ "Compute elevations": "Compute elevations",
601
+ "Route preference": "Route preference",
602
+ "Compute route": "Compute route",
603
+ "Walking": "Walking",
604
+ "Hiking": "Hiking",
605
+ "By car": "By car",
606
+ "Cycling": "Cycling",
607
+ "Wheelchair": "Wheelchair",
608
+ "Recommended": "Recommended",
609
+ "Fastest": "Fastest",
610
+ "Shortest": "Shortest",
611
+ "Max time (in minutes)": "Max time (in minutes)",
612
+ "Number of lines": "Number of lines",
613
+ "Distance:": "Distance:",
614
+ "Gain:": "Gain:",
615
+ "Loss:": "Loss:",
616
+ "Altitude:": "Altitude:",
617
+ "Right-click to edit": "Right-click to edit",
618
+ "Draw along routes": "Draw along routes"
584
619
  }