umap-project 2.6.0b1__tar.gz → 2.6.1__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 (556) hide show
  1. {umap_project-2.6.0b1 → umap_project-2.6.1}/PKG-INFO +6 -6
  2. {umap_project-2.6.0b1 → umap_project-2.6.1}/pyproject.toml +5 -5
  3. umap_project-2.6.1/umap/__init__.py +1 -0
  4. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/decorators.py +2 -3
  5. umap_project-2.6.1/umap/locale/fa_IR/LC_MESSAGES/django.mo +0 -0
  6. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/fa_IR/LC_MESSAGES/django.po +9 -9
  7. umap_project-2.6.1/umap/locale/hu/LC_MESSAGES/django.mo +0 -0
  8. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/hu/LC_MESSAGES/django.po +18 -18
  9. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/models.py +29 -16
  10. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/modules/data/features.js +10 -5
  11. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/modules/data/layer.js +1 -1
  12. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/modules/rendering/ui.js +25 -4
  13. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/modules/rules.js +16 -3
  14. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/en.js +3 -1
  15. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/en.json +3 -1
  16. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/eu.js +8 -6
  17. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/eu.json +8 -6
  18. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/fa_IR.js +14 -12
  19. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/fa_IR.json +14 -12
  20. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/fr.js +3 -1
  21. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/fr.json +3 -1
  22. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/hu.js +14 -12
  23. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/hu.json +14 -12
  24. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/map.css +2 -2
  25. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vars.css +1 -0
  26. umap_project-2.6.1/umap/static/umap/vendors/editable/Leaflet.Editable.js +2088 -0
  27. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/markercluster/MarkerCluster.Default.css +1 -1
  28. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/templatetags/umap_tags.py +1 -1
  29. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/conftest.py +5 -0
  30. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/integration/test_browser.py +20 -0
  31. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/integration/test_conditional_rules.py +102 -17
  32. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/integration/test_draw_polygon.py +28 -0
  33. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/test_datalayer.py +63 -33
  34. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/test_map.py +30 -21
  35. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/views.py +11 -19
  36. umap_project-2.6.0b1/umap/__init__.py +0 -1
  37. umap_project-2.6.0b1/umap/locale/fa_IR/LC_MESSAGES/django.mo +0 -0
  38. umap_project-2.6.0b1/umap/locale/hu/LC_MESSAGES/django.mo +0 -0
  39. umap_project-2.6.0b1/umap/static/umap/vendors/editable/Leaflet.Editable.js +0 -1946
  40. {umap_project-2.6.0b1 → umap_project-2.6.1}/.gitignore +0 -0
  41. {umap_project-2.6.0b1 → umap_project-2.6.1}/LICENSE +0 -0
  42. {umap_project-2.6.0b1 → umap_project-2.6.1}/README.md +0 -0
  43. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/admin.py +0 -0
  44. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/apps.py +0 -0
  45. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/autocomplete.py +0 -0
  46. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/bin/__init__.py +0 -0
  47. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/context_processors.py +0 -0
  48. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/fields.py +0 -0
  49. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/forms.py +0 -0
  50. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/am_ET/LC_MESSAGES/django.mo +0 -0
  51. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/am_ET/LC_MESSAGES/django.po +0 -0
  52. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/ar/LC_MESSAGES/django.mo +0 -0
  53. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/ar/LC_MESSAGES/django.po +0 -0
  54. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/ast/LC_MESSAGES/django.mo +0 -0
  55. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/ast/LC_MESSAGES/django.po +0 -0
  56. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/bg/LC_MESSAGES/django.mo +0 -0
  57. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/bg/LC_MESSAGES/django.po +0 -0
  58. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/br/LC_MESSAGES/django.mo +0 -0
  59. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/br/LC_MESSAGES/django.po +0 -0
  60. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/ca/LC_MESSAGES/django.mo +0 -0
  61. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/ca/LC_MESSAGES/django.po +0 -0
  62. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
  63. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/cs_CZ/LC_MESSAGES/django.po +0 -0
  64. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/da/LC_MESSAGES/django.mo +0 -0
  65. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/da/LC_MESSAGES/django.po +0 -0
  66. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/de/LC_MESSAGES/django.mo +0 -0
  67. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/de/LC_MESSAGES/django.po +0 -0
  68. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/el/LC_MESSAGES/django.mo +0 -0
  69. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/el/LC_MESSAGES/django.po +0 -0
  70. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/en/LC_MESSAGES/django.mo +0 -0
  71. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/en/LC_MESSAGES/django.po +0 -0
  72. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/es/LC_MESSAGES/django.mo +0 -0
  73. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/es/LC_MESSAGES/django.po +0 -0
  74. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/et/LC_MESSAGES/django.mo +0 -0
  75. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/et/LC_MESSAGES/django.po +0 -0
  76. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/eu/LC_MESSAGES/django.mo +0 -0
  77. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/eu/LC_MESSAGES/django.po +0 -0
  78. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/fi/LC_MESSAGES/django.mo +0 -0
  79. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/fi/LC_MESSAGES/django.po +0 -0
  80. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/fr/LC_MESSAGES/django.mo +0 -0
  81. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/fr/LC_MESSAGES/django.po +0 -0
  82. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/gl/LC_MESSAGES/django.mo +0 -0
  83. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/gl/LC_MESSAGES/django.po +0 -0
  84. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/he/LC_MESSAGES/django.mo +0 -0
  85. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/he/LC_MESSAGES/django.po +0 -0
  86. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/hr/LC_MESSAGES/django.mo +0 -0
  87. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/hr/LC_MESSAGES/django.po +0 -0
  88. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/id/LC_MESSAGES/django.mo +0 -0
  89. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/id/LC_MESSAGES/django.po +0 -0
  90. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/is/LC_MESSAGES/django.mo +0 -0
  91. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/is/LC_MESSAGES/django.po +0 -0
  92. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/it/LC_MESSAGES/django.mo +0 -0
  93. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/it/LC_MESSAGES/django.po +0 -0
  94. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/ja/LC_MESSAGES/django.mo +0 -0
  95. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/ja/LC_MESSAGES/django.po +0 -0
  96. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/ko/LC_MESSAGES/django.mo +0 -0
  97. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/ko/LC_MESSAGES/django.po +0 -0
  98. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/lt/LC_MESSAGES/django.mo +0 -0
  99. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/lt/LC_MESSAGES/django.po +0 -0
  100. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/ms/LC_MESSAGES/django.mo +0 -0
  101. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/ms/LC_MESSAGES/django.po +0 -0
  102. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/nl/LC_MESSAGES/django.mo +0 -0
  103. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/nl/LC_MESSAGES/django.po +0 -0
  104. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/no/LC_MESSAGES/django.mo +0 -0
  105. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/no/LC_MESSAGES/django.po +0 -0
  106. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/pl/LC_MESSAGES/django.mo +0 -0
  107. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/pl/LC_MESSAGES/django.po +0 -0
  108. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/pt/LC_MESSAGES/django.mo +0 -0
  109. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/pt/LC_MESSAGES/django.po +0 -0
  110. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/pt_BR/LC_MESSAGES/django.mo +0 -0
  111. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/pt_BR/LC_MESSAGES/django.po +0 -0
  112. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/pt_PT/LC_MESSAGES/django.mo +0 -0
  113. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/pt_PT/LC_MESSAGES/django.po +0 -0
  114. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/ro/LC_MESSAGES/django.mo +0 -0
  115. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/ro/LC_MESSAGES/django.po +0 -0
  116. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/ru/LC_MESSAGES/django.mo +0 -0
  117. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/ru/LC_MESSAGES/django.po +0 -0
  118. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/si/LC_MESSAGES/django.mo +0 -0
  119. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/si/LC_MESSAGES/django.po +0 -0
  120. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/sk_SK/LC_MESSAGES/django.mo +0 -0
  121. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/sk_SK/LC_MESSAGES/django.po +0 -0
  122. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/sl/LC_MESSAGES/django.mo +0 -0
  123. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/sl/LC_MESSAGES/django.po +0 -0
  124. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/sr/LC_MESSAGES/django.mo +0 -0
  125. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/sr/LC_MESSAGES/django.po +0 -0
  126. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/sv/LC_MESSAGES/django.mo +0 -0
  127. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/sv/LC_MESSAGES/django.po +0 -0
  128. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/th_TH/LC_MESSAGES/django.mo +0 -0
  129. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/th_TH/LC_MESSAGES/django.po +0 -0
  130. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/tr/LC_MESSAGES/django.mo +0 -0
  131. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/tr/LC_MESSAGES/django.po +0 -0
  132. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/uk_UA/LC_MESSAGES/django.mo +0 -0
  133. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/uk_UA/LC_MESSAGES/django.po +0 -0
  134. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/vi/LC_MESSAGES/django.mo +0 -0
  135. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/vi/LC_MESSAGES/django.po +0 -0
  136. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/zh/LC_MESSAGES/django.mo +0 -0
  137. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/zh/LC_MESSAGES/django.po +0 -0
  138. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
  139. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/locale/zh_TW/LC_MESSAGES/django.po +0 -0
  140. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/management/__init__.py +0 -0
  141. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/management/commands/__init__.py +0 -0
  142. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/management/commands/anonymous_edit_url.py +0 -0
  143. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/management/commands/generate_js_locale.py +0 -0
  144. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/management/commands/import_pictograms.py +0 -0
  145. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/management/commands/run_websocket_server.py +0 -0
  146. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/managers.py +0 -0
  147. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/middleware.py +0 -0
  148. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/migrations/0001_initial.py +0 -0
  149. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/migrations/0002_tilelayer_tms.py +0 -0
  150. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/migrations/0003_add_tilelayer.py +0 -0
  151. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/migrations/0004_add_licence.py +0 -0
  152. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/migrations/0005_remove_map_tilelayer.py +0 -0
  153. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/migrations/0006_auto_20190407_0719.py +0 -0
  154. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/migrations/0007_auto_20190416_1757.py +0 -0
  155. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/migrations/0008_alter_map_settings.py +0 -0
  156. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/migrations/0009_star.py +0 -0
  157. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/migrations/0010_alter_map_edit_status_alter_map_share_status.py +0 -0
  158. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/migrations/0011_alter_map_edit_status_alter_map_share_status.py +0 -0
  159. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/migrations/0012_datalayer_settings.py +0 -0
  160. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/migrations/0013_datalayer_edit_status.py +0 -0
  161. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/migrations/0014_map_created_at.py +0 -0
  162. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/migrations/0015_alter_pictogram_pictogram.py +0 -0
  163. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/migrations/0016_pictogram_category.py +0 -0
  164. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/migrations/0017_migrate_to_openstreetmap_oauth2.py +0 -0
  165. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/migrations/0018_datalayer_uuid.py +0 -0
  166. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/migrations/0019_migrate_internal_remote_datalayers.py +0 -0
  167. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/migrations/0020_alter_tilelayer_url_template.py +0 -0
  168. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/migrations/0021_remove_map_description.py +0 -0
  169. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/migrations/0022_add_team.py +0 -0
  170. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/migrations/__init__.py +0 -0
  171. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/settings/__init__.py +0 -0
  172. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/settings/base.py +0 -0
  173. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/settings/dev.py +0 -0
  174. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/settings/local.py.sample +0 -0
  175. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/.gitignore +0 -0
  176. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/base.css +0 -0
  177. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/bitbucket.png +0 -0
  178. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/content.css +0 -0
  179. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/css/contextmenu.css +0 -0
  180. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/css/dialog.css +0 -0
  181. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/css/icon.css +0 -0
  182. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/css/importers.css +0 -0
  183. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/css/panel.css +0 -0
  184. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/css/slideshow.css +0 -0
  185. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/css/tableeditor.css +0 -0
  186. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/css/tooltip.css +0 -0
  187. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/css/window.css +0 -0
  188. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/favicons/apple-touch-icon.png +0 -0
  189. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/favicons/favicon.ico +0 -0
  190. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/favicons/icon-192.png +0 -0
  191. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/favicons/icon-512.png +0 -0
  192. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/favicons/icon.svg +0 -0
  193. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/font/FiraSans-Light.woff +0 -0
  194. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/font/FiraSans-Light.woff2 +0 -0
  195. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/font/FiraSans-LightItalic.woff +0 -0
  196. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/font/FiraSans-LightItalic.woff2 +0 -0
  197. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/font/FiraSans-SemiBold.woff +0 -0
  198. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/font/FiraSans-SemiBold.woff2 +0 -0
  199. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/font.css +0 -0
  200. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/github.png +0 -0
  201. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/img/16-white.svg +0 -0
  202. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/img/16.svg +0 -0
  203. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/img/24-white.svg +0 -0
  204. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/img/24.svg +0 -0
  205. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/img/alert-icon-error.svg +0 -0
  206. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/img/alert-icon-info.svg +0 -0
  207. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/img/alert-icon-success.svg +0 -0
  208. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/img/edit.svg +0 -0
  209. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/img/icon-bg.png +0 -0
  210. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/img/icon-delete.svg +0 -0
  211. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/img/icon-download.svg +0 -0
  212. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/img/icon-duplicate.svg +0 -0
  213. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/img/icon-edit.svg +0 -0
  214. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/img/icon-external-link.svg +0 -0
  215. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/img/icon-share.svg +0 -0
  216. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/img/icon-view.svg +0 -0
  217. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/img/importers/communesfr.svg +0 -0
  218. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/img/importers/datasets.svg +0 -0
  219. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/img/importers/geodatamine.svg +0 -0
  220. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/img/importers/overpass.svg +0 -0
  221. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/img/importers/random.svg +0 -0
  222. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/img/importers/random1.svg +0 -0
  223. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/img/importers/random2.svg +0 -0
  224. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/img/logo.svg +0 -0
  225. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/img/logo_filigree.png +0 -0
  226. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/img/logo_small.svg +0 -0
  227. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/img/marker.png +0 -0
  228. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/img/marker.svg +0 -0
  229. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/img/opensource.svg +0 -0
  230. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/img/osm.svg +0 -0
  231. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/img/search.gif +0 -0
  232. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/img/source/16-white.svg +0 -0
  233. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/img/source/16.svg +0 -0
  234. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/img/source/24-white.svg +0 -0
  235. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/img/source/24.svg +0 -0
  236. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/components/alerts/alert.css +0 -0
  237. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/components/alerts/alert.js +0 -0
  238. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/components/base.js +0 -0
  239. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/components/fragment.js +0 -0
  240. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/modules/autocomplete.js +0 -0
  241. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/modules/browser.js +0 -0
  242. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/modules/caption.js +0 -0
  243. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/modules/dompurify.js +0 -0
  244. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/modules/facets.js +0 -0
  245. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/modules/formatter.js +0 -0
  246. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/modules/global.js +0 -0
  247. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/modules/help.js +0 -0
  248. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/modules/i18n.js +0 -0
  249. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/modules/importer.js +0 -0
  250. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/modules/importers/communesfr.js +0 -0
  251. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/modules/importers/datasets.js +0 -0
  252. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/modules/importers/geodatamine.js +0 -0
  253. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/modules/importers/overpass.js +0 -0
  254. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/modules/leaflet-configure.js +0 -0
  255. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/modules/orderable.js +0 -0
  256. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/modules/permissions.js +0 -0
  257. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/modules/rendering/icon.js +0 -0
  258. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/modules/rendering/layers/base.js +0 -0
  259. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/modules/rendering/layers/classified.js +0 -0
  260. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/modules/rendering/layers/cluster.js +0 -0
  261. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/modules/rendering/layers/heat.js +0 -0
  262. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/modules/rendering/popup.js +0 -0
  263. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/modules/rendering/template.js +0 -0
  264. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/modules/request.js +0 -0
  265. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/modules/schema.js +0 -0
  266. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/modules/share.js +0 -0
  267. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/modules/slideshow.js +0 -0
  268. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/modules/sync/engine.js +0 -0
  269. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/modules/sync/updaters.js +0 -0
  270. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/modules/sync/websocket.js +0 -0
  271. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/modules/tableeditor.js +0 -0
  272. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/modules/ui/base.js +0 -0
  273. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/modules/ui/contextmenu.js +0 -0
  274. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/modules/ui/dialog.js +0 -0
  275. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/modules/ui/panel.js +0 -0
  276. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/modules/ui/tooltip.js +0 -0
  277. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/modules/urls.js +0 -0
  278. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/modules/utils.js +0 -0
  279. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/umap.controls.js +0 -0
  280. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/umap.core.js +0 -0
  281. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/umap.forms.js +0 -0
  282. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/js/umap.js +0 -0
  283. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/am_ET.js +0 -0
  284. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/am_ET.json +0 -0
  285. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/ar.js +0 -0
  286. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/ar.json +0 -0
  287. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/ast.js +0 -0
  288. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/ast.json +0 -0
  289. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/bg.js +0 -0
  290. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/bg.json +0 -0
  291. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/br.js +0 -0
  292. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/br.json +0 -0
  293. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/ca.js +0 -0
  294. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/ca.json +0 -0
  295. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/cs_CZ.js +0 -0
  296. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/cs_CZ.json +0 -0
  297. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/da.js +0 -0
  298. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/da.json +0 -0
  299. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/de.js +0 -0
  300. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/de.json +0 -0
  301. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/el.js +0 -0
  302. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/el.json +0 -0
  303. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/en_US.json +0 -0
  304. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/es.js +0 -0
  305. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/es.json +0 -0
  306. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/et.js +0 -0
  307. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/et.json +0 -0
  308. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/fi.js +0 -0
  309. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/fi.json +0 -0
  310. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/gl.js +0 -0
  311. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/gl.json +0 -0
  312. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/he.js +0 -0
  313. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/he.json +0 -0
  314. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/hr.js +0 -0
  315. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/hr.json +0 -0
  316. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/id.js +0 -0
  317. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/id.json +0 -0
  318. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/is.js +0 -0
  319. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/is.json +0 -0
  320. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/it.js +0 -0
  321. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/it.json +0 -0
  322. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/ja.js +0 -0
  323. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/ja.json +0 -0
  324. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/ko.js +0 -0
  325. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/ko.json +0 -0
  326. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/lt.js +0 -0
  327. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/lt.json +0 -0
  328. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/ms.js +0 -0
  329. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/ms.json +0 -0
  330. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/nl.js +0 -0
  331. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/nl.json +0 -0
  332. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/no.js +0 -0
  333. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/no.json +0 -0
  334. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/pl.js +0 -0
  335. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/pl.json +0 -0
  336. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/pl_PL.json +0 -0
  337. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/pt.js +0 -0
  338. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/pt.json +0 -0
  339. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/pt_BR.js +0 -0
  340. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/pt_BR.json +0 -0
  341. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/pt_PT.js +0 -0
  342. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/pt_PT.json +0 -0
  343. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/ro.js +0 -0
  344. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/ro.json +0 -0
  345. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/ru.js +0 -0
  346. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/ru.json +0 -0
  347. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/si.js +0 -0
  348. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/si.json +0 -0
  349. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/sk_SK.js +0 -0
  350. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/sk_SK.json +0 -0
  351. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/sl.js +0 -0
  352. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/sl.json +0 -0
  353. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/sr.js +0 -0
  354. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/sr.json +0 -0
  355. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/sv.js +0 -0
  356. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/sv.json +0 -0
  357. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/th_TH.js +0 -0
  358. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/th_TH.json +0 -0
  359. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/tr.js +0 -0
  360. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/tr.json +0 -0
  361. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/uk_UA.js +0 -0
  362. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/uk_UA.json +0 -0
  363. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/vi.js +0 -0
  364. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/vi.json +0 -0
  365. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/vi_VN.json +0 -0
  366. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/zh.js +0 -0
  367. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/zh.json +0 -0
  368. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/zh_CN.json +0 -0
  369. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/zh_TW.Big5.json +0 -0
  370. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/zh_TW.js +0 -0
  371. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/locale/zh_TW.json +0 -0
  372. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/nav.css +0 -0
  373. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/openstreetmap.png +0 -0
  374. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/test/.eslintrc +0 -0
  375. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/test/DataLayer.js +0 -0
  376. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/test/Feature.js +0 -0
  377. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/test/Map.js +0 -0
  378. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/test/Marker.js +0 -0
  379. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/test/Polygon.js +0 -0
  380. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/test/Polyline.js +0 -0
  381. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/test/Util.js +0 -0
  382. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/test/_pre.js +0 -0
  383. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/test/index.html +0 -0
  384. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/theme.css +0 -0
  385. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/twitter.png +0 -0
  386. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/unittests/URLs.js +0 -0
  387. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/unittests/sync.js +0 -0
  388. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/unittests/utils.js +0 -0
  389. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/colorbrewer/colorbrewer.js +0 -0
  390. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/contextmenu/leaflet.contextmenu.min.css +0 -0
  391. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/contextmenu/leaflet.contextmenu.min.js +0 -0
  392. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/csv2geojson/csv2geojson.js +0 -0
  393. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/dompurify/purify.es.js +0 -0
  394. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/dompurify/purify.es.mjs.map +0 -0
  395. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/editable/Path.Drag.js +0 -0
  396. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.css +0 -0
  397. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.js +0 -0
  398. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/editinosm/edit-in-osm.png +0 -0
  399. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/formbuilder/Leaflet.FormBuilder.js +0 -0
  400. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/fullscreen/Leaflet.fullscreen.js +0 -0
  401. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/fullscreen/Leaflet.fullscreen.min.js +0 -0
  402. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/fullscreen/fullscreen.png +0 -0
  403. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/fullscreen/fullscreen@2x.png +0 -0
  404. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/fullscreen/leaflet.fullscreen.css +0 -0
  405. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/geojson-to-gpx/index.js +0 -0
  406. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/georsstogeojson/GeoRSSToGeoJSON.js +0 -0
  407. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/hash/leaflet-hash.js +0 -0
  408. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/heat/leaflet-heat.js +0 -0
  409. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/i18n/Leaflet.i18n.js +0 -0
  410. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/iconlayers/check.png +0 -0
  411. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/iconlayers/iconLayers.css +0 -0
  412. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/iconlayers/iconLayers.js +0 -0
  413. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/iconlayers/transparent-pixel.png +0 -0
  414. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/leaflet/images/layers-2x.png +0 -0
  415. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/leaflet/images/layers.png +0 -0
  416. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/leaflet/images/marker-icon-2x.png +0 -0
  417. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/leaflet/images/marker-icon.png +0 -0
  418. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/leaflet/images/marker-shadow.png +0 -0
  419. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/leaflet/leaflet-src.esm.js +0 -0
  420. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/leaflet/leaflet-src.esm.js.map +0 -0
  421. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/leaflet/leaflet.css +0 -0
  422. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/loading/Control.Loading.css +0 -0
  423. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/loading/Control.Loading.js +0 -0
  424. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css +0 -0
  425. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css.map +0 -0
  426. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js +0 -0
  427. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js.map +0 -0
  428. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/markercluster/MarkerCluster.css +0 -0
  429. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/markercluster/leaflet.markercluster.js +0 -0
  430. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/markercluster/leaflet.markercluster.js.map +0 -0
  431. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/measurable/Leaflet.Measurable.css +0 -0
  432. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/measurable/Leaflet.Measurable.js +0 -0
  433. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/minimap/Control.MiniMap.min.css +0 -0
  434. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/minimap/Control.MiniMap.min.js +0 -0
  435. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/minimap/images/toggle.png +0 -0
  436. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/minimap/images/toggle.svg +0 -0
  437. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/osmtogeojson/osmtogeojson.js +0 -0
  438. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/photon/leaflet.photon.js +0 -0
  439. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/simple-statistics/simple-statistics.min.js +0 -0
  440. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/simple-statistics/simple-statistics.min.js.map +0 -0
  441. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/togeojson/togeojson.es.js +0 -0
  442. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/togeojson/togeojson.es.mjs.map +0 -0
  443. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/tokml/tokml.es.js +0 -0
  444. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/tokml/tokml.es.mjs.map +0 -0
  445. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/toolbar/leaflet.toolbar.css +0 -0
  446. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/static/umap/vendors/toolbar/leaflet.toolbar.js +0 -0
  447. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/storage.py +0 -0
  448. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/templates/404.html +0 -0
  449. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/templates/500.html +0 -0
  450. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/templates/auth/user_detail.html +0 -0
  451. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/templates/auth/user_form.html +0 -0
  452. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/templates/auth/user_stars.html +0 -0
  453. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/templates/base.html +0 -0
  454. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/templates/registration/login.html +0 -0
  455. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/templates/umap/about.html +0 -0
  456. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/templates/umap/about_summary.html +0 -0
  457. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/templates/umap/branding.html +0 -0
  458. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/templates/umap/components/alerts/alert.html +0 -0
  459. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/templates/umap/content.html +0 -0
  460. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/templates/umap/content_footer.html +0 -0
  461. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/templates/umap/css.html +0 -0
  462. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/templates/umap/dashboard_menu.html +0 -0
  463. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/templates/umap/footer.html +0 -0
  464. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/templates/umap/header.html +0 -0
  465. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/templates/umap/home.html +0 -0
  466. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/templates/umap/js.html +0 -0
  467. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/templates/umap/locale.js +0 -0
  468. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/templates/umap/login_popup_end.html +0 -0
  469. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/templates/umap/map_detail.html +0 -0
  470. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/templates/umap/map_fragment.html +0 -0
  471. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/templates/umap/map_init.html +0 -0
  472. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/templates/umap/map_list.html +0 -0
  473. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/templates/umap/map_table.html +0 -0
  474. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/templates/umap/messages.html +0 -0
  475. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/templates/umap/navigation.html +0 -0
  476. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/templates/umap/password_change.html +0 -0
  477. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/templates/umap/password_change_done.html +0 -0
  478. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/templates/umap/search.html +0 -0
  479. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/templates/umap/search_bar.html +0 -0
  480. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/templates/umap/success.html +0 -0
  481. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/templates/umap/team_confirm_delete.html +0 -0
  482. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/templates/umap/team_detail.html +0 -0
  483. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/templates/umap/team_form.html +0 -0
  484. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/templates/umap/user_dashboard.html +0 -0
  485. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/templates/umap/user_teams.html +0 -0
  486. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/templatetags/__init__.py +0 -0
  487. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/__init__.py +0 -0
  488. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/base.py +0 -0
  489. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/fixtures/categorized_highway.geojson +0 -0
  490. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/fixtures/choropleth_region_chomage.geojson +0 -0
  491. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/fixtures/circle.svg +0 -0
  492. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/fixtures/display_on_load.umap +0 -0
  493. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/fixtures/star.svg +0 -0
  494. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/fixtures/test_circles_layer.geojson +0 -0
  495. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/fixtures/test_import_osm_relation.json +0 -0
  496. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/fixtures/test_upload_data.csv +0 -0
  497. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/fixtures/test_upload_data.gpx +0 -0
  498. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/fixtures/test_upload_data.json +0 -0
  499. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/fixtures/test_upload_data.kml +0 -0
  500. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/fixtures/test_upload_data.umap +0 -0
  501. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/fixtures/test_upload_data_osm.json +0 -0
  502. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/fixtures/test_upload_empty_coordinates.json +0 -0
  503. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/fixtures/test_upload_georss.xml +0 -0
  504. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/fixtures/test_upload_missing_name.json +0 -0
  505. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/fixtures/test_upload_non_linear_ring.json +0 -0
  506. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/integration/__init__.py +0 -0
  507. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/integration/conftest.py +0 -0
  508. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/integration/helpers.py +0 -0
  509. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/integration/test_anonymous_owned_map.py +0 -0
  510. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/integration/test_basics.py +0 -0
  511. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/integration/test_caption.py +0 -0
  512. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/integration/test_categorized_layer.py +0 -0
  513. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/integration/test_choropleth.py +0 -0
  514. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/integration/test_circles_layer.py +0 -0
  515. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/integration/test_dashboard.py +0 -0
  516. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/integration/test_datalayer.py +0 -0
  517. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/integration/test_draw_polyline.py +0 -0
  518. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/integration/test_edit_datalayer.py +0 -0
  519. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/integration/test_edit_map.py +0 -0
  520. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/integration/test_edit_marker.py +0 -0
  521. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/integration/test_edit_polygon.py +0 -0
  522. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/integration/test_export_map.py +0 -0
  523. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/integration/test_facets_browser.py +0 -0
  524. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/integration/test_features_id_generation.py +0 -0
  525. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/integration/test_import.py +0 -0
  526. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/integration/test_map.py +0 -0
  527. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/integration/test_map_list.py +0 -0
  528. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/integration/test_map_preview.py +0 -0
  529. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/integration/test_optimistic_merge.py +0 -0
  530. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/integration/test_owned_map.py +0 -0
  531. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/integration/test_picto.py +0 -0
  532. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/integration/test_querystring.py +0 -0
  533. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/integration/test_share.py +0 -0
  534. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/integration/test_slideshow.py +0 -0
  535. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/integration/test_star.py +0 -0
  536. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/integration/test_tableeditor.py +0 -0
  537. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/integration/test_team.py +0 -0
  538. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/integration/test_tilelayer.py +0 -0
  539. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/integration/test_view_marker.py +0 -0
  540. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/integration/test_view_polygon.py +0 -0
  541. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/integration/test_view_polyline.py +0 -0
  542. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/integration/test_websocket_sync.py +0 -0
  543. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/settings.py +0 -0
  544. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/test_datalayer_views.py +0 -0
  545. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/test_licence.py +0 -0
  546. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/test_map_views.py +0 -0
  547. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/test_merge_features.py +0 -0
  548. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/test_statics.py +0 -0
  549. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/test_team_views.py +0 -0
  550. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/test_tilelayer.py +0 -0
  551. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/test_utils.py +0 -0
  552. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/tests/test_views.py +0 -0
  553. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/urls.py +0 -0
  554. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/utils.py +0 -0
  555. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/websocket_server.py +0 -0
  556. {umap_project-2.6.0b1 → umap_project-2.6.1}/umap/wsgi.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: umap-project
3
- Version: 2.6.0b1
3
+ Version: 2.6.1
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>
@@ -19,10 +19,10 @@ Requires-Python: >=3.10
19
19
  Requires-Dist: django-agnocomplete==2.2.0
20
20
  Requires-Dist: django-environ==0.11.2
21
21
  Requires-Dist: django-probes==1.7.0
22
- Requires-Dist: django==5.1
22
+ Requires-Dist: django==5.1.1
23
23
  Requires-Dist: pillow==10.4.0
24
24
  Requires-Dist: psycopg==3.2.1
25
- Requires-Dist: pydantic==2.8.2
25
+ Requires-Dist: pydantic==2.9.1
26
26
  Requires-Dist: rcssmin==1.1.2
27
27
  Requires-Dist: requests==2.32.3
28
28
  Requires-Dist: rjsmin==1.2.2
@@ -33,11 +33,11 @@ Provides-Extra: dev
33
33
  Requires-Dist: djlint==1.35.2; extra == 'dev'
34
34
  Requires-Dist: hatch==1.12.0; extra == 'dev'
35
35
  Requires-Dist: isort==5.13.2; extra == 'dev'
36
- Requires-Dist: mkdocs-material==9.5.33; extra == 'dev'
36
+ Requires-Dist: mkdocs-material==9.5.34; extra == 'dev'
37
37
  Requires-Dist: mkdocs-static-i18n==1.2.3; extra == 'dev'
38
38
  Requires-Dist: mkdocs==1.6.1; extra == 'dev'
39
39
  Requires-Dist: pymdown-extensions==10.9; extra == 'dev'
40
- Requires-Dist: ruff==0.6.3; extra == 'dev'
40
+ Requires-Dist: ruff==0.6.4; extra == 'dev'
41
41
  Requires-Dist: vermin==1.6.0; extra == 'dev'
42
42
  Provides-Extra: docker
43
43
  Requires-Dist: uwsgi==2.0.26; extra == 'docker'
@@ -45,7 +45,7 @@ Provides-Extra: test
45
45
  Requires-Dist: factory-boy==3.3.1; extra == 'test'
46
46
  Requires-Dist: playwright>=1.39; extra == 'test'
47
47
  Requires-Dist: pytest-django==4.9.0; extra == 'test'
48
- Requires-Dist: pytest-playwright==0.5.1; extra == 'test'
48
+ Requires-Dist: pytest-playwright==0.5.2; extra == 'test'
49
49
  Requires-Dist: pytest-xdist<4,>=3.5.0; extra == 'test'
50
50
  Requires-Dist: pytest==8.3.2; extra == 'test'
51
51
  Description-Content-Type: text/markdown
@@ -28,13 +28,13 @@ classifiers = [
28
28
  "Programming Language :: Python :: 3.12",
29
29
  ]
30
30
  dependencies = [
31
- "Django==5.1",
31
+ "Django==5.1.1",
32
32
  "django-agnocomplete==2.2.0",
33
33
  "django-environ==0.11.2",
34
34
  "django-probes==1.7.0",
35
35
  "Pillow==10.4.0",
36
36
  "psycopg==3.2.1",
37
- "pydantic==2.8.2",
37
+ "pydantic==2.9.1",
38
38
  "requests==2.32.3",
39
39
  "rcssmin==1.1.2",
40
40
  "rjsmin==1.2.2",
@@ -46,10 +46,10 @@ dependencies = [
46
46
  [project.optional-dependencies]
47
47
  dev = [
48
48
  "hatch==1.12.0",
49
- "ruff==0.6.3",
49
+ "ruff==0.6.4",
50
50
  "djlint==1.35.2",
51
51
  "mkdocs==1.6.1",
52
- "mkdocs-material==9.5.33",
52
+ "mkdocs-material==9.5.34",
53
53
  "mkdocs-static-i18n==1.2.3",
54
54
  "vermin==1.6.0",
55
55
  "pymdown-extensions==10.9",
@@ -60,7 +60,7 @@ test = [
60
60
  "playwright>=1.39",
61
61
  "pytest==8.3.2",
62
62
  "pytest-django==4.9.0",
63
- "pytest-playwright==0.5.1",
63
+ "pytest-playwright==0.5.2",
64
64
  "pytest-xdist>=3.5.0,<4",
65
65
  ]
66
66
  docker = [
@@ -0,0 +1 @@
1
+ VERSION = "2.6.1"
@@ -33,12 +33,11 @@ def can_edit_map(view_func):
33
33
  @wraps(view_func)
34
34
  def wrapper(request, *args, **kwargs):
35
35
  map_inst = get_object_or_404(Map, pk=kwargs["map_id"])
36
- user = request.user
37
36
  kwargs["map_inst"] = map_inst # Avoid rerequesting the map in the view
38
37
  if map_inst.edit_status >= map_inst.COLLABORATORS:
39
- can_edit = map_inst.can_edit(user=user, request=request)
38
+ can_edit = map_inst.can_edit(request=request)
40
39
  if not can_edit:
41
- if map_inst.owner and not user.is_authenticated:
40
+ if map_inst.owner and not request.user.is_authenticated:
42
41
  return simple_json_response(login_required=str(LOGIN_URL))
43
42
  return HttpResponseForbidden()
44
43
  return view_func(request, *args, **kwargs)
@@ -12,7 +12,7 @@ msgid ""
12
12
  msgstr ""
13
13
  "Project-Id-Version: uMap\n"
14
14
  "Report-Msgid-Bugs-To: \n"
15
- "POT-Creation-Date: 2024-08-30 18:23+0000\n"
15
+ "POT-Creation-Date: 2024-09-04 14:02+0000\n"
16
16
  "PO-Revision-Date: 2013-11-22 14:00+0000\n"
17
17
  "Last-Translator: imni <iriman@chmail.ir>, 2024\n"
18
18
  "Language-Team: Persian (Iran) (http://app.transifex.com/openstreetmap/umap/language/fa_IR/)\n"
@@ -326,19 +326,19 @@ msgstr "این یک نمونهٔ نمایشی است که برای آزمایش
326
326
 
327
327
  #: templates/umap/content_footer.html:5
328
328
  msgid "An OpenStreetMap project"
329
- msgstr ""
329
+ msgstr "پروژه‌ای با اوپن‌استریت‌مپ"
330
330
 
331
331
  #: templates/umap/content_footer.html:6
332
332
  msgid "version"
333
- msgstr ""
333
+ msgstr "نسخه"
334
334
 
335
335
  #: templates/umap/content_footer.html:7
336
336
  msgid "Hosted by"
337
- msgstr ""
337
+ msgstr "میزبانی‌شده در"
338
338
 
339
339
  #: templates/umap/content_footer.html:8
340
340
  msgid "Contact"
341
- msgstr ""
341
+ msgstr "تماس"
342
342
 
343
343
  #: templates/umap/content_footer.html:9 templates/umap/navigation.html:25
344
344
  msgid "Help"
@@ -373,11 +373,11 @@ msgstr "الهام بگیرید، نقشه‌ها را مرور کنید"
373
373
  msgid "You are logged in. Continuing..."
374
374
  msgstr "شما وارد شده‌اید. ادامه..."
375
375
 
376
- #: templates/umap/map_list.html:10 views.py:433
376
+ #: templates/umap/map_list.html:11 views.py:433
377
377
  msgid "by"
378
378
  msgstr "ساختهٔ"
379
379
 
380
- #: templates/umap/map_list.html:18
380
+ #: templates/umap/map_list.html:20
381
381
  msgid "More"
382
382
  msgstr "بیشتر"
383
383
 
@@ -553,12 +553,12 @@ msgstr "جستجو"
553
553
  #: templates/umap/team_detail.html:10
554
554
  #, python-format
555
555
  msgid "Browse %(current_team)s's maps"
556
- msgstr ""
556
+ msgstr "مرور نقشه‌های %(current_team)s"
557
557
 
558
558
  #: templates/umap/team_detail.html:22
559
559
  #, python-format
560
560
  msgid "%(current_team)s has no public maps."
561
- msgstr ""
561
+ msgstr "%(current_team)s نقشهٔ عمومی ندارد."
562
562
 
563
563
  #: templates/umap/team_form.html:24
564
564
  msgid "Delete this team"
@@ -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-08-30 18:23+0000\n"
12
+ "POT-Creation-Date: 2024-09-04 14:02+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"
@@ -65,7 +65,7 @@ msgstr "Mindenki"
65
65
 
66
66
  #: models.py:168 models.py:174 models.py:425
67
67
  msgid "Editors and team only"
68
- msgstr ""
68
+ msgstr "Csak a szerkesztők és a csoport"
69
69
 
70
70
  #: models.py:169 models.py:426
71
71
  msgid "Owner only"
@@ -117,7 +117,7 @@ msgstr "szerkesztők"
117
117
 
118
118
  #: models.py:207
119
119
  msgid "team"
120
- msgstr ""
120
+ msgstr "csoport"
121
121
 
122
122
  #: models.py:213 models.py:447
123
123
  msgid "edit status"
@@ -323,19 +323,19 @@ msgstr "Ez egy demonstrációs változat, amelyet tesztelésre és még nem nyil
323
323
 
324
324
  #: templates/umap/content_footer.html:5
325
325
  msgid "An OpenStreetMap project"
326
- msgstr ""
326
+ msgstr "OpenStreetMap projekt"
327
327
 
328
328
  #: templates/umap/content_footer.html:6
329
329
  msgid "version"
330
- msgstr ""
330
+ msgstr "verzió"
331
331
 
332
332
  #: templates/umap/content_footer.html:7
333
333
  msgid "Hosted by"
334
- msgstr ""
334
+ msgstr "Tárhely:"
335
335
 
336
336
  #: templates/umap/content_footer.html:8
337
337
  msgid "Contact"
338
- msgstr ""
338
+ msgstr "Kapcsolat:"
339
339
 
340
340
  #: templates/umap/content_footer.html:9 templates/umap/navigation.html:25
341
341
  msgid "Help"
@@ -356,7 +356,7 @@ msgstr "Saját profil"
356
356
 
357
357
  #: templates/umap/dashboard_menu.html:13
358
358
  msgid "My teams"
359
- msgstr ""
359
+ msgstr "Csoportjaim"
360
360
 
361
361
  #: templates/umap/home.html:14
362
362
  msgid "Map of the uMaps"
@@ -370,11 +370,11 @@ msgstr "Szerezzen ihletet, böngésszen a térképek között!"
370
370
  msgid "You are logged in. Continuing..."
371
371
  msgstr "Be van jelentkezve. Továbblépés…"
372
372
 
373
- #: templates/umap/map_list.html:10 views.py:433
373
+ #: templates/umap/map_list.html:11 views.py:433
374
374
  msgid "by"
375
375
  msgstr "– készítette:"
376
376
 
377
- #: templates/umap/map_list.html:18
377
+ #: templates/umap/map_list.html:20
378
378
  msgid "More"
379
379
  msgstr "Még több"
380
380
 
@@ -550,20 +550,20 @@ msgstr "Keresés"
550
550
  #: templates/umap/team_detail.html:10
551
551
  #, python-format
552
552
  msgid "Browse %(current_team)s's maps"
553
- msgstr ""
553
+ msgstr "%(current_team)s csoport térképeinek böngészése"
554
554
 
555
555
  #: templates/umap/team_detail.html:22
556
556
  #, python-format
557
557
  msgid "%(current_team)s has no public maps."
558
- msgstr ""
558
+ msgstr "%(current_team)s csoportnak nincs nyilvános térképe."
559
559
 
560
560
  #: templates/umap/team_form.html:24
561
561
  msgid "Delete this team"
562
- msgstr ""
562
+ msgstr "Csoport törlése"
563
563
 
564
564
  #: templates/umap/team_form.html:47
565
565
  msgid "Add user"
566
- msgstr ""
566
+ msgstr "Felhasználó hozzáadása"
567
567
 
568
568
  #: templates/umap/user_dashboard.html:9 templates/umap/user_dashboard.html:25
569
569
  msgid "Search my maps"
@@ -584,20 +584,20 @@ msgstr "Önnek még nincs térképe."
584
584
 
585
585
  #: templates/umap/user_teams.html:17
586
586
  msgid "Users"
587
- msgstr ""
587
+ msgstr "Felhasználók"
588
588
 
589
589
  #: templates/umap/user_teams.html:48
590
590
  msgid "New team"
591
- msgstr ""
591
+ msgstr "Új csoport"
592
592
 
593
593
  #: views.py:235
594
594
  msgid "Cannot delete a team with more than one member"
595
- msgstr ""
595
+ msgstr "Egynél több tagú csoport nem törölhető"
596
596
 
597
597
  #: views.py:239
598
598
  #, python-format
599
599
  msgid "Team “%(name)s” has been deleted"
600
- msgstr ""
600
+ msgstr "%(name)s csoport törölve"
601
601
 
602
602
  #: views.py:438
603
603
  msgid "View the map"
@@ -281,8 +281,10 @@ class Map(NamedModel):
281
281
  def get_author(self):
282
282
  return self.team or self.owner
283
283
 
284
- def is_owner(self, user=None, request=None):
285
- if user and self.owner == user:
284
+ def is_owner(self, request=None):
285
+ if not request:
286
+ return False
287
+ if request.user and self.owner == request.user:
286
288
  return True
287
289
  return self.is_anonymous_owner(request)
288
290
 
@@ -297,14 +299,16 @@ class Map(NamedModel):
297
299
  has_anonymous_cookie = False
298
300
  return has_anonymous_cookie
299
301
 
300
- def can_delete(self, user=None, request=None):
301
- if self.owner and user != self.owner:
302
+ def can_delete(self, request=None):
303
+ if not request:
304
+ return False
305
+ if self.owner and request.user != self.owner:
302
306
  return False
303
307
  if not self.owner and not self.is_anonymous_owner(request):
304
308
  return False
305
309
  return True
306
310
 
307
- def can_edit(self, user=None, request=None):
311
+ def can_edit(self, request=None):
308
312
  """
309
313
  Define if a user can edit or not the instance, according to his account
310
314
  or the request.
@@ -318,12 +322,18 @@ class Map(NamedModel):
318
322
  - anyone otherwise (ANONYMOUS)
319
323
  """
320
324
  can = False
321
- if request and not self.owner:
322
- if settings.UMAP_ALLOW_ANONYMOUS and self.is_anonymous_owner(request):
323
- can = True
324
- if self.edit_status == self.ANONYMOUS:
325
+ if not request:
326
+ return False
327
+ user = request.user
328
+ if (
329
+ not self.owner
330
+ and settings.UMAP_ALLOW_ANONYMOUS
331
+ and self.is_anonymous_owner(request)
332
+ ):
333
+ can = True
334
+ elif self.edit_status == self.ANONYMOUS:
325
335
  can = True
326
- elif user is None:
336
+ elif not user.is_authenticated:
327
337
  can = False
328
338
  elif user == self.owner:
329
339
  can = True
@@ -477,7 +487,7 @@ class DataLayer(NamedModel):
477
487
  path.append(str(self.map.pk))
478
488
  return os.path.join(*path)
479
489
 
480
- def metadata(self, user=None, request=None):
490
+ def metadata(self, request=None):
481
491
  # Retrocompat: minimal settings for maps not saved after settings property
482
492
  # has been introduced
483
493
  obj = self.settings or {
@@ -488,7 +498,7 @@ class DataLayer(NamedModel):
488
498
  obj["old_id"] = self.old_id
489
499
  obj["id"] = self.pk
490
500
  obj["permissions"] = {"edit_status": self.edit_status}
491
- obj["editMode"] = "advanced" if self.can_edit(user, request) else "disabled"
501
+ obj["editMode"] = "advanced" if self.can_edit(request) else "disabled"
492
502
  return obj
493
503
 
494
504
  def clone(self, map_inst=None):
@@ -557,22 +567,25 @@ class DataLayer(NamedModel):
557
567
  if name.startswith(prefixes) and name.endswith(".gz"):
558
568
  self.geojson.storage.delete(os.path.join(root, name))
559
569
 
560
- def can_edit(self, user=None, request=None):
570
+ def can_edit(self, request=None):
561
571
  """
562
572
  Define if a user can edit or not the instance, according to his account
563
573
  or the request.
564
574
  """
565
575
  if self.edit_status == self.INHERIT:
566
- return self.map.can_edit(user, request)
576
+ return self.map.can_edit(request)
567
577
  can = False
578
+ if not request:
579
+ return False
580
+ user = request.user
568
581
  if not self.map.owner:
569
582
  if settings.UMAP_ALLOW_ANONYMOUS and self.map.is_anonymous_owner(request):
570
583
  can = True
571
584
  if self.edit_status == self.ANONYMOUS:
572
585
  can = True
573
- elif user is not None and user == self.map.owner:
586
+ elif user.is_authenticated and user == self.map.owner:
574
587
  can = True
575
- elif user is not None and self.edit_status == self.COLLABORATORS:
588
+ elif user.is_authenticated and self.edit_status == self.COLLABORATORS:
576
589
  if user in self.map.editors.all() or self.map.team in user.teams.all():
577
590
  can = True
578
591
  return can
@@ -98,8 +98,8 @@ class Feature {
98
98
  this.pushGeometry()
99
99
  }
100
100
 
101
- isOnScreen() {
102
- return this.ui?.isOnScreen()
101
+ isOnScreen(bounds) {
102
+ return this.ui?.isOnScreen(bounds)
103
103
  }
104
104
 
105
105
  pushGeometry() {
@@ -261,7 +261,7 @@ class Feature {
261
261
  builder.helpers['properties.name'].input.focus()
262
262
  })
263
263
  this.map.editedFeature = this
264
- if (!this.ui.isOnScreen()) this.zoomTo(event)
264
+ if (!this.ui.isOnScreen(this.map.getBounds())) this.zoomTo(event)
265
265
  }
266
266
 
267
267
  getAdvancedEditActions(container) {
@@ -508,7 +508,12 @@ class Feature {
508
508
 
509
509
  matchFilter(filter, keys) {
510
510
  filter = filter.toLowerCase()
511
- if (Utils.hasVar(keys)) {
511
+ // When user hasn't touched settings, when a feature has no name
512
+ // it will use the datalayer's name, so let's make the filtering
513
+ // consistent.
514
+ // Also, if the user has defined a labelKey with vars, let's
515
+ // compute before filtering
516
+ if (Utils.hasVar(keys) || keys === 'displayName') {
512
517
  return this.getDisplayName().toLowerCase().indexOf(filter) !== -1
513
518
  }
514
519
  keys = keys.split(',')
@@ -680,8 +685,8 @@ class Path extends Feature {
680
685
 
681
686
  edit(event) {
682
687
  if (this.map.editEnabled) {
683
- if (!this.ui.editEnabled()) this.ui.enableEdit()
684
688
  super.edit(event)
689
+ if (!this.ui.editEnabled()) this.ui.makeGeometryEditable()
685
690
  }
686
691
  }
687
692
 
@@ -1115,7 +1115,7 @@ export class DataLayer {
1115
1115
  if (this.map.options.filterKey) return this.map.options.filterKey
1116
1116
  if (this.getOption('labelKey')) return this.getOption('labelKey')
1117
1117
  if (this.map.options.sortKey) return this.map.options.sortKey
1118
- return 'name'
1118
+ return 'displayName'
1119
1119
  }
1120
1120
 
1121
1121
  renderLegend(container) {
@@ -93,13 +93,21 @@ const FeatureMixin = {
93
93
  getContextMenuItems: function (event) {
94
94
  const permalink = this.feature.getPermalink()
95
95
  let items = []
96
- if (permalink)
96
+ if (permalink) {
97
97
  items.push({
98
98
  text: translate('Permalink'),
99
99
  callback: () => {
100
100
  window.open(permalink)
101
101
  },
102
102
  })
103
+ }
104
+ items.push({
105
+ text: translate('Copy as GeoJSON'),
106
+ callback: () => {
107
+ L.Util.copyToClipboard(JSON.stringify(this.feature.toGeoJSON()))
108
+ this._map.tooltip.open({ content: L._('✅ Copied!') })
109
+ },
110
+ })
103
111
  if (this._map.editEnabled && !this.feature.isReadOnly()) {
104
112
  items = items.concat(this.getContextMenuEditItems(event))
105
113
  }
@@ -148,7 +156,6 @@ const FeatureMixin = {
148
156
 
149
157
  const PointMixin = {
150
158
  isOnScreen: function (bounds) {
151
- bounds = bounds || this._map.getBounds()
152
159
  return bounds.contains(this.getCenter())
153
160
  },
154
161
  }
@@ -281,6 +288,21 @@ const PathMixin = {
281
288
  }
282
289
  },
283
290
 
291
+ makeGeometryEditable: function () {
292
+ if (this._map.editedFeature !== this.feature) {
293
+ this.disableEdit()
294
+ return
295
+ }
296
+ this._map.once('moveend', this.makeGeometryEditable, this)
297
+ const pointsCount = this._parts.reduce((acc, part) => acc + part.length, 0)
298
+ if (pointsCount > 100 && this._map.getZoom() < this._map.getMaxZoom()) {
299
+ this._map.tooltip.open({ content: L._('Please zoom in to edit the geometry') })
300
+ this.disableEdit()
301
+ } else {
302
+ this.enableEdit()
303
+ }
304
+ },
305
+
284
306
  addInteractions: function () {
285
307
  FeatureMixin.addInteractions.call(this)
286
308
  this.on('editable:disable', this.onCommit)
@@ -376,7 +398,7 @@ const PathMixin = {
376
398
  getContextMenuEditItems: function (event) {
377
399
  const items = FeatureMixin.getContextMenuEditItems.call(this, event)
378
400
  if (
379
- this._map?.editedFeature !== this &&
401
+ this._map?.editedFeature !== this.feature &&
380
402
  this.feature.isSameClass(this._map.editedFeature)
381
403
  ) {
382
404
  items.push({
@@ -420,7 +442,6 @@ const PathMixin = {
420
442
  ],
421
443
 
422
444
  isOnScreen: function (bounds) {
423
- bounds = bounds || this._map.getBounds()
424
445
  return bounds.overlaps(this.getBounds())
425
446
  },
426
447
  }
@@ -3,6 +3,8 @@ import { translate } from './i18n.js'
3
3
  import * as Utils from './utils.js'
4
4
  import { AutocompleteDatalist } from './autocomplete.js'
5
5
 
6
+ const EMPTY_VALUES = ['', undefined, null]
7
+
6
8
  class Rule {
7
9
  get condition() {
8
10
  return this._condition
@@ -75,13 +77,22 @@ class Rule {
75
77
  if (vars.length !== 2) return
76
78
  this.key = vars[0]
77
79
  this.expected = vars[1]
80
+ if (EMPTY_VALUES.includes(this.expected)) {
81
+ this.cast = (v) => EMPTY_VALUES.includes(v)
82
+ }
78
83
  // Special cases where we want to be lousy when checking isNaN without
79
84
  // coercing to a Number first because we handle multiple types.
80
85
  // See https://developer.mozilla.org/en-US/docs/Web/JavaScript/
81
86
  // Reference/Global_Objects/Number/isNaN
82
87
  // biome-ignore lint/suspicious/noGlobalIsNan: expected might not be a number.
83
- if (!isNaN(this.expected)) this.cast = Number.parseFloat
84
- else if (['true', 'false'].includes(this.expected)) this.cast = (v) => !!v
88
+ else if (!isNaN(this.expected)) {
89
+ this.cast = Number.parseFloat
90
+ } else if (['true', 'false'].includes(this.expected)) {
91
+ this.cast = (v) => {
92
+ if (`${v}`.toLowerCase() === 'true') return true
93
+ if (`${v}`.toLowerCase() === 'false') return false
94
+ }
95
+ }
85
96
  this.expected = this.cast(this.expected)
86
97
  }
87
98
 
@@ -133,7 +144,9 @@ class Rule {
133
144
  autocomplete.suggestions = [`${value}=`, `${value}!=`, `${value}>`, `${value}<`]
134
145
  } else if (value.endsWith('=')) {
135
146
  const key = value.split('!')[0].split('=')[0]
136
- autocomplete.suggestions = this.map.sortedValues(key).map((str) => `${value}${str || ''}`)
147
+ autocomplete.suggestions = this.map
148
+ .sortedValues(key)
149
+ .map((str) => `${value}${str || ''}`)
137
150
  }
138
151
  })
139
152
  this.map.editPanel.open({ content: container })
@@ -504,7 +504,9 @@ const locale = {
504
504
  "Property name to compute circles": "Property name to compute circles",
505
505
  "Min circle radius": "Min circle radius",
506
506
  "Max circle radius": "Max circle radius",
507
- "Display the open browser control": "Display the open browser control"
507
+ "Display the open browser control": "Display the open browser control",
508
+ "Copy as GeoJSON": "Copy as GeoJSON",
509
+ "Please zoom in to edit the geometry": "Please zoom in to edit the geometry"
508
510
  }
509
511
  L.registerLocale("en", locale)
510
512
  L.setLocale("en")
@@ -504,5 +504,7 @@
504
504
  "Property name to compute circles": "Property name to compute circles",
505
505
  "Min circle radius": "Min circle radius",
506
506
  "Max circle radius": "Max circle radius",
507
- "Display the open browser control": "Display the open browser control"
507
+ "Display the open browser control": "Display the open browser control",
508
+ "Copy as GeoJSON": "Copy as GeoJSON",
509
+ "Please zoom in to edit the geometry": "Please zoom in to edit the geometry"
508
510
  }
@@ -498,13 +498,15 @@ const locale = {
498
498
  "Expression is empty": "Esamoldea hutsa dago",
499
499
  "OK": "Ados",
500
500
  "Cancel": "Utzi",
501
- "Attach map to a team": "Attach map to a team",
502
- "Display the polygon inverted": "Display the polygon inverted",
503
- "Proportional circles": "Proportional circles",
501
+ "Attach map to a team": "Erantsi mapa talde bati",
502
+ "Display the polygon inverted": "Bistaratu poligonoa alderantziz",
503
+ "Proportional circles": "Zirkulu proportzionalak",
504
504
  "Property name to compute circles": "Property name to compute circles",
505
- "Min circle radius": "Min circle radius",
506
- "Max circle radius": "Max circle radius",
507
- "Display the open browser control": "Display the open browser control"
505
+ "Min circle radius": "Zirkuluaren gutxieneko erradioa",
506
+ "Max circle radius": "Zirkuluaren gehieneko erradioa",
507
+ "Display the open browser control": "Display the open browser control",
508
+ "Copy as GeoJSON": "Kopiatu GeoJSON gisa",
509
+ "Please zoom in to edit the geometry": "Mesedez, handitu geometria editatzeko"
508
510
  }
509
511
  L.registerLocale("eu", locale)
510
512
  L.setLocale("eu")
@@ -498,11 +498,13 @@
498
498
  "Expression is empty": "Esamoldea hutsa dago",
499
499
  "OK": "Ados",
500
500
  "Cancel": "Utzi",
501
- "Attach map to a team": "Attach map to a team",
502
- "Display the polygon inverted": "Display the polygon inverted",
503
- "Proportional circles": "Proportional circles",
501
+ "Attach map to a team": "Erantsi mapa talde bati",
502
+ "Display the polygon inverted": "Bistaratu poligonoa alderantziz",
503
+ "Proportional circles": "Zirkulu proportzionalak",
504
504
  "Property name to compute circles": "Property name to compute circles",
505
- "Min circle radius": "Min circle radius",
506
- "Max circle radius": "Max circle radius",
507
- "Display the open browser control": "Display the open browser control"
505
+ "Min circle radius": "Zirkuluaren gutxieneko erradioa",
506
+ "Max circle radius": "Zirkuluaren gehieneko erradioa",
507
+ "Display the open browser control": "Display the open browser control",
508
+ "Copy as GeoJSON": "Kopiatu GeoJSON gisa",
509
+ "Please zoom in to edit the geometry": "Mesedez, handitu geometria editatzeko"
508
510
  }