umap-project 3.1.2__py3-none-any.whl → 3.3.0__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 (199) hide show
  1. umap/__init__.py +1 -1
  2. umap/locale/en/LC_MESSAGES/django.mo +0 -0
  3. umap/locale/en/LC_MESSAGES/django.po +22 -18
  4. umap/locale/fr/LC_MESSAGES/django.mo +0 -0
  5. umap/locale/fr/LC_MESSAGES/django.po +21 -17
  6. umap/management/commands/export_pictogram.py +29 -0
  7. umap/management/commands/migrate_to_S3.py +5 -1
  8. umap/management/commands/purge_old_versions.py +8 -6
  9. umap/settings/__init__.py +21 -0
  10. umap/settings/base.py +3 -0
  11. umap/static/umap/content.css +7 -2
  12. umap/static/umap/css/contextmenu.css +58 -2
  13. umap/static/umap/css/form.css +175 -45
  14. umap/static/umap/css/icon.css +97 -3
  15. umap/static/umap/css/panel.css +31 -1
  16. umap/static/umap/img/16-white.svg +21 -40
  17. umap/static/umap/img/16.svg +1 -1
  18. umap/static/umap/img/24-white.svg +9 -9
  19. umap/static/umap/img/24.svg +23 -10
  20. umap/static/umap/img/source/16-white.svg +23 -41
  21. umap/static/umap/img/source/16.svg +1 -1
  22. umap/static/umap/img/source/24-white.svg +11 -11
  23. umap/static/umap/img/source/24.svg +25 -12
  24. umap/static/umap/js/modules/browser.js +1 -1
  25. umap/static/umap/js/modules/caption.js +8 -0
  26. umap/static/umap/js/modules/data/features.js +331 -202
  27. umap/static/umap/js/modules/data/layer.js +263 -152
  28. umap/static/umap/js/modules/facets.js +2 -2
  29. umap/static/umap/js/modules/form/builder.js +11 -7
  30. umap/static/umap/js/modules/form/fields.js +66 -26
  31. umap/static/umap/js/modules/formatter.js +78 -28
  32. umap/static/umap/js/modules/importer.js +6 -1
  33. umap/static/umap/js/modules/importers/opendata.js +138 -33
  34. umap/static/umap/js/modules/importers/openrouteservice.js +140 -0
  35. umap/static/umap/js/modules/managers.js +67 -0
  36. umap/static/umap/js/modules/printer.js +107 -0
  37. umap/static/umap/js/modules/rendering/controls.js +78 -2
  38. umap/static/umap/js/modules/rendering/icon.js +116 -87
  39. umap/static/umap/js/modules/rendering/layers/classified.js +8 -7
  40. umap/static/umap/js/modules/rendering/layers/cluster.js +199 -63
  41. umap/static/umap/js/modules/rendering/map.js +6 -2
  42. umap/static/umap/js/modules/rendering/template.js +71 -1
  43. umap/static/umap/js/modules/rendering/ui.js +111 -34
  44. umap/static/umap/js/modules/rules.js +76 -23
  45. umap/static/umap/js/modules/schema.js +27 -0
  46. umap/static/umap/js/modules/share.js +19 -12
  47. umap/static/umap/js/modules/slideshow.js +1 -1
  48. umap/static/umap/js/modules/sync/updaters.js +1 -6
  49. umap/static/umap/js/modules/tableeditor.js +13 -37
  50. umap/static/umap/js/modules/templates.js +7 -6
  51. umap/static/umap/js/modules/ui/bar.js +6 -1
  52. umap/static/umap/js/modules/ui/base.js +24 -9
  53. umap/static/umap/js/modules/ui/contextmenu.js +17 -7
  54. umap/static/umap/js/modules/ui/dialog.js +7 -4
  55. umap/static/umap/js/modules/ui/panel.js +7 -0
  56. umap/static/umap/js/modules/umap.js +84 -67
  57. umap/static/umap/js/modules/utils.js +8 -7
  58. umap/static/umap/js/umap.controls.js +22 -57
  59. umap/static/umap/locale/am_ET.js +81 -9
  60. umap/static/umap/locale/am_ET.json +81 -9
  61. umap/static/umap/locale/ar.js +81 -9
  62. umap/static/umap/locale/ar.json +81 -9
  63. umap/static/umap/locale/ast.js +81 -9
  64. umap/static/umap/locale/ast.json +81 -9
  65. umap/static/umap/locale/bg.js +81 -9
  66. umap/static/umap/locale/bg.json +81 -9
  67. umap/static/umap/locale/br.js +68 -29
  68. umap/static/umap/locale/br.json +68 -29
  69. umap/static/umap/locale/ca.js +88 -16
  70. umap/static/umap/locale/ca.json +88 -16
  71. umap/static/umap/locale/cs_CZ.js +81 -9
  72. umap/static/umap/locale/cs_CZ.json +81 -9
  73. umap/static/umap/locale/da.js +48 -9
  74. umap/static/umap/locale/da.json +48 -9
  75. umap/static/umap/locale/de.js +48 -9
  76. umap/static/umap/locale/de.json +48 -9
  77. umap/static/umap/locale/el.js +58 -13
  78. umap/static/umap/locale/el.json +58 -13
  79. umap/static/umap/locale/en.js +48 -9
  80. umap/static/umap/locale/en.json +48 -9
  81. umap/static/umap/locale/en_US.json +81 -9
  82. umap/static/umap/locale/es.js +48 -9
  83. umap/static/umap/locale/es.json +48 -9
  84. umap/static/umap/locale/et.js +81 -9
  85. umap/static/umap/locale/et.json +81 -9
  86. umap/static/umap/locale/eu.js +97 -25
  87. umap/static/umap/locale/eu.json +97 -25
  88. umap/static/umap/locale/fa_IR.js +81 -9
  89. umap/static/umap/locale/fa_IR.json +81 -9
  90. umap/static/umap/locale/fi.js +81 -9
  91. umap/static/umap/locale/fi.json +81 -9
  92. umap/static/umap/locale/fr.js +48 -9
  93. umap/static/umap/locale/fr.json +48 -9
  94. umap/static/umap/locale/gl.js +81 -9
  95. umap/static/umap/locale/gl.json +81 -9
  96. umap/static/umap/locale/he.js +81 -9
  97. umap/static/umap/locale/he.json +81 -9
  98. umap/static/umap/locale/hr.js +81 -9
  99. umap/static/umap/locale/hr.json +81 -9
  100. umap/static/umap/locale/hu.js +72 -27
  101. umap/static/umap/locale/hu.json +72 -27
  102. umap/static/umap/locale/id.js +81 -9
  103. umap/static/umap/locale/id.json +81 -9
  104. umap/static/umap/locale/is.js +81 -9
  105. umap/static/umap/locale/is.json +81 -9
  106. umap/static/umap/locale/it.js +48 -9
  107. umap/static/umap/locale/it.json +48 -9
  108. umap/static/umap/locale/ja.js +81 -9
  109. umap/static/umap/locale/ja.json +81 -9
  110. umap/static/umap/locale/ko.js +81 -9
  111. umap/static/umap/locale/ko.json +81 -9
  112. umap/static/umap/locale/lt.js +81 -9
  113. umap/static/umap/locale/lt.json +81 -9
  114. umap/static/umap/locale/ms.js +81 -9
  115. umap/static/umap/locale/ms.json +81 -9
  116. umap/static/umap/locale/nl.js +48 -9
  117. umap/static/umap/locale/nl.json +48 -9
  118. umap/static/umap/locale/no.js +81 -9
  119. umap/static/umap/locale/no.json +81 -9
  120. umap/static/umap/locale/pl.js +81 -9
  121. umap/static/umap/locale/pl.json +81 -9
  122. umap/static/umap/locale/pl_PL.json +81 -9
  123. umap/static/umap/locale/pt.js +81 -9
  124. umap/static/umap/locale/pt.json +81 -9
  125. umap/static/umap/locale/pt_BR.js +91 -19
  126. umap/static/umap/locale/pt_BR.json +91 -19
  127. umap/static/umap/locale/pt_PT.js +81 -9
  128. umap/static/umap/locale/pt_PT.json +81 -9
  129. umap/static/umap/locale/ro.js +81 -9
  130. umap/static/umap/locale/ro.json +81 -9
  131. umap/static/umap/locale/ru.js +81 -9
  132. umap/static/umap/locale/ru.json +81 -9
  133. umap/static/umap/locale/sk_SK.js +81 -9
  134. umap/static/umap/locale/sk_SK.json +81 -9
  135. umap/static/umap/locale/sl.js +81 -9
  136. umap/static/umap/locale/sl.json +81 -9
  137. umap/static/umap/locale/sr.js +81 -9
  138. umap/static/umap/locale/sr.json +81 -9
  139. umap/static/umap/locale/sv.js +81 -9
  140. umap/static/umap/locale/sv.json +81 -9
  141. umap/static/umap/locale/th_TH.js +81 -9
  142. umap/static/umap/locale/th_TH.json +81 -9
  143. umap/static/umap/locale/tr.js +81 -9
  144. umap/static/umap/locale/tr.json +81 -9
  145. umap/static/umap/locale/uk_UA.js +81 -9
  146. umap/static/umap/locale/uk_UA.json +81 -9
  147. umap/static/umap/locale/vi.js +81 -9
  148. umap/static/umap/locale/vi.json +81 -9
  149. umap/static/umap/locale/vi_VN.json +81 -9
  150. umap/static/umap/locale/zh.js +81 -9
  151. umap/static/umap/locale/zh.json +81 -9
  152. umap/static/umap/locale/zh_CN.json +81 -9
  153. umap/static/umap/locale/zh_TW.Big5.json +81 -9
  154. umap/static/umap/locale/zh_TW.js +98 -26
  155. umap/static/umap/locale/zh_TW.json +98 -26
  156. umap/static/umap/map.css +325 -102
  157. umap/static/umap/vars.css +1 -0
  158. umap/static/umap/vendors/betterknown/betterknown.mjs +287 -0
  159. umap/static/umap/vendors/editable/Leaflet.Editable.js +3 -1
  160. umap/static/umap/vendors/openrouteservice/ors-js-client.js +521 -0
  161. umap/static/umap/vendors/openrouteservice/ors-js-client.js.map +1 -0
  162. umap/static/umap/vendors/simple-elevation-chart/elevation.js +63 -0
  163. umap/static/umap/vendors/simple-elevation-chart/elevation.svg +8 -0
  164. umap/static/umap/vendors/snapdom/snapdom.min.mjs +3 -0
  165. umap/storage/fs.py +3 -2
  166. umap/storage/staticfiles.py +12 -0
  167. umap/templates/base.html +4 -1
  168. umap/templates/umap/css.html +0 -4
  169. umap/templates/umap/js.html +1 -3
  170. umap/tests/base.py +9 -1
  171. umap/tests/integration/test_basics.py +3 -1
  172. umap/tests/integration/test_conditional_rules.py +79 -37
  173. umap/tests/integration/test_datalayer.py +1 -1
  174. umap/tests/integration/test_draw_polygon.py +3 -5
  175. umap/tests/integration/test_draw_polyline.py +4 -6
  176. umap/tests/integration/test_draw_route.py +178 -0
  177. umap/tests/integration/test_edit_datalayer.py +1 -1
  178. umap/tests/integration/test_edit_map.py +1 -1
  179. umap/tests/integration/test_edit_marker.py +8 -8
  180. umap/tests/integration/test_edit_polygon.py +2 -2
  181. umap/tests/integration/test_export_map.py +84 -10
  182. umap/tests/integration/test_import.py +140 -0
  183. umap/tests/integration/test_map_preview.py +1 -1
  184. umap/tests/integration/test_optimistic_merge.py +72 -12
  185. umap/tests/integration/test_share.py +1 -1
  186. umap/tests/integration/test_tableeditor.py +10 -7
  187. umap/tests/integration/test_websocket_sync.py +4 -4
  188. umap/utils.py +37 -0
  189. umap/views.py +18 -2
  190. umap_project-3.3.0.dist-info/METADATA +76 -0
  191. {umap_project-3.1.2.dist-info → umap_project-3.3.0.dist-info}/RECORD +194 -188
  192. umap/static/umap/vendors/markercluster/MarkerCluster.Default.css +0 -60
  193. umap/static/umap/vendors/markercluster/MarkerCluster.css +0 -14
  194. umap/static/umap/vendors/markercluster/leaflet.markercluster.js +0 -2
  195. umap/static/umap/vendors/markercluster/leaflet.markercluster.js.map +0 -1
  196. umap_project-3.1.2.dist-info/METADATA +0 -68
  197. {umap_project-3.1.2.dist-info → umap_project-3.3.0.dist-info}/WHEEL +0 -0
  198. {umap_project-3.1.2.dist-info → umap_project-3.3.0.dist-info}/entry_points.txt +0 -0
  199. {umap_project-3.1.2.dist-info → umap_project-3.3.0.dist-info}/licenses/LICENSE +0 -0
@@ -16,7 +16,6 @@
16
16
  "Activate slideshow mode": "Activate slideshow mode",
17
17
  "Add a layer": "增加图层",
18
18
  "Add a line to the current multi": "Add a line to the current multi",
19
- "Add a new property": "添加属性",
20
19
  "Add a polygon to the current multi": "Add a polygon to the current multi",
21
20
  "Add image URL": "Add image URL",
22
21
  "Advanced actions": "高级操作",
@@ -29,7 +28,6 @@
29
28
  "Animated transitions": "Animated transitions",
30
29
  "Are you sure you want to clone this map and all its datalayers?": "是否确定复制这个地图及其所有数据图层?",
31
30
  "Are you sure you want to delete this map?": "是否确定删除地图?",
32
- "Are you sure you want to delete this property on all the features?": "是否确定删除全部要素的该属性?",
33
31
  "Are you sure you want to restore this version?": "Are you sure you want to restore this version?",
34
32
  "Attach the map to my account": "Attach the map to my account",
35
33
  "attribution": "属性",
@@ -59,7 +57,6 @@
59
57
  "Click last point to finish shape": "Click last point to finish shape",
60
58
  "Click to add a marker": "Click to add a marker",
61
59
  "Click to continue drawing": "Click to continue drawing",
62
- "Click to edit": "Click to edit",
63
60
  "Click to start drawing a line": "Click to start drawing a line",
64
61
  "Click to start drawing a polygon": "Click to start drawing a polygon",
65
62
  "Clone of {name}": "Clone of {name}",
@@ -157,7 +154,6 @@
157
154
  "Format": "格式",
158
155
  "From zoom": "From zoom",
159
156
  "full backup": "full backup",
160
- "Generic": "Generic",
161
157
  "GeoRSS (only link)": "GeoRSS (only link)",
162
158
  "GeoRSS (title + image)": "GeoRSS (title + image)",
163
159
  "Go to \"{coords}\"": "Go to \"{coords}\"",
@@ -212,7 +208,6 @@
212
208
  "Link with text: [[https://example.com|text of the link]]": "Link with text: [[https://example.com|text of the link]]",
213
209
  "Long credits": "Long credits",
214
210
  "Longitude": "经度",
215
- "Make main shape": "Make main shape",
216
211
  "Manage layers": "Manage layers",
217
212
  "Manual": "Manual",
218
213
  "Map background credits": "Map background credits",
@@ -273,7 +268,6 @@
273
268
  "Please be sure the licence is compliant with your use.": "Please be sure the licence is compliant with your use.",
274
269
  "Please choose a format": "请选择一种格式",
275
270
  "Please enter the name of the property": "请输入属性名称",
276
- "Please enter the new name of this property": "请输入属性的新名称",
277
271
  "Please save the map first": "Please save the map first",
278
272
  "Popup (large)": "Popup (large)",
279
273
  "Popup content style": "Popup content style",
@@ -289,7 +283,6 @@
289
283
  "Quantiles": "Quantiles",
290
284
  "Recent": "Recent",
291
285
  "Remote data": "远程数据",
292
- "Remove shape from the multi": "Remove shape from the multi",
293
286
  "Replace layer content": "Replace layer content",
294
287
  "Restore this version": "Restore this version",
295
288
  "Save current edits": "保存当前编辑内容",
@@ -406,7 +399,6 @@
406
399
  "Until": "Until",
407
400
  "Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
408
401
  "Edit in OpenStreetMap": "Edit in OpenStreetMap",
409
- "Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns.",
410
402
  "Back to layers": "Back to layers",
411
403
  "Filters": "Filters",
412
404
  "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",
@@ -543,5 +535,85 @@
543
535
  "Back to list": "Back to list",
544
536
  "Toggle rule": "Toggle rule",
545
537
  "Delete rule": "Delete rule",
546
- "Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
538
+ "Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes.",
539
+ "Activate collaborative live editing on this map. Other users must reload the map after changing this setting.": "Activate collaborative live editing on this map. Other users must reload the map after changing this setting.",
540
+ "More help resources": "More help resources",
541
+ "This map is a template": "This map is a template",
542
+ "Add text along path": "Add text along path",
543
+ "Text color": "Text color",
544
+ "Text offset": "Text offset",
545
+ "Text position": "Text position",
546
+ "start": "start",
547
+ "center": "center",
548
+ "end": "end",
549
+ "Text repeat": "Text repeat",
550
+ "Text rotate": "Text rotate",
551
+ "Text size": "Text size",
552
+ "Load map template": "Load map template",
553
+ "My templates": "My templates",
554
+ "From staff": "From staff",
555
+ "From community": "From community",
556
+ "You must select a template.": "You must select a template.",
557
+ "Line decoration": "Line decoration",
558
+ "Reuse this template": "Reuse this template",
559
+ "Create a new map using this template": "Create a new map using this template",
560
+ "Save template": "Save template",
561
+ "Load template": "Load template",
562
+ "Loading a template will apply predefined styles and settings to your map": "Loading a template will apply predefined styles and settings to your map",
563
+ "Load template with data": "Load template with data",
564
+ "You have no registered template yet. You can add one by creating a new map and flagging it as \"template\".": "You have no registered template yet. You can add one by creating a new map and flagging it as \"template\".",
565
+ "There is no recommended template yet. Recommended templates are the ones starred by uMap administrators.": "There is no recommended template yet. Recommended templates are the ones starred by uMap administrators.",
566
+ "There is no public template yet.": "There is no public template yet.",
567
+ "Explore": "Explore",
568
+ "Import data from public open data portals": "Import data from public open data portals",
569
+ "Choose a portal": "Choose a portal",
570
+ "Limit results to current map view": "Limit results to current map view",
571
+ "Please choose an instance first.": "Please choose an instance first.",
572
+ "No geo column found: must be either `lat(itude)` and `lon(gitude)` or `geom(etry)`.": "No geo column found: must be either `lat(itude)` and `lon(gitude)` or `geom(etry)`.",
573
+ "Add a new field": "Add a new field",
574
+ "Are you sure you want to delete this field on all the features?": "Are you sure you want to delete this field on all the features?",
575
+ "Please enter the new name of this field": "Please enter the new name of this field",
576
+ "Cannot process MultiPoint": "Cannot process MultiPoint",
577
+ "Manage Fields": "Manage Fields",
578
+ "Rename this field": "Rename this field",
579
+ "Delete this field": "Delete this field",
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"
547
619
  }
@@ -16,7 +16,6 @@
16
16
  "Activate slideshow mode": "Activate slideshow mode",
17
17
  "Add a layer": "Add a layer",
18
18
  "Add a line to the current multi": "Add a line to the current multi",
19
- "Add a new property": "Add a new property",
20
19
  "Add a polygon to the current multi": "Add a polygon to the current multi",
21
20
  "Add image URL": "Add image URL",
22
21
  "Advanced actions": "Advanced actions",
@@ -29,7 +28,6 @@
29
28
  "Animated transitions": "Animated transitions",
30
29
  "Are you sure you want to clone this map and all its datalayers?": "Are you sure you want to clone this map and all its datalayers?",
31
30
  "Are you sure you want to delete this map?": "Are you sure you want to delete this map?",
32
- "Are you sure you want to delete this property on all the features?": "Are you sure you want to delete this property on all the features?",
33
31
  "Are you sure you want to restore this version?": "Are you sure you want to restore this version?",
34
32
  "Attach the map to my account": "Attach the map to my account",
35
33
  "attribution": "attribution",
@@ -59,7 +57,6 @@
59
57
  "Click last point to finish shape": "Click last point to finish shape",
60
58
  "Click to add a marker": "Click to add a marker",
61
59
  "Click to continue drawing": "Click to continue drawing",
62
- "Click to edit": "Click to edit",
63
60
  "Click to start drawing a line": "Click to start drawing a line",
64
61
  "Click to start drawing a polygon": "Click to start drawing a polygon",
65
62
  "Clone of {name}": "Clone of {name}",
@@ -157,7 +154,6 @@
157
154
  "Format": "Format",
158
155
  "From zoom": "From zoom",
159
156
  "full backup": "full backup",
160
- "Generic": "Generic",
161
157
  "GeoRSS (only link)": "GeoRSS (only link)",
162
158
  "GeoRSS (title + image)": "GeoRSS (title + image)",
163
159
  "Go to \"{coords}\"": "Go to \"{coords}\"",
@@ -212,7 +208,6 @@
212
208
  "Link with text: [[https://example.com|text of the link]]": "Link with text: [[https://example.com|text of the link]]",
213
209
  "Long credits": "Long credits",
214
210
  "Longitude": "Longitude",
215
- "Make main shape": "Make main shape",
216
211
  "Manage layers": "Manage layers",
217
212
  "Manual": "Manual",
218
213
  "Map background credits": "Map background credits",
@@ -273,7 +268,6 @@
273
268
  "Please be sure the licence is compliant with your use.": "Please be sure the licence is compliant with your use.",
274
269
  "Please choose a format": "Please choose a format",
275
270
  "Please enter the name of the property": "Please enter the name of the property",
276
- "Please enter the new name of this property": "Please enter the new name of this property",
277
271
  "Please save the map first": "Please save the map first",
278
272
  "Popup (large)": "Popup (large)",
279
273
  "Popup content style": "Popup content style",
@@ -289,7 +283,6 @@
289
283
  "Quantiles": "Quantiles",
290
284
  "Recent": "Recent",
291
285
  "Remote data": "Remote data",
292
- "Remove shape from the multi": "Remove shape from the multi",
293
286
  "Replace layer content": "Replace layer content",
294
287
  "Restore this version": "Restore this version",
295
288
  "Save current edits": "Save current edits",
@@ -406,7 +399,6 @@
406
399
  "Until": "Until",
407
400
  "Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
408
401
  "Edit in OpenStreetMap": "Edit in OpenStreetMap",
409
- "Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns.",
410
402
  "Back to layers": "Back to layers",
411
403
  "Filters": "Filters",
412
404
  "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",
@@ -543,5 +535,85 @@
543
535
  "Back to list": "Back to list",
544
536
  "Toggle rule": "Toggle rule",
545
537
  "Delete rule": "Delete rule",
546
- "Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
538
+ "Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes.",
539
+ "Activate collaborative live editing on this map. Other users must reload the map after changing this setting.": "Activate collaborative live editing on this map. Other users must reload the map after changing this setting.",
540
+ "More help resources": "More help resources",
541
+ "This map is a template": "This map is a template",
542
+ "Add text along path": "Add text along path",
543
+ "Text color": "Text color",
544
+ "Text offset": "Text offset",
545
+ "Text position": "Text position",
546
+ "start": "start",
547
+ "center": "center",
548
+ "end": "end",
549
+ "Text repeat": "Text repeat",
550
+ "Text rotate": "Text rotate",
551
+ "Text size": "Text size",
552
+ "Load map template": "Load map template",
553
+ "My templates": "My templates",
554
+ "From staff": "From staff",
555
+ "From community": "From community",
556
+ "You must select a template.": "You must select a template.",
557
+ "Line decoration": "Line decoration",
558
+ "Reuse this template": "Reuse this template",
559
+ "Create a new map using this template": "Create a new map using this template",
560
+ "Save template": "Save template",
561
+ "Load template": "Load template",
562
+ "Loading a template will apply predefined styles and settings to your map": "Loading a template will apply predefined styles and settings to your map",
563
+ "Load template with data": "Load template with data",
564
+ "You have no registered template yet. You can add one by creating a new map and flagging it as \"template\".": "You have no registered template yet. You can add one by creating a new map and flagging it as \"template\".",
565
+ "There is no recommended template yet. Recommended templates are the ones starred by uMap administrators.": "There is no recommended template yet. Recommended templates are the ones starred by uMap administrators.",
566
+ "There is no public template yet.": "There is no public template yet.",
567
+ "Explore": "Explore",
568
+ "Import data from public open data portals": "Import data from public open data portals",
569
+ "Choose a portal": "Choose a portal",
570
+ "Limit results to current map view": "Limit results to current map view",
571
+ "Please choose an instance first.": "Please choose an instance first.",
572
+ "No geo column found: must be either `lat(itude)` and `lon(gitude)` or `geom(etry)`.": "No geo column found: must be either `lat(itude)` and `lon(gitude)` or `geom(etry)`.",
573
+ "Add a new field": "Add a new field",
574
+ "Are you sure you want to delete this field on all the features?": "Are you sure you want to delete this field on all the features?",
575
+ "Please enter the new name of this field": "Please enter the new name of this field",
576
+ "Cannot process MultiPoint": "Cannot process MultiPoint",
577
+ "Manage Fields": "Manage Fields",
578
+ "Rename this field": "Rename this field",
579
+ "Delete this field": "Delete this field",
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"
547
619
  }
@@ -16,7 +16,6 @@
16
16
  "Activate slideshow mode": "Activate slideshow mode",
17
17
  "Add a layer": "Add a layer",
18
18
  "Add a line to the current multi": "Add a line to the current multi",
19
- "Add a new property": "Add a new property",
20
19
  "Add a polygon to the current multi": "Add a polygon to the current multi",
21
20
  "Add image URL": "Add image URL",
22
21
  "Advanced actions": "Advanced actions",
@@ -29,7 +28,6 @@
29
28
  "Animated transitions": "Animated transitions",
30
29
  "Are you sure you want to clone this map and all its datalayers?": "Are you sure you want to clone this map and all its datalayers?",
31
30
  "Are you sure you want to delete this map?": "Are you sure you want to delete this map?",
32
- "Are you sure you want to delete this property on all the features?": "Are you sure you want to delete this property on all the features?",
33
31
  "Are you sure you want to restore this version?": "Are you sure you want to restore this version?",
34
32
  "Attach the map to my account": "Attach the map to my account",
35
33
  "attribution": "attribution",
@@ -59,7 +57,6 @@
59
57
  "Click last point to finish shape": "Click last point to finish shape",
60
58
  "Click to add a marker": "Click to add a marker",
61
59
  "Click to continue drawing": "Click to continue drawing",
62
- "Click to edit": "Click to edit",
63
60
  "Click to start drawing a line": "Click to start drawing a line",
64
61
  "Click to start drawing a polygon": "Click to start drawing a polygon",
65
62
  "Clone of {name}": "Clone of {name}",
@@ -157,7 +154,6 @@
157
154
  "Format": "Format",
158
155
  "From zoom": "From zoom",
159
156
  "full backup": "full backup",
160
- "Generic": "Generic",
161
157
  "GeoRSS (only link)": "GeoRSS (only link)",
162
158
  "GeoRSS (title + image)": "GeoRSS (title + image)",
163
159
  "Go to \"{coords}\"": "Go to \"{coords}\"",
@@ -212,7 +208,6 @@
212
208
  "Link with text: [[https://example.com|text of the link]]": "Link with text: [[https://example.com|text of the link]]",
213
209
  "Long credits": "Long credits",
214
210
  "Longitude": "Longitude",
215
- "Make main shape": "Make main shape",
216
211
  "Manage layers": "Manage layers",
217
212
  "Manual": "Manual",
218
213
  "Map background credits": "Map background credits",
@@ -273,7 +268,6 @@
273
268
  "Please be sure the licence is compliant with your use.": "Please be sure the licence is compliant with your use.",
274
269
  "Please choose a format": "Please choose a format",
275
270
  "Please enter the name of the property": "Please enter the name of the property",
276
- "Please enter the new name of this property": "Please enter the new name of this property",
277
271
  "Please save the map first": "Please save the map first",
278
272
  "Popup (large)": "Popup (large)",
279
273
  "Popup content style": "Popup content style",
@@ -289,7 +283,6 @@
289
283
  "Quantiles": "Quantiles",
290
284
  "Recent": "Recent",
291
285
  "Remote data": "Remote data",
292
- "Remove shape from the multi": "Remove shape from the multi",
293
286
  "Replace layer content": "Replace layer content",
294
287
  "Restore this version": "Restore this version",
295
288
  "Save current edits": "Save current edits",
@@ -406,7 +399,6 @@
406
399
  "Until": "Until",
407
400
  "Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
408
401
  "Edit in OpenStreetMap": "Edit in OpenStreetMap",
409
- "Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns.",
410
402
  "Back to layers": "Back to layers",
411
403
  "Filters": "Filters",
412
404
  "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",
@@ -543,5 +535,85 @@
543
535
  "Back to list": "Back to list",
544
536
  "Toggle rule": "Toggle rule",
545
537
  "Delete rule": "Delete rule",
546
- "Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
538
+ "Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes.",
539
+ "Activate collaborative live editing on this map. Other users must reload the map after changing this setting.": "Activate collaborative live editing on this map. Other users must reload the map after changing this setting.",
540
+ "More help resources": "More help resources",
541
+ "This map is a template": "This map is a template",
542
+ "Add text along path": "Add text along path",
543
+ "Text color": "Text color",
544
+ "Text offset": "Text offset",
545
+ "Text position": "Text position",
546
+ "start": "start",
547
+ "center": "center",
548
+ "end": "end",
549
+ "Text repeat": "Text repeat",
550
+ "Text rotate": "Text rotate",
551
+ "Text size": "Text size",
552
+ "Load map template": "Load map template",
553
+ "My templates": "My templates",
554
+ "From staff": "From staff",
555
+ "From community": "From community",
556
+ "You must select a template.": "You must select a template.",
557
+ "Line decoration": "Line decoration",
558
+ "Reuse this template": "Reuse this template",
559
+ "Create a new map using this template": "Create a new map using this template",
560
+ "Save template": "Save template",
561
+ "Load template": "Load template",
562
+ "Loading a template will apply predefined styles and settings to your map": "Loading a template will apply predefined styles and settings to your map",
563
+ "Load template with data": "Load template with data",
564
+ "You have no registered template yet. You can add one by creating a new map and flagging it as \"template\".": "You have no registered template yet. You can add one by creating a new map and flagging it as \"template\".",
565
+ "There is no recommended template yet. Recommended templates are the ones starred by uMap administrators.": "There is no recommended template yet. Recommended templates are the ones starred by uMap administrators.",
566
+ "There is no public template yet.": "There is no public template yet.",
567
+ "Explore": "Explore",
568
+ "Import data from public open data portals": "Import data from public open data portals",
569
+ "Choose a portal": "Choose a portal",
570
+ "Limit results to current map view": "Limit results to current map view",
571
+ "Please choose an instance first.": "Please choose an instance first.",
572
+ "No geo column found: must be either `lat(itude)` and `lon(gitude)` or `geom(etry)`.": "No geo column found: must be either `lat(itude)` and `lon(gitude)` or `geom(etry)`.",
573
+ "Add a new field": "Add a new field",
574
+ "Are you sure you want to delete this field on all the features?": "Are you sure you want to delete this field on all the features?",
575
+ "Please enter the new name of this field": "Please enter the new name of this field",
576
+ "Cannot process MultiPoint": "Cannot process MultiPoint",
577
+ "Manage Fields": "Manage Fields",
578
+ "Rename this field": "Rename this field",
579
+ "Delete this field": "Delete this field",
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"
547
619
  }
@@ -16,7 +16,6 @@ const locale = {
16
16
  "Activate slideshow mode": "開啟幻燈片模式",
17
17
  "Add a layer": "新增圖層",
18
18
  "Add a line to the current multi": "新增線段",
19
- "Add a new property": "新增屬性",
20
19
  "Add a polygon to the current multi": "新增多邊形",
21
20
  "Add image URL": "新增圖片URL",
22
21
  "Advanced actions": "進階動作",
@@ -29,7 +28,6 @@ const locale = {
29
28
  "Animated transitions": "動畫轉換",
30
29
  "Are you sure you want to clone this map and all its datalayers?": "您確定要複製此地圖及所有資料圖層?",
31
30
  "Are you sure you want to delete this map?": "您確定要刪除此地圖?",
32
- "Are you sure you want to delete this property on all the features?": "您確定要刪除所有圖徵中的此項屬性?",
33
31
  "Are you sure you want to restore this version?": "您確定要回復此一版本嗎?",
34
32
  "Attach the map to my account": "將地圖加入到我的帳號",
35
33
  "attribution": "表彰",
@@ -59,7 +57,6 @@ const locale = {
59
57
  "Click last point to finish shape": "點下最後一點後完成外形",
60
58
  "Click to add a marker": "點選以新增標記",
61
59
  "Click to continue drawing": "點擊以繼續繪製",
62
- "Click to edit": "點擊開始編輯",
63
60
  "Click to start drawing a line": "點擊以開始繪製直線",
64
61
  "Click to start drawing a polygon": "點選開始繪製多邊形",
65
62
  "Clone of {name}": "複製 {name}",
@@ -157,7 +154,6 @@ const locale = {
157
154
  "Format": "格式",
158
155
  "From zoom": "由縮放大小",
159
156
  "full backup": " 完全備份",
160
- "Generic": "一般常用符號",
161
157
  "GeoRSS (only link)": "GeoRSS (只有連結)",
162
158
  "GeoRSS (title + image)": "GeoRSS (標題與圖片)",
163
159
  "Go to \"{coords}\"": "去 \"{coords}\"",
@@ -212,7 +208,6 @@ const locale = {
212
208
  "Link with text: [[https://example.com|text of the link]]": "有文字的連結:[[https://example.com|text of the link]]",
213
209
  "Long credits": "詳細工作人員名單",
214
210
  "Longitude": "經度",
215
- "Make main shape": "設為主要外形",
216
211
  "Manage layers": "管理圖層",
217
212
  "Manual": "手動",
218
213
  "Map background credits": "地圖背景取自",
@@ -273,7 +268,6 @@ const locale = {
273
268
  "Please be sure the licence is compliant with your use.": "請再次確認所選的授權方式符合您的需求",
274
269
  "Please choose a format": "請選擇地圖格式",
275
270
  "Please enter the name of the property": "請輸入物件名稱",
276
- "Please enter the new name of this property": "請輸入新的物件名稱",
277
271
  "Please save the map first": "請先儲存地圖",
278
272
  "Popup (large)": "彈出式視窗 (大)",
279
273
  "Popup content style": "彈出式視窗内容樣式",
@@ -289,7 +283,6 @@ const locale = {
289
283
  "Quantiles": "數量",
290
284
  "Recent": "目前",
291
285
  "Remote data": "遠端資料",
292
- "Remove shape from the multi": "移除外形",
293
286
  "Replace layer content": "取代圖層內容",
294
287
  "Restore this version": "回復此版本",
295
288
  "Save current edits": "儲存近期的變更",
@@ -406,7 +399,6 @@ const locale = {
406
399
  "Until": "至",
407
400
  "Example: key1,key2|Label 2,key3|Label 3|checkbox": "例如:key1,key2|Label 2,key3|Label 3|checkbox",
408
401
  "Edit in OpenStreetMap": "在開放街圖編輯",
409
- "Cannot determine latitude and longitude columns.": "無法決定緯度與經度欄。",
410
402
  "Back to layers": "回到圖層",
411
403
  "Filters": "篩選",
412
404
  "Comma separated list of properties to use when filtering features by text input": "逗號分隔清單的屬性,用在文字輸入時篩選用途",
@@ -526,24 +518,104 @@ const locale = {
526
518
  "Edit map default view": "編輯地圖預設檢視",
527
519
  "Use current center and zoom": "使用目前中心與縮放大小",
528
520
  "Layer permalink": "圖層永久連結",
529
- "Back to home": "Back to home",
530
- "Home logo": "Home logo",
531
- "Add this geometry to my map": "Add this geometry to my map",
532
- "Add this place to my map": "Add this place to my map",
533
- "Cancel last edit": "Cancel last edit",
534
- "Redo last edit": "Redo last edit",
535
- "Links": "Links",
536
- "Images": "Images",
537
- "Iframes": "Iframes",
538
- "Tags": "Tags",
539
- "Geocode": "Geocode",
540
- "Display the back to home icon": "Display the back to home icon",
541
- "Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
542
- "Simplify all geometries to points": "Simplify all geometries to points",
543
- "Back to list": "Back to list",
544
- "Toggle rule": "Toggle rule",
545
- "Delete rule": "Delete rule",
546
- "Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
521
+ "Back to home": "回到首頁",
522
+ "Home logo": "首頁 logo",
523
+ "Add this geometry to my map": "新增此一幾何到我的地圖",
524
+ "Add this place to my map": "新增這一地點到我的地圖",
525
+ "Cancel last edit": "取消最後編輯",
526
+ "Redo last edit": "重覆最後編輯",
527
+ "Links": "連結",
528
+ "Images": "影像",
529
+ "Iframes": "內崁頁面",
530
+ "Tags": "標籤",
531
+ "Geocode": "地理代碼",
532
+ "Display the back to home icon": "顯示回到首頁圖示",
533
+ "Do you want to display layer switcher in caption bar?": "你想要標題列顯示圖層切換嗎?",
534
+ "Simplify all geometries to points": "簡化所有幾何圖形變成節點",
535
+ "Back to list": "回到清單",
536
+ "Toggle rule": "套用規則",
537
+ "Delete rule": "刪除規則",
538
+ "Cannot save layer, please try again in a few minutes.": "無法儲存圖層,請幾分鐘之後再試一次。",
539
+ "Activate collaborative live editing on this map. Other users must reload the map after changing this setting.": "在這一份地圖啟用共同即時編輯,其他使用者必須在啟用這項設定後重新載入地圖。",
540
+ "More help resources": "更多幫助資源",
541
+ "This map is a template": "這份地圖是模版",
542
+ "Add text along path": "延著路徑新增文字",
543
+ "Text color": "文字顏色",
544
+ "Text offset": "文字偏移",
545
+ "Text position": "文字位置",
546
+ "start": "開始",
547
+ "center": "中間",
548
+ "end": "結尾",
549
+ "Text repeat": "文字重覆",
550
+ "Text rotate": "文字旋轉",
551
+ "Text size": "文字大小",
552
+ "Load map template": "載入地圖模版",
553
+ "My templates": "我的模版",
554
+ "From staff": "從職員",
555
+ "From community": "從社群",
556
+ "You must select a template.": "你必須選擇模版。",
557
+ "Line decoration": "線段修飾",
558
+ "Reuse this template": "重覆使用這份模版",
559
+ "Create a new map using this template": "使用這份模版新增地圖",
560
+ "Save template": "儲存模版",
561
+ "Load template": "載入模版",
562
+ "Loading a template will apply predefined styles and settings to your map": "載入模版將會套用預先定義的樣式與設定到你的地圖上",
563
+ "Load template with data": "連同資料載入模版",
564
+ "You have no registered template yet. You can add one by creating a new map and flagging it as \"template\".": "你還沒有已註冊的模版,你可以透過新增地圖並且標示為「模版」來新增。",
565
+ "There is no recommended template yet. Recommended templates are the ones starred by uMap administrators.": "仍沒有建議模版,建議模版為uMap管理員打星號的模版。",
566
+ "There is no public template yet.": "仍沒有公開模版。",
567
+ "Explore": "瀏覽",
568
+ "Import data from public open data portals": "從公共開放資料平台匯入資料",
569
+ "Choose a portal": "選擇平台",
570
+ "Limit results to current map view": "限制結果為目前地圖檢視",
571
+ "Please choose an instance first.": "請先選擇站臺。",
572
+ "No geo column found: must be either `lat(itude)` and `lon(gitude)` or `geom(etry)`.": "沒有找到地理欄位:必須是`lat(itude)`與 `lon(gitude)` 或者 `geom(etry)`。",
573
+ "Add a new field": "新增欄位",
574
+ "Are you sure you want to delete this field on all the features?": "你確定要從所有圖徵刪除這個欄位?",
575
+ "Please enter the new name of this field": "請新增這個欄位的新名稱",
576
+ "Cannot process MultiPoint": "無法處理多重點",
577
+ "Manage Fields": "管理欄位",
578
+ "Rename this field": "重新命名這一欄位",
579
+ "Delete this field": "刪除這一欄位",
580
+ "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"
547
619
  }
548
620
  L.registerLocale("zh_TW", locale)
549
621
  L.setLocale("zh_TW")