umap-project 3.4.0b1__tar.gz → 3.4.0b3__tar.gz

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 (615) hide show
  1. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/PKG-INFO +4 -4
  2. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/pyproject.toml +3 -3
  3. umap_project-3.4.0b3/umap/__init__.py +1 -0
  4. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/context_processors.py +1 -1
  5. umap_project-3.4.0b3/umap/locale/da/LC_MESSAGES/django.mo +0 -0
  6. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/da/LC_MESSAGES/django.po +2 -2
  7. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/en/LC_MESSAGES/django.po +14 -14
  8. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/migrations/0018_datalayer_uuid.py +1 -1
  9. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/models.py +7 -3
  10. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/settings/local.py.sample +1 -1
  11. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/css/form.css +2 -2
  12. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/components/base.js +1 -1
  13. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/browser.js +4 -4
  14. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/data/features.js +1 -1
  15. umap_project-3.4.0b1/umap/static/umap/js/modules/managers.js → umap_project-3.4.0b3/umap/static/umap/js/modules/data/fields.js +29 -127
  16. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/data/layer.js +7 -9
  17. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/domutils.js +3 -3
  18. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/filters.js +7 -7
  19. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/help.js +1 -1
  20. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/i18n.js +1 -1
  21. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/importer.js +1 -1
  22. umap_project-3.4.0b3/umap/static/umap/js/modules/managers.js +114 -0
  23. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/rendering/controls.js +4 -2
  24. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/rendering/layers/classified.js +1 -1
  25. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/rendering/layers/heat.js +26 -21
  26. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/rendering/template.js +4 -4
  27. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/ui/dialog.js +10 -1
  28. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/ui/panel.js +2 -2
  29. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/umap.js +9 -4
  30. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/utils.js +1 -1
  31. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/am_ET.js +14 -5
  32. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/am_ET.json +14 -5
  33. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/ar.js +14 -5
  34. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/ar.json +14 -5
  35. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/ast.js +14 -5
  36. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/ast.json +14 -5
  37. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/bg.js +14 -5
  38. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/bg.json +14 -5
  39. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/br.js +1 -1
  40. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/br.json +1 -1
  41. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/ca.js +14 -5
  42. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/ca.json +14 -5
  43. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/cs_CZ.js +14 -5
  44. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/cs_CZ.json +14 -5
  45. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/da.js +48 -39
  46. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/da.json +48 -39
  47. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/de.js +14 -5
  48. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/de.json +14 -5
  49. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/el.js +14 -5
  50. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/el.json +14 -5
  51. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/en.js +14 -5
  52. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/en.json +14 -5
  53. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/en_US.json +14 -5
  54. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/es.js +49 -40
  55. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/es.json +49 -40
  56. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/et.js +14 -5
  57. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/et.json +14 -5
  58. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/eu.js +14 -5
  59. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/eu.json +14 -5
  60. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/fa_IR.js +14 -5
  61. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/fa_IR.json +14 -5
  62. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/fi.js +14 -5
  63. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/fi.json +14 -5
  64. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/fr.js +14 -5
  65. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/fr.json +14 -5
  66. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/gl.js +14 -5
  67. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/gl.json +14 -5
  68. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/he.js +14 -5
  69. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/he.json +14 -5
  70. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/hr.js +14 -5
  71. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/hr.json +14 -5
  72. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/hu.js +56 -47
  73. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/hu.json +56 -47
  74. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/id.js +14 -5
  75. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/id.json +14 -5
  76. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/is.js +14 -5
  77. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/is.json +14 -5
  78. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/it.js +14 -5
  79. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/it.json +14 -5
  80. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/ja.js +14 -5
  81. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/ja.json +14 -5
  82. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/ko.js +14 -5
  83. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/ko.json +14 -5
  84. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/lt.js +14 -5
  85. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/lt.json +14 -5
  86. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/ms.js +14 -5
  87. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/ms.json +14 -5
  88. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/nl.js +14 -5
  89. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/nl.json +14 -5
  90. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/no.js +14 -5
  91. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/no.json +14 -5
  92. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/pl.js +14 -5
  93. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/pl.json +14 -5
  94. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/pl_PL.json +14 -5
  95. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/pt.js +14 -5
  96. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/pt.json +14 -5
  97. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/pt_BR.js +14 -5
  98. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/pt_BR.json +14 -5
  99. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/pt_PT.js +14 -5
  100. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/pt_PT.json +14 -5
  101. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/ro.js +14 -5
  102. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/ro.json +14 -5
  103. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/ru.js +14 -5
  104. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/ru.json +14 -5
  105. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/si.js +1 -1
  106. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/si.json +1 -1
  107. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/sk_SK.js +14 -5
  108. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/sk_SK.json +14 -5
  109. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/sl.js +14 -5
  110. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/sl.json +14 -5
  111. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/sr.js +14 -5
  112. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/sr.json +14 -5
  113. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/sv.js +14 -5
  114. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/sv.json +14 -5
  115. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/th_TH.js +14 -5
  116. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/th_TH.json +14 -5
  117. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/tr.js +14 -5
  118. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/tr.json +14 -5
  119. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/uk_UA.js +14 -5
  120. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/uk_UA.json +14 -5
  121. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/vi.js +14 -5
  122. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/vi.json +14 -5
  123. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/vi_VN.json +14 -5
  124. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/zh.js +14 -5
  125. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/zh.json +14 -5
  126. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/zh_CN.json +14 -5
  127. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/zh_TW.Big5.json +14 -5
  128. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/zh_TW.js +47 -38
  129. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/locale/zh_TW.json +47 -38
  130. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/map.css +3 -3
  131. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/templates/umap/login_popup_end.html +2 -2
  132. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/conftest.py +8 -0
  133. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/test_anonymous_owned_map.py +1 -1
  134. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/test_conditional_rules.py +1 -1
  135. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/test_filters.py +6 -7
  136. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/test_map_preview.py +1 -1
  137. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/test_picto.py +1 -1
  138. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/test_save.py +1 -1
  139. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/test_websocket_sync.py +63 -19
  140. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/test_dashboard.py +1 -1
  141. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/test_statics.py +2 -2
  142. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/test_views.py +1 -1
  143. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/utils.py +2 -2
  144. umap_project-3.4.0b1/umap/__init__.py +0 -1
  145. umap_project-3.4.0b1/umap/locale/da/LC_MESSAGES/django.mo +0 -0
  146. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/.gitignore +0 -0
  147. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/LICENSE +0 -0
  148. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/README.md +0 -0
  149. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/admin.py +0 -0
  150. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/apps.py +0 -0
  151. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/asgi.py +0 -0
  152. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/autocomplete.py +0 -0
  153. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/bin/__init__.py +0 -0
  154. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/decorators.py +0 -0
  155. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/fields.py +0 -0
  156. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/forms.py +0 -0
  157. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/am_ET/LC_MESSAGES/django.mo +0 -0
  158. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/am_ET/LC_MESSAGES/django.po +0 -0
  159. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/ar/LC_MESSAGES/django.mo +0 -0
  160. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/ar/LC_MESSAGES/django.po +0 -0
  161. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/ast/LC_MESSAGES/django.mo +0 -0
  162. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/ast/LC_MESSAGES/django.po +0 -0
  163. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/bg/LC_MESSAGES/django.mo +0 -0
  164. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/bg/LC_MESSAGES/django.po +0 -0
  165. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/br/LC_MESSAGES/django.mo +0 -0
  166. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/br/LC_MESSAGES/django.po +0 -0
  167. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/ca/LC_MESSAGES/django.mo +0 -0
  168. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/ca/LC_MESSAGES/django.po +0 -0
  169. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
  170. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/cs_CZ/LC_MESSAGES/django.po +0 -0
  171. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/de/LC_MESSAGES/django.mo +0 -0
  172. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/de/LC_MESSAGES/django.po +0 -0
  173. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/el/LC_MESSAGES/django.mo +0 -0
  174. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/el/LC_MESSAGES/django.po +0 -0
  175. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/en/LC_MESSAGES/django.mo +0 -0
  176. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/es/LC_MESSAGES/django.mo +0 -0
  177. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/es/LC_MESSAGES/django.po +0 -0
  178. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/et/LC_MESSAGES/django.mo +0 -0
  179. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/et/LC_MESSAGES/django.po +0 -0
  180. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/eu/LC_MESSAGES/django.mo +0 -0
  181. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/eu/LC_MESSAGES/django.po +0 -0
  182. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/fa_IR/LC_MESSAGES/django.mo +0 -0
  183. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/fa_IR/LC_MESSAGES/django.po +0 -0
  184. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/fi/LC_MESSAGES/django.mo +0 -0
  185. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/fi/LC_MESSAGES/django.po +0 -0
  186. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/fr/LC_MESSAGES/django.mo +0 -0
  187. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/fr/LC_MESSAGES/django.po +0 -0
  188. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/gl/LC_MESSAGES/django.mo +0 -0
  189. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/gl/LC_MESSAGES/django.po +0 -0
  190. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/he/LC_MESSAGES/django.mo +0 -0
  191. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/he/LC_MESSAGES/django.po +0 -0
  192. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/hr/LC_MESSAGES/django.mo +0 -0
  193. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/hr/LC_MESSAGES/django.po +0 -0
  194. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/hu/LC_MESSAGES/django.mo +0 -0
  195. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/hu/LC_MESSAGES/django.po +0 -0
  196. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/id/LC_MESSAGES/django.mo +0 -0
  197. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/id/LC_MESSAGES/django.po +0 -0
  198. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/is/LC_MESSAGES/django.mo +0 -0
  199. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/is/LC_MESSAGES/django.po +0 -0
  200. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/it/LC_MESSAGES/django.mo +0 -0
  201. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/it/LC_MESSAGES/django.po +0 -0
  202. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/ja/LC_MESSAGES/django.mo +0 -0
  203. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/ja/LC_MESSAGES/django.po +0 -0
  204. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/ko/LC_MESSAGES/django.mo +0 -0
  205. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/ko/LC_MESSAGES/django.po +0 -0
  206. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/lt/LC_MESSAGES/django.mo +0 -0
  207. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/lt/LC_MESSAGES/django.po +0 -0
  208. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/ms/LC_MESSAGES/django.mo +0 -0
  209. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/ms/LC_MESSAGES/django.po +0 -0
  210. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/nl/LC_MESSAGES/django.mo +0 -0
  211. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/nl/LC_MESSAGES/django.po +0 -0
  212. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/no/LC_MESSAGES/django.mo +0 -0
  213. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/no/LC_MESSAGES/django.po +0 -0
  214. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/pl/LC_MESSAGES/django.mo +0 -0
  215. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/pl/LC_MESSAGES/django.po +0 -0
  216. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/pt/LC_MESSAGES/django.mo +0 -0
  217. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/pt/LC_MESSAGES/django.po +0 -0
  218. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/pt_BR/LC_MESSAGES/django.mo +0 -0
  219. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/pt_BR/LC_MESSAGES/django.po +0 -0
  220. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/pt_PT/LC_MESSAGES/django.mo +0 -0
  221. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/pt_PT/LC_MESSAGES/django.po +0 -0
  222. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/ro/LC_MESSAGES/django.mo +0 -0
  223. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/ro/LC_MESSAGES/django.po +0 -0
  224. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/ru/LC_MESSAGES/django.mo +0 -0
  225. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/ru/LC_MESSAGES/django.po +0 -0
  226. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/si/LC_MESSAGES/django.mo +0 -0
  227. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/si/LC_MESSAGES/django.po +0 -0
  228. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/sk_SK/LC_MESSAGES/django.mo +0 -0
  229. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/sk_SK/LC_MESSAGES/django.po +0 -0
  230. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/sl/LC_MESSAGES/django.mo +0 -0
  231. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/sl/LC_MESSAGES/django.po +0 -0
  232. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/sr/LC_MESSAGES/django.mo +0 -0
  233. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/sr/LC_MESSAGES/django.po +0 -0
  234. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/sv/LC_MESSAGES/django.mo +0 -0
  235. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/sv/LC_MESSAGES/django.po +0 -0
  236. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/th_TH/LC_MESSAGES/django.mo +0 -0
  237. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/th_TH/LC_MESSAGES/django.po +0 -0
  238. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/tr/LC_MESSAGES/django.mo +0 -0
  239. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/tr/LC_MESSAGES/django.po +0 -0
  240. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/uk_UA/LC_MESSAGES/django.mo +0 -0
  241. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/uk_UA/LC_MESSAGES/django.po +0 -0
  242. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/vi/LC_MESSAGES/django.mo +0 -0
  243. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/vi/LC_MESSAGES/django.po +0 -0
  244. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/zh/LC_MESSAGES/django.mo +0 -0
  245. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/zh/LC_MESSAGES/django.po +0 -0
  246. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
  247. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/locale/zh_TW/LC_MESSAGES/django.po +0 -0
  248. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/management/__init__.py +0 -0
  249. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/management/commands/__init__.py +0 -0
  250. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/management/commands/anonymous_edit_url.py +0 -0
  251. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/management/commands/clean_tilelayer.py +0 -0
  252. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/management/commands/empty_trash.py +0 -0
  253. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/management/commands/export_pictogram.py +0 -0
  254. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/management/commands/generate_js_locale.py +0 -0
  255. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/management/commands/import_pictograms.py +0 -0
  256. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/management/commands/migrate_to_S3.py +0 -0
  257. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/management/commands/purge_old_versions.py +0 -0
  258. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/management/commands/switch_user.py +0 -0
  259. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/managers.py +0 -0
  260. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/middleware.py +0 -0
  261. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/migrations/0001_initial.py +0 -0
  262. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/migrations/0002_tilelayer_tms.py +0 -0
  263. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/migrations/0003_add_tilelayer.py +0 -0
  264. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/migrations/0004_add_licence.py +0 -0
  265. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/migrations/0005_remove_map_tilelayer.py +0 -0
  266. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/migrations/0006_auto_20190407_0719.py +0 -0
  267. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/migrations/0007_auto_20190416_1757.py +0 -0
  268. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/migrations/0008_alter_map_settings.py +0 -0
  269. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/migrations/0009_star.py +0 -0
  270. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/migrations/0010_alter_map_edit_status_alter_map_share_status.py +0 -0
  271. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/migrations/0011_alter_map_edit_status_alter_map_share_status.py +0 -0
  272. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/migrations/0012_datalayer_settings.py +0 -0
  273. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/migrations/0013_datalayer_edit_status.py +0 -0
  274. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/migrations/0014_map_created_at.py +0 -0
  275. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/migrations/0015_alter_pictogram_pictogram.py +0 -0
  276. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/migrations/0016_pictogram_category.py +0 -0
  277. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/migrations/0017_migrate_to_openstreetmap_oauth2.py +0 -0
  278. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/migrations/0019_migrate_internal_remote_datalayers.py +0 -0
  279. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/migrations/0020_alter_tilelayer_url_template.py +0 -0
  280. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/migrations/0021_remove_map_description.py +0 -0
  281. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/migrations/0022_add_team.py +0 -0
  282. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/migrations/0023_alter_datalayer_uuid.py +0 -0
  283. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/migrations/0024_alter_map_share_status.py +0 -0
  284. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/migrations/0025_alter_datalayer_geojson.py +0 -0
  285. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/migrations/0026_datalayer_modified_at_datalayer_share_status.py +0 -0
  286. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/migrations/0027_map_tags.py +0 -0
  287. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/migrations/0028_map_is_template.py +0 -0
  288. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/migrations/__init__.py +0 -0
  289. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/settings/__init__.py +0 -0
  290. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/settings/base.py +0 -0
  291. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/settings/dev.py +0 -0
  292. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/.gitignore +0 -0
  293. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/base.css +0 -0
  294. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/content.css +0 -0
  295. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/css/bar.css +0 -0
  296. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/css/browser.css +0 -0
  297. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/css/contextmenu.css +0 -0
  298. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/css/dialog.css +0 -0
  299. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/css/icon.css +0 -0
  300. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/css/importers.css +0 -0
  301. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/css/panel.css +0 -0
  302. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/css/popup.css +0 -0
  303. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/css/slideshow.css +0 -0
  304. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/css/tableeditor.css +0 -0
  305. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/css/tooltip.css +0 -0
  306. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/css/window.css +0 -0
  307. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/favicons/apple-touch-icon.png +0 -0
  308. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/favicons/favicon.ico +0 -0
  309. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/favicons/icon-192.png +0 -0
  310. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/favicons/icon-512.png +0 -0
  311. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/favicons/icon.svg +0 -0
  312. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/font/FiraSans-Light.woff +0 -0
  313. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/font/FiraSans-Light.woff2 +0 -0
  314. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/font/FiraSans-LightItalic.woff +0 -0
  315. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/font/FiraSans-LightItalic.woff2 +0 -0
  316. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/font/FiraSans-SemiBold.woff +0 -0
  317. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/font/FiraSans-SemiBold.woff2 +0 -0
  318. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/font.css +0 -0
  319. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/img/16-white.svg +0 -0
  320. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/img/16.svg +0 -0
  321. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/img/24-white.svg +0 -0
  322. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/img/24.svg +0 -0
  323. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/img/alert-icon-error.svg +0 -0
  324. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/img/alert-icon-info.svg +0 -0
  325. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/img/alert-icon-success.svg +0 -0
  326. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/img/edit.svg +0 -0
  327. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/img/home.svg +0 -0
  328. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/img/icon-bg.png +0 -0
  329. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/img/icon-delete.svg +0 -0
  330. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/img/icon-download.svg +0 -0
  331. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/img/icon-duplicate.svg +0 -0
  332. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/img/icon-edit.svg +0 -0
  333. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/img/icon-external-link.svg +0 -0
  334. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/img/icon-share.svg +0 -0
  335. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/img/icon-view.svg +0 -0
  336. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/img/importers/banfr.svg +0 -0
  337. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/img/importers/cadastrefr.svg +0 -0
  338. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/img/importers/communesfr.svg +0 -0
  339. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/img/importers/datasets.svg +0 -0
  340. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/img/importers/geodatamine.svg +0 -0
  341. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/img/importers/opendata.svg +0 -0
  342. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/img/importers/overpass.svg +0 -0
  343. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/img/importers/random.svg +0 -0
  344. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/img/importers/random1.svg +0 -0
  345. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/img/importers/random2.svg +0 -0
  346. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/img/logo.svg +0 -0
  347. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/img/logo_filigree.png +0 -0
  348. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/img/logo_lightcyan.svg +0 -0
  349. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/img/logo_small.svg +0 -0
  350. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/img/marker.png +0 -0
  351. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/img/marker.svg +0 -0
  352. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/img/opensource.svg +0 -0
  353. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/img/osm.svg +0 -0
  354. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/img/providers/bitbucket.png +0 -0
  355. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/img/providers/github.png +0 -0
  356. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/img/providers/keycloak.png +0 -0
  357. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/img/providers/openstreetmap-oauth2.png +0 -0
  358. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/img/providers/twitter-oauth2.png +0 -0
  359. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/img/search.gif +0 -0
  360. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/img/source/16-white.svg +0 -0
  361. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/img/source/16.svg +0 -0
  362. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/img/source/24-white.svg +0 -0
  363. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/img/source/24.svg +0 -0
  364. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/img/target.svg +0 -0
  365. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/components/alerts/alert.css +0 -0
  366. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/components/alerts/alert.js +0 -0
  367. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/components/fragment.js +0 -0
  368. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/components/modal.js +0 -0
  369. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/autocomplete.js +0 -0
  370. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/caption.js +0 -0
  371. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/dompurify.js +0 -0
  372. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/drop.js +0 -0
  373. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/form/builder.js +0 -0
  374. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/form/fields.js +0 -0
  375. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/formatter.js +0 -0
  376. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/global.js +0 -0
  377. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/importers/banfr.js +0 -0
  378. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/importers/cadastrefr.js +0 -0
  379. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/importers/communesfr.js +0 -0
  380. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/importers/datasets.js +0 -0
  381. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/importers/geodatamine.js +0 -0
  382. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/importers/opendata.js +0 -0
  383. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/importers/openrouteservice.js +0 -0
  384. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/importers/overpass.js +0 -0
  385. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/leaflet-configure.js +0 -0
  386. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/orderable.js +0 -0
  387. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/permissions.js +0 -0
  388. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/printer.js +0 -0
  389. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/rendering/icon.js +0 -0
  390. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/rendering/layers/base.js +0 -0
  391. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/rendering/layers/cluster.js +0 -0
  392. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/rendering/map.js +0 -0
  393. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/rendering/popup.js +0 -0
  394. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/rendering/ui.js +0 -0
  395. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/request.js +0 -0
  396. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/rules.js +0 -0
  397. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/schema.js +0 -0
  398. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/share.js +0 -0
  399. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/slideshow.js +0 -0
  400. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/sync/engine.js +0 -0
  401. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/sync/hlc.js +0 -0
  402. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/sync/undo.js +0 -0
  403. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/sync/updaters.js +0 -0
  404. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/sync/websocket.js +0 -0
  405. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/tableeditor.js +0 -0
  406. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/templates.js +0 -0
  407. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/ui/bar.js +0 -0
  408. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/ui/base.js +0 -0
  409. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/ui/contextmenu.js +0 -0
  410. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/ui/tooltip.js +0 -0
  411. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/modules/urls.js +0 -0
  412. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/umap.controls.js +0 -0
  413. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/js/umap.core.js +0 -0
  414. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/nav.css +0 -0
  415. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/theme.css +0 -0
  416. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/unittests/URLs.js +0 -0
  417. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/unittests/hlc.js +0 -0
  418. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/unittests/sync.js +0 -0
  419. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/unittests/utils.js +0 -0
  420. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vars.css +0 -0
  421. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/betterknown/betterknown.mjs +0 -0
  422. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/colorbrewer/colorbrewer.js +0 -0
  423. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/csv2geojson/csv2geojson.js +0 -0
  424. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/dompurify/purify.es.js +0 -0
  425. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/dompurify/purify.es.mjs.map +0 -0
  426. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/editable/Leaflet.Editable.js +0 -0
  427. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/editable/Path.Drag.js +0 -0
  428. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.css +0 -0
  429. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.js +0 -0
  430. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/editinosm/edit-in-osm.png +0 -0
  431. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/fullscreen/Leaflet.fullscreen.js +0 -0
  432. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/fullscreen/Leaflet.fullscreen.min.js +0 -0
  433. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/fullscreen/fullscreen.png +0 -0
  434. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/fullscreen/fullscreen@2x.png +0 -0
  435. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/fullscreen/leaflet.fullscreen.css +0 -0
  436. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/geojson-to-gpx/index.js +0 -0
  437. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/georsstogeojson/GeoRSSToGeoJSON.js +0 -0
  438. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/hash/leaflet-hash.js +0 -0
  439. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/heat/leaflet-heat.js +0 -0
  440. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/i18n/Leaflet.i18n.js +0 -0
  441. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/iconlayers/check.png +0 -0
  442. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/iconlayers/iconLayers.css +0 -0
  443. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/iconlayers/iconLayers.js +0 -0
  444. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/iconlayers/transparent-pixel.png +0 -0
  445. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/leaflet/images/layers-2x.png +0 -0
  446. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/leaflet/images/layers.png +0 -0
  447. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/leaflet/images/marker-icon-2x.png +0 -0
  448. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/leaflet/images/marker-icon.png +0 -0
  449. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/leaflet/images/marker-shadow.png +0 -0
  450. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/leaflet/leaflet-src.esm.js +0 -0
  451. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/leaflet/leaflet-src.esm.js.map +0 -0
  452. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/leaflet/leaflet.css +0 -0
  453. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/loading/Control.Loading.css +0 -0
  454. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/loading/Control.Loading.js +0 -0
  455. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css +0 -0
  456. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css.map +0 -0
  457. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js +0 -0
  458. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js.map +0 -0
  459. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/measurable/Leaflet.Measurable.css +0 -0
  460. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/measurable/Leaflet.Measurable.js +0 -0
  461. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/minimap/Control.MiniMap.min.css +0 -0
  462. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/minimap/Control.MiniMap.min.js +0 -0
  463. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/minimap/images/toggle.png +0 -0
  464. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/minimap/images/toggle.svg +0 -0
  465. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/openrouteservice/ors-js-client.js +0 -0
  466. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/openrouteservice/ors-js-client.js.map +0 -0
  467. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/osmtogeojson/osmtogeojson.js +0 -0
  468. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/photon/leaflet.photon.js +0 -0
  469. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/simple-elevation-chart/elevation.js +0 -0
  470. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/simple-elevation-chart/elevation.svg +0 -0
  471. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/simple-statistics/simple-statistics.min.js +0 -0
  472. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/simple-statistics/simple-statistics.min.js.map +0 -0
  473. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/snapdom/snapdom.min.mjs +0 -0
  474. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/textpath/leaflet.textpath.js +0 -0
  475. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/togeojson/togeojson.es.js +0 -0
  476. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/togeojson/togeojson.es.mjs.map +0 -0
  477. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/tokml/tokml.es.js +0 -0
  478. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/static/umap/vendors/tokml/tokml.es.mjs.map +0 -0
  479. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/storage/__init__.py +0 -0
  480. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/storage/fs.py +0 -0
  481. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/storage/s3.py +0 -0
  482. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/storage/staticfiles.py +0 -0
  483. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/sync/__init__.py +0 -0
  484. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/sync/app.py +0 -0
  485. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/sync/payloads.py +0 -0
  486. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/templates/403.html +0 -0
  487. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/templates/404.html +0 -0
  488. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/templates/40x.html +0 -0
  489. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/templates/500.html +0 -0
  490. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/templates/auth/user_detail.html +0 -0
  491. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/templates/auth/user_form.html +0 -0
  492. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/templates/auth/user_stars.html +0 -0
  493. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/templates/base.html +0 -0
  494. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/templates/registration/login.html +0 -0
  495. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/templates/umap/about.html +0 -0
  496. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/templates/umap/about_summary.html +0 -0
  497. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/templates/umap/branding.html +0 -0
  498. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/templates/umap/components/alerts/alert.html +0 -0
  499. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/templates/umap/components/provider.html +0 -0
  500. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/templates/umap/content.html +0 -0
  501. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/templates/umap/content_footer.html +0 -0
  502. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/templates/umap/css.html +0 -0
  503. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/templates/umap/dashboard_menu.html +0 -0
  504. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/templates/umap/design_system.html +0 -0
  505. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/templates/umap/footer.html +0 -0
  506. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/templates/umap/header.html +0 -0
  507. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/templates/umap/home.html +0 -0
  508. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/templates/umap/js.html +0 -0
  509. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/templates/umap/locale.js +0 -0
  510. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/templates/umap/map_detail.html +0 -0
  511. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/templates/umap/map_fragment.html +0 -0
  512. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/templates/umap/map_init.html +0 -0
  513. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/templates/umap/map_list.html +0 -0
  514. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/templates/umap/map_table.html +0 -0
  515. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/templates/umap/messages.html +0 -0
  516. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/templates/umap/navigation.html +0 -0
  517. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/templates/umap/password_change.html +0 -0
  518. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/templates/umap/password_change_done.html +0 -0
  519. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/templates/umap/search.html +0 -0
  520. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/templates/umap/search_bar.html +0 -0
  521. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/templates/umap/success.html +0 -0
  522. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/templates/umap/team_confirm_delete.html +0 -0
  523. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/templates/umap/team_detail.html +0 -0
  524. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/templates/umap/team_form.html +0 -0
  525. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/templates/umap/user_dashboard.html +0 -0
  526. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/templates/umap/user_map_table.html +0 -0
  527. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/templates/umap/user_teams.html +0 -0
  528. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/templates/umap/user_templates.html +0 -0
  529. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/templatetags/__init__.py +0 -0
  530. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/templatetags/umap_tags.py +0 -0
  531. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/__init__.py +0 -0
  532. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/base.py +0 -0
  533. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/conftest.py +0 -0
  534. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/fixtures/categorized_highway.geojson +0 -0
  535. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/fixtures/choropleth_region_chomage.geojson +0 -0
  536. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/fixtures/circle.svg +0 -0
  537. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/fixtures/display_on_load.umap +0 -0
  538. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/fixtures/empty_tile.png +0 -0
  539. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/fixtures/heatmap_data.json +0 -0
  540. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/fixtures/remote_data.umap +0 -0
  541. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/fixtures/star.svg +0 -0
  542. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/fixtures/test_circles_layer.geojson +0 -0
  543. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/fixtures/test_import_osm_relation.json +0 -0
  544. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/fixtures/test_upload_data.csv +0 -0
  545. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/fixtures/test_upload_data.gpx +0 -0
  546. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/fixtures/test_upload_data.json +0 -0
  547. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/fixtures/test_upload_data.kml +0 -0
  548. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/fixtures/test_upload_data.umap +0 -0
  549. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/fixtures/test_upload_data_osm.json +0 -0
  550. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/fixtures/test_upload_data_with_iconurl.umap +0 -0
  551. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/fixtures/test_upload_empty_coordinates.json +0 -0
  552. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/fixtures/test_upload_georss.xml +0 -0
  553. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/fixtures/test_upload_missing_name.json +0 -0
  554. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/fixtures/test_upload_non_linear_ring.json +0 -0
  555. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/fixtures/test_upload_simple_marker.json +0 -0
  556. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/__init__.py +0 -0
  557. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/helpers.py +0 -0
  558. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/test_basics.py +0 -0
  559. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/test_browser.py +0 -0
  560. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/test_caption.py +0 -0
  561. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/test_categorized_layer.py +0 -0
  562. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/test_choropleth.py +0 -0
  563. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/test_circles_layer.py +0 -0
  564. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/test_cluster.py +0 -0
  565. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/test_dashboard.py +0 -0
  566. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/test_datalayer.py +0 -0
  567. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/test_draw_polygon.py +0 -0
  568. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/test_draw_polyline.py +0 -0
  569. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/test_draw_route.py +0 -0
  570. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/test_edit_datalayer.py +0 -0
  571. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/test_edit_map.py +0 -0
  572. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/test_edit_marker.py +0 -0
  573. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/test_edit_polygon.py +0 -0
  574. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/test_export_map.py +0 -0
  575. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/test_features_id_generation.py +0 -0
  576. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/test_fields.py +0 -0
  577. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/test_heatmap.py +0 -0
  578. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/test_iframe.py +0 -0
  579. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/test_import.py +0 -0
  580. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/test_map.py +0 -0
  581. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/test_map_list.py +0 -0
  582. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/test_optimistic_merge.py +0 -0
  583. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/test_owned_map.py +0 -0
  584. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/test_popup.py +0 -0
  585. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/test_querystring.py +0 -0
  586. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/test_remote_data.py +0 -0
  587. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/test_share.py +0 -0
  588. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/test_slideshow.py +0 -0
  589. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/test_star.py +0 -0
  590. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/test_tableeditor.py +0 -0
  591. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/test_team.py +0 -0
  592. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/test_templates.py +0 -0
  593. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/test_tilelayer.py +0 -0
  594. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/test_undo_redo.py +0 -0
  595. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/test_view_marker.py +0 -0
  596. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/test_view_polygon.py +0 -0
  597. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/integration/test_view_polyline.py +0 -0
  598. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/settings.py +0 -0
  599. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/test_clean_tilelayer.py +0 -0
  600. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/test_datalayer.py +0 -0
  601. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/test_datalayer_s3.py +0 -0
  602. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/test_datalayer_views.py +0 -0
  603. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/test_empty_trash.py +0 -0
  604. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/test_licence.py +0 -0
  605. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/test_map.py +0 -0
  606. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/test_map_views.py +0 -0
  607. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/test_merge_features.py +0 -0
  608. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/test_purge_old_versions.py +0 -0
  609. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/test_switch_user.py +0 -0
  610. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/test_team_views.py +0 -0
  611. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/test_tilelayer.py +0 -0
  612. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/tests/test_utils.py +0 -0
  613. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/urls.py +0 -0
  614. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/views.py +0 -0
  615. {umap_project-3.4.0b1 → umap_project-3.4.0b3}/umap/wsgi.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: umap-project
3
- Version: 3.4.0b1
3
+ Version: 3.4.0b3
4
4
  Summary: Create maps with OpenStreetMap layers in a minute and embed them in your site.
5
5
  Author-email: Yohan Boniface <yb@enix.org>
6
6
  Maintainer-email: David Larlet <david@larlet.fr>
@@ -21,7 +21,7 @@ Requires-Dist: django-environ==0.12.0
21
21
  Requires-Dist: django-probes==1.7.0
22
22
  Requires-Dist: django==5.2.7
23
23
  Requires-Dist: pillow==11.3.0
24
- Requires-Dist: psycopg==3.2.10
24
+ Requires-Dist: psycopg==3.2.11
25
25
  Requires-Dist: rcssmin==1.2.1
26
26
  Requires-Dist: requests==2.32.5
27
27
  Requires-Dist: rjsmin==1.2.4
@@ -42,7 +42,7 @@ Requires-Dist: uvicorn==0.37.0; extra == 'docker'
42
42
  Provides-Extra: s3
43
43
  Requires-Dist: django-storages[s3]==1.14.6; extra == 's3'
44
44
  Provides-Extra: sync
45
- Requires-Dist: pydantic==2.11.9; extra == 'sync'
45
+ Requires-Dist: pydantic==2.12.3; extra == 'sync'
46
46
  Requires-Dist: redis==6.4.0; extra == 'sync'
47
47
  Requires-Dist: websockets==15.0.1; extra == 'sync'
48
48
  Provides-Extra: test
@@ -52,7 +52,7 @@ Requires-Dist: moto[s3]==5.1.14; extra == 'test'
52
52
  Requires-Dist: playwright>=1.39; extra == 'test'
53
53
  Requires-Dist: pytest-django==4.11.1; extra == 'test'
54
54
  Requires-Dist: pytest-playwright==0.7.1; extra == 'test'
55
- Requires-Dist: pytest-rerunfailures==16.0.1; extra == 'test'
55
+ Requires-Dist: pytest-rerunfailures==16.1; extra == 'test'
56
56
  Requires-Dist: pytest-xdist<4,>=3.5.0; extra == 'test'
57
57
  Requires-Dist: pytest==8.4.2; extra == 'test'
58
58
  Description-Content-Type: text/markdown
@@ -33,7 +33,7 @@ dependencies = [
33
33
  "django-environ==0.12.0",
34
34
  "django-probes==1.7.0",
35
35
  "Pillow==11.3.0",
36
- "psycopg==3.2.10",
36
+ "psycopg==3.2.11",
37
37
  "requests==2.32.5",
38
38
  "rcssmin==1.2.1",
39
39
  "rjsmin==1.2.4",
@@ -60,7 +60,7 @@ test = [
60
60
  "pytest==8.4.2",
61
61
  "pytest-django==4.11.1",
62
62
  "pytest-playwright==0.7.1",
63
- "pytest-rerunfailures==16.0.1",
63
+ "pytest-rerunfailures==16.1",
64
64
  "pytest-xdist>=3.5.0,<4",
65
65
  "moto[s3]==5.1.14"
66
66
  ]
@@ -71,7 +71,7 @@ s3 = [
71
71
  "django-storages[s3]==1.14.6",
72
72
  ]
73
73
  sync = [
74
- "pydantic==2.11.9",
74
+ "pydantic==2.12.3",
75
75
  "redis==6.4.0",
76
76
  "websockets==15.0.1",
77
77
  ]
@@ -0,0 +1 @@
1
+ VERSION = "3.4.0b3"
@@ -16,7 +16,7 @@ def settings(request):
16
16
  "UMAP_HOST_INFOS": djsettings.UMAP_HOST_INFOS,
17
17
  "UMAP_ALLOW_EDIT_PROFILE": djsettings.UMAP_ALLOW_EDIT_PROFILE,
18
18
  "UMAP_TAGS": sorted(
19
- djsettings.UMAP_TAGS, key=lambda item: normalize_string(str(item[1]))
19
+ djsettings.UMAP_TAGS, key=lambda item: normalize_string(item[1])
20
20
  ),
21
21
  }
22
22
 
@@ -424,13 +424,13 @@ msgid ""
424
424
  "Oops, I didn't mean it, I want to <a href=\"%(login_url)s\" "
425
425
  "class=\"login\">create an account</a> or <a href=\"%(login_url)s\" "
426
426
  "class=\"login\">log in</a> (no worry, we'll attach the map to your account)."
427
- msgstr ""
427
+ msgstr "Ups, det var ikke meningen, jeg vil gerne <a href=\"%(login_url)s\" class=\"login\">oprette en konto</a> eller <a href=\"%(login_url)s\" class=\"login\">logge ind</a> (bare rolig, vi knytter kortet til din konto)."
428
428
 
429
429
  #: templates/umap/components/alerts/alert.html:35
430
430
  msgid ""
431
431
  "Yes, I want to continue editing anonymously, I will save the secret edit "
432
432
  "link to be able to edit this map later or on another device"
433
- msgstr ""
433
+ msgstr "Ja, jeg vil fortsætte med at redigere anonymt. Jeg gemmer det hemmelige redigeringslink, så jeg kan redigere dette kort senere eller på en anden enhed."
434
434
 
435
435
  #: templates/umap/components/alerts/alert.html:39
436
436
  msgid "Here is your secret link to edit the map, please keep it safe:"
@@ -8,7 +8,7 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: PACKAGE VERSION\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2025-10-14 15:28+0000\n"
11
+ "POT-Creation-Date: 2025-10-17 06:00+0000\n"
12
12
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -41,7 +41,7 @@ msgstr ""
41
41
  msgid "name"
42
42
  msgstr ""
43
43
 
44
- #: models.py:63 models.py:503
44
+ #: models.py:63 models.py:507
45
45
  msgid "description"
46
46
  msgstr ""
47
47
 
@@ -61,23 +61,23 @@ msgstr ""
61
61
  msgid "Order of the tilelayers in the edit box"
62
62
  msgstr ""
63
63
 
64
- #: models.py:176 models.py:497
64
+ #: models.py:176 models.py:501
65
65
  msgid "Only editable with secret edit link"
66
66
  msgstr ""
67
67
 
68
- #: models.py:177 models.py:498
68
+ #: models.py:177 models.py:502
69
69
  msgid "Everyone can edit"
70
70
  msgstr ""
71
71
 
72
- #: models.py:180 models.py:491
72
+ #: models.py:180 models.py:495
73
73
  msgid "Everyone"
74
74
  msgstr ""
75
75
 
76
- #: models.py:181 models.py:190 models.py:492
76
+ #: models.py:181 models.py:190 models.py:496
77
77
  msgid "Editors and team only"
78
78
  msgstr ""
79
79
 
80
- #: models.py:182 models.py:493
80
+ #: models.py:182 models.py:497
81
81
  msgid "Owner only"
82
82
  msgstr ""
83
83
 
@@ -97,7 +97,7 @@ msgstr ""
97
97
  msgid "Blocked"
98
98
  msgstr ""
99
99
 
100
- #: models.py:192 models.py:487
100
+ #: models.py:192 models.py:491
101
101
  msgid "Deleted"
102
102
  msgstr ""
103
103
 
@@ -137,15 +137,15 @@ msgstr ""
137
137
  msgid "team"
138
138
  msgstr ""
139
139
 
140
- #: models.py:230 models.py:519
140
+ #: models.py:230 models.py:523
141
141
  msgid "edit status"
142
142
  msgstr ""
143
143
 
144
- #: models.py:235 models.py:524
144
+ #: models.py:235 models.py:528
145
145
  msgid "share status"
146
146
  msgstr ""
147
147
 
148
- #: models.py:238 models.py:514
148
+ #: models.py:238 models.py:518
149
149
  msgid "settings"
150
150
  msgstr ""
151
151
 
@@ -161,15 +161,15 @@ msgstr ""
161
161
  msgid "Clone of"
162
162
  msgstr ""
163
163
 
164
- #: models.py:486 models.py:490 models.py:496
164
+ #: models.py:490 models.py:494 models.py:500
165
165
  msgid "Inherit"
166
166
  msgstr ""
167
167
 
168
- #: models.py:509
168
+ #: models.py:513
169
169
  msgid "display on load"
170
170
  msgstr ""
171
171
 
172
- #: models.py:510
172
+ #: models.py:514
173
173
  msgid "Display this layer on load."
174
174
  msgstr ""
175
175
 
@@ -57,6 +57,6 @@ class Migration(migrations.Migration):
57
57
  ),
58
58
  ),
59
59
  # When applying the migration backwards, we need to drop the pk index
60
- # Before addding a new one.
60
+ # Before adding a new one.
61
61
  migrations.RunSQL(migrations.RunSQL.noop, reverse_sql=drop_index),
62
62
  ]
@@ -13,7 +13,7 @@ from django.utils.functional import classproperty
13
13
  from django.utils.translation import gettext_lazy as _
14
14
 
15
15
  from .managers import PrivateManager, PublicManager
16
- from .utils import _urls_for_js
16
+ from .utils import _urls_for_js, normalize_string
17
17
 
18
18
 
19
19
  # Did not find a clean way to do this in Django
@@ -289,7 +289,7 @@ class Map(NamedModel):
289
289
  self.save()
290
290
 
291
291
  def delete(self, **kwargs):
292
- # Explicitely call datalayers.delete, so we can deal with removing files
292
+ # Explicitly call datalayers.delete, so we can deal with removing files
293
293
  # (the cascade delete would not call the model delete method)
294
294
  # Use datalayer_set so to get also the deleted ones.
295
295
  for datalayer in self.datalayer_set.all():
@@ -438,7 +438,11 @@ class Map(NamedModel):
438
438
  "iconUrl": {
439
439
  "default": "%sumap/img/marker.svg" % settings.STATIC_URL,
440
440
  },
441
- "tags": {"choices": sorted(settings.UMAP_TAGS, key=lambda i: i[0])},
441
+ "tags": {
442
+ "choices": sorted(
443
+ settings.UMAP_TAGS, key=lambda i: normalize_string(i[1])
444
+ )
445
+ },
442
446
  }
443
447
 
444
448
 
@@ -59,7 +59,7 @@ SOCIAL_AUTH_REDIRECT_IS_HTTPS = True
59
59
  SOCIAL_AUTH_RAISE_EXCEPTIONS = False
60
60
  SOCIAL_AUTH_BACKEND_ERROR_URL = "/"
61
61
 
62
- # If you want to add a playgroud map, add its primary key
62
+ # If you want to add a playground map, add its primary key
63
63
  # UMAP_DEMO_PK = 204
64
64
  # If you want to add a showcase map on the home page, add its primary key
65
65
  # UMAP_SHOWCASE_PK = 1156
@@ -162,7 +162,6 @@ input[type="submit"] {
162
162
  background-color: var(--color-mediumGray);
163
163
  }
164
164
 
165
- .dark .anonymous:hover,
166
165
  .dark .button.anonymous:hover,
167
166
  .dark [type="button"].anonymous:hover {
168
167
  background-color: var(--color-veryDarkViolet);
@@ -782,12 +781,13 @@ input[type=hidden].blur+[type="button"] {
782
781
  border-radius: initial;
783
782
  }
784
783
 
785
- .copiable-input button {
784
+ .copiable-input button[type=button] {
786
785
  background-color: var(--background-color);
787
786
  color: var(--text-color);
788
787
  border: 2px solid var(--color-darkBlue);
789
788
  border-left: none;
790
789
  width: 40px;
790
+ height: 40px;
791
791
  }
792
792
 
793
793
  input.highlightable:not(:placeholder-shown) {
@@ -12,7 +12,7 @@ export class uMapElement extends HTMLElement {
12
12
 
13
13
  /**
14
14
  * Retrieves a clone of the content template either using the `template`
15
- * attribute or an id mathing the name of the component:
15
+ * attribute or an id matching the name of the component:
16
16
  *
17
17
  * `umap-alert` component => `umap-alert-template` template id lookup.
18
18
  */
@@ -97,8 +97,8 @@ export default class Browser {
97
97
  }
98
98
 
99
99
  toggleBadge() {
100
- Utils.toggleBadge(this.filtersTitle, this.hasFilters())
101
- Utils.toggleBadge('.umap-control-browse', this.hasFilters())
100
+ Utils.toggleBadge(this.filtersTitle, this.hasActiveFilters())
101
+ Utils.toggleBadge('.umap-control-browse', this.hasActiveFilters())
102
102
  }
103
103
 
104
104
  onFormChange() {
@@ -118,8 +118,8 @@ export default class Browser {
118
118
  return !!document.querySelector('.on .umap-browser')
119
119
  }
120
120
 
121
- hasFilters() {
122
- return !!this.options.filter || this._umap.hasFilters()
121
+ hasActiveFilters() {
122
+ return !!this.options.filter || this._umap.hasActiveFilters()
123
123
  }
124
124
 
125
125
  onMoveEnd() {
@@ -93,7 +93,7 @@ class Feature {
93
93
 
94
94
  get fields() {
95
95
  // Fields are user defined properties
96
- return [...this.datalayer.fields.all(), ...this._umap.fields.all()]
96
+ return [...this._umap.fields.all(), ...this.datalayer.fields.all()]
97
97
  }
98
98
 
99
99
  setter(key, value) {
@@ -1,123 +1,15 @@
1
- import * as Utils from './utils.js'
2
- import { translate } from './i18n.js'
3
- import Orderable from './orderable.js'
4
- import { uMapAlert as Alert } from '../components/alerts/alert.js'
5
- import { Form } from './form/builder.js'
1
+ import * as Utils from '../utils.js'
2
+ import { translate } from '../i18n.js'
3
+ import Orderable from '../orderable.js'
4
+ import { uMapAlert as Alert } from '../../components/alerts/alert.js'
5
+ import { Form } from '../form/builder.js'
6
6
 
7
- export class DataLayerManager extends Object {
8
- add(datalayer) {
9
- this[datalayer.id] = datalayer
10
- }
11
- active() {
12
- return Object.values(this)
13
- .filter((datalayer) => !datalayer.isDeleted)
14
- .sort((a, b) => a.rank > b.rank)
15
- }
16
- reverse() {
17
- return this.active().reverse()
18
- }
19
- count() {
20
- return this.active().length
21
- }
22
- find(func) {
23
- for (const datalayer of this.reverse()) {
24
- if (func.call(datalayer, datalayer)) {
25
- return datalayer
26
- }
27
- }
28
- }
29
- filter(func) {
30
- return this.active().filter(func)
31
- }
32
- visible() {
33
- return this.filter((datalayer) => datalayer.isVisible())
34
- }
35
- browsable() {
36
- return this.reverse().filter((datalayer) => datalayer.allowBrowse())
37
- }
38
- prev(datalayer) {
39
- const browsable = this.browsable()
40
- const current = browsable.indexOf(datalayer)
41
- const prev = browsable[current - 1] || browsable[browsable.length - 1]
42
- if (!prev.canBrowse()) return this.prev(prev)
43
- return prev
44
- }
45
- next(datalayer) {
46
- const browsable = this.browsable()
47
- const current = browsable.indexOf(datalayer)
48
- const next = browsable[current + 1] || browsable[0]
49
- if (!next.canBrowse()) return this.next(next)
50
- return next
51
- }
52
- first() {
53
- return this.active()[0]
54
- }
55
- last() {
56
- const layers = this.active()
57
- return layers[layers.length - 1]
58
- }
59
- }
60
-
61
- export class FeatureManager extends Map {
62
- add(feature) {
63
- if (this.has(feature.id)) {
64
- console.error('Duplicate id', feature, this.get(feature.id))
65
- feature.id = Utils.generateId()
66
- feature.datalayer._migrated = true
67
- }
68
- this.set(feature.id, feature)
69
- }
70
-
71
- all() {
72
- return Array.from(this.values())
73
- }
74
-
75
- visible() {
76
- return this.all().filter((feature) => !feature.isFiltered())
77
- }
7
+ export const getDefaultFields = () => [
8
+ { key: U.DEFAULT_LABEL_KEY, type: 'String' },
9
+ { key: 'description', type: 'Text' },
10
+ ]
78
11
 
79
- del(feature) {
80
- this.delete(feature.id)
81
- }
82
-
83
- count() {
84
- return this.size
85
- }
86
-
87
- sort(by) {
88
- const features = this.all()
89
- Utils.sortFeatures(features, by, U.lang)
90
- this.clear()
91
- for (const feature of features) {
92
- this.set(feature.id, feature)
93
- }
94
- }
95
-
96
- getIndex(feature) {
97
- const entries = Array.from(this)
98
- return entries.findIndex(([id]) => id === feature.id)
99
- }
100
-
101
- first() {
102
- return this.values().next().value
103
- }
104
-
105
- last() {
106
- return this.all()[this.size - 1]
107
- }
108
-
109
- next(feature) {
110
- const index = this.getIndex(feature)
111
- return this.all()[index + 1]
112
- }
113
-
114
- prev(feature) {
115
- const index = this.getIndex(feature)
116
- return this.all()[index - 1]
117
- }
118
- }
119
-
120
- export class FieldManager extends Map {
12
+ export class Fields extends Map {
121
13
  constructor(parent, dialog) {
122
14
  super()
123
15
  this.parent = parent
@@ -126,6 +18,15 @@ export class FieldManager extends Map {
126
18
  this.pull()
127
19
  }
128
20
 
21
+ isDefault() {
22
+ const keys = Array.from(this.keys())
23
+ const defaultKeys = getDefaultFields().map((field) => field.key)
24
+ return (
25
+ keys.length === defaultKeys.length &&
26
+ keys.every((value, index) => value === defaultKeys[index])
27
+ )
28
+ }
29
+
129
30
  pull() {
130
31
  this.clear()
131
32
  for (const field of this.parent.properties.fields) {
@@ -261,13 +162,13 @@ export class FieldManager extends Map {
261
162
  async editField(name) {
262
163
  if (!name && this.parent.isRemoteLayer?.()) return
263
164
  const FIELD_TYPES = [
264
- 'String',
265
- 'Text',
266
- 'Number',
267
- 'Date',
268
- 'Datetime',
269
- 'Enum',
270
- 'Boolean',
165
+ ['String', translate('Short text')],
166
+ ['Text', translate('Text')],
167
+ ['Number', translate('Number')],
168
+ ['Date', translate('Date')],
169
+ ['Datetime', translate('Date and time')],
170
+ ['Enum', translate('List of values')],
171
+ ['Boolean', translate('Yes / No')],
271
172
  ]
272
173
  const field = this.get(name) || {}
273
174
  const metadatas = [
@@ -300,8 +201,9 @@ export class FieldManager extends Map {
300
201
  body.appendChild(form.build())
301
202
  if (this.parent.filters) {
302
203
  addFilter.addEventListener('click', () => {
303
- this.dialog.accept()
304
- this.parent.filters.createFilterForm(field.key)
204
+ this.dialog.accept().then(() => {
205
+ this.parent.filters.createFilterForm(field.key)
206
+ })
305
207
  })
306
208
  addFilter.hidden = false
307
209
  }
@@ -21,8 +21,9 @@ import TableEditor from '../tableeditor.js'
21
21
  import * as Utils from '../utils.js'
22
22
  import { LineString, Point, Polygon } from './features.js'
23
23
  import Rules from '../rules.js'
24
- import { FeatureManager, FieldManager } from '../managers.js'
24
+ import { FeatureManager } from '../managers.js'
25
25
  import { Filters } from '../filters.js'
26
+ import { Fields, getDefaultFields } from './fields.js'
26
27
 
27
28
  export const LAYER_TYPES = [
28
29
  DefaultLayer,
@@ -90,12 +91,9 @@ export class DataLayer {
90
91
  if (this.showAtLoad()) this.show()
91
92
  }
92
93
  if (!this._needsFetch && !this._umap.fields.size) {
93
- this.properties.fields = [
94
- { key: U.DEFAULT_LABEL_KEY, type: 'String' },
95
- { key: 'description', type: 'Text' },
96
- ]
94
+ this.properties.fields = getDefaultFields()
97
95
  }
98
- this.fields = new FieldManager(this, this._umap.dialog)
96
+ this.fields = new Fields(this, this._umap.dialog)
99
97
  this.filters = new Filters(this, this._umap)
100
98
 
101
99
  // Only layers that are displayed on load must be hidden/shown
@@ -150,7 +148,7 @@ export class DataLayer {
150
148
 
151
149
  get fieldKeys() {
152
150
  // Needed to get a similar API from layer and uMap, but
153
- // uMap whould return concat of all datalayers fields
151
+ // uMap would return concat of all datalayers fields
154
152
  return Array.from(this.fields.keys())
155
153
  }
156
154
 
@@ -209,7 +207,7 @@ export class DataLayer {
209
207
  }
210
208
 
211
209
  // This method does a targeted update of the UI,
212
- // it whould be merged with `render`` method and the
210
+ // it would be merged with `render`` method and the
213
211
  // SCHEMA at some point
214
212
  propagate(fields = []) {
215
213
  const impacts = {
@@ -491,7 +489,7 @@ export class DataLayer {
491
489
 
492
490
  inferFields(feature) {
493
491
  for (const key in feature.properties) {
494
- if (typeof feature.properties[key] !== 'object') {
492
+ if (key && typeof feature.properties[key] !== 'object') {
495
493
  if (key.indexOf('_') === 0) continue
496
494
  if (this.fields.has(key)) continue
497
495
  if (this._umap.fields.has(key)) continue
@@ -83,11 +83,11 @@ export const hexToRGB = (hex) => {
83
83
  .map((x) => Number.parseInt(x, 16))
84
84
  }
85
85
 
86
- const CACHE_CONSTRAST = {}
86
+ const CACHE_CONTRAST = {}
87
87
  export const contrastedColor = (el, bgcolor) => {
88
88
  // Return 0 for black and 1 for white
89
89
  // bgcolor is a human color, it can be a any keyword (purple…)
90
- if (typeof CACHE_CONSTRAST[bgcolor] !== 'undefined') return CACHE_CONSTRAST[bgcolor]
90
+ if (typeof CACHE_CONTRAST[bgcolor] !== 'undefined') return CACHE_CONTRAST[bgcolor]
91
91
  let rgb = window.getComputedStyle(el).getPropertyValue('background-color')
92
92
  rgb = RGBRegex.exec(rgb)
93
93
  if (rgb && rgb.length === 4) {
@@ -104,6 +104,6 @@ export const contrastedColor = (el, bgcolor) => {
104
104
  }
105
105
  if (!rgb) return 1
106
106
  const out = contrastWCAG21(rgb)
107
- if (bgcolor) CACHE_CONSTRAST[bgcolor] = out
107
+ if (bgcolor) CACHE_CONTRAST[bgcolor] = out
108
108
  return out
109
109
  }
@@ -179,7 +179,7 @@ export class Filters {
179
179
  }
180
180
 
181
181
  isActive() {
182
- return this.available.values().some((obj) => obj.isActive())
182
+ return Array.from(this.available.values()).some((obj) => obj.isActive())
183
183
  }
184
184
 
185
185
  // Loop on the data to compute the list of choices, min
@@ -306,7 +306,7 @@ export class Filters {
306
306
 
307
307
  _listFilters(filters, container, title) {
308
308
  const template = `
309
- <details open>
309
+ <details>
310
310
  <summary>${title}</summary>
311
311
  <ul data-ref=ul></ul>
312
312
  <div>
@@ -322,9 +322,8 @@ export class Filters {
322
322
  `<li>${translate('Add a field prior to create a filter.')}</li>`
323
323
  )
324
324
  )
325
- }
326
- if (!filters.size) {
327
- body.open = false
325
+ } else if (!filters._parent.fields.isDefault()) {
326
+ body.open = true
328
327
  }
329
328
  filters.available.forEach((filter, fieldKey) => {
330
329
  const [li, { edit, remove }] = Utils.loadTemplateWithRefs(
@@ -442,8 +441,9 @@ export class Filters {
442
441
  `)
443
442
  body.appendChild(form.build())
444
443
  editField.addEventListener('click', () => {
445
- this._umap.dialog.accept()
446
- this._parent.fields.editField(fieldKey)
444
+ this._umap.dialog.accept().then(() => {
445
+ this._parent.fields.editField(fieldKey)
446
+ })
447
447
  })
448
448
 
449
449
  return this._umap.dialog.open({ template: container }).then(() => {
@@ -118,7 +118,7 @@ const ENTRIES = {
118
118
  <dt>KML</dt>
119
119
  <dd>${translate('Properties imported:')}name, description</dd>
120
120
  <dt>CSV</dt>
121
- <dd>${translate('Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.')}</dd>
121
+ <dd>${translate('Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.')}</dd>
122
122
  <dt>uMap</dt>
123
123
  <dd>${translate('Imports all umap data, including layers and settings.')}</dd>
124
124
  </div>
@@ -25,7 +25,7 @@ export function getLocale() {
25
25
  }
26
26
 
27
27
  // @function translate(string: String, data?: Object): String
28
- // Actually try to translate the `string`, with optionnal variable passed in `data`.
28
+ // Actually try to translate the `string`, with optional variable passed in `data`.
29
29
  export function translate(string, data = {}) {
30
30
  if (locale && locales[locale] && locales[locale][string] !== undefined) {
31
31
  string = locales[locale][string]
@@ -353,7 +353,7 @@ export default class Importer extends Utils.WithTemplate {
353
353
 
354
354
  async copy() {
355
355
  // Format may be guessed from file later.
356
- // Usefull in case of multiple files with different formats.
356
+ // Useful in case of multiple files with different formats.
357
357
  if (!this.format && !this.files.length) {
358
358
  this.onError(translate('Please choose a format'))
359
359
  return false