umap-project 2.0.0a3__tar.gz → 2.0.3__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.

Potentially problematic release.


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

Files changed (483) hide show
  1. {umap_project-2.0.0a3 → umap_project-2.0.3}/PKG-INFO +4 -4
  2. {umap_project-2.0.0a3 → umap_project-2.0.3}/pyproject.toml +3 -3
  3. umap_project-2.0.3/umap/__init__.py +1 -0
  4. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/en/LC_MESSAGES/django.po +33 -28
  5. umap_project-2.0.3/umap/locale/fr/LC_MESSAGES/django.mo +0 -0
  6. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/fr/LC_MESSAGES/django.po +33 -28
  7. umap_project-2.0.3/umap/locale/hu/LC_MESSAGES/django.mo +0 -0
  8. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/hu/LC_MESSAGES/django.po +48 -43
  9. umap_project-2.0.3/umap/locale/it/LC_MESSAGES/django.mo +0 -0
  10. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/it/LC_MESSAGES/django.po +20 -20
  11. umap_project-2.0.3/umap/locale/ms/LC_MESSAGES/django.mo +0 -0
  12. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/ms/LC_MESSAGES/django.po +20 -20
  13. umap_project-2.0.3/umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
  14. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/zh_TW/LC_MESSAGES/django.po +12 -12
  15. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/management/commands/import_pictograms.py +1 -1
  16. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/settings/base.py +2 -2
  17. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/base.css +6 -6
  18. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/content.css +14 -14
  19. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/js/umap.forms.js +2 -2
  20. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/js/umap.js +18 -27
  21. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/js/umap.popup.js +1 -1
  22. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/js/umap.share.js +2 -0
  23. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/hu.js +8 -1
  24. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/hu.json +8 -1
  25. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/it.js +37 -30
  26. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/it.json +37 -30
  27. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/ms.js +28 -21
  28. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/ms.json +28 -21
  29. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/zh_TW.js +8 -1
  30. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/zh_TW.json +8 -1
  31. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/map.css +9 -9
  32. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/nav.css +1 -1
  33. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/test/index.html +16 -13
  34. umap_project-2.0.3/umap/static/umap/vars.css +13 -0
  35. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/storage.py +3 -2
  36. umap_project-2.0.3/umap/templates/registration/login.html +52 -0
  37. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/umap/css.html +1 -1
  38. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/umap/js.html +26 -15
  39. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/umap/map_detail.html +5 -7
  40. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/umap/map_fragment.html +1 -1
  41. umap_project-2.0.3/umap/templates/umap/map_init.html +17 -0
  42. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/umap/map_table.html +18 -17
  43. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/umap/user_dashboard.html +8 -9
  44. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/conftest.py +0 -2
  45. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/integration/test_anonymous_owned_map.py +50 -1
  46. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/integration/test_collaborative_editing.py +57 -1
  47. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/integration/test_dashboard.py +13 -0
  48. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/integration/test_map_preview.py +8 -0
  49. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/integration/test_querystring.py +14 -0
  50. umap_project-2.0.3/umap/tests/integration/test_share.py +40 -0
  51. umap_project-2.0.3/umap/tests/integration/test_star.py +27 -0
  52. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/integration/test_statics.py +6 -3
  53. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/settings.py +1 -1
  54. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/test_map_views.py +3 -3
  55. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/urls.py +1 -1
  56. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/views.py +16 -10
  57. umap_project-2.0.0a3/umap/__init__.py +0 -1
  58. umap_project-2.0.0a3/umap/locale/fr/LC_MESSAGES/django.mo +0 -0
  59. umap_project-2.0.0a3/umap/locale/hu/LC_MESSAGES/django.mo +0 -0
  60. umap_project-2.0.0a3/umap/locale/it/LC_MESSAGES/django.mo +0 -0
  61. umap_project-2.0.0a3/umap/locale/ms/LC_MESSAGES/django.mo +0 -0
  62. umap_project-2.0.0a3/umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
  63. umap_project-2.0.0a3/umap/templates/registration/login.html +0 -52
  64. umap_project-2.0.0a3/umap/templates/umap/map_init.html +0 -10
  65. umap_project-2.0.0a3/umap/templates/umap/map_messages.html +0 -12
  66. umap_project-2.0.0a3/umap/tests/integration/test_share.py +0 -22
  67. {umap_project-2.0.0a3 → umap_project-2.0.3}/.gitignore +0 -0
  68. {umap_project-2.0.0a3 → umap_project-2.0.3}/LICENSE +0 -0
  69. {umap_project-2.0.0a3 → umap_project-2.0.3}/README.md +0 -0
  70. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/admin.py +0 -0
  71. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/apps.py +0 -0
  72. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/autocomplete.py +0 -0
  73. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/bin/__init__.py +0 -0
  74. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/context_processors.py +0 -0
  75. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/decorators.py +0 -0
  76. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/fields.py +0 -0
  77. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/forms.py +0 -0
  78. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/am_ET/LC_MESSAGES/django.mo +0 -0
  79. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/am_ET/LC_MESSAGES/django.po +0 -0
  80. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/ar/LC_MESSAGES/django.mo +0 -0
  81. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/ar/LC_MESSAGES/django.po +0 -0
  82. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/ast/LC_MESSAGES/django.mo +0 -0
  83. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/ast/LC_MESSAGES/django.po +0 -0
  84. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/bg/LC_MESSAGES/django.mo +0 -0
  85. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/bg/LC_MESSAGES/django.po +0 -0
  86. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/br/LC_MESSAGES/django.mo +0 -0
  87. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/br/LC_MESSAGES/django.po +0 -0
  88. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/ca/LC_MESSAGES/django.mo +0 -0
  89. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/ca/LC_MESSAGES/django.po +0 -0
  90. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
  91. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/cs_CZ/LC_MESSAGES/django.po +0 -0
  92. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/da/LC_MESSAGES/django.mo +0 -0
  93. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/da/LC_MESSAGES/django.po +0 -0
  94. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/de/LC_MESSAGES/django.mo +0 -0
  95. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/de/LC_MESSAGES/django.po +0 -0
  96. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/el/LC_MESSAGES/django.mo +0 -0
  97. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/el/LC_MESSAGES/django.po +0 -0
  98. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/en/LC_MESSAGES/django.mo +0 -0
  99. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/es/LC_MESSAGES/django.mo +0 -0
  100. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/es/LC_MESSAGES/django.po +0 -0
  101. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/et/LC_MESSAGES/django.mo +0 -0
  102. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/et/LC_MESSAGES/django.po +0 -0
  103. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/eu/LC_MESSAGES/django.mo +0 -0
  104. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/eu/LC_MESSAGES/django.po +0 -0
  105. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/fa_IR/LC_MESSAGES/django.mo +0 -0
  106. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/fa_IR/LC_MESSAGES/django.po +0 -0
  107. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/fi/LC_MESSAGES/django.mo +0 -0
  108. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/fi/LC_MESSAGES/django.po +0 -0
  109. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/gl/LC_MESSAGES/django.mo +0 -0
  110. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/gl/LC_MESSAGES/django.po +0 -0
  111. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/he/LC_MESSAGES/django.mo +0 -0
  112. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/he/LC_MESSAGES/django.po +0 -0
  113. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/hr/LC_MESSAGES/django.mo +0 -0
  114. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/hr/LC_MESSAGES/django.po +0 -0
  115. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/id/LC_MESSAGES/django.mo +0 -0
  116. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/id/LC_MESSAGES/django.po +0 -0
  117. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/is/LC_MESSAGES/django.mo +0 -0
  118. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/is/LC_MESSAGES/django.po +0 -0
  119. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/ja/LC_MESSAGES/django.mo +0 -0
  120. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/ja/LC_MESSAGES/django.po +0 -0
  121. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/ko/LC_MESSAGES/django.mo +0 -0
  122. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/ko/LC_MESSAGES/django.po +0 -0
  123. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/lt/LC_MESSAGES/django.mo +0 -0
  124. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/lt/LC_MESSAGES/django.po +0 -0
  125. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/nl/LC_MESSAGES/django.mo +0 -0
  126. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/nl/LC_MESSAGES/django.po +0 -0
  127. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/no/LC_MESSAGES/django.mo +0 -0
  128. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/no/LC_MESSAGES/django.po +0 -0
  129. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/pl/LC_MESSAGES/django.mo +0 -0
  130. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/pl/LC_MESSAGES/django.po +0 -0
  131. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/pt/LC_MESSAGES/django.mo +0 -0
  132. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/pt/LC_MESSAGES/django.po +0 -0
  133. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/pt_BR/LC_MESSAGES/django.mo +0 -0
  134. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/pt_BR/LC_MESSAGES/django.po +0 -0
  135. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/pt_PT/LC_MESSAGES/django.mo +0 -0
  136. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/pt_PT/LC_MESSAGES/django.po +0 -0
  137. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/ro/LC_MESSAGES/django.mo +0 -0
  138. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/ro/LC_MESSAGES/django.po +0 -0
  139. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/ru/LC_MESSAGES/django.mo +0 -0
  140. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/ru/LC_MESSAGES/django.po +0 -0
  141. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/si/LC_MESSAGES/django.mo +0 -0
  142. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/si/LC_MESSAGES/django.po +0 -0
  143. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/sk_SK/LC_MESSAGES/django.mo +0 -0
  144. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/sk_SK/LC_MESSAGES/django.po +0 -0
  145. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/sl/LC_MESSAGES/django.mo +0 -0
  146. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/sl/LC_MESSAGES/django.po +0 -0
  147. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/sr/LC_MESSAGES/django.mo +0 -0
  148. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/sr/LC_MESSAGES/django.po +0 -0
  149. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/sv/LC_MESSAGES/django.mo +0 -0
  150. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/sv/LC_MESSAGES/django.po +0 -0
  151. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/th_TH/LC_MESSAGES/django.mo +0 -0
  152. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/th_TH/LC_MESSAGES/django.po +0 -0
  153. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/tr/LC_MESSAGES/django.mo +0 -0
  154. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/tr/LC_MESSAGES/django.po +0 -0
  155. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/uk_UA/LC_MESSAGES/django.mo +0 -0
  156. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/uk_UA/LC_MESSAGES/django.po +0 -0
  157. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/vi/LC_MESSAGES/django.mo +0 -0
  158. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/vi/LC_MESSAGES/django.po +0 -0
  159. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/zh/LC_MESSAGES/django.mo +0 -0
  160. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/zh/LC_MESSAGES/django.po +0 -0
  161. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/management/__init__.py +0 -0
  162. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/management/commands/__init__.py +0 -0
  163. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/management/commands/anonymous_edit_url.py +0 -0
  164. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/management/commands/generate_js_locale.py +0 -0
  165. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/managers.py +0 -0
  166. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/middleware.py +0 -0
  167. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/migrations/0001_initial.py +0 -0
  168. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/migrations/0002_tilelayer_tms.py +0 -0
  169. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/migrations/0003_add_tilelayer.py +0 -0
  170. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/migrations/0004_add_licence.py +0 -0
  171. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/migrations/0005_remove_map_tilelayer.py +0 -0
  172. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/migrations/0006_auto_20190407_0719.py +0 -0
  173. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/migrations/0007_auto_20190416_1757.py +0 -0
  174. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/migrations/0008_alter_map_settings.py +0 -0
  175. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/migrations/0009_star.py +0 -0
  176. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/migrations/0010_alter_map_edit_status_alter_map_share_status.py +0 -0
  177. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/migrations/0011_alter_map_edit_status_alter_map_share_status.py +0 -0
  178. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/migrations/0012_datalayer_settings.py +0 -0
  179. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/migrations/0013_datalayer_edit_status.py +0 -0
  180. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/migrations/0014_map_created_at.py +0 -0
  181. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/migrations/0015_alter_pictogram_pictogram.py +0 -0
  182. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/migrations/0016_pictogram_category.py +0 -0
  183. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/migrations/0017_migrate_to_openstreetmap_oauth2.py +0 -0
  184. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/migrations/__init__.py +0 -0
  185. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/models.py +0 -0
  186. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/settings/__init__.py +0 -0
  187. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/settings/dev.py +0 -0
  188. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/settings/local.py.sample +0 -0
  189. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/.gitignore +0 -0
  190. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/bitbucket.png +0 -0
  191. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/favicons/apple-touch-icon.png +0 -0
  192. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/favicons/favicon.ico +0 -0
  193. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/favicons/icon-192.png +0 -0
  194. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/favicons/icon-512.png +0 -0
  195. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/favicons/icon.svg +0 -0
  196. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/font/FiraSans-Light.woff +0 -0
  197. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/font/FiraSans-Light.woff2 +0 -0
  198. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/font/FiraSans-LightItalic.woff +0 -0
  199. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/font/FiraSans-LightItalic.woff2 +0 -0
  200. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/font/FiraSans-SemiBold.woff +0 -0
  201. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/font/FiraSans-SemiBold.woff2 +0 -0
  202. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/font.css +0 -0
  203. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/github.png +0 -0
  204. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/img/16-white.svg +0 -0
  205. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/img/16.svg +0 -0
  206. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/img/24-white.svg +0 -0
  207. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/img/24.svg +0 -0
  208. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/img/edit.svg +0 -0
  209. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/img/icon-bg.png +0 -0
  210. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/img/icon-delete.svg +0 -0
  211. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/img/icon-download.svg +0 -0
  212. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/img/icon-duplicate.svg +0 -0
  213. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/img/icon-edit.svg +0 -0
  214. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/img/icon-share.svg +0 -0
  215. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/img/icon-view.svg +0 -0
  216. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/img/logo.svg +0 -0
  217. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/img/logo_filigree.png +0 -0
  218. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/img/logo_small.svg +0 -0
  219. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/img/marker.png +0 -0
  220. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/img/marker.svg +0 -0
  221. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/img/opensource.svg +0 -0
  222. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/img/osm.svg +0 -0
  223. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/img/search.gif +0 -0
  224. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/img/source/16-white.svg +0 -0
  225. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/img/source/16.svg +0 -0
  226. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/img/source/24-white.svg +0 -0
  227. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/img/source/24.svg +0 -0
  228. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/js/components/fragment.js +0 -0
  229. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/js/modules/browser.js +0 -0
  230. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/js/modules/global.js +0 -0
  231. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/js/modules/request.js +0 -0
  232. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/js/modules/urls.js +0 -0
  233. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/js/umap.autocomplete.js +0 -0
  234. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/js/umap.controls.js +0 -0
  235. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/js/umap.core.js +0 -0
  236. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/js/umap.datalayer.permissions.js +0 -0
  237. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/js/umap.features.js +0 -0
  238. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/js/umap.icon.js +0 -0
  239. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/js/umap.importer.js +0 -0
  240. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/js/umap.layer.js +0 -0
  241. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/js/umap.permissions.js +0 -0
  242. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/js/umap.slideshow.js +0 -0
  243. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/js/umap.tableeditor.js +0 -0
  244. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/js/umap.ui.js +0 -0
  245. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/am_ET.js +0 -0
  246. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/am_ET.json +0 -0
  247. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/ar.js +0 -0
  248. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/ar.json +0 -0
  249. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/ast.js +0 -0
  250. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/ast.json +0 -0
  251. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/bg.js +0 -0
  252. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/bg.json +0 -0
  253. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/br.js +0 -0
  254. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/br.json +0 -0
  255. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/ca.js +0 -0
  256. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/ca.json +0 -0
  257. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/cs_CZ.js +0 -0
  258. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/cs_CZ.json +0 -0
  259. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/da.js +0 -0
  260. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/da.json +0 -0
  261. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/de.js +0 -0
  262. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/de.json +0 -0
  263. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/el.js +0 -0
  264. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/el.json +0 -0
  265. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/en.js +0 -0
  266. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/en.json +0 -0
  267. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/en_US.json +0 -0
  268. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/es.js +0 -0
  269. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/es.json +0 -0
  270. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/et.js +0 -0
  271. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/et.json +0 -0
  272. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/eu.js +0 -0
  273. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/eu.json +0 -0
  274. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/fa_IR.js +0 -0
  275. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/fa_IR.json +0 -0
  276. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/fi.js +0 -0
  277. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/fi.json +0 -0
  278. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/fr.js +0 -0
  279. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/fr.json +0 -0
  280. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/gl.js +0 -0
  281. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/gl.json +0 -0
  282. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/he.js +0 -0
  283. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/he.json +0 -0
  284. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/hr.js +0 -0
  285. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/hr.json +0 -0
  286. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/id.js +0 -0
  287. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/id.json +0 -0
  288. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/is.js +0 -0
  289. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/is.json +0 -0
  290. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/ja.js +0 -0
  291. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/ja.json +0 -0
  292. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/ko.js +0 -0
  293. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/ko.json +0 -0
  294. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/lt.js +0 -0
  295. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/lt.json +0 -0
  296. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/nl.js +0 -0
  297. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/nl.json +0 -0
  298. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/no.js +0 -0
  299. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/no.json +0 -0
  300. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/pl.js +0 -0
  301. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/pl.json +0 -0
  302. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/pl_PL.json +0 -0
  303. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/pt.js +0 -0
  304. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/pt.json +0 -0
  305. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/pt_BR.js +0 -0
  306. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/pt_BR.json +0 -0
  307. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/pt_PT.js +0 -0
  308. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/pt_PT.json +0 -0
  309. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/ro.js +0 -0
  310. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/ro.json +0 -0
  311. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/ru.js +0 -0
  312. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/ru.json +0 -0
  313. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/si.js +0 -0
  314. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/si.json +0 -0
  315. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/sk_SK.js +0 -0
  316. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/sk_SK.json +0 -0
  317. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/sl.js +0 -0
  318. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/sl.json +0 -0
  319. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/sr.js +0 -0
  320. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/sr.json +0 -0
  321. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/sv.js +0 -0
  322. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/sv.json +0 -0
  323. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/th_TH.js +0 -0
  324. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/th_TH.json +0 -0
  325. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/tr.js +0 -0
  326. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/tr.json +0 -0
  327. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/uk_UA.js +0 -0
  328. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/uk_UA.json +0 -0
  329. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/vi.js +0 -0
  330. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/vi.json +0 -0
  331. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/vi_VN.json +0 -0
  332. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/zh.js +0 -0
  333. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/zh.json +0 -0
  334. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/zh_CN.json +0 -0
  335. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/zh_TW.Big5.json +0 -0
  336. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/openstreetmap.png +0 -0
  337. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/test/.eslintrc +0 -0
  338. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/test/Choropleth.js +0 -0
  339. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/test/DataLayer.js +0 -0
  340. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/test/Feature.js +0 -0
  341. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/test/Map.Export.js +0 -0
  342. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/test/Map.js +0 -0
  343. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/test/Marker.js +0 -0
  344. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/test/Permissions.js +0 -0
  345. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/test/Polygon.js +0 -0
  346. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/test/Polyline.js +0 -0
  347. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/test/TableEditor.js +0 -0
  348. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/test/URLs.js +0 -0
  349. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/test/Util.js +0 -0
  350. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/test/_pre.js +0 -0
  351. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/theme.css +0 -0
  352. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/twitter.png +0 -0
  353. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/colorbrewer/colorbrewer.js +0 -0
  354. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/contextmenu/leaflet.contextmenu.min.css +0 -0
  355. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/contextmenu/leaflet.contextmenu.min.js +0 -0
  356. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/csv2geojson/csv2geojson.js +0 -0
  357. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/dompurify/purify.min.js +0 -0
  358. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/dompurify/purify.min.js.map +0 -0
  359. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/editable/Leaflet.Editable.js +0 -0
  360. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/editable/Path.Drag.js +0 -0
  361. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.css +0 -0
  362. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.js +0 -0
  363. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/editinosm/edit-in-osm.png +0 -0
  364. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/formbuilder/Leaflet.FormBuilder.js +0 -0
  365. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/fullscreen/Leaflet.fullscreen.js +0 -0
  366. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/fullscreen/Leaflet.fullscreen.min.js +0 -0
  367. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/fullscreen/fullscreen.png +0 -0
  368. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/fullscreen/fullscreen@2x.png +0 -0
  369. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/fullscreen/leaflet.fullscreen.css +0 -0
  370. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/georsstogeojson/GeoRSSToGeoJSON.js +0 -0
  371. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/hash/leaflet-hash.js +0 -0
  372. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/heat/leaflet-heat.js +0 -0
  373. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/i18n/Leaflet.i18n.js +0 -0
  374. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/iconlayers/check.png +0 -0
  375. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/iconlayers/iconLayers.css +0 -0
  376. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/iconlayers/iconLayers.js +0 -0
  377. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/iconlayers/transparent-pixel.png +0 -0
  378. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/leaflet/images/layers-2x.png +0 -0
  379. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/leaflet/images/layers.png +0 -0
  380. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/leaflet/images/marker-icon-2x.png +0 -0
  381. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/leaflet/images/marker-icon.png +0 -0
  382. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/leaflet/images/marker-shadow.png +0 -0
  383. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/leaflet/leaflet-src.esm.js +0 -0
  384. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/leaflet/leaflet-src.esm.js.map +0 -0
  385. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/leaflet/leaflet-src.js +0 -0
  386. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/leaflet/leaflet-src.js.map +0 -0
  387. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/leaflet/leaflet.css +0 -0
  388. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/leaflet/leaflet.js +0 -0
  389. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/leaflet/leaflet.js.map +0 -0
  390. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/loading/Control.Loading.css +0 -0
  391. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/loading/Control.Loading.js +0 -0
  392. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css +0 -0
  393. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css.map +0 -0
  394. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js +0 -0
  395. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js.map +0 -0
  396. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/markercluster/MarkerCluster.Default.css +0 -0
  397. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/markercluster/MarkerCluster.css +0 -0
  398. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/markercluster/WhereAreTheJavascriptFiles.txt +0 -0
  399. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/markercluster/leaflet.markercluster-src.js +0 -0
  400. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/markercluster/leaflet.markercluster-src.js.map +0 -0
  401. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/markercluster/leaflet.markercluster.js +0 -0
  402. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/markercluster/leaflet.markercluster.js.map +0 -0
  403. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/measurable/Leaflet.Measurable.css +0 -0
  404. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/measurable/Leaflet.Measurable.js +0 -0
  405. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/minimap/Control.MiniMap.min.css +0 -0
  406. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/minimap/Control.MiniMap.min.js +0 -0
  407. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/minimap/images/toggle.png +0 -0
  408. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/minimap/images/toggle.svg +0 -0
  409. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/osmtogeojson/osmtogeojson.js +0 -0
  410. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/photon/leaflet.photon.js +0 -0
  411. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/simple-statistics/simple-statistics.min.js +0 -0
  412. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/simple-statistics/simple-statistics.min.js.map +0 -0
  413. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/togeojson/togeojson.umd.js +0 -0
  414. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/togeojson/togeojson.umd.js.map +0 -0
  415. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/togpx/togpx.js +0 -0
  416. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/tokml/tokml.js +0 -0
  417. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/toolbar/leaflet.toolbar-src.css +0 -0
  418. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/toolbar/leaflet.toolbar-src.js +0 -0
  419. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/toolbar/leaflet.toolbar.css +0 -0
  420. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/toolbar/leaflet.toolbar.js +0 -0
  421. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/404.html +0 -0
  422. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/500.html +0 -0
  423. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/auth/user_detail.html +0 -0
  424. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/auth/user_form.html +0 -0
  425. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/auth/user_stars.html +0 -0
  426. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/base.html +0 -0
  427. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/umap/about.html +0 -0
  428. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/umap/about_summary.html +0 -0
  429. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/umap/branding.html +0 -0
  430. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/umap/content.html +0 -0
  431. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/umap/content_footer.html +0 -0
  432. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/umap/footer.html +0 -0
  433. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/umap/header.html +0 -0
  434. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/umap/home.html +0 -0
  435. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/umap/locale.js +0 -0
  436. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/umap/login_popup_end.html +0 -0
  437. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/umap/map_list.html +0 -0
  438. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/umap/messages.html +0 -0
  439. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/umap/navigation.html +0 -0
  440. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/umap/password_change.html +0 -0
  441. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/umap/password_change_done.html +0 -0
  442. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/umap/search.html +0 -0
  443. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/umap/search_bar.html +0 -0
  444. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/umap/success.html +0 -0
  445. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templatetags/__init__.py +0 -0
  446. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templatetags/umap_tags.py +0 -0
  447. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/__init__.py +0 -0
  448. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/base.py +0 -0
  449. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/fixtures/choropleth_region_chomage.geojson +0 -0
  450. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/fixtures/circle.svg +0 -0
  451. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/fixtures/display_on_load.umap +0 -0
  452. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/fixtures/star.svg +0 -0
  453. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/fixtures/test_upload_data.csv +0 -0
  454. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/fixtures/test_upload_data.gpx +0 -0
  455. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/fixtures/test_upload_data.json +0 -0
  456. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/fixtures/test_upload_data.kml +0 -0
  457. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/fixtures/test_upload_empty_coordinates.json +0 -0
  458. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/fixtures/test_upload_missing_name.json +0 -0
  459. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/fixtures/test_upload_non_linear_ring.json +0 -0
  460. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/integration/__init__.py +0 -0
  461. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/integration/conftest.py +0 -0
  462. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/integration/test_basics.py +0 -0
  463. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/integration/test_browser.py +0 -0
  464. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/integration/test_drawing.py +0 -0
  465. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/integration/test_edit_datalayer.py +0 -0
  466. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/integration/test_export_map.py +0 -0
  467. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/integration/test_facets_browser.py +0 -0
  468. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/integration/test_import.py +0 -0
  469. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/integration/test_map.py +0 -0
  470. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/integration/test_owned_map.py +0 -0
  471. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/integration/test_picto.py +0 -0
  472. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/integration/test_slideshow.py +0 -0
  473. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/integration/test_tilelayer.py +0 -0
  474. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/test_datalayer.py +0 -0
  475. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/test_datalayer_views.py +0 -0
  476. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/test_licence.py +0 -0
  477. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/test_map.py +0 -0
  478. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/test_merge_features.py +0 -0
  479. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/test_tilelayer.py +0 -0
  480. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/test_utils.py +0 -0
  481. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/test_views.py +0 -0
  482. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/utils.py +0 -0
  483. {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/wsgi.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: umap-project
3
- Version: 2.0.0a3
3
+ Version: 2.0.3
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>
@@ -31,13 +31,13 @@ Provides-Extra: dev
31
31
  Requires-Dist: djlint==1.34.1; extra == 'dev'
32
32
  Requires-Dist: hatch==1.9.3; extra == 'dev'
33
33
  Requires-Dist: isort==5.13.2; extra == 'dev'
34
- Requires-Dist: mkdocs-material==9.5.7; extra == 'dev'
34
+ Requires-Dist: mkdocs-material==9.5.11; extra == 'dev'
35
35
  Requires-Dist: mkdocs==1.5.3; extra == 'dev'
36
36
  Requires-Dist: pymdown-extensions==10.7; extra == 'dev'
37
- Requires-Dist: ruff==0.2.1; extra == 'dev'
37
+ Requires-Dist: ruff==0.2.2; extra == 'dev'
38
38
  Requires-Dist: vermin==1.6.0; extra == 'dev'
39
39
  Provides-Extra: docker
40
- Requires-Dist: uwsgi==2.0.23; extra == 'docker'
40
+ Requires-Dist: uwsgi==2.0.24; extra == 'docker'
41
41
  Provides-Extra: test
42
42
  Requires-Dist: factory-boy==3.2.1; extra == 'test'
43
43
  Requires-Dist: playwright>=1.39; extra == 'test'
@@ -44,10 +44,10 @@ dependencies = [
44
44
  [project.optional-dependencies]
45
45
  dev = [
46
46
  "hatch==1.9.3",
47
- "ruff==0.2.1",
47
+ "ruff==0.2.2",
48
48
  "djlint==1.34.1",
49
49
  "mkdocs==1.5.3",
50
- "mkdocs-material==9.5.7",
50
+ "mkdocs-material==9.5.11",
51
51
  "vermin==1.6.0",
52
52
  "pymdown-extensions==10.7",
53
53
  "isort==5.13.2",
@@ -61,7 +61,7 @@ test = [
61
61
  "pytest-xdist>=3.5.0,<4",
62
62
  ]
63
63
  docker = [
64
- "uwsgi==2.0.23",
64
+ "uwsgi==2.0.24",
65
65
  ]
66
66
 
67
67
  [project.scripts]
@@ -0,0 +1 @@
1
+ VERSION = "2.0.3"
@@ -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: 2024-02-15 13:53+0000\n"
11
+ "POT-Creation-Date: 2024-03-01 16:51+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"
@@ -289,7 +289,7 @@ msgstr ""
289
289
  msgid "You are logged in. Continuing..."
290
290
  msgstr ""
291
291
 
292
- #: templates/umap/map_list.html:9 views.py:341
292
+ #: templates/umap/map_list.html:9 views.py:342
293
293
  msgid "by"
294
294
  msgstr ""
295
295
 
@@ -325,57 +325,57 @@ msgstr ""
325
325
  msgid "Actions"
326
326
  msgstr ""
327
327
 
328
- #: templates/umap/map_table.html:25 templates/umap/map_table.html:27
328
+ #: templates/umap/map_table.html:26 templates/umap/map_table.html:28
329
329
  msgid "Open preview"
330
330
  msgstr ""
331
331
 
332
- #: templates/umap/map_table.html:46 templates/umap/map_table.html:48
332
+ #: templates/umap/map_table.html:48 templates/umap/map_table.html:50
333
333
  msgid "Share"
334
334
  msgstr ""
335
335
 
336
- #: templates/umap/map_table.html:51 templates/umap/map_table.html:53
336
+ #: templates/umap/map_table.html:54 templates/umap/map_table.html:56
337
337
  msgid "Edit"
338
338
  msgstr ""
339
339
 
340
- #: templates/umap/map_table.html:56 templates/umap/map_table.html:58
340
+ #: templates/umap/map_table.html:60 templates/umap/map_table.html:62
341
341
  msgid "Download"
342
342
  msgstr ""
343
343
 
344
- #: templates/umap/map_table.html:63 templates/umap/map_table.html:65
344
+ #: templates/umap/map_table.html:66 templates/umap/map_table.html:68
345
345
  msgid "Clone"
346
346
  msgstr ""
347
347
 
348
- #: templates/umap/map_table.html:73 templates/umap/map_table.html:75
348
+ #: templates/umap/map_table.html:76 templates/umap/map_table.html:78
349
349
  msgid "Delete"
350
350
  msgstr ""
351
351
 
352
- #: templates/umap/map_table.html:88
352
+ #: templates/umap/map_table.html:91
353
353
  msgid "first"
354
354
  msgstr ""
355
355
 
356
- #: templates/umap/map_table.html:89
356
+ #: templates/umap/map_table.html:92
357
357
  msgid "previous"
358
358
  msgstr ""
359
359
 
360
- #: templates/umap/map_table.html:98
360
+ #: templates/umap/map_table.html:100
361
361
  #, python-format
362
362
  msgid "Page %(maps_number)s of %(num_pages)s"
363
363
  msgstr ""
364
364
 
365
- #: templates/umap/map_table.html:104
365
+ #: templates/umap/map_table.html:105
366
366
  msgid "next"
367
367
  msgstr ""
368
368
 
369
- #: templates/umap/map_table.html:105
369
+ #: templates/umap/map_table.html:106
370
370
  msgid "last"
371
371
  msgstr ""
372
372
 
373
- #: templates/umap/map_table.html:113
373
+ #: templates/umap/map_table.html:114
374
374
  #, python-format
375
375
  msgid "Lines per page: %(per_page)s"
376
376
  msgstr ""
377
377
 
378
- #: templates/umap/map_table.html:118
378
+ #: templates/umap/map_table.html:119
379
379
  #, python-format
380
380
  msgid "%(count)s maps"
381
381
  msgstr ""
@@ -469,20 +469,20 @@ msgstr ""
469
469
  msgid "Search"
470
470
  msgstr ""
471
471
 
472
- #: templates/umap/user_dashboard.html:7 templates/umap/user_dashboard.html:26
472
+ #: templates/umap/user_dashboard.html:7 templates/umap/user_dashboard.html:27
473
473
  msgid "Search my maps"
474
474
  msgstr ""
475
475
 
476
- #: templates/umap/user_dashboard.html:11
476
+ #: templates/umap/user_dashboard.html:10
477
477
  #, python-format
478
478
  msgid "My Maps (%(count)s)"
479
479
  msgstr ""
480
480
 
481
- #: templates/umap/user_dashboard.html:13
481
+ #: templates/umap/user_dashboard.html:12
482
482
  msgid "My profile"
483
483
  msgstr ""
484
484
 
485
- #: templates/umap/user_dashboard.html:21 templates/umap/user_dashboard.html:23
485
+ #: templates/umap/user_dashboard.html:20 templates/umap/user_dashboard.html:24
486
486
  msgid "Map’s title"
487
487
  msgstr ""
488
488
 
@@ -495,15 +495,15 @@ msgstr ""
495
495
  msgid "You have no map yet."
496
496
  msgstr ""
497
497
 
498
- #: views.py:346
498
+ #: views.py:347
499
499
  msgid "View the map"
500
500
  msgstr ""
501
501
 
502
- #: views.py:704
502
+ #: views.py:705
503
503
  msgid "See full screen"
504
504
  msgstr ""
505
505
 
506
- #: views.py:803
506
+ #: views.py:804
507
507
  msgid "Map editors updated with success!"
508
508
  msgstr ""
509
509
 
@@ -517,30 +517,35 @@ msgstr ""
517
517
  msgid "Here is your secret edit link: %(link)s"
518
518
  msgstr ""
519
519
 
520
- #: views.py:850
520
+ #: views.py:851
521
+ #, python-format
522
+ msgid "Can't send email to %(email)s"
523
+ msgstr ""
524
+
525
+ #: views.py:854
521
526
  #, python-format
522
527
  msgid "Email sent to %(email)s"
523
528
  msgstr ""
524
529
 
525
- #: views.py:861
530
+ #: views.py:865
526
531
  msgid "Only its owner can delete the map."
527
532
  msgstr ""
528
533
 
529
- #: views.py:889
534
+ #: views.py:893
530
535
  #, python-format
531
536
  msgid ""
532
537
  "Your map has been cloned! If you want to edit this map from another "
533
538
  "computer, please use this link: %(anonymous_url)s"
534
539
  msgstr ""
535
540
 
536
- #: views.py:894
541
+ #: views.py:898
537
542
  msgid "Congratulations, your map has been cloned!"
538
543
  msgstr ""
539
544
 
540
- #: views.py:1130
545
+ #: views.py:1136
541
546
  msgid "Layer successfully deleted."
542
547
  msgstr ""
543
548
 
544
- #: views.py:1152
549
+ #: views.py:1158
545
550
  msgid "Permissions updated with success!"
546
551
  msgstr ""
@@ -23,7 +23,7 @@ msgid ""
23
23
  msgstr ""
24
24
  "Project-Id-Version: uMap\n"
25
25
  "Report-Msgid-Bugs-To: \n"
26
- "POT-Creation-Date: 2024-02-15 13:53+0000\n"
26
+ "POT-Creation-Date: 2024-03-01 16:51+0000\n"
27
27
  "PO-Revision-Date: 2013-11-22 14:00+0000\n"
28
28
  "Last-Translator: yohanboniface <yohanboniface@free.fr>, 2013-2014,2018-2019,2023-2024\n"
29
29
  "Language-Team: French (http://app.transifex.com/openstreetmap/umap/language/fr/)\n"
@@ -305,7 +305,7 @@ msgstr "Naviguer dans les cartes"
305
305
  msgid "You are logged in. Continuing..."
306
306
  msgstr "Vous êtes maintenant identifié. Merci de patienter..."
307
307
 
308
- #: templates/umap/map_list.html:9 views.py:341
308
+ #: templates/umap/map_list.html:9 views.py:342
309
309
  msgid "by"
310
310
  msgstr "par"
311
311
 
@@ -341,57 +341,57 @@ msgstr "Propriétaire"
341
341
  msgid "Actions"
342
342
  msgstr "Actions"
343
343
 
344
- #: templates/umap/map_table.html:25 templates/umap/map_table.html:27
344
+ #: templates/umap/map_table.html:26 templates/umap/map_table.html:28
345
345
  msgid "Open preview"
346
346
  msgstr "Ouvrir l'aperçu"
347
347
 
348
- #: templates/umap/map_table.html:46 templates/umap/map_table.html:48
348
+ #: templates/umap/map_table.html:48 templates/umap/map_table.html:50
349
349
  msgid "Share"
350
350
  msgstr "Partager"
351
351
 
352
- #: templates/umap/map_table.html:51 templates/umap/map_table.html:53
352
+ #: templates/umap/map_table.html:54 templates/umap/map_table.html:56
353
353
  msgid "Edit"
354
354
  msgstr "Éditer"
355
355
 
356
- #: templates/umap/map_table.html:56 templates/umap/map_table.html:58
356
+ #: templates/umap/map_table.html:60 templates/umap/map_table.html:62
357
357
  msgid "Download"
358
358
  msgstr "Télécharger"
359
359
 
360
- #: templates/umap/map_table.html:63 templates/umap/map_table.html:65
360
+ #: templates/umap/map_table.html:66 templates/umap/map_table.html:68
361
361
  msgid "Clone"
362
362
  msgstr "Cloner"
363
363
 
364
- #: templates/umap/map_table.html:73 templates/umap/map_table.html:75
364
+ #: templates/umap/map_table.html:76 templates/umap/map_table.html:78
365
365
  msgid "Delete"
366
366
  msgstr "Supprimer"
367
367
 
368
- #: templates/umap/map_table.html:88
368
+ #: templates/umap/map_table.html:91
369
369
  msgid "first"
370
370
  msgstr "début"
371
371
 
372
- #: templates/umap/map_table.html:89
372
+ #: templates/umap/map_table.html:92
373
373
  msgid "previous"
374
374
  msgstr "précédente"
375
375
 
376
- #: templates/umap/map_table.html:98
376
+ #: templates/umap/map_table.html:100
377
377
  #, python-format
378
378
  msgid "Page %(maps_number)s of %(num_pages)s"
379
379
  msgstr "Page %(maps_number)s de %(num_pages)s"
380
380
 
381
- #: templates/umap/map_table.html:104
381
+ #: templates/umap/map_table.html:105
382
382
  msgid "next"
383
383
  msgstr "suivante"
384
384
 
385
- #: templates/umap/map_table.html:105
385
+ #: templates/umap/map_table.html:106
386
386
  msgid "last"
387
387
  msgstr "fin"
388
388
 
389
- #: templates/umap/map_table.html:113
389
+ #: templates/umap/map_table.html:114
390
390
  #, python-format
391
391
  msgid "Lines per page: %(per_page)s"
392
392
  msgstr "Lignes par page: %(per_page)s"
393
393
 
394
- #: templates/umap/map_table.html:118
394
+ #: templates/umap/map_table.html:119
395
395
  #, python-format
396
396
  msgid "%(count)s maps"
397
397
  msgstr "%(count)s cartes"
@@ -486,20 +486,20 @@ msgstr "Chercher des cartes"
486
486
  msgid "Search"
487
487
  msgstr "Chercher"
488
488
 
489
- #: templates/umap/user_dashboard.html:7 templates/umap/user_dashboard.html:26
489
+ #: templates/umap/user_dashboard.html:7 templates/umap/user_dashboard.html:27
490
490
  msgid "Search my maps"
491
491
  msgstr "Chercher dans mes cartes"
492
492
 
493
- #: templates/umap/user_dashboard.html:11
493
+ #: templates/umap/user_dashboard.html:10
494
494
  #, python-format
495
495
  msgid "My Maps (%(count)s)"
496
496
  msgstr "Mes cartes (%(count)s)"
497
497
 
498
- #: templates/umap/user_dashboard.html:13
498
+ #: templates/umap/user_dashboard.html:12
499
499
  msgid "My profile"
500
500
  msgstr "Mon profil"
501
501
 
502
- #: templates/umap/user_dashboard.html:21 templates/umap/user_dashboard.html:23
502
+ #: templates/umap/user_dashboard.html:20 templates/umap/user_dashboard.html:24
503
503
  msgid "Map’s title"
504
504
  msgstr "Titre de la carte"
505
505
 
@@ -512,15 +512,15 @@ msgstr "Télécharger %(count)s cartes"
512
512
  msgid "You have no map yet."
513
513
  msgstr "Vous n'avez pas encore de carte."
514
514
 
515
- #: views.py:346
515
+ #: views.py:347
516
516
  msgid "View the map"
517
517
  msgstr "Voir la carte"
518
518
 
519
- #: views.py:704
519
+ #: views.py:705
520
520
  msgid "See full screen"
521
521
  msgstr "Plein écran"
522
522
 
523
- #: views.py:803
523
+ #: views.py:804
524
524
  msgid "Map editors updated with success!"
525
525
  msgstr "Éditeurs de la carte mis à jour !"
526
526
 
@@ -534,30 +534,35 @@ msgstr "La lien d'édition uMap pour votre carte %(map_name)s"
534
534
  msgid "Here is your secret edit link: %(link)s"
535
535
  msgstr "Voici votre lien d'édition secret: %(link)s"
536
536
 
537
- #: views.py:850
537
+ #: views.py:851
538
+ #, python-format
539
+ msgid "Can't send email to %(email)s"
540
+ msgstr "Impossible d'envoyer un courriel vers %(email)s"
541
+
542
+ #: views.py:854
538
543
  #, python-format
539
544
  msgid "Email sent to %(email)s"
540
545
  msgstr "Courriel envoyé à %(email)s"
541
546
 
542
- #: views.py:861
547
+ #: views.py:865
543
548
  msgid "Only its owner can delete the map."
544
549
  msgstr "Seul le créateur de la carte peut la supprimer."
545
550
 
546
- #: views.py:889
551
+ #: views.py:893
547
552
  #, python-format
548
553
  msgid ""
549
554
  "Your map has been cloned! If you want to edit this map from another "
550
555
  "computer, please use this link: %(anonymous_url)s"
551
556
  msgstr "Votre carte a été dupliquée ! Si vous souhaitez la modifier depuis un autre ordinateur, veuillez utiliser ce lien : %(anonymous_url)s"
552
557
 
553
- #: views.py:894
558
+ #: views.py:898
554
559
  msgid "Congratulations, your map has been cloned!"
555
560
  msgstr "Votre carte a été dupliquée !"
556
561
 
557
- #: views.py:1130
562
+ #: views.py:1136
558
563
  msgid "Layer successfully deleted."
559
564
  msgstr "Calque supprimé."
560
565
 
561
- #: views.py:1152
566
+ #: views.py:1158
562
567
  msgid "Permissions updated with success!"
563
568
  msgstr "Les permissions ont bien été modifiées !"
@@ -9,7 +9,7 @@ msgid ""
9
9
  msgstr ""
10
10
  "Project-Id-Version: uMap\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
- "POT-Creation-Date: 2024-02-15 13:53+0000\n"
12
+ "POT-Creation-Date: 2024-03-01 16:51+0000\n"
13
13
  "PO-Revision-Date: 2013-11-22 14:00+0000\n"
14
14
  "Last-Translator: Gábor Babos <gabor.babos@gmail.com>, 2017-2019,2023-2024\n"
15
15
  "Language-Team: Hungarian (http://app.transifex.com/openstreetmap/umap/language/hu/)\n"
@@ -155,7 +155,7 @@ msgstr "%(current_user)s felhasználónak nincs térképe."
155
155
 
156
156
  #: templates/auth/user_form.html:6
157
157
  msgid "My Maps"
158
- msgstr ""
158
+ msgstr "Térképeim"
159
159
 
160
160
  #: templates/auth/user_form.html:7
161
161
  msgid "My Profile"
@@ -291,7 +291,7 @@ msgstr "Szerezzen ihletet, böngésszen a térképek között!"
291
291
  msgid "You are logged in. Continuing..."
292
292
  msgstr "Be van jelentkezve. Továbblépés…"
293
293
 
294
- #: templates/umap/map_list.html:9 views.py:341
294
+ #: templates/umap/map_list.html:9 views.py:342
295
295
  msgid "by"
296
296
  msgstr "– készítette:"
297
297
 
@@ -309,11 +309,11 @@ msgstr "Előnézet"
309
309
 
310
310
  #: templates/umap/map_table.html:8
311
311
  msgid "Who can see"
312
- msgstr ""
312
+ msgstr "Ki láthatja?"
313
313
 
314
314
  #: templates/umap/map_table.html:9
315
315
  msgid "Who can edit"
316
- msgstr ""
316
+ msgstr "Ki szerkesztheti?"
317
317
 
318
318
  #: templates/umap/map_table.html:10
319
319
  msgid "Last save"
@@ -327,60 +327,60 @@ msgstr "Tulajdonos"
327
327
  msgid "Actions"
328
328
  msgstr "Műveletek"
329
329
 
330
- #: templates/umap/map_table.html:25 templates/umap/map_table.html:27
330
+ #: templates/umap/map_table.html:26 templates/umap/map_table.html:28
331
331
  msgid "Open preview"
332
332
  msgstr "Előnézet"
333
333
 
334
- #: templates/umap/map_table.html:46 templates/umap/map_table.html:48
334
+ #: templates/umap/map_table.html:48 templates/umap/map_table.html:50
335
335
  msgid "Share"
336
- msgstr "Megoszt"
336
+ msgstr "Megosztás"
337
337
 
338
- #: templates/umap/map_table.html:51 templates/umap/map_table.html:53
338
+ #: templates/umap/map_table.html:54 templates/umap/map_table.html:56
339
339
  msgid "Edit"
340
- msgstr "Szerk."
340
+ msgstr "Szerkesztés"
341
341
 
342
- #: templates/umap/map_table.html:56 templates/umap/map_table.html:58
342
+ #: templates/umap/map_table.html:60 templates/umap/map_table.html:62
343
343
  msgid "Download"
344
- msgstr "Letölt"
344
+ msgstr "Letöltés"
345
345
 
346
- #: templates/umap/map_table.html:63 templates/umap/map_table.html:65
346
+ #: templates/umap/map_table.html:66 templates/umap/map_table.html:68
347
347
  msgid "Clone"
348
- msgstr ""
348
+ msgstr "Másolat készítése"
349
349
 
350
- #: templates/umap/map_table.html:73 templates/umap/map_table.html:75
350
+ #: templates/umap/map_table.html:76 templates/umap/map_table.html:78
351
351
  msgid "Delete"
352
- msgstr ""
352
+ msgstr "Törlés"
353
353
 
354
- #: templates/umap/map_table.html:88
354
+ #: templates/umap/map_table.html:91
355
355
  msgid "first"
356
356
  msgstr "első"
357
357
 
358
- #: templates/umap/map_table.html:89
358
+ #: templates/umap/map_table.html:92
359
359
  msgid "previous"
360
360
  msgstr "előző"
361
361
 
362
- #: templates/umap/map_table.html:98
362
+ #: templates/umap/map_table.html:100
363
363
  #, python-format
364
364
  msgid "Page %(maps_number)s of %(num_pages)s"
365
- msgstr ""
365
+ msgstr "%(maps_number)s / %(num_pages)s oldal"
366
366
 
367
- #: templates/umap/map_table.html:104
367
+ #: templates/umap/map_table.html:105
368
368
  msgid "next"
369
369
  msgstr "következő"
370
370
 
371
- #: templates/umap/map_table.html:105
371
+ #: templates/umap/map_table.html:106
372
372
  msgid "last"
373
373
  msgstr "utolsó"
374
374
 
375
- #: templates/umap/map_table.html:113
375
+ #: templates/umap/map_table.html:114
376
376
  #, python-format
377
377
  msgid "Lines per page: %(per_page)s"
378
- msgstr ""
378
+ msgstr "Sorok oldalanként: %(per_page)s"
379
379
 
380
- #: templates/umap/map_table.html:118
380
+ #: templates/umap/map_table.html:119
381
381
  #, python-format
382
382
  msgid "%(count)s maps"
383
- msgstr ""
383
+ msgstr "%(count)s térkép"
384
384
 
385
385
  #: templates/umap/navigation.html:10 templates/umap/user_dashboard.html:4
386
386
  msgid "My Dashboard"
@@ -471,41 +471,41 @@ msgstr "Térképek keresése"
471
471
  msgid "Search"
472
472
  msgstr "Keresés"
473
473
 
474
- #: templates/umap/user_dashboard.html:7 templates/umap/user_dashboard.html:26
474
+ #: templates/umap/user_dashboard.html:7 templates/umap/user_dashboard.html:27
475
475
  msgid "Search my maps"
476
476
  msgstr "Saját térkép keresése"
477
477
 
478
- #: templates/umap/user_dashboard.html:11
478
+ #: templates/umap/user_dashboard.html:10
479
479
  #, python-format
480
480
  msgid "My Maps (%(count)s)"
481
- msgstr ""
481
+ msgstr "Térképeim (%(count)s)"
482
482
 
483
- #: templates/umap/user_dashboard.html:13
483
+ #: templates/umap/user_dashboard.html:12
484
484
  msgid "My profile"
485
485
  msgstr "Saját profil"
486
486
 
487
- #: templates/umap/user_dashboard.html:21 templates/umap/user_dashboard.html:23
487
+ #: templates/umap/user_dashboard.html:20 templates/umap/user_dashboard.html:24
488
488
  msgid "Map’s title"
489
- msgstr ""
489
+ msgstr "Térkép címe"
490
490
 
491
491
  #: templates/umap/user_dashboard.html:32
492
492
  #, python-format
493
493
  msgid "Download %(count)s maps"
494
- msgstr ""
494
+ msgstr "%(count)s térkép letöltése"
495
495
 
496
496
  #: templates/umap/user_dashboard.html:42
497
497
  msgid "You have no map yet."
498
498
  msgstr "Önnek még nincs térképe."
499
499
 
500
- #: views.py:346
500
+ #: views.py:347
501
501
  msgid "View the map"
502
502
  msgstr "Térkép megtekintése"
503
503
 
504
- #: views.py:704
504
+ #: views.py:705
505
505
  msgid "See full screen"
506
- msgstr ""
506
+ msgstr "Teljes képernyős nézet megtekintése"
507
507
 
508
- #: views.py:803
508
+ #: views.py:804
509
509
  msgid "Map editors updated with success!"
510
510
  msgstr "A térképszerkesztők sikeresen frissültek."
511
511
 
@@ -519,30 +519,35 @@ msgstr "A térképéhez tartozó uMap szerkesztési link: %(map_name)s"
519
519
  msgid "Here is your secret edit link: %(link)s"
520
520
  msgstr "Az Ön titkos szerkesztési linkje: %(link)s"
521
521
 
522
- #: views.py:850
522
+ #: views.py:851
523
+ #, python-format
524
+ msgid "Can't send email to %(email)s"
525
+ msgstr ""
526
+
527
+ #: views.py:854
523
528
  #, python-format
524
529
  msgid "Email sent to %(email)s"
525
530
  msgstr "E-mail elküldve ide: %(email)s"
526
531
 
527
- #: views.py:861
532
+ #: views.py:865
528
533
  msgid "Only its owner can delete the map."
529
534
  msgstr "A térképet csak a tulajdonosa törölheti."
530
535
 
531
- #: views.py:889
536
+ #: views.py:893
532
537
  #, python-format
533
538
  msgid ""
534
539
  "Your map has been cloned! If you want to edit this map from another "
535
540
  "computer, please use this link: %(anonymous_url)s"
536
541
  msgstr "Elkészült a térképe másolata. Ha egy másik számítógépről szeretné szerkeszteni, ezt a linket használja: %(anonymous_url)s"
537
542
 
538
- #: views.py:894
543
+ #: views.py:898
539
544
  msgid "Congratulations, your map has been cloned!"
540
545
  msgstr "Gratulálunk, elkészült a térképe másolata!"
541
546
 
542
- #: views.py:1130
547
+ #: views.py:1136
543
548
  msgid "Layer successfully deleted."
544
549
  msgstr "A réteg sikeresen törlődött."
545
550
 
546
- #: views.py:1152
551
+ #: views.py:1158
547
552
  msgid "Permissions updated with success!"
548
553
  msgstr "Az engedélyek sikeresen frissültek!"