umap-project 2.4.2__py3-none-any.whl → 2.5.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.
Files changed (177) hide show
  1. umap/__init__.py +1 -1
  2. umap/locale/el/LC_MESSAGES/django.mo +0 -0
  3. umap/locale/eu/LC_MESSAGES/django.mo +0 -0
  4. umap/locale/hu/LC_MESSAGES/django.mo +0 -0
  5. umap/locale/hu/LC_MESSAGES/django.po +100 -50
  6. umap/static/umap/base.css +4 -1
  7. umap/static/umap/css/contextmenu.css +11 -0
  8. umap/static/umap/css/dialog.css +24 -3
  9. umap/static/umap/css/panel.css +4 -2
  10. umap/static/umap/css/slideshow.css +69 -0
  11. umap/static/umap/css/tableeditor.css +69 -0
  12. umap/static/umap/css/tooltip.css +3 -3
  13. umap/static/umap/img/16-white.svg +4 -0
  14. umap/static/umap/img/source/16-white.svg +5 -1
  15. umap/static/umap/js/components/alerts/alert.css +10 -10
  16. umap/static/umap/js/modules/autocomplete.js +23 -1
  17. umap/static/umap/js/modules/browser.js +14 -8
  18. umap/static/umap/js/modules/facets.js +40 -10
  19. umap/static/umap/js/modules/formatter.js +153 -0
  20. umap/static/umap/js/modules/global.js +10 -1
  21. umap/static/umap/js/modules/help.js +25 -25
  22. umap/static/umap/js/modules/importer.js +4 -4
  23. umap/static/umap/js/modules/importers/communesfr.js +3 -1
  24. umap/static/umap/js/modules/importers/datasets.js +8 -6
  25. umap/static/umap/js/modules/importers/geodatamine.js +10 -10
  26. umap/static/umap/js/modules/importers/overpass.js +18 -14
  27. umap/static/umap/js/modules/rules.js +13 -1
  28. umap/static/umap/js/modules/schema.js +16 -12
  29. umap/static/umap/js/{umap.share.js → modules/share.js} +60 -99
  30. umap/static/umap/js/modules/slideshow.js +141 -0
  31. umap/static/umap/js/modules/tableeditor.js +329 -0
  32. umap/static/umap/js/modules/ui/base.js +93 -0
  33. umap/static/umap/js/modules/ui/contextmenu.js +50 -0
  34. umap/static/umap/js/modules/ui/dialog.js +169 -31
  35. umap/static/umap/js/modules/ui/panel.js +6 -4
  36. umap/static/umap/js/modules/ui/tooltip.js +5 -75
  37. umap/static/umap/js/modules/utils.js +20 -0
  38. umap/static/umap/js/umap.controls.js +1 -1
  39. umap/static/umap/js/umap.features.js +22 -14
  40. umap/static/umap/js/umap.forms.js +157 -154
  41. umap/static/umap/js/umap.js +48 -34
  42. umap/static/umap/js/umap.layer.js +232 -164
  43. umap/static/umap/js/umap.permissions.js +1 -1
  44. umap/static/umap/js/umap.popup.js +1 -1
  45. umap/static/umap/locale/am_ET.js +22 -5
  46. umap/static/umap/locale/am_ET.json +19 -5
  47. umap/static/umap/locale/ar.js +22 -5
  48. umap/static/umap/locale/ar.json +19 -5
  49. umap/static/umap/locale/ast.js +22 -5
  50. umap/static/umap/locale/ast.json +19 -5
  51. umap/static/umap/locale/bg.js +22 -5
  52. umap/static/umap/locale/bg.json +19 -5
  53. umap/static/umap/locale/br.js +22 -5
  54. umap/static/umap/locale/br.json +19 -5
  55. umap/static/umap/locale/ca.js +56 -39
  56. umap/static/umap/locale/ca.json +53 -39
  57. umap/static/umap/locale/cs_CZ.js +22 -5
  58. umap/static/umap/locale/cs_CZ.json +19 -5
  59. umap/static/umap/locale/da.js +22 -5
  60. umap/static/umap/locale/da.json +19 -5
  61. umap/static/umap/locale/de.js +22 -5
  62. umap/static/umap/locale/de.json +19 -5
  63. umap/static/umap/locale/el.js +27 -10
  64. umap/static/umap/locale/el.json +19 -5
  65. umap/static/umap/locale/en.js +22 -6
  66. umap/static/umap/locale/en.json +19 -5
  67. umap/static/umap/locale/en_US.json +19 -5
  68. umap/static/umap/locale/es.js +22 -6
  69. umap/static/umap/locale/es.json +19 -5
  70. umap/static/umap/locale/et.js +22 -5
  71. umap/static/umap/locale/et.json +19 -5
  72. umap/static/umap/locale/eu.js +167 -150
  73. umap/static/umap/locale/eu.json +167 -150
  74. umap/static/umap/locale/fa_IR.js +22 -5
  75. umap/static/umap/locale/fa_IR.json +19 -5
  76. umap/static/umap/locale/fi.js +22 -5
  77. umap/static/umap/locale/fi.json +19 -5
  78. umap/static/umap/locale/fr.js +22 -6
  79. umap/static/umap/locale/fr.json +19 -5
  80. umap/static/umap/locale/gl.js +22 -5
  81. umap/static/umap/locale/gl.json +19 -5
  82. umap/static/umap/locale/he.js +22 -5
  83. umap/static/umap/locale/he.json +19 -5
  84. umap/static/umap/locale/hr.js +22 -5
  85. umap/static/umap/locale/hr.json +19 -5
  86. umap/static/umap/locale/hu.js +89 -72
  87. umap/static/umap/locale/hu.json +89 -75
  88. umap/static/umap/locale/id.js +22 -5
  89. umap/static/umap/locale/id.json +19 -5
  90. umap/static/umap/locale/is.js +22 -5
  91. umap/static/umap/locale/is.json +19 -5
  92. umap/static/umap/locale/it.js +22 -5
  93. umap/static/umap/locale/it.json +19 -5
  94. umap/static/umap/locale/ja.js +22 -5
  95. umap/static/umap/locale/ja.json +19 -5
  96. umap/static/umap/locale/ko.js +22 -5
  97. umap/static/umap/locale/ko.json +19 -5
  98. umap/static/umap/locale/lt.js +22 -5
  99. umap/static/umap/locale/lt.json +19 -5
  100. umap/static/umap/locale/ms.js +22 -5
  101. umap/static/umap/locale/ms.json +19 -5
  102. umap/static/umap/locale/nl.js +22 -5
  103. umap/static/umap/locale/nl.json +19 -5
  104. umap/static/umap/locale/no.js +22 -5
  105. umap/static/umap/locale/no.json +19 -5
  106. umap/static/umap/locale/pl.js +22 -5
  107. umap/static/umap/locale/pl.json +19 -5
  108. umap/static/umap/locale/pl_PL.json +19 -5
  109. umap/static/umap/locale/pt.js +22 -6
  110. umap/static/umap/locale/pt.json +21 -7
  111. umap/static/umap/locale/pt_BR.js +22 -5
  112. umap/static/umap/locale/pt_BR.json +19 -5
  113. umap/static/umap/locale/pt_PT.js +22 -5
  114. umap/static/umap/locale/pt_PT.json +19 -5
  115. umap/static/umap/locale/ro.js +22 -5
  116. umap/static/umap/locale/ro.json +19 -5
  117. umap/static/umap/locale/ru.js +22 -5
  118. umap/static/umap/locale/ru.json +19 -5
  119. umap/static/umap/locale/sk_SK.js +22 -5
  120. umap/static/umap/locale/sk_SK.json +19 -5
  121. umap/static/umap/locale/sl.js +22 -5
  122. umap/static/umap/locale/sl.json +19 -5
  123. umap/static/umap/locale/sr.js +22 -5
  124. umap/static/umap/locale/sr.json +19 -5
  125. umap/static/umap/locale/sv.js +22 -5
  126. umap/static/umap/locale/sv.json +19 -5
  127. umap/static/umap/locale/th_TH.js +22 -5
  128. umap/static/umap/locale/th_TH.json +19 -5
  129. umap/static/umap/locale/tr.js +22 -5
  130. umap/static/umap/locale/tr.json +19 -5
  131. umap/static/umap/locale/uk_UA.js +22 -5
  132. umap/static/umap/locale/uk_UA.json +19 -5
  133. umap/static/umap/locale/vi.js +22 -5
  134. umap/static/umap/locale/vi.json +19 -5
  135. umap/static/umap/locale/vi_VN.json +19 -5
  136. umap/static/umap/locale/zh.js +22 -5
  137. umap/static/umap/locale/zh.json +19 -5
  138. umap/static/umap/locale/zh_CN.json +19 -5
  139. umap/static/umap/locale/zh_TW.Big5.json +19 -5
  140. umap/static/umap/locale/zh_TW.js +22 -5
  141. umap/static/umap/locale/zh_TW.json +19 -5
  142. umap/static/umap/map.css +2 -145
  143. umap/static/umap/vars.css +5 -0
  144. umap/static/umap/vendors/formbuilder/Leaflet.FormBuilder.js +410 -428
  145. umap/static/umap/vendors/geojson-to-gpx/index.js +155 -0
  146. umap/static/umap/vendors/osmtogeojson/osmtogeojson.js +1 -2
  147. umap/static/umap/vendors/togeojson/togeojson.es.js +1109 -0
  148. umap/static/umap/vendors/togeojson/{togeojson.umd.js.map → togeojson.es.mjs.map} +1 -1
  149. umap/static/umap/vendors/tokml/tokml.es.js +895 -0
  150. umap/static/umap/vendors/tokml/tokml.es.mjs.map +1 -0
  151. umap/storage.py +6 -2
  152. umap/templates/umap/components/alerts/alert.html +3 -3
  153. umap/templates/umap/css.html +3 -0
  154. umap/templates/umap/js.html +0 -6
  155. umap/tests/fixtures/categorized_highway.geojson +1 -0
  156. umap/tests/fixtures/test_import_osm_relation.json +130 -0
  157. umap/tests/integration/conftest.py +8 -1
  158. umap/tests/integration/test_browser.py +3 -2
  159. umap/tests/integration/test_categorized_layer.py +141 -0
  160. umap/tests/integration/test_conditional_rules.py +21 -0
  161. umap/tests/integration/test_datalayer.py +9 -4
  162. umap/tests/integration/test_edit_datalayer.py +1 -0
  163. umap/tests/integration/test_edit_polygon.py +1 -1
  164. umap/tests/integration/test_export_map.py +2 -3
  165. umap/tests/integration/test_import.py +22 -0
  166. umap/tests/integration/test_tableeditor.py +158 -4
  167. umap/tests/integration/test_websocket_sync.py +2 -2
  168. {umap_project-2.4.2.dist-info → umap_project-2.5.1.dist-info}/METADATA +8 -8
  169. {umap_project-2.4.2.dist-info → umap_project-2.5.1.dist-info}/RECORD +172 -162
  170. umap/static/umap/js/umap.slideshow.js +0 -163
  171. umap/static/umap/js/umap.tableeditor.js +0 -118
  172. umap/static/umap/vendors/togeojson/togeojson.umd.js +0 -2
  173. umap/static/umap/vendors/togpx/togpx.js +0 -547
  174. umap/static/umap/vendors/tokml/tokml.js +0 -343
  175. {umap_project-2.4.2.dist-info → umap_project-2.5.1.dist-info}/WHEEL +0 -0
  176. {umap_project-2.4.2.dist-info → umap_project-2.5.1.dist-info}/entry_points.txt +0 -0
  177. {umap_project-2.4.2.dist-info → umap_project-2.5.1.dist-info}/licenses/LICENSE +0 -0
@@ -104,7 +104,6 @@
104
104
  "Delay between two transitions when in play mode": "Delay between two transitions when in play mode",
105
105
  "Delete layer": "Delete layer",
106
106
  "Delete this feature": "Xóa chức năng này",
107
- "Delete this property on all the features": "Delete this property on all the features",
108
107
  "Delete this shape": "Delete this shape",
109
108
  "Delete this vertex (Alt+Click)": "Delete this vertex (Alt+Click)",
110
109
  "Delete": "Xóa",
@@ -201,7 +200,6 @@
201
200
  "Invalid latitude or longitude": "Invalid latitude or longitude",
202
201
  "Invalid umap data in {filename}": "Invalid umap data in {filename}",
203
202
  "Invalid umap data": "Invalid umap data",
204
- "Invalide property name: {name}": "Invalide property name: {name}",
205
203
  "Jenks-Fisher": "Jenks-Fisher",
206
204
  "K-means": "K-means",
207
205
  "Keep current visible layers": "Keep current visible layers",
@@ -300,7 +298,6 @@
300
298
  "Recent": "Recent",
301
299
  "Remote data": "Remote data",
302
300
  "Remove shape from the multi": "Remove shape from the multi",
303
- "Rename this property on all the features": "Rename this property on all the features",
304
301
  "Replace layer content": "Replace layer content",
305
302
  "Restore this version": "Restore this version",
306
303
  "Save current edits": "Save current edits",
@@ -480,9 +477,26 @@
480
477
  "Only geometry centers": "Only geometry centers",
481
478
  "Search area": "Search area",
482
479
  "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
483
- "Please define an expression for the query first": "Please define an expression for the query first",
484
480
  "Data successfully imported!": "Data successfully imported!",
485
481
  "My Dashboard ({username})": "My Dashboard ({username})",
486
482
  "Clear data": "Clear data",
487
- "Remove layers": "Remove layers"
483
+ "Remove layers": "Remove layers",
484
+ "Categorized": "Categorized",
485
+ "Alphabetical": "Alphabetical",
486
+ "Category property": "Category property",
487
+ "Color palette": "Color palette",
488
+ "Categories": "Categories",
489
+ "Comma separated list of categories.": "Comma separated list of categories.",
490
+ "Categories mode": "Categories mode",
491
+ "Remove filter for this column": "Remove filter for this column",
492
+ "Add filter for this column": "Add filter for this column",
493
+ "Rename this column": "Rename this column",
494
+ "Delete this column": "Delete this column",
495
+ "Name “{name}” should not contain a dot.": "Name “{name}” should not contain a dot.",
496
+ "This name already exists: “{name}”": "This name already exists: “{name}”",
497
+ "Delete selected rows": "Delete selected rows",
498
+ "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
+ "Expression is empty": "Expression is empty",
500
+ "OK": "OK",
501
+ "Cancel": "Cancel"
488
502
  }
@@ -104,7 +104,6 @@
104
104
  "Delay between two transitions when in play mode": "Delay between two transitions when in play mode",
105
105
  "Delete layer": "Delete layer",
106
106
  "Delete this feature": "Delete this feature",
107
- "Delete this property on all the features": "Delete this property on all the features",
108
107
  "Delete this shape": "Delete this shape",
109
108
  "Delete this vertex (Alt+Click)": "Delete this vertex (Alt+Click)",
110
109
  "Delete": "Delete",
@@ -201,7 +200,6 @@
201
200
  "Invalid latitude or longitude": "Invalid latitude or longitude",
202
201
  "Invalid umap data in {filename}": "Invalid umap data in {filename}",
203
202
  "Invalid umap data": "Invalid umap data",
204
- "Invalide property name: {name}": "Invalide property name: {name}",
205
203
  "Jenks-Fisher": "Jenks-Fisher",
206
204
  "K-means": "K-means",
207
205
  "Keep current visible layers": "Keep current visible layers",
@@ -300,7 +298,6 @@
300
298
  "Recent": "Recent",
301
299
  "Remote data": "Remote data",
302
300
  "Remove shape from the multi": "Remove shape from the multi",
303
- "Rename this property on all the features": "Rename this property on all the features",
304
301
  "Replace layer content": "Replace layer content",
305
302
  "Restore this version": "Restore this version",
306
303
  "Save current edits": "Save current edits",
@@ -480,9 +477,26 @@
480
477
  "Only geometry centers": "Only geometry centers",
481
478
  "Search area": "Search area",
482
479
  "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
483
- "Please define an expression for the query first": "Please define an expression for the query first",
484
480
  "Data successfully imported!": "Data successfully imported!",
485
481
  "My Dashboard ({username})": "My Dashboard ({username})",
486
482
  "Clear data": "Clear data",
487
- "Remove layers": "Remove layers"
483
+ "Remove layers": "Remove layers",
484
+ "Categorized": "Categorized",
485
+ "Alphabetical": "Alphabetical",
486
+ "Category property": "Category property",
487
+ "Color palette": "Color palette",
488
+ "Categories": "Categories",
489
+ "Comma separated list of categories.": "Comma separated list of categories.",
490
+ "Categories mode": "Categories mode",
491
+ "Remove filter for this column": "Remove filter for this column",
492
+ "Add filter for this column": "Add filter for this column",
493
+ "Rename this column": "Rename this column",
494
+ "Delete this column": "Delete this column",
495
+ "Name “{name}” should not contain a dot.": "Name “{name}” should not contain a dot.",
496
+ "This name already exists: “{name}”": "This name already exists: “{name}”",
497
+ "Delete selected rows": "Delete selected rows",
498
+ "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
+ "Expression is empty": "Expression is empty",
500
+ "OK": "OK",
501
+ "Cancel": "Cancel"
488
502
  }
@@ -102,10 +102,8 @@ const locale = {
102
102
  "Define link to open in a new window on polygon click.": "Define link to open in a new window on polygon click.",
103
103
  "define": "define",
104
104
  "Delay between two transitions when in play mode": "Delay between two transitions when in play mode",
105
- "Delete all layers": "Delete all layers",
106
105
  "Delete layer": "Delete layer",
107
106
  "Delete this feature": "删除对象",
108
- "Delete this property on all the features": "删除全部要素的该属性",
109
107
  "Delete this shape": "Delete this shape",
110
108
  "Delete this vertex (Alt+Click)": "Delete this vertex (Alt+Click)",
111
109
  "Delete": "删除",
@@ -202,7 +200,6 @@ const locale = {
202
200
  "Invalid latitude or longitude": "Invalid latitude or longitude",
203
201
  "Invalid umap data in {filename}": "Invalid umap data in {filename}",
204
202
  "Invalid umap data": "Invalid umap data",
205
- "Invalide property name: {name}": "Invalide property name: {name}",
206
203
  "Jenks-Fisher": "Jenks-Fisher",
207
204
  "K-means": "K-means",
208
205
  "Keep current visible layers": "Keep current visible layers",
@@ -301,7 +298,6 @@ const locale = {
301
298
  "Recent": "Recent",
302
299
  "Remote data": "远程数据",
303
300
  "Remove shape from the multi": "Remove shape from the multi",
304
- "Rename this property on all the features": "重命名全部要素的该属性",
305
301
  "Replace layer content": "Replace layer content",
306
302
  "Restore this version": "Restore this version",
307
303
  "Save current edits": "保存当前编辑内容",
@@ -481,7 +477,28 @@ const locale = {
481
477
  "Only geometry centers": "Only geometry centers",
482
478
  "Search area": "Search area",
483
479
  "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
484
- "Please define an expression for the query first": "Please define an expression for the query first"
480
+ "Data successfully imported!": "Data successfully imported!",
481
+ "My Dashboard ({username})": "My Dashboard ({username})",
482
+ "Clear data": "Clear data",
483
+ "Remove layers": "Remove layers",
484
+ "Categorized": "Categorized",
485
+ "Alphabetical": "Alphabetical",
486
+ "Category property": "Category property",
487
+ "Color palette": "Color palette",
488
+ "Categories": "Categories",
489
+ "Comma separated list of categories.": "Comma separated list of categories.",
490
+ "Categories mode": "Categories mode",
491
+ "Remove filter for this column": "Remove filter for this column",
492
+ "Add filter for this column": "Add filter for this column",
493
+ "Rename this column": "Rename this column",
494
+ "Delete this column": "Delete this column",
495
+ "Name “{name}” should not contain a dot.": "Name “{name}” should not contain a dot.",
496
+ "This name already exists: “{name}”": "This name already exists: “{name}”",
497
+ "Delete selected rows": "Delete selected rows",
498
+ "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
+ "Expression is empty": "Expression is empty",
500
+ "OK": "OK",
501
+ "Cancel": "Cancel"
485
502
  }
486
503
  L.registerLocale("zh", locale)
487
504
  L.setLocale("zh")
@@ -104,7 +104,6 @@
104
104
  "Delay between two transitions when in play mode": "Delay between two transitions when in play mode",
105
105
  "Delete layer": "Delete layer",
106
106
  "Delete this feature": "删除对象",
107
- "Delete this property on all the features": "删除全部要素的该属性",
108
107
  "Delete this shape": "Delete this shape",
109
108
  "Delete this vertex (Alt+Click)": "Delete this vertex (Alt+Click)",
110
109
  "Delete": "删除",
@@ -201,7 +200,6 @@
201
200
  "Invalid latitude or longitude": "Invalid latitude or longitude",
202
201
  "Invalid umap data in {filename}": "Invalid umap data in {filename}",
203
202
  "Invalid umap data": "Invalid umap data",
204
- "Invalide property name: {name}": "Invalide property name: {name}",
205
203
  "Jenks-Fisher": "Jenks-Fisher",
206
204
  "K-means": "K-means",
207
205
  "Keep current visible layers": "Keep current visible layers",
@@ -300,7 +298,6 @@
300
298
  "Recent": "Recent",
301
299
  "Remote data": "远程数据",
302
300
  "Remove shape from the multi": "Remove shape from the multi",
303
- "Rename this property on all the features": "重命名全部要素的该属性",
304
301
  "Replace layer content": "Replace layer content",
305
302
  "Restore this version": "Restore this version",
306
303
  "Save current edits": "保存当前编辑内容",
@@ -480,9 +477,26 @@
480
477
  "Only geometry centers": "Only geometry centers",
481
478
  "Search area": "Search area",
482
479
  "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
483
- "Please define an expression for the query first": "Please define an expression for the query first",
484
480
  "Data successfully imported!": "Data successfully imported!",
485
481
  "My Dashboard ({username})": "My Dashboard ({username})",
486
482
  "Clear data": "Clear data",
487
- "Remove layers": "Remove layers"
483
+ "Remove layers": "Remove layers",
484
+ "Categorized": "Categorized",
485
+ "Alphabetical": "Alphabetical",
486
+ "Category property": "Category property",
487
+ "Color palette": "Color palette",
488
+ "Categories": "Categories",
489
+ "Comma separated list of categories.": "Comma separated list of categories.",
490
+ "Categories mode": "Categories mode",
491
+ "Remove filter for this column": "Remove filter for this column",
492
+ "Add filter for this column": "Add filter for this column",
493
+ "Rename this column": "Rename this column",
494
+ "Delete this column": "Delete this column",
495
+ "Name “{name}” should not contain a dot.": "Name “{name}” should not contain a dot.",
496
+ "This name already exists: “{name}”": "This name already exists: “{name}”",
497
+ "Delete selected rows": "Delete selected rows",
498
+ "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
+ "Expression is empty": "Expression is empty",
500
+ "OK": "OK",
501
+ "Cancel": "Cancel"
488
502
  }
@@ -104,7 +104,6 @@
104
104
  "Delay between two transitions when in play mode": "Delay between two transitions when in play mode",
105
105
  "Delete layer": "Delete layer",
106
106
  "Delete this feature": "Delete this feature",
107
- "Delete this property on all the features": "Delete this property on all the features",
108
107
  "Delete this shape": "Delete this shape",
109
108
  "Delete this vertex (Alt+Click)": "Delete this vertex (Alt+Click)",
110
109
  "Delete": "Delete",
@@ -201,7 +200,6 @@
201
200
  "Invalid latitude or longitude": "Invalid latitude or longitude",
202
201
  "Invalid umap data in {filename}": "Invalid umap data in {filename}",
203
202
  "Invalid umap data": "Invalid umap data",
204
- "Invalide property name: {name}": "Invalide property name: {name}",
205
203
  "Jenks-Fisher": "Jenks-Fisher",
206
204
  "K-means": "K-means",
207
205
  "Keep current visible layers": "Keep current visible layers",
@@ -300,7 +298,6 @@
300
298
  "Recent": "Recent",
301
299
  "Remote data": "Remote data",
302
300
  "Remove shape from the multi": "Remove shape from the multi",
303
- "Rename this property on all the features": "Rename this property on all the features",
304
301
  "Replace layer content": "Replace layer content",
305
302
  "Restore this version": "Restore this version",
306
303
  "Save current edits": "Save current edits",
@@ -480,9 +477,26 @@
480
477
  "Only geometry centers": "Only geometry centers",
481
478
  "Search area": "Search area",
482
479
  "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
483
- "Please define an expression for the query first": "Please define an expression for the query first",
484
480
  "Data successfully imported!": "Data successfully imported!",
485
481
  "My Dashboard ({username})": "My Dashboard ({username})",
486
482
  "Clear data": "Clear data",
487
- "Remove layers": "Remove layers"
483
+ "Remove layers": "Remove layers",
484
+ "Categorized": "Categorized",
485
+ "Alphabetical": "Alphabetical",
486
+ "Category property": "Category property",
487
+ "Color palette": "Color palette",
488
+ "Categories": "Categories",
489
+ "Comma separated list of categories.": "Comma separated list of categories.",
490
+ "Categories mode": "Categories mode",
491
+ "Remove filter for this column": "Remove filter for this column",
492
+ "Add filter for this column": "Add filter for this column",
493
+ "Rename this column": "Rename this column",
494
+ "Delete this column": "Delete this column",
495
+ "Name “{name}” should not contain a dot.": "Name “{name}” should not contain a dot.",
496
+ "This name already exists: “{name}”": "This name already exists: “{name}”",
497
+ "Delete selected rows": "Delete selected rows",
498
+ "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
+ "Expression is empty": "Expression is empty",
500
+ "OK": "OK",
501
+ "Cancel": "Cancel"
488
502
  }
@@ -104,7 +104,6 @@
104
104
  "Delay between two transitions when in play mode": "Delay between two transitions when in play mode",
105
105
  "Delete layer": "Delete layer",
106
106
  "Delete this feature": "Delete this feature",
107
- "Delete this property on all the features": "Delete this property on all the features",
108
107
  "Delete this shape": "Delete this shape",
109
108
  "Delete this vertex (Alt+Click)": "Delete this vertex (Alt+Click)",
110
109
  "Delete": "Delete",
@@ -201,7 +200,6 @@
201
200
  "Invalid latitude or longitude": "Invalid latitude or longitude",
202
201
  "Invalid umap data in {filename}": "Invalid umap data in {filename}",
203
202
  "Invalid umap data": "Invalid umap data",
204
- "Invalide property name: {name}": "Invalide property name: {name}",
205
203
  "Jenks-Fisher": "Jenks-Fisher",
206
204
  "K-means": "K-means",
207
205
  "Keep current visible layers": "Keep current visible layers",
@@ -300,7 +298,6 @@
300
298
  "Recent": "Recent",
301
299
  "Remote data": "Remote data",
302
300
  "Remove shape from the multi": "Remove shape from the multi",
303
- "Rename this property on all the features": "Rename this property on all the features",
304
301
  "Replace layer content": "Replace layer content",
305
302
  "Restore this version": "Restore this version",
306
303
  "Save current edits": "Save current edits",
@@ -480,9 +477,26 @@
480
477
  "Only geometry centers": "Only geometry centers",
481
478
  "Search area": "Search area",
482
479
  "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
483
- "Please define an expression for the query first": "Please define an expression for the query first",
484
480
  "Data successfully imported!": "Data successfully imported!",
485
481
  "My Dashboard ({username})": "My Dashboard ({username})",
486
482
  "Clear data": "Clear data",
487
- "Remove layers": "Remove layers"
483
+ "Remove layers": "Remove layers",
484
+ "Categorized": "Categorized",
485
+ "Alphabetical": "Alphabetical",
486
+ "Category property": "Category property",
487
+ "Color palette": "Color palette",
488
+ "Categories": "Categories",
489
+ "Comma separated list of categories.": "Comma separated list of categories.",
490
+ "Categories mode": "Categories mode",
491
+ "Remove filter for this column": "Remove filter for this column",
492
+ "Add filter for this column": "Add filter for this column",
493
+ "Rename this column": "Rename this column",
494
+ "Delete this column": "Delete this column",
495
+ "Name “{name}” should not contain a dot.": "Name “{name}” should not contain a dot.",
496
+ "This name already exists: “{name}”": "This name already exists: “{name}”",
497
+ "Delete selected rows": "Delete selected rows",
498
+ "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
+ "Expression is empty": "Expression is empty",
500
+ "OK": "OK",
501
+ "Cancel": "Cancel"
488
502
  }
@@ -102,10 +102,8 @@ const locale = {
102
102
  "Define link to open in a new window on polygon click.": "指定點多邊形連結時開新視窗。",
103
103
  "define": "定義",
104
104
  "Delay between two transitions when in play mode": "播放模式下兩個轉換間會延遲",
105
- "Delete all layers": "刪除所有圖層",
106
105
  "Delete layer": "刪除圖層",
107
106
  "Delete this feature": "刪除此圖徵",
108
- "Delete this property on all the features": "從所有圖徵中刪除此屬性",
109
107
  "Delete this shape": "刪除外形",
110
108
  "Delete this vertex (Alt+Click)": "刪除頂點 (Alt+Click)",
111
109
  "Delete": "刪除",
@@ -202,7 +200,6 @@ const locale = {
202
200
  "Invalid latitude or longitude": "Invalid latitude or longitude",
203
201
  "Invalid umap data in {filename}": "無效的 umap 資料於檔案 {filename}",
204
202
  "Invalid umap data": "無效的 umap 資料",
205
- "Invalide property name: {name}": "Invalide property name: {name}",
206
203
  "Jenks-Fisher": "Jenks-Fisher",
207
204
  "K-means": "K平均",
208
205
  "Keep current visible layers": "保留目前可見圖層",
@@ -301,7 +298,6 @@ const locale = {
301
298
  "Recent": "目前",
302
299
  "Remote data": "遠端資料",
303
300
  "Remove shape from the multi": "移除外形",
304
- "Rename this property on all the features": "在所有特徵中重新命名該物件",
305
301
  "Replace layer content": "取代圖層內容",
306
302
  "Restore this version": "回復此版本",
307
303
  "Save current edits": "儲存近期的變更",
@@ -481,7 +477,28 @@ const locale = {
481
477
  "Only geometry centers": "Only geometry centers",
482
478
  "Search area": "Search area",
483
479
  "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
484
- "Please define an expression for the query first": "Please define an expression for the query first"
480
+ "Data successfully imported!": "Data successfully imported!",
481
+ "My Dashboard ({username})": "My Dashboard ({username})",
482
+ "Clear data": "Clear data",
483
+ "Remove layers": "Remove layers",
484
+ "Categorized": "Categorized",
485
+ "Alphabetical": "Alphabetical",
486
+ "Category property": "Category property",
487
+ "Color palette": "Color palette",
488
+ "Categories": "Categories",
489
+ "Comma separated list of categories.": "Comma separated list of categories.",
490
+ "Categories mode": "Categories mode",
491
+ "Remove filter for this column": "Remove filter for this column",
492
+ "Add filter for this column": "Add filter for this column",
493
+ "Rename this column": "Rename this column",
494
+ "Delete this column": "Delete this column",
495
+ "Name “{name}” should not contain a dot.": "Name “{name}” should not contain a dot.",
496
+ "This name already exists: “{name}”": "This name already exists: “{name}”",
497
+ "Delete selected rows": "Delete selected rows",
498
+ "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
+ "Expression is empty": "Expression is empty",
500
+ "OK": "OK",
501
+ "Cancel": "Cancel"
485
502
  }
486
503
  L.registerLocale("zh_TW", locale)
487
504
  L.setLocale("zh_TW")
@@ -104,7 +104,6 @@
104
104
  "Delay between two transitions when in play mode": "播放模式下兩個轉換間會延遲",
105
105
  "Delete layer": "刪除圖層",
106
106
  "Delete this feature": "刪除此圖徵",
107
- "Delete this property on all the features": "從所有圖徵中刪除此屬性",
108
107
  "Delete this shape": "刪除外形",
109
108
  "Delete this vertex (Alt+Click)": "刪除頂點 (Alt+Click)",
110
109
  "Delete": "刪除",
@@ -201,7 +200,6 @@
201
200
  "Invalid latitude or longitude": "Invalid latitude or longitude",
202
201
  "Invalid umap data in {filename}": "無效的 umap 資料於檔案 {filename}",
203
202
  "Invalid umap data": "無效的 umap 資料",
204
- "Invalide property name: {name}": "Invalide property name: {name}",
205
203
  "Jenks-Fisher": "Jenks-Fisher",
206
204
  "K-means": "K平均",
207
205
  "Keep current visible layers": "保留目前可見圖層",
@@ -300,7 +298,6 @@
300
298
  "Recent": "目前",
301
299
  "Remote data": "遠端資料",
302
300
  "Remove shape from the multi": "移除外形",
303
- "Rename this property on all the features": "在所有特徵中重新命名該物件",
304
301
  "Replace layer content": "取代圖層內容",
305
302
  "Restore this version": "回復此版本",
306
303
  "Save current edits": "儲存近期的變更",
@@ -480,9 +477,26 @@
480
477
  "Only geometry centers": "Only geometry centers",
481
478
  "Search area": "Search area",
482
479
  "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
483
- "Please define an expression for the query first": "Please define an expression for the query first",
484
480
  "Data successfully imported!": "Data successfully imported!",
485
481
  "My Dashboard ({username})": "My Dashboard ({username})",
486
482
  "Clear data": "Clear data",
487
- "Remove layers": "Remove layers"
483
+ "Remove layers": "Remove layers",
484
+ "Categorized": "Categorized",
485
+ "Alphabetical": "Alphabetical",
486
+ "Category property": "Category property",
487
+ "Color palette": "Color palette",
488
+ "Categories": "Categories",
489
+ "Comma separated list of categories.": "Comma separated list of categories.",
490
+ "Categories mode": "Categories mode",
491
+ "Remove filter for this column": "Remove filter for this column",
492
+ "Add filter for this column": "Add filter for this column",
493
+ "Rename this column": "Rename this column",
494
+ "Delete this column": "Delete this column",
495
+ "Name “{name}” should not contain a dot.": "Name “{name}” should not contain a dot.",
496
+ "This name already exists: “{name}”": "This name already exists: “{name}”",
497
+ "Delete selected rows": "Delete selected rows",
498
+ "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
+ "Expression is empty": "Expression is empty",
500
+ "OK": "OK",
501
+ "Cancel": "Cancel"
488
502
  }
umap/static/umap/map.css CHANGED
@@ -677,91 +677,7 @@ ul.photon-autocomplete {
677
677
  .umap-help {
678
678
  font-style: italic;
679
679
  }
680
- .umap-slideshow-toolbox {
681
- position: absolute;
682
- right: 0;
683
- top: 0;
684
- display: none;
685
- }
686
- .umap-slideshow-enabled .umap-slideshow-toolbox {
687
- display: inline-block;
688
- }
689
- .umap-slideshow-toolbox li {
690
- display: inline-block;
691
- cursor: pointer;
692
- font-size: 1.5em;
693
- background-color: #464646;
694
- color: #fff;
695
- width: calc(var(--footer-height) * 2);
696
- height: var(--footer-height);
697
- line-height: var(--footer-height);
698
- vertical-align: middle;
699
- text-align: center;
700
- }
701
- .umap-slideshow-toolbox li + li {
702
- border-left: 1px solid #aaa;
703
- }
704
- .umap-slideshow-toolbox li:hover {
705
- background-color: #666;
706
- }
707
- .umap-slideshow-active .umap-slideshow-toolbox .play,
708
- .umap-slideshow-toolbox .play {
709
- width: calc(var(--footer-height) * 3);
710
- text-align: left;
711
- padding-left: 20px;
712
- }
713
- .umap-slideshow-toolbox .play:after {
714
- content: '⏯︎';
715
- }
716
- .umap-slideshow-active .umap-slideshow-toolbox .play:after {
717
- content: '⏸︎';
718
- }
719
- .umap-slideshow-toolbox .stop:before {
720
- content: '⏹';
721
- }
722
- .umap-slideshow-toolbox .next:before {
723
- content: '⏵︎';
724
- }
725
- .umap-slideshow-toolbox .prev:before {
726
- content: '⏴︎';
727
- }
728
- .umap-slideshow-toolbox .play div {
729
- height: 20px;
730
- width: 20px;
731
- margin: 0px auto;
732
- position: relative;
733
- top: 5px;
734
- -webkit-animation: rotation 5s infinite linear;
735
- -moz-animation: rotation 5s infinite linear;
736
- -o-animation: rotation 5s infinite linear;
737
- animation: rotation 5s infinite linear;
738
- border-left: 3px solid rgba(255,255,239,.15);
739
- border-right: 3px solid rgba(255,255,255,.15);
740
- border-bottom: 3px solid rgba(255,255,255,.15);
741
- border-top: 3px solid rgba(255,255,255,.8);
742
- border-radius:100%;
743
- display: inline-block;
744
- visibility: hidden;
745
- }
746
- @-webkit-keyframes rotation {
747
- from {-webkit-transform: rotate(0deg);}
748
- to {-webkit-transform: rotate(359deg);}
749
- }
750
- @-moz-keyframes rotation {
751
- from {-moz-transform: rotate(0deg);}
752
- to {-moz-transform: rotate(359deg);}
753
- }
754
- @-o-keyframes rotation {
755
- from {-o-transform: rotate(0deg);}
756
- to {-o-transform: rotate(359deg);}
757
- }
758
- @keyframes rotation {
759
- from {transform: rotate(0deg);}
760
- to {transform: rotate(359deg);}
761
- }
762
- .umap-slideshow-active .umap-slideshow-toolbox .play .spinner {
763
- visibility: visible;
764
- }
680
+
765
681
  .umap-datalayer-version {
766
682
  padding: 5px 0;
767
683
  border-bottom: 1px solid #202425;
@@ -776,7 +692,6 @@ ul.photon-autocomplete {
776
692
  margin-right: 10px;
777
693
  }
778
694
 
779
-
780
695
  .leaflet-toolbar-tip {
781
696
  background-color: var(--color-darkGray);
782
697
  }
@@ -993,64 +908,6 @@ a.umap-control-caption,
993
908
  padding-left: 31px;
994
909
  }
995
910
 
996
- /* ********************************* */
997
- /* Table Editor */
998
- /* ********************************* */
999
-
1000
- .umap-table-editor .table {
1001
- display: table;
1002
- width: 100%;
1003
- white-space: nowrap;
1004
- table-layout: fixed;
1005
- }
1006
- .umap-table-editor .tbody {
1007
- display: table-row-group;
1008
- }
1009
- .umap-table-editor .thead,
1010
- .umap-table-editor .trow {
1011
- display: table-row;
1012
- }
1013
- .umap-table-editor .tcell {
1014
- display: table-cell;
1015
- width: 200px;
1016
- }
1017
- .umap-table-editor .thead {
1018
- text-align: center;
1019
- height: 48px;
1020
- line-height: 48px;
1021
- background-color: #2c3133;
1022
- }
1023
- .umap-table-editor .thead .tcell {
1024
- border-left: 1px solid #0b0c0c;
1025
- }
1026
- .umap-table-editor .tbody .trow input {
1027
- margin: 0;
1028
- border-right: none;
1029
- display: inline;
1030
- }
1031
- .umap-table-editor .tbody .trow + .trow input {
1032
- border-top: none;
1033
- }
1034
- .umap-table-editor .thead i {
1035
- display: none;
1036
- width: 50%;
1037
- cursor: pointer;
1038
- padding: 10px 0;
1039
- height: 24px;
1040
- line-height: 24px;
1041
- }
1042
- .umap-table-editor .thead i:before {
1043
- width: 40px;
1044
- }
1045
- .umap-table-editor .thead .tcell:hover i {
1046
- display: inline-block;
1047
- }
1048
- .umap-table-editor .thead .tcell i:hover {
1049
- background-color: #33393b;
1050
- }
1051
- .umap-table-editor .thead .tcell:hover span {
1052
- display: none;
1053
- }
1054
911
 
1055
912
  /* ********************************* */
1056
913
  /* Tilelayer switcher */
@@ -1521,7 +1378,7 @@ span.popup-icon {
1521
1378
  margin-left: 10px;
1522
1379
  }
1523
1380
  .leaflet-top {
1524
- z-index: calc(var(--zindex-panels) + 1);
1381
+ z-index: calc(var(--zindex-panels) - 1);
1525
1382
  }
1526
1383
  .leaflet-popup-content {
1527
1384
  min-width: 200px;
umap/static/umap/vars.css CHANGED
@@ -3,6 +3,7 @@
3
3
  --color-waterMint: #B9F5D2;
4
4
  --color-darkBlue: #263B58;
5
5
  --color-lightGray: #ddd;
6
+ --color-mediumGray: #3e4444;
6
7
  --color-darkGray: #323737;
7
8
  --color-light: white;
8
9
  --color-limeGreen: #b9f5d2;
@@ -43,9 +44,13 @@
43
44
  --zindex-toolbar: 480;
44
45
  --zindex-autocomplete: 470;
45
46
  --zindex-dialog: 460;
47
+ --zindex-contextmenu: 455;
46
48
  --zindex-icon-active: 450;
49
+ --zindex-tooltip: 445;
47
50
  --zindex-panels: 440;
48
51
  --zindex-dragover: 410;
52
+
53
+ --block-shadow: 0 1px 7px var(--color-mediumGray);
49
54
  }
50
55
  .dark {
51
56
  --background-color: var(--color-darkGray);