umap-project 3.4.0b3__py3-none-any.whl → 3.4.2__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.
Files changed (185) hide show
  1. umap/__init__.py +1 -1
  2. umap/locale/da/LC_MESSAGES/django.mo +0 -0
  3. umap/locale/da/LC_MESSAGES/django.po +18 -14
  4. umap/locale/en/LC_MESSAGES/django.po +5 -1
  5. umap/locale/es/LC_MESSAGES/django.mo +0 -0
  6. umap/locale/es/LC_MESSAGES/django.po +20 -16
  7. umap/locale/fr/LC_MESSAGES/django.mo +0 -0
  8. umap/locale/fr/LC_MESSAGES/django.po +18 -14
  9. umap/locale/pl/LC_MESSAGES/django.mo +0 -0
  10. umap/locale/pl/LC_MESSAGES/django.po +72 -71
  11. umap/static/umap/content.css +0 -3
  12. umap/static/umap/css/bar.css +9 -6
  13. umap/static/umap/css/form.css +25 -9
  14. umap/static/umap/css/popup.css +1 -0
  15. umap/static/umap/js/components/copiable.js +47 -0
  16. umap/static/umap/js/modules/autocomplete.js +31 -58
  17. umap/static/umap/js/modules/browser.js +4 -4
  18. umap/static/umap/js/modules/data/features.js +32 -35
  19. umap/static/umap/js/modules/data/fields.js +189 -23
  20. umap/static/umap/js/modules/data/layer.js +72 -87
  21. umap/static/umap/js/modules/domutils.js +21 -1
  22. umap/static/umap/js/modules/filters.js +13 -40
  23. umap/static/umap/js/modules/form/fields.js +4 -4
  24. umap/static/umap/js/modules/formatter.js +9 -1
  25. umap/static/umap/js/modules/help.js +12 -13
  26. umap/static/umap/js/modules/importer.js +17 -26
  27. umap/static/umap/js/modules/importers/banfr.js +0 -1
  28. umap/static/umap/js/modules/importers/cadastrefr.js +19 -19
  29. umap/static/umap/js/modules/importers/communesfr.js +7 -8
  30. umap/static/umap/js/modules/importers/datasets.js +14 -14
  31. umap/static/umap/js/modules/importers/geodatamine.js +20 -22
  32. umap/static/umap/js/modules/importers/opendata.js +10 -0
  33. umap/static/umap/js/modules/importers/overpass.js +19 -18
  34. umap/static/umap/js/modules/managers.js +1 -1
  35. umap/static/umap/js/modules/permissions.js +5 -3
  36. umap/static/umap/js/modules/rendering/controls.js +2 -2
  37. umap/static/umap/js/modules/rendering/icon.js +5 -9
  38. umap/static/umap/js/modules/rendering/layers/base.js +1 -1
  39. umap/static/umap/js/modules/rendering/layers/classified.js +15 -10
  40. umap/static/umap/js/modules/rendering/layers/heat.js +1 -0
  41. umap/static/umap/js/modules/rendering/map.js +22 -22
  42. umap/static/umap/js/modules/rendering/popup.js +6 -3
  43. umap/static/umap/js/modules/rendering/template.js +28 -34
  44. umap/static/umap/js/modules/rendering/ui.js +1 -2
  45. umap/static/umap/js/modules/rules.js +34 -41
  46. umap/static/umap/js/modules/schema.js +0 -7
  47. umap/static/umap/js/modules/share.js +36 -69
  48. umap/static/umap/js/modules/slideshow.js +3 -3
  49. umap/static/umap/js/modules/tableeditor.js +0 -1
  50. umap/static/umap/js/modules/ui/bar.js +51 -32
  51. umap/static/umap/js/modules/ui/panel.js +26 -21
  52. umap/static/umap/js/modules/ui/tooltip.js +1 -1
  53. umap/static/umap/js/modules/umap.js +75 -80
  54. umap/static/umap/js/modules/utils.js +12 -3
  55. umap/static/umap/js/umap.controls.js +33 -14
  56. umap/static/umap/locale/am_ET.js +6 -4
  57. umap/static/umap/locale/am_ET.json +6 -4
  58. umap/static/umap/locale/ar.js +6 -4
  59. umap/static/umap/locale/ar.json +6 -4
  60. umap/static/umap/locale/ast.js +6 -4
  61. umap/static/umap/locale/ast.json +6 -4
  62. umap/static/umap/locale/bg.js +6 -4
  63. umap/static/umap/locale/bg.json +6 -4
  64. umap/static/umap/locale/br.js +19 -8
  65. umap/static/umap/locale/br.json +19 -8
  66. umap/static/umap/locale/ca.js +6 -4
  67. umap/static/umap/locale/ca.json +6 -4
  68. umap/static/umap/locale/cs_CZ.js +7 -5
  69. umap/static/umap/locale/cs_CZ.json +7 -5
  70. umap/static/umap/locale/da.js +8 -6
  71. umap/static/umap/locale/da.json +8 -6
  72. umap/static/umap/locale/de.js +38 -36
  73. umap/static/umap/locale/de.json +38 -36
  74. umap/static/umap/locale/el.js +7 -5
  75. umap/static/umap/locale/el.json +7 -5
  76. umap/static/umap/locale/en.js +7 -5
  77. umap/static/umap/locale/en.json +7 -5
  78. umap/static/umap/locale/en_US.json +6 -4
  79. umap/static/umap/locale/es.js +19 -17
  80. umap/static/umap/locale/es.json +19 -17
  81. umap/static/umap/locale/et.js +7 -5
  82. umap/static/umap/locale/et.json +7 -5
  83. umap/static/umap/locale/eu.js +23 -21
  84. umap/static/umap/locale/eu.json +23 -21
  85. umap/static/umap/locale/fa_IR.js +7 -5
  86. umap/static/umap/locale/fa_IR.json +7 -5
  87. umap/static/umap/locale/fi.js +6 -4
  88. umap/static/umap/locale/fi.json +6 -4
  89. umap/static/umap/locale/fr.js +8 -6
  90. umap/static/umap/locale/fr.json +8 -6
  91. umap/static/umap/locale/gl.js +147 -145
  92. umap/static/umap/locale/gl.json +147 -145
  93. umap/static/umap/locale/he.js +6 -4
  94. umap/static/umap/locale/he.json +6 -4
  95. umap/static/umap/locale/hr.js +6 -4
  96. umap/static/umap/locale/hr.json +6 -4
  97. umap/static/umap/locale/hu.js +7 -5
  98. umap/static/umap/locale/hu.json +7 -5
  99. umap/static/umap/locale/id.js +6 -4
  100. umap/static/umap/locale/id.json +6 -4
  101. umap/static/umap/locale/is.js +7 -5
  102. umap/static/umap/locale/is.json +7 -5
  103. umap/static/umap/locale/it.js +7 -5
  104. umap/static/umap/locale/it.json +7 -5
  105. umap/static/umap/locale/ja.js +6 -4
  106. umap/static/umap/locale/ja.json +6 -4
  107. umap/static/umap/locale/ko.js +6 -4
  108. umap/static/umap/locale/ko.json +6 -4
  109. umap/static/umap/locale/lt.js +6 -4
  110. umap/static/umap/locale/lt.json +6 -4
  111. umap/static/umap/locale/ms.js +7 -5
  112. umap/static/umap/locale/ms.json +7 -5
  113. umap/static/umap/locale/nl.js +7 -5
  114. umap/static/umap/locale/nl.json +7 -5
  115. umap/static/umap/locale/no.js +6 -4
  116. umap/static/umap/locale/no.json +6 -4
  117. umap/static/umap/locale/pl.js +53 -51
  118. umap/static/umap/locale/pl.json +53 -51
  119. umap/static/umap/locale/pl_PL.json +6 -4
  120. umap/static/umap/locale/pt.js +7 -5
  121. umap/static/umap/locale/pt.json +7 -5
  122. umap/static/umap/locale/pt_BR.js +6 -4
  123. umap/static/umap/locale/pt_BR.json +6 -4
  124. umap/static/umap/locale/pt_PT.js +6 -4
  125. umap/static/umap/locale/pt_PT.json +6 -4
  126. umap/static/umap/locale/ro.js +6 -4
  127. umap/static/umap/locale/ro.json +6 -4
  128. umap/static/umap/locale/ru.js +6 -4
  129. umap/static/umap/locale/ru.json +6 -4
  130. umap/static/umap/locale/sk_SK.js +6 -4
  131. umap/static/umap/locale/sk_SK.json +6 -4
  132. umap/static/umap/locale/sl.js +6 -4
  133. umap/static/umap/locale/sl.json +6 -4
  134. umap/static/umap/locale/sr.js +6 -4
  135. umap/static/umap/locale/sr.json +6 -4
  136. umap/static/umap/locale/sv.js +6 -4
  137. umap/static/umap/locale/sv.json +6 -4
  138. umap/static/umap/locale/th_TH.js +6 -4
  139. umap/static/umap/locale/th_TH.json +6 -4
  140. umap/static/umap/locale/tr.js +6 -4
  141. umap/static/umap/locale/tr.json +6 -4
  142. umap/static/umap/locale/uk_UA.js +6 -4
  143. umap/static/umap/locale/uk_UA.json +6 -4
  144. umap/static/umap/locale/vi.js +6 -4
  145. umap/static/umap/locale/vi.json +6 -4
  146. umap/static/umap/locale/vi_VN.json +6 -4
  147. umap/static/umap/locale/zh.js +6 -4
  148. umap/static/umap/locale/zh.json +6 -4
  149. umap/static/umap/locale/zh_CN.json +6 -4
  150. umap/static/umap/locale/zh_TW.Big5.json +6 -4
  151. umap/static/umap/locale/zh_TW.js +20 -18
  152. umap/static/umap/locale/zh_TW.json +20 -18
  153. umap/static/umap/map.css +5 -4
  154. umap/static/umap/unittests/utils.js +7 -7
  155. umap/templates/umap/content_footer.html +1 -0
  156. umap/templates/umap/css.html +0 -2
  157. umap/templates/umap/js.html +1 -3
  158. umap/tests/integration/conftest.py +3 -2
  159. umap/tests/integration/test_anonymous_owned_map.py +1 -1
  160. umap/tests/integration/test_conditional_rules.py +106 -51
  161. umap/tests/integration/test_draw_polygon.py +4 -0
  162. umap/tests/integration/test_draw_polyline.py +11 -0
  163. umap/tests/integration/test_edit_datalayer.py +1 -1
  164. umap/tests/integration/test_fields.py +19 -0
  165. umap/tests/integration/test_iframe.py +1 -1
  166. umap/tests/integration/test_import.py +23 -0
  167. umap/tests/integration/test_map.py +2 -2
  168. umap/tests/integration/test_owned_map.py +2 -2
  169. umap/tests/integration/test_popup.py +31 -0
  170. umap/tests/integration/test_remote_data.py +4 -4
  171. umap/tests/integration/test_search.py +41 -0
  172. umap/tests/integration/test_share.py +2 -2
  173. umap/tests/integration/test_team.py +1 -1
  174. umap/tests/integration/test_websocket_sync.py +6 -1
  175. umap/tests/test_utils.py +4 -1
  176. umap/utils.py +1 -0
  177. {umap_project-3.4.0b3.dist-info → umap_project-3.4.2.dist-info}/METADATA +15 -15
  178. {umap_project-3.4.0b3.dist-info → umap_project-3.4.2.dist-info}/RECORD +181 -183
  179. umap/static/umap/js/umap.core.js +0 -93
  180. umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.css +0 -46
  181. umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.js +0 -240
  182. umap/static/umap/vendors/editinosm/edit-in-osm.png +0 -0
  183. {umap_project-3.4.0b3.dist-info → umap_project-3.4.2.dist-info}/WHEEL +0 -0
  184. {umap_project-3.4.0b3.dist-info → umap_project-3.4.2.dist-info}/entry_points.txt +0 -0
  185. {umap_project-3.4.0b3.dist-info → umap_project-3.4.2.dist-info}/licenses/LICENSE +0 -0
@@ -99,7 +99,6 @@ const locale = {
99
99
  "Delete this vertex (Alt+Click)": "Delete this vertex (Alt+Click)",
100
100
  "Delete": "حذف",
101
101
  "description": "تقديم",
102
- "Direct link": "Direct link",
103
102
  "Directions from here": "Directions from here",
104
103
  "Display label": "Display label",
105
104
  "Display measure": "Display measure",
@@ -135,7 +134,6 @@ const locale = {
135
134
  "Edit this feature": "Edit this feature",
136
135
  "Edit": "Edit",
137
136
  "Embed and link options": "Embed and link options",
138
- "Embed the map": "Embed the map",
139
137
  "Emoji & Character": "Emoji & Character",
140
138
  "Empty": "Empty",
141
139
  "Equidistant": "Equidistant",
@@ -295,7 +293,6 @@ const locale = {
295
293
  "settings": "settings",
296
294
  "Shape properties": "Shape properties",
297
295
  "Share and download": "Share and download",
298
- "Share this link to open a customized map view": "Share this link to open a customized map view",
299
296
  "Short credits": "Short credits",
300
297
  "Short link": "Short link",
301
298
  "Show this layer in the caption": "Show this layer in the caption",
@@ -650,7 +647,12 @@ const locale = {
650
647
  "List of values": "List of values",
651
648
  "Yes / No": "Yes / No",
652
649
  "Select field to compute intensity": "Select field to compute intensity",
653
- "Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
650
+ "Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
651
+ "All layers": "All layers",
652
+ "Comma separated list of values": "Comma separated list of values",
653
+ "Share": "Share",
654
+ "Customized link": "Customized link",
655
+ "Iframe": "Iframe"
654
656
  }
655
657
  L.registerLocale("ar", locale)
656
658
  L.setLocale("ar")
@@ -99,7 +99,6 @@
99
99
  "Delete this vertex (Alt+Click)": "Delete this vertex (Alt+Click)",
100
100
  "Delete": "حذف",
101
101
  "description": "تقديم",
102
- "Direct link": "Direct link",
103
102
  "Directions from here": "Directions from here",
104
103
  "Display label": "Display label",
105
104
  "Display measure": "Display measure",
@@ -135,7 +134,6 @@
135
134
  "Edit this feature": "Edit this feature",
136
135
  "Edit": "Edit",
137
136
  "Embed and link options": "Embed and link options",
138
- "Embed the map": "Embed the map",
139
137
  "Emoji & Character": "Emoji & Character",
140
138
  "Empty": "Empty",
141
139
  "Equidistant": "Equidistant",
@@ -295,7 +293,6 @@
295
293
  "settings": "settings",
296
294
  "Shape properties": "Shape properties",
297
295
  "Share and download": "Share and download",
298
- "Share this link to open a customized map view": "Share this link to open a customized map view",
299
296
  "Short credits": "Short credits",
300
297
  "Short link": "Short link",
301
298
  "Show this layer in the caption": "Show this layer in the caption",
@@ -650,5 +647,10 @@
650
647
  "List of values": "List of values",
651
648
  "Yes / No": "Yes / No",
652
649
  "Select field to compute intensity": "Select field to compute intensity",
653
- "Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
650
+ "Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
651
+ "All layers": "All layers",
652
+ "Comma separated list of values": "Comma separated list of values",
653
+ "Share": "Share",
654
+ "Customized link": "Customized link",
655
+ "Iframe": "Iframe"
654
656
  }
@@ -99,7 +99,6 @@ const locale = {
99
99
  "Delete this vertex (Alt+Click)": "Delete this vertex (Alt+Click)",
100
100
  "Delete": "Delete",
101
101
  "description": "description",
102
- "Direct link": "Direct link",
103
102
  "Directions from here": "Directions from here",
104
103
  "Display label": "Display label",
105
104
  "Display measure": "Display measure",
@@ -135,7 +134,6 @@ const locale = {
135
134
  "Edit this feature": "Edit this feature",
136
135
  "Edit": "Edit",
137
136
  "Embed and link options": "Embed and link options",
138
- "Embed the map": "Embed the map",
139
137
  "Emoji & Character": "Emoji & Character",
140
138
  "Empty": "Empty",
141
139
  "Equidistant": "Equidistant",
@@ -295,7 +293,6 @@ const locale = {
295
293
  "settings": "settings",
296
294
  "Shape properties": "Shape properties",
297
295
  "Share and download": "Share and download",
298
- "Share this link to open a customized map view": "Share this link to open a customized map view",
299
296
  "Short credits": "Short credits",
300
297
  "Short link": "Short link",
301
298
  "Show this layer in the caption": "Show this layer in the caption",
@@ -650,7 +647,12 @@ const locale = {
650
647
  "List of values": "List of values",
651
648
  "Yes / No": "Yes / No",
652
649
  "Select field to compute intensity": "Select field to compute intensity",
653
- "Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
650
+ "Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
651
+ "All layers": "All layers",
652
+ "Comma separated list of values": "Comma separated list of values",
653
+ "Share": "Share",
654
+ "Customized link": "Customized link",
655
+ "Iframe": "Iframe"
654
656
  }
655
657
  L.registerLocale("ast", locale)
656
658
  L.setLocale("ast")
@@ -99,7 +99,6 @@
99
99
  "Delete this vertex (Alt+Click)": "Delete this vertex (Alt+Click)",
100
100
  "Delete": "Delete",
101
101
  "description": "description",
102
- "Direct link": "Direct link",
103
102
  "Directions from here": "Directions from here",
104
103
  "Display label": "Display label",
105
104
  "Display measure": "Display measure",
@@ -135,7 +134,6 @@
135
134
  "Edit this feature": "Edit this feature",
136
135
  "Edit": "Edit",
137
136
  "Embed and link options": "Embed and link options",
138
- "Embed the map": "Embed the map",
139
137
  "Emoji & Character": "Emoji & Character",
140
138
  "Empty": "Empty",
141
139
  "Equidistant": "Equidistant",
@@ -295,7 +293,6 @@
295
293
  "settings": "settings",
296
294
  "Shape properties": "Shape properties",
297
295
  "Share and download": "Share and download",
298
- "Share this link to open a customized map view": "Share this link to open a customized map view",
299
296
  "Short credits": "Short credits",
300
297
  "Short link": "Short link",
301
298
  "Show this layer in the caption": "Show this layer in the caption",
@@ -650,5 +647,10 @@
650
647
  "List of values": "List of values",
651
648
  "Yes / No": "Yes / No",
652
649
  "Select field to compute intensity": "Select field to compute intensity",
653
- "Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
650
+ "Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
651
+ "All layers": "All layers",
652
+ "Comma separated list of values": "Comma separated list of values",
653
+ "Share": "Share",
654
+ "Customized link": "Customized link",
655
+ "Iframe": "Iframe"
654
656
  }
@@ -99,7 +99,6 @@ const locale = {
99
99
  "Delete this vertex (Alt+Click)": "Delete this vertex (Alt+Click)",
100
100
  "Delete": "Изтрий",
101
101
  "description": "описание",
102
- "Direct link": "Direct link",
103
102
  "Directions from here": "Упътвания от тук",
104
103
  "Display label": "Показване на етикет",
105
104
  "Display measure": "Display measure",
@@ -135,7 +134,6 @@ const locale = {
135
134
  "Edit this feature": "Редактирайте тази характеристика",
136
135
  "Edit": "Редактиране",
137
136
  "Embed and link options": "Embed and link options",
138
- "Embed the map": "Вграждане на карта",
139
137
  "Emoji & Character": "Emoji & Character",
140
138
  "Empty": "Празно",
141
139
  "Equidistant": "Equidistant",
@@ -295,7 +293,6 @@ const locale = {
295
293
  "settings": "settings",
296
294
  "Shape properties": "Shape properties",
297
295
  "Share and download": "Share and download",
298
- "Share this link to open a customized map view": "Share this link to open a customized map view",
299
296
  "Short credits": "Short credits",
300
297
  "Short link": "Short link",
301
298
  "Show this layer in the caption": "Show this layer in the caption",
@@ -650,7 +647,12 @@ const locale = {
650
647
  "List of values": "List of values",
651
648
  "Yes / No": "Yes / No",
652
649
  "Select field to compute intensity": "Select field to compute intensity",
653
- "Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
650
+ "Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
651
+ "All layers": "All layers",
652
+ "Comma separated list of values": "Comma separated list of values",
653
+ "Share": "Share",
654
+ "Customized link": "Customized link",
655
+ "Iframe": "Iframe"
654
656
  }
655
657
  L.registerLocale("bg", locale)
656
658
  L.setLocale("bg")
@@ -99,7 +99,6 @@
99
99
  "Delete this vertex (Alt+Click)": "Delete this vertex (Alt+Click)",
100
100
  "Delete": "Изтрий",
101
101
  "description": "описание",
102
- "Direct link": "Direct link",
103
102
  "Directions from here": "Упътвания от тук",
104
103
  "Display label": "Показване на етикет",
105
104
  "Display measure": "Display measure",
@@ -135,7 +134,6 @@
135
134
  "Edit this feature": "Редактирайте тази характеристика",
136
135
  "Edit": "Редактиране",
137
136
  "Embed and link options": "Embed and link options",
138
- "Embed the map": "Вграждане на карта",
139
137
  "Emoji & Character": "Emoji & Character",
140
138
  "Empty": "Празно",
141
139
  "Equidistant": "Equidistant",
@@ -295,7 +293,6 @@
295
293
  "settings": "settings",
296
294
  "Shape properties": "Shape properties",
297
295
  "Share and download": "Share and download",
298
- "Share this link to open a customized map view": "Share this link to open a customized map view",
299
296
  "Short credits": "Short credits",
300
297
  "Short link": "Short link",
301
298
  "Show this layer in the caption": "Show this layer in the caption",
@@ -650,5 +647,10 @@
650
647
  "List of values": "List of values",
651
648
  "Yes / No": "Yes / No",
652
649
  "Select field to compute intensity": "Select field to compute intensity",
653
- "Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
650
+ "Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
651
+ "All layers": "All layers",
652
+ "Comma separated list of values": "Comma separated list of values",
653
+ "Share": "Share",
654
+ "Customized link": "Customized link",
655
+ "Iframe": "Iframe"
654
656
  }
@@ -99,7 +99,6 @@ const locale = {
99
99
  "Delete this vertex (Alt+Click)": "Dilemel ar poent-mañ (Erl+Klik)",
100
100
  "Delete": "Dilemel",
101
101
  "description": "deskrivadur",
102
- "Direct link": "Liamm eeun",
103
102
  "Directions from here": "Heñchadurioù adalek amañ",
104
103
  "Display label": "Diskouez un dikedenn",
105
104
  "Display measure": "Diskouez ar muzulioù",
@@ -135,7 +134,6 @@ const locale = {
135
134
  "Edit this feature": "Kemmañ an elfenn-mañ",
136
135
  "Edit": "Aozañ",
137
136
  "Embed and link options": "Dibarzhioù enframmañ ha liammoù",
138
- "Embed the map": "Enframmañ ar gartenn",
139
137
  "Emoji & Character": "Emoji & Testenn",
140
138
  "Empty": "Goullonderiñ",
141
139
  "Equidistant": "Keitpell",
@@ -159,7 +157,6 @@ const locale = {
159
157
  "Go to \"{coords}\"": "Mont da \"{coords}\"",
160
158
  "Go to the homepage": "Mont d'ar bajenn degemer",
161
159
  "Go to «{feature}»": "Mont da «{feature}»",
162
- "Heatmap intensity property": "Heatmap intensity property",
163
160
  "Heatmap radius": "Skin ar gartenn dermek",
164
161
  "Heatmap": "Kartenn dermek",
165
162
  "height": "uhelder",
@@ -240,7 +237,6 @@ const locale = {
240
237
  "No licence has been set": "Aotre-implijout ebet bet termenet",
241
238
  "No results": "Disoc'h ebet",
242
239
  "no": "ket",
243
- "No.": "Ket.",
244
240
  "None": "Hini ebet",
245
241
  "Number of desired classes (default 5)": "Niver a renkadoù hoc'h eus c'hoant (5 dre ziouer)",
246
242
  "On the bottom": "D'an traoñ",
@@ -255,7 +251,6 @@ const locale = {
255
251
  "Open share & download panel": "Digeriñ ar banell \"rannañ ha pellgargañ\"",
256
252
  "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Open this map extent in a map editor to provide more accurate data to OpenStreetMap",
257
253
  "OpenStreetMap": "OpenStreetMap",
258
- "Optional intensity property for heatmap": "Optional intensity property for heatmap",
259
254
  "Optional. Same as color if not set.": "Diret. Al liv pennañ a vo implijet ma ne vez ket termenet.",
260
255
  "Optional.": "Diret.",
261
256
  "Override clustering radius (default 80)": "Override clustering radius (default 80)",
@@ -297,7 +292,6 @@ const locale = {
297
292
  "settings": "arventennoù",
298
293
  "Shape properties": "Perzhioù ar furm",
299
294
  "Share and download": "Rannañ ha pellgargañ",
300
- "Share this link to open a customized map view": "Share this link to open a customized map view",
301
295
  "Short credits": "Kredadoù berr",
302
296
  "Short link": "Liamm berr",
303
297
  "Show this layer in the caption": "Diskouez ar gwiskad-mañ en alc'hwez",
@@ -631,7 +625,6 @@ const locale = {
631
625
  "Are you sure you want to delete this field on all the data?": "Are you sure you want to delete this field on all the data?",
632
626
  "Anonymous map": "Anonymous map",
633
627
  "Edit filter for this field": "Edit filter for this field",
634
- "Fields, filters and keys": "Fields, filters and keys",
635
628
  "Hey, you created a map without an account!": "Hey, you created a map without an account!",
636
629
  "This map is anonymous, do you want to attach it to your account?": "This map is anonymous, do you want to attach it to your account?",
637
630
  "The map has been upgraded to latest version, please save it.": "The map has been upgraded to latest version, please save it.",
@@ -641,7 +634,25 @@ const locale = {
641
634
  "Wikipedia contributors": "Wikipedia contributors",
642
635
  "See on Wikipedia": "See on Wikipedia",
643
636
  "Anonymous map: update who can see and edit it": "Anonymous map: update who can see and edit it",
644
- "Login": "Login"
637
+ "Login": "Login",
638
+ "Manage filters": "Manage filters",
639
+ "Map (all layers)": "Map (all layers)",
640
+ "Add a filter for this field": "Add a filter for this field",
641
+ "Short text": "Short text",
642
+ "Text": "Text",
643
+ "Number": "Number",
644
+ "Date": "Date",
645
+ "Date and time": "Date and time",
646
+ "List of values": "List of values",
647
+ "Yes / No": "Yes / No",
648
+ "Select field to compute intensity": "Select field to compute intensity",
649
+ "Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
650
+ "All layers": "All layers",
651
+ "Comma separated list of values": "Comma separated list of values",
652
+ "Share": "Share",
653
+ "Customized link": "Customized link",
654
+ "Iframe": "Iframe",
655
+ "№": "№"
645
656
  }
646
657
  L.registerLocale("br", locale)
647
658
  L.setLocale("br")
@@ -99,7 +99,6 @@
99
99
  "Delete this vertex (Alt+Click)": "Dilemel ar poent-mañ (Erl+Klik)",
100
100
  "Delete": "Dilemel",
101
101
  "description": "deskrivadur",
102
- "Direct link": "Liamm eeun",
103
102
  "Directions from here": "Heñchadurioù adalek amañ",
104
103
  "Display label": "Diskouez un dikedenn",
105
104
  "Display measure": "Diskouez ar muzulioù",
@@ -135,7 +134,6 @@
135
134
  "Edit this feature": "Kemmañ an elfenn-mañ",
136
135
  "Edit": "Aozañ",
137
136
  "Embed and link options": "Dibarzhioù enframmañ ha liammoù",
138
- "Embed the map": "Enframmañ ar gartenn",
139
137
  "Emoji & Character": "Emoji & Testenn",
140
138
  "Empty": "Goullonderiñ",
141
139
  "Equidistant": "Keitpell",
@@ -159,7 +157,6 @@
159
157
  "Go to \"{coords}\"": "Mont da \"{coords}\"",
160
158
  "Go to the homepage": "Mont d'ar bajenn degemer",
161
159
  "Go to «{feature}»": "Mont da «{feature}»",
162
- "Heatmap intensity property": "Heatmap intensity property",
163
160
  "Heatmap radius": "Skin ar gartenn dermek",
164
161
  "Heatmap": "Kartenn dermek",
165
162
  "height": "uhelder",
@@ -240,7 +237,6 @@
240
237
  "No licence has been set": "Aotre-implijout ebet bet termenet",
241
238
  "No results": "Disoc'h ebet",
242
239
  "no": "ket",
243
- "No.": "Ket.",
244
240
  "None": "Hini ebet",
245
241
  "Number of desired classes (default 5)": "Niver a renkadoù hoc'h eus c'hoant (5 dre ziouer)",
246
242
  "On the bottom": "D'an traoñ",
@@ -255,7 +251,6 @@
255
251
  "Open share & download panel": "Digeriñ ar banell \"rannañ ha pellgargañ\"",
256
252
  "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Open this map extent in a map editor to provide more accurate data to OpenStreetMap",
257
253
  "OpenStreetMap": "OpenStreetMap",
258
- "Optional intensity property for heatmap": "Optional intensity property for heatmap",
259
254
  "Optional. Same as color if not set.": "Diret. Al liv pennañ a vo implijet ma ne vez ket termenet.",
260
255
  "Optional.": "Diret.",
261
256
  "Override clustering radius (default 80)": "Override clustering radius (default 80)",
@@ -297,7 +292,6 @@
297
292
  "settings": "arventennoù",
298
293
  "Shape properties": "Perzhioù ar furm",
299
294
  "Share and download": "Rannañ ha pellgargañ",
300
- "Share this link to open a customized map view": "Share this link to open a customized map view",
301
295
  "Short credits": "Kredadoù berr",
302
296
  "Short link": "Liamm berr",
303
297
  "Show this layer in the caption": "Diskouez ar gwiskad-mañ en alc'hwez",
@@ -631,7 +625,6 @@
631
625
  "Are you sure you want to delete this field on all the data?": "Are you sure you want to delete this field on all the data?",
632
626
  "Anonymous map": "Anonymous map",
633
627
  "Edit filter for this field": "Edit filter for this field",
634
- "Fields, filters and keys": "Fields, filters and keys",
635
628
  "Hey, you created a map without an account!": "Hey, you created a map without an account!",
636
629
  "This map is anonymous, do you want to attach it to your account?": "This map is anonymous, do you want to attach it to your account?",
637
630
  "The map has been upgraded to latest version, please save it.": "The map has been upgraded to latest version, please save it.",
@@ -641,5 +634,23 @@
641
634
  "Wikipedia contributors": "Wikipedia contributors",
642
635
  "See on Wikipedia": "See on Wikipedia",
643
636
  "Anonymous map: update who can see and edit it": "Anonymous map: update who can see and edit it",
644
- "Login": "Login"
637
+ "Login": "Login",
638
+ "Manage filters": "Manage filters",
639
+ "Map (all layers)": "Map (all layers)",
640
+ "Add a filter for this field": "Add a filter for this field",
641
+ "Short text": "Short text",
642
+ "Text": "Text",
643
+ "Number": "Number",
644
+ "Date": "Date",
645
+ "Date and time": "Date and time",
646
+ "List of values": "List of values",
647
+ "Yes / No": "Yes / No",
648
+ "Select field to compute intensity": "Select field to compute intensity",
649
+ "Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
650
+ "All layers": "All layers",
651
+ "Comma separated list of values": "Comma separated list of values",
652
+ "Share": "Share",
653
+ "Customized link": "Customized link",
654
+ "Iframe": "Iframe",
655
+ "№": "№"
645
656
  }
@@ -99,7 +99,6 @@ const locale = {
99
99
  "Delete this vertex (Alt+Click)": "Delete this vertex (Alt+Click)",
100
100
  "Delete": "Suprimeix",
101
101
  "description": "descripció",
102
- "Direct link": "Enllaç directe",
103
102
  "Directions from here": "Direccions des d'aquí",
104
103
  "Display label": "Mostra l'etiqueta",
105
104
  "Display measure": "Display measure",
@@ -135,7 +134,6 @@ const locale = {
135
134
  "Edit this feature": "Edita aquesta característica",
136
135
  "Edit": "Edita",
137
136
  "Embed and link options": "Opcions d'inserció i enllaç",
138
- "Embed the map": "Incrusta el mapa",
139
137
  "Emoji & Character": "Emoji & Character",
140
138
  "Empty": "Buit",
141
139
  "Equidistant": "Equidistant",
@@ -295,7 +293,6 @@ const locale = {
295
293
  "settings": "settings",
296
294
  "Shape properties": "Propietats de la forma",
297
295
  "Share and download": "Comparteix i baixa",
298
- "Share this link to open a customized map view": "Comparteix aquest enllaç per obrir una vista de mapa personalitzada",
299
296
  "Short credits": "Crèdits curts",
300
297
  "Short link": "Enllaç curt",
301
298
  "Show this layer in the caption": "Mostra aquesta capa a la llegenda",
@@ -650,7 +647,12 @@ const locale = {
650
647
  "List of values": "List of values",
651
648
  "Yes / No": "Yes / No",
652
649
  "Select field to compute intensity": "Select field to compute intensity",
653
- "Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
650
+ "Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
651
+ "All layers": "All layers",
652
+ "Comma separated list of values": "Comma separated list of values",
653
+ "Share": "Share",
654
+ "Customized link": "Customized link",
655
+ "Iframe": "Iframe"
654
656
  }
655
657
  L.registerLocale("ca", locale)
656
658
  L.setLocale("ca")
@@ -99,7 +99,6 @@
99
99
  "Delete this vertex (Alt+Click)": "Delete this vertex (Alt+Click)",
100
100
  "Delete": "Suprimeix",
101
101
  "description": "descripció",
102
- "Direct link": "Enllaç directe",
103
102
  "Directions from here": "Direccions des d'aquí",
104
103
  "Display label": "Mostra l'etiqueta",
105
104
  "Display measure": "Display measure",
@@ -135,7 +134,6 @@
135
134
  "Edit this feature": "Edita aquesta característica",
136
135
  "Edit": "Edita",
137
136
  "Embed and link options": "Opcions d'inserció i enllaç",
138
- "Embed the map": "Incrusta el mapa",
139
137
  "Emoji & Character": "Emoji & Character",
140
138
  "Empty": "Buit",
141
139
  "Equidistant": "Equidistant",
@@ -295,7 +293,6 @@
295
293
  "settings": "settings",
296
294
  "Shape properties": "Propietats de la forma",
297
295
  "Share and download": "Comparteix i baixa",
298
- "Share this link to open a customized map view": "Comparteix aquest enllaç per obrir una vista de mapa personalitzada",
299
296
  "Short credits": "Crèdits curts",
300
297
  "Short link": "Enllaç curt",
301
298
  "Show this layer in the caption": "Mostra aquesta capa a la llegenda",
@@ -650,5 +647,10 @@
650
647
  "List of values": "List of values",
651
648
  "Yes / No": "Yes / No",
652
649
  "Select field to compute intensity": "Select field to compute intensity",
653
- "Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
650
+ "Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
651
+ "All layers": "All layers",
652
+ "Comma separated list of values": "Comma separated list of values",
653
+ "Share": "Share",
654
+ "Customized link": "Customized link",
655
+ "Iframe": "Iframe"
654
656
  }
@@ -99,7 +99,6 @@ const locale = {
99
99
  "Delete this vertex (Alt+Click)": "Smazat tento bod (Alt+Klik)",
100
100
  "Delete": "Vymazat",
101
101
  "description": "popis",
102
- "Direct link": "Přímý odkaz",
103
102
  "Directions from here": "Navigovat odsud",
104
103
  "Display label": "Zobrazit popisek",
105
104
  "Display measure": "Zobrazit měřítko",
@@ -135,7 +134,6 @@ const locale = {
135
134
  "Edit this feature": "Upravit tento objekt",
136
135
  "Edit": "Upravit",
137
136
  "Embed and link options": "Možnosti vložení a propojení",
138
- "Embed the map": "Vložit mapu do jiného webu",
139
137
  "Emoji & Character": "Emoji & Character",
140
138
  "Empty": "Vyprázdnit",
141
139
  "Equidistant": "Stejně vzdálené",
@@ -239,7 +237,6 @@ const locale = {
239
237
  "No licence has been set": "Nebyla nastavena licence",
240
238
  "No results": "Žádné výsledky",
241
239
  "no": "ne",
242
- "No.": "Ne.",
243
240
  "None": "Žádný",
244
241
  "Number of desired classes (default 5)": "Počet požadovaných tříd (výchozí 5)",
245
242
  "On the bottom": "Zespod",
@@ -295,7 +292,6 @@ const locale = {
295
292
  "settings": "nastavení",
296
293
  "Shape properties": "Vlastností tvaru",
297
294
  "Share and download": "Sdílet a stáhnout",
298
- "Share this link to open a customized map view": "Sdílet tento odkaz pro otevření přizpůsobeného zobrazení mapy",
299
295
  "Short credits": "Krátký text autorství",
300
296
  "Short link": "Krátký odkaz",
301
297
  "Show this layer in the caption": "Zobrazit tuto vrstvu v nadpisu",
@@ -650,7 +646,13 @@ const locale = {
650
646
  "List of values": "List of values",
651
647
  "Yes / No": "Yes / No",
652
648
  "Select field to compute intensity": "Select field to compute intensity",
653
- "Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
649
+ "Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
650
+ "All layers": "All layers",
651
+ "Comma separated list of values": "Comma separated list of values",
652
+ "Share": "Share",
653
+ "Customized link": "Customized link",
654
+ "Iframe": "Iframe",
655
+ "№": "№"
654
656
  }
655
657
  L.registerLocale("cs_CZ", locale)
656
658
  L.setLocale("cs_CZ")
@@ -99,7 +99,6 @@
99
99
  "Delete this vertex (Alt+Click)": "Smazat tento bod (Alt+Klik)",
100
100
  "Delete": "Vymazat",
101
101
  "description": "popis",
102
- "Direct link": "Přímý odkaz",
103
102
  "Directions from here": "Navigovat odsud",
104
103
  "Display label": "Zobrazit popisek",
105
104
  "Display measure": "Zobrazit měřítko",
@@ -135,7 +134,6 @@
135
134
  "Edit this feature": "Upravit tento objekt",
136
135
  "Edit": "Upravit",
137
136
  "Embed and link options": "Možnosti vložení a propojení",
138
- "Embed the map": "Vložit mapu do jiného webu",
139
137
  "Emoji & Character": "Emoji & Character",
140
138
  "Empty": "Vyprázdnit",
141
139
  "Equidistant": "Stejně vzdálené",
@@ -239,7 +237,6 @@
239
237
  "No licence has been set": "Nebyla nastavena licence",
240
238
  "No results": "Žádné výsledky",
241
239
  "no": "ne",
242
- "No.": "Ne.",
243
240
  "None": "Žádný",
244
241
  "Number of desired classes (default 5)": "Počet požadovaných tříd (výchozí 5)",
245
242
  "On the bottom": "Zespod",
@@ -295,7 +292,6 @@
295
292
  "settings": "nastavení",
296
293
  "Shape properties": "Vlastností tvaru",
297
294
  "Share and download": "Sdílet a stáhnout",
298
- "Share this link to open a customized map view": "Sdílet tento odkaz pro otevření přizpůsobeného zobrazení mapy",
299
295
  "Short credits": "Krátký text autorství",
300
296
  "Short link": "Krátký odkaz",
301
297
  "Show this layer in the caption": "Zobrazit tuto vrstvu v nadpisu",
@@ -650,5 +646,11 @@
650
646
  "List of values": "List of values",
651
647
  "Yes / No": "Yes / No",
652
648
  "Select field to compute intensity": "Select field to compute intensity",
653
- "Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
649
+ "Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
650
+ "All layers": "All layers",
651
+ "Comma separated list of values": "Comma separated list of values",
652
+ "Share": "Share",
653
+ "Customized link": "Customized link",
654
+ "Iframe": "Iframe",
655
+ "№": "№"
654
656
  }
@@ -99,7 +99,6 @@ const locale = {
99
99
  "Delete this vertex (Alt+Click)": "Slet denne vertex (Alt+Click)",
100
100
  "Delete": "Slet",
101
101
  "description": "beskrivelse",
102
- "Direct link": "Direkte link",
103
102
  "Directions from here": "Rute herfra",
104
103
  "Display label": "Vis etikette",
105
104
  "Display measure": "Vis opmåling",
@@ -135,7 +134,6 @@ const locale = {
135
134
  "Edit this feature": "Rediger dette objekt",
136
135
  "Edit": "Rediger",
137
136
  "Embed and link options": "Indlejrings- og linkmuligheder",
138
- "Embed the map": "Indlejr kortet",
139
137
  "Emoji & Character": "Emoji og tegn",
140
138
  "Empty": "Ryd",
141
139
  "Equidistant": "Lige langt væk",
@@ -239,7 +237,6 @@ const locale = {
239
237
  "No licence has been set": "Ingen licens angivet",
240
238
  "No results": "Ingen resultater",
241
239
  "no": "nej",
242
- "No.": "Nej.",
243
240
  "None": "Ingen",
244
241
  "Number of desired classes (default 5)": "Antal ønskede klasser (standard 5)",
245
242
  "On the bottom": "I bunden",
@@ -295,7 +292,6 @@ const locale = {
295
292
  "settings": "indstillinger",
296
293
  "Shape properties": "Figuregenskaber",
297
294
  "Share and download": "Del og download",
298
- "Share this link to open a customized map view": "Del dette link for at åbne en tilpasset kortvisning",
299
295
  "Short credits": "Korte krediteringer",
300
296
  "Short link": "Forkortet link",
301
297
  "Show this layer in the caption": "Vis dette lag i kortteksten",
@@ -649,8 +645,14 @@ const locale = {
649
645
  "Date and time": "Dato og tid",
650
646
  "List of values": "Liste over værdier",
651
647
  "Yes / No": "Ja / Nej",
652
- "Select field to compute intensity": "Select field to compute intensity",
653
- "Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
648
+ "Select field to compute intensity": "Vælg felt for at beregne intensitet",
649
+ "Optional intensity field to compute heatmap": "Valgfrit intensitetsfelt til beregning af heatmap",
650
+ "All layers": "Alle lag",
651
+ "Comma separated list of values": "Kommasepareret liste over værdier",
652
+ "Share": "Del",
653
+ "Customized link": "Tilpasset link",
654
+ "Iframe": "Iframe",
655
+ "№": "№"
654
656
  }
655
657
  L.registerLocale("da", locale)
656
658
  L.setLocale("da")
@@ -99,7 +99,6 @@
99
99
  "Delete this vertex (Alt+Click)": "Slet denne vertex (Alt+Click)",
100
100
  "Delete": "Slet",
101
101
  "description": "beskrivelse",
102
- "Direct link": "Direkte link",
103
102
  "Directions from here": "Rute herfra",
104
103
  "Display label": "Vis etikette",
105
104
  "Display measure": "Vis opmåling",
@@ -135,7 +134,6 @@
135
134
  "Edit this feature": "Rediger dette objekt",
136
135
  "Edit": "Rediger",
137
136
  "Embed and link options": "Indlejrings- og linkmuligheder",
138
- "Embed the map": "Indlejr kortet",
139
137
  "Emoji & Character": "Emoji og tegn",
140
138
  "Empty": "Ryd",
141
139
  "Equidistant": "Lige langt væk",
@@ -239,7 +237,6 @@
239
237
  "No licence has been set": "Ingen licens angivet",
240
238
  "No results": "Ingen resultater",
241
239
  "no": "nej",
242
- "No.": "Nej.",
243
240
  "None": "Ingen",
244
241
  "Number of desired classes (default 5)": "Antal ønskede klasser (standard 5)",
245
242
  "On the bottom": "I bunden",
@@ -295,7 +292,6 @@
295
292
  "settings": "indstillinger",
296
293
  "Shape properties": "Figuregenskaber",
297
294
  "Share and download": "Del og download",
298
- "Share this link to open a customized map view": "Del dette link for at åbne en tilpasset kortvisning",
299
295
  "Short credits": "Korte krediteringer",
300
296
  "Short link": "Forkortet link",
301
297
  "Show this layer in the caption": "Vis dette lag i kortteksten",
@@ -649,6 +645,12 @@
649
645
  "Date and time": "Dato og tid",
650
646
  "List of values": "Liste over værdier",
651
647
  "Yes / No": "Ja / Nej",
652
- "Select field to compute intensity": "Select field to compute intensity",
653
- "Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
648
+ "Select field to compute intensity": "Vælg felt for at beregne intensitet",
649
+ "Optional intensity field to compute heatmap": "Valgfrit intensitetsfelt til beregning af heatmap",
650
+ "All layers": "Alle lag",
651
+ "Comma separated list of values": "Kommasepareret liste over værdier",
652
+ "Share": "Del",
653
+ "Customized link": "Tilpasset link",
654
+ "Iframe": "Iframe",
655
+ "№": "№"
654
656
  }