umap-project 3.3.3__tar.gz → 3.3.5__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 (611) hide show
  1. {umap_project-3.3.3 → umap_project-3.3.5}/PKG-INFO +1 -1
  2. umap_project-3.3.5/umap/__init__.py +1 -0
  3. umap_project-3.3.5/umap/locale/de/LC_MESSAGES/django.mo +0 -0
  4. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/de/LC_MESSAGES/django.po +43 -38
  5. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/data/features.js +4 -3
  6. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/data/layer.js +30 -14
  7. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/rendering/layers/base.js +2 -2
  8. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/rendering/layers/cluster.js +12 -8
  9. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/rendering/ui.js +1 -1
  10. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/de.js +55 -55
  11. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/de.json +55 -55
  12. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/en.js +2 -1
  13. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/en.json +2 -1
  14. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/fr.js +2 -1
  15. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/fr.json +2 -1
  16. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/integration/test_cluster.py +64 -0
  17. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/integration/test_edit_marker.py +11 -0
  18. umap_project-3.3.3/umap/__init__.py +0 -1
  19. umap_project-3.3.3/umap/locale/de/LC_MESSAGES/django.mo +0 -0
  20. {umap_project-3.3.3 → umap_project-3.3.5}/.gitignore +0 -0
  21. {umap_project-3.3.3 → umap_project-3.3.5}/LICENSE +0 -0
  22. {umap_project-3.3.3 → umap_project-3.3.5}/README.md +0 -0
  23. {umap_project-3.3.3 → umap_project-3.3.5}/pyproject.toml +0 -0
  24. {umap_project-3.3.3 → umap_project-3.3.5}/umap/admin.py +0 -0
  25. {umap_project-3.3.3 → umap_project-3.3.5}/umap/apps.py +0 -0
  26. {umap_project-3.3.3 → umap_project-3.3.5}/umap/asgi.py +0 -0
  27. {umap_project-3.3.3 → umap_project-3.3.5}/umap/autocomplete.py +0 -0
  28. {umap_project-3.3.3 → umap_project-3.3.5}/umap/bin/__init__.py +0 -0
  29. {umap_project-3.3.3 → umap_project-3.3.5}/umap/context_processors.py +0 -0
  30. {umap_project-3.3.3 → umap_project-3.3.5}/umap/decorators.py +0 -0
  31. {umap_project-3.3.3 → umap_project-3.3.5}/umap/fields.py +0 -0
  32. {umap_project-3.3.3 → umap_project-3.3.5}/umap/forms.py +0 -0
  33. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/am_ET/LC_MESSAGES/django.mo +0 -0
  34. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/am_ET/LC_MESSAGES/django.po +0 -0
  35. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/ar/LC_MESSAGES/django.mo +0 -0
  36. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/ar/LC_MESSAGES/django.po +0 -0
  37. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/ast/LC_MESSAGES/django.mo +0 -0
  38. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/ast/LC_MESSAGES/django.po +0 -0
  39. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/bg/LC_MESSAGES/django.mo +0 -0
  40. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/bg/LC_MESSAGES/django.po +0 -0
  41. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/br/LC_MESSAGES/django.mo +0 -0
  42. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/br/LC_MESSAGES/django.po +0 -0
  43. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/ca/LC_MESSAGES/django.mo +0 -0
  44. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/ca/LC_MESSAGES/django.po +0 -0
  45. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
  46. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/cs_CZ/LC_MESSAGES/django.po +0 -0
  47. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/da/LC_MESSAGES/django.mo +0 -0
  48. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/da/LC_MESSAGES/django.po +0 -0
  49. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/el/LC_MESSAGES/django.mo +0 -0
  50. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/el/LC_MESSAGES/django.po +0 -0
  51. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/en/LC_MESSAGES/django.mo +0 -0
  52. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/en/LC_MESSAGES/django.po +0 -0
  53. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/es/LC_MESSAGES/django.mo +0 -0
  54. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/es/LC_MESSAGES/django.po +0 -0
  55. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/et/LC_MESSAGES/django.mo +0 -0
  56. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/et/LC_MESSAGES/django.po +0 -0
  57. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/eu/LC_MESSAGES/django.mo +0 -0
  58. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/eu/LC_MESSAGES/django.po +0 -0
  59. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/fa_IR/LC_MESSAGES/django.mo +0 -0
  60. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/fa_IR/LC_MESSAGES/django.po +0 -0
  61. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/fi/LC_MESSAGES/django.mo +0 -0
  62. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/fi/LC_MESSAGES/django.po +0 -0
  63. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/fr/LC_MESSAGES/django.mo +0 -0
  64. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/fr/LC_MESSAGES/django.po +0 -0
  65. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/gl/LC_MESSAGES/django.mo +0 -0
  66. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/gl/LC_MESSAGES/django.po +0 -0
  67. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/he/LC_MESSAGES/django.mo +0 -0
  68. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/he/LC_MESSAGES/django.po +0 -0
  69. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/hr/LC_MESSAGES/django.mo +0 -0
  70. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/hr/LC_MESSAGES/django.po +0 -0
  71. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/hu/LC_MESSAGES/django.mo +0 -0
  72. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/hu/LC_MESSAGES/django.po +0 -0
  73. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/id/LC_MESSAGES/django.mo +0 -0
  74. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/id/LC_MESSAGES/django.po +0 -0
  75. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/is/LC_MESSAGES/django.mo +0 -0
  76. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/is/LC_MESSAGES/django.po +0 -0
  77. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/it/LC_MESSAGES/django.mo +0 -0
  78. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/it/LC_MESSAGES/django.po +0 -0
  79. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/ja/LC_MESSAGES/django.mo +0 -0
  80. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/ja/LC_MESSAGES/django.po +0 -0
  81. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/ko/LC_MESSAGES/django.mo +0 -0
  82. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/ko/LC_MESSAGES/django.po +0 -0
  83. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/lt/LC_MESSAGES/django.mo +0 -0
  84. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/lt/LC_MESSAGES/django.po +0 -0
  85. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/ms/LC_MESSAGES/django.mo +0 -0
  86. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/ms/LC_MESSAGES/django.po +0 -0
  87. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/nl/LC_MESSAGES/django.mo +0 -0
  88. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/nl/LC_MESSAGES/django.po +0 -0
  89. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/no/LC_MESSAGES/django.mo +0 -0
  90. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/no/LC_MESSAGES/django.po +0 -0
  91. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/pl/LC_MESSAGES/django.mo +0 -0
  92. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/pl/LC_MESSAGES/django.po +0 -0
  93. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/pt/LC_MESSAGES/django.mo +0 -0
  94. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/pt/LC_MESSAGES/django.po +0 -0
  95. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/pt_BR/LC_MESSAGES/django.mo +0 -0
  96. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/pt_BR/LC_MESSAGES/django.po +0 -0
  97. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/pt_PT/LC_MESSAGES/django.mo +0 -0
  98. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/pt_PT/LC_MESSAGES/django.po +0 -0
  99. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/ro/LC_MESSAGES/django.mo +0 -0
  100. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/ro/LC_MESSAGES/django.po +0 -0
  101. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/ru/LC_MESSAGES/django.mo +0 -0
  102. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/ru/LC_MESSAGES/django.po +0 -0
  103. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/si/LC_MESSAGES/django.mo +0 -0
  104. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/si/LC_MESSAGES/django.po +0 -0
  105. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/sk_SK/LC_MESSAGES/django.mo +0 -0
  106. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/sk_SK/LC_MESSAGES/django.po +0 -0
  107. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/sl/LC_MESSAGES/django.mo +0 -0
  108. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/sl/LC_MESSAGES/django.po +0 -0
  109. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/sr/LC_MESSAGES/django.mo +0 -0
  110. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/sr/LC_MESSAGES/django.po +0 -0
  111. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/sv/LC_MESSAGES/django.mo +0 -0
  112. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/sv/LC_MESSAGES/django.po +0 -0
  113. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/th_TH/LC_MESSAGES/django.mo +0 -0
  114. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/th_TH/LC_MESSAGES/django.po +0 -0
  115. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/tr/LC_MESSAGES/django.mo +0 -0
  116. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/tr/LC_MESSAGES/django.po +0 -0
  117. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/uk_UA/LC_MESSAGES/django.mo +0 -0
  118. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/uk_UA/LC_MESSAGES/django.po +0 -0
  119. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/vi/LC_MESSAGES/django.mo +0 -0
  120. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/vi/LC_MESSAGES/django.po +0 -0
  121. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/zh/LC_MESSAGES/django.mo +0 -0
  122. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/zh/LC_MESSAGES/django.po +0 -0
  123. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
  124. {umap_project-3.3.3 → umap_project-3.3.5}/umap/locale/zh_TW/LC_MESSAGES/django.po +0 -0
  125. {umap_project-3.3.3 → umap_project-3.3.5}/umap/management/__init__.py +0 -0
  126. {umap_project-3.3.3 → umap_project-3.3.5}/umap/management/commands/__init__.py +0 -0
  127. {umap_project-3.3.3 → umap_project-3.3.5}/umap/management/commands/anonymous_edit_url.py +0 -0
  128. {umap_project-3.3.3 → umap_project-3.3.5}/umap/management/commands/clean_tilelayer.py +0 -0
  129. {umap_project-3.3.3 → umap_project-3.3.5}/umap/management/commands/empty_trash.py +0 -0
  130. {umap_project-3.3.3 → umap_project-3.3.5}/umap/management/commands/export_pictogram.py +0 -0
  131. {umap_project-3.3.3 → umap_project-3.3.5}/umap/management/commands/generate_js_locale.py +0 -0
  132. {umap_project-3.3.3 → umap_project-3.3.5}/umap/management/commands/import_pictograms.py +0 -0
  133. {umap_project-3.3.3 → umap_project-3.3.5}/umap/management/commands/migrate_to_S3.py +0 -0
  134. {umap_project-3.3.3 → umap_project-3.3.5}/umap/management/commands/purge_old_versions.py +0 -0
  135. {umap_project-3.3.3 → umap_project-3.3.5}/umap/management/commands/switch_user.py +0 -0
  136. {umap_project-3.3.3 → umap_project-3.3.5}/umap/managers.py +0 -0
  137. {umap_project-3.3.3 → umap_project-3.3.5}/umap/middleware.py +0 -0
  138. {umap_project-3.3.3 → umap_project-3.3.5}/umap/migrations/0001_initial.py +0 -0
  139. {umap_project-3.3.3 → umap_project-3.3.5}/umap/migrations/0002_tilelayer_tms.py +0 -0
  140. {umap_project-3.3.3 → umap_project-3.3.5}/umap/migrations/0003_add_tilelayer.py +0 -0
  141. {umap_project-3.3.3 → umap_project-3.3.5}/umap/migrations/0004_add_licence.py +0 -0
  142. {umap_project-3.3.3 → umap_project-3.3.5}/umap/migrations/0005_remove_map_tilelayer.py +0 -0
  143. {umap_project-3.3.3 → umap_project-3.3.5}/umap/migrations/0006_auto_20190407_0719.py +0 -0
  144. {umap_project-3.3.3 → umap_project-3.3.5}/umap/migrations/0007_auto_20190416_1757.py +0 -0
  145. {umap_project-3.3.3 → umap_project-3.3.5}/umap/migrations/0008_alter_map_settings.py +0 -0
  146. {umap_project-3.3.3 → umap_project-3.3.5}/umap/migrations/0009_star.py +0 -0
  147. {umap_project-3.3.3 → umap_project-3.3.5}/umap/migrations/0010_alter_map_edit_status_alter_map_share_status.py +0 -0
  148. {umap_project-3.3.3 → umap_project-3.3.5}/umap/migrations/0011_alter_map_edit_status_alter_map_share_status.py +0 -0
  149. {umap_project-3.3.3 → umap_project-3.3.5}/umap/migrations/0012_datalayer_settings.py +0 -0
  150. {umap_project-3.3.3 → umap_project-3.3.5}/umap/migrations/0013_datalayer_edit_status.py +0 -0
  151. {umap_project-3.3.3 → umap_project-3.3.5}/umap/migrations/0014_map_created_at.py +0 -0
  152. {umap_project-3.3.3 → umap_project-3.3.5}/umap/migrations/0015_alter_pictogram_pictogram.py +0 -0
  153. {umap_project-3.3.3 → umap_project-3.3.5}/umap/migrations/0016_pictogram_category.py +0 -0
  154. {umap_project-3.3.3 → umap_project-3.3.5}/umap/migrations/0017_migrate_to_openstreetmap_oauth2.py +0 -0
  155. {umap_project-3.3.3 → umap_project-3.3.5}/umap/migrations/0018_datalayer_uuid.py +0 -0
  156. {umap_project-3.3.3 → umap_project-3.3.5}/umap/migrations/0019_migrate_internal_remote_datalayers.py +0 -0
  157. {umap_project-3.3.3 → umap_project-3.3.5}/umap/migrations/0020_alter_tilelayer_url_template.py +0 -0
  158. {umap_project-3.3.3 → umap_project-3.3.5}/umap/migrations/0021_remove_map_description.py +0 -0
  159. {umap_project-3.3.3 → umap_project-3.3.5}/umap/migrations/0022_add_team.py +0 -0
  160. {umap_project-3.3.3 → umap_project-3.3.5}/umap/migrations/0023_alter_datalayer_uuid.py +0 -0
  161. {umap_project-3.3.3 → umap_project-3.3.5}/umap/migrations/0024_alter_map_share_status.py +0 -0
  162. {umap_project-3.3.3 → umap_project-3.3.5}/umap/migrations/0025_alter_datalayer_geojson.py +0 -0
  163. {umap_project-3.3.3 → umap_project-3.3.5}/umap/migrations/0026_datalayer_modified_at_datalayer_share_status.py +0 -0
  164. {umap_project-3.3.3 → umap_project-3.3.5}/umap/migrations/0027_map_tags.py +0 -0
  165. {umap_project-3.3.3 → umap_project-3.3.5}/umap/migrations/0028_map_is_template.py +0 -0
  166. {umap_project-3.3.3 → umap_project-3.3.5}/umap/migrations/__init__.py +0 -0
  167. {umap_project-3.3.3 → umap_project-3.3.5}/umap/models.py +0 -0
  168. {umap_project-3.3.3 → umap_project-3.3.5}/umap/settings/__init__.py +0 -0
  169. {umap_project-3.3.3 → umap_project-3.3.5}/umap/settings/base.py +0 -0
  170. {umap_project-3.3.3 → umap_project-3.3.5}/umap/settings/dev.py +0 -0
  171. {umap_project-3.3.3 → umap_project-3.3.5}/umap/settings/local.py.sample +0 -0
  172. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/.gitignore +0 -0
  173. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/base.css +0 -0
  174. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/content.css +0 -0
  175. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/css/bar.css +0 -0
  176. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/css/contextmenu.css +0 -0
  177. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/css/dialog.css +0 -0
  178. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/css/form.css +0 -0
  179. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/css/icon.css +0 -0
  180. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/css/importers.css +0 -0
  181. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/css/panel.css +0 -0
  182. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/css/popup.css +0 -0
  183. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/css/slideshow.css +0 -0
  184. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/css/tableeditor.css +0 -0
  185. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/css/tooltip.css +0 -0
  186. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/css/window.css +0 -0
  187. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/favicons/apple-touch-icon.png +0 -0
  188. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/favicons/favicon.ico +0 -0
  189. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/favicons/icon-192.png +0 -0
  190. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/favicons/icon-512.png +0 -0
  191. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/favicons/icon.svg +0 -0
  192. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/font/FiraSans-Light.woff +0 -0
  193. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/font/FiraSans-Light.woff2 +0 -0
  194. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/font/FiraSans-LightItalic.woff +0 -0
  195. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/font/FiraSans-LightItalic.woff2 +0 -0
  196. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/font/FiraSans-SemiBold.woff +0 -0
  197. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/font/FiraSans-SemiBold.woff2 +0 -0
  198. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/font.css +0 -0
  199. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/img/16-white.svg +0 -0
  200. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/img/16.svg +0 -0
  201. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/img/24-white.svg +0 -0
  202. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/img/24.svg +0 -0
  203. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/img/alert-icon-error.svg +0 -0
  204. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/img/alert-icon-info.svg +0 -0
  205. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/img/alert-icon-success.svg +0 -0
  206. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/img/edit.svg +0 -0
  207. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/img/home.svg +0 -0
  208. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/img/icon-bg.png +0 -0
  209. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/img/icon-delete.svg +0 -0
  210. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/img/icon-download.svg +0 -0
  211. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/img/icon-duplicate.svg +0 -0
  212. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/img/icon-edit.svg +0 -0
  213. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/img/icon-external-link.svg +0 -0
  214. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/img/icon-share.svg +0 -0
  215. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/img/icon-view.svg +0 -0
  216. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/img/importers/banfr.svg +0 -0
  217. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/img/importers/cadastrefr.svg +0 -0
  218. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/img/importers/communesfr.svg +0 -0
  219. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/img/importers/datasets.svg +0 -0
  220. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/img/importers/geodatamine.svg +0 -0
  221. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/img/importers/opendata.svg +0 -0
  222. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/img/importers/overpass.svg +0 -0
  223. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/img/importers/random.svg +0 -0
  224. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/img/importers/random1.svg +0 -0
  225. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/img/importers/random2.svg +0 -0
  226. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/img/logo.svg +0 -0
  227. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/img/logo_filigree.png +0 -0
  228. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/img/logo_lightcyan.svg +0 -0
  229. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/img/logo_small.svg +0 -0
  230. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/img/marker.png +0 -0
  231. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/img/marker.svg +0 -0
  232. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/img/opensource.svg +0 -0
  233. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/img/osm.svg +0 -0
  234. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/img/providers/bitbucket.png +0 -0
  235. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/img/providers/github.png +0 -0
  236. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/img/providers/keycloak.png +0 -0
  237. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/img/providers/openstreetmap-oauth2.png +0 -0
  238. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/img/providers/twitter-oauth2.png +0 -0
  239. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/img/search.gif +0 -0
  240. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/img/source/16-white.svg +0 -0
  241. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/img/source/16.svg +0 -0
  242. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/img/source/24-white.svg +0 -0
  243. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/img/source/24.svg +0 -0
  244. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/img/target.svg +0 -0
  245. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/components/alerts/alert.css +0 -0
  246. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/components/alerts/alert.js +0 -0
  247. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/components/base.js +0 -0
  248. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/components/fragment.js +0 -0
  249. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/components/modal.js +0 -0
  250. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/autocomplete.js +0 -0
  251. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/browser.js +0 -0
  252. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/caption.js +0 -0
  253. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/dompurify.js +0 -0
  254. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/drop.js +0 -0
  255. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/facets.js +0 -0
  256. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/form/builder.js +0 -0
  257. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/form/fields.js +0 -0
  258. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/formatter.js +0 -0
  259. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/global.js +0 -0
  260. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/help.js +0 -0
  261. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/i18n.js +0 -0
  262. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/importer.js +0 -0
  263. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/importers/banfr.js +0 -0
  264. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/importers/cadastrefr.js +0 -0
  265. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/importers/communesfr.js +0 -0
  266. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/importers/datasets.js +0 -0
  267. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/importers/geodatamine.js +0 -0
  268. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/importers/opendata.js +0 -0
  269. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/importers/openrouteservice.js +0 -0
  270. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/importers/overpass.js +0 -0
  271. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/leaflet-configure.js +0 -0
  272. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/managers.js +0 -0
  273. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/orderable.js +0 -0
  274. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/permissions.js +0 -0
  275. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/printer.js +0 -0
  276. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/rendering/controls.js +0 -0
  277. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/rendering/icon.js +0 -0
  278. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/rendering/layers/classified.js +0 -0
  279. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/rendering/layers/heat.js +0 -0
  280. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/rendering/map.js +0 -0
  281. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/rendering/popup.js +0 -0
  282. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/rendering/template.js +0 -0
  283. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/request.js +0 -0
  284. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/rules.js +0 -0
  285. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/schema.js +0 -0
  286. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/share.js +0 -0
  287. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/slideshow.js +0 -0
  288. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/sync/engine.js +0 -0
  289. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/sync/hlc.js +0 -0
  290. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/sync/undo.js +0 -0
  291. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/sync/updaters.js +0 -0
  292. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/sync/websocket.js +0 -0
  293. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/tableeditor.js +0 -0
  294. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/templates.js +0 -0
  295. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/ui/bar.js +0 -0
  296. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/ui/base.js +0 -0
  297. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/ui/contextmenu.js +0 -0
  298. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/ui/dialog.js +0 -0
  299. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/ui/panel.js +0 -0
  300. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/ui/tooltip.js +0 -0
  301. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/umap.js +0 -0
  302. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/urls.js +0 -0
  303. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/modules/utils.js +0 -0
  304. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/umap.controls.js +0 -0
  305. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/js/umap.core.js +0 -0
  306. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/am_ET.js +0 -0
  307. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/am_ET.json +0 -0
  308. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/ar.js +0 -0
  309. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/ar.json +0 -0
  310. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/ast.js +0 -0
  311. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/ast.json +0 -0
  312. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/bg.js +0 -0
  313. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/bg.json +0 -0
  314. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/br.js +0 -0
  315. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/br.json +0 -0
  316. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/ca.js +0 -0
  317. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/ca.json +0 -0
  318. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/cs_CZ.js +0 -0
  319. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/cs_CZ.json +0 -0
  320. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/da.js +0 -0
  321. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/da.json +0 -0
  322. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/el.js +0 -0
  323. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/el.json +0 -0
  324. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/en_US.json +0 -0
  325. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/es.js +0 -0
  326. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/es.json +0 -0
  327. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/et.js +0 -0
  328. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/et.json +0 -0
  329. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/eu.js +0 -0
  330. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/eu.json +0 -0
  331. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/fa_IR.js +0 -0
  332. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/fa_IR.json +0 -0
  333. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/fi.js +0 -0
  334. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/fi.json +0 -0
  335. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/gl.js +0 -0
  336. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/gl.json +0 -0
  337. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/he.js +0 -0
  338. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/he.json +0 -0
  339. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/hr.js +0 -0
  340. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/hr.json +0 -0
  341. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/hu.js +0 -0
  342. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/hu.json +0 -0
  343. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/id.js +0 -0
  344. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/id.json +0 -0
  345. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/is.js +0 -0
  346. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/is.json +0 -0
  347. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/it.js +0 -0
  348. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/it.json +0 -0
  349. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/ja.js +0 -0
  350. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/ja.json +0 -0
  351. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/ko.js +0 -0
  352. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/ko.json +0 -0
  353. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/lt.js +0 -0
  354. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/lt.json +0 -0
  355. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/ms.js +0 -0
  356. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/ms.json +0 -0
  357. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/nl.js +0 -0
  358. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/nl.json +0 -0
  359. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/no.js +0 -0
  360. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/no.json +0 -0
  361. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/pl.js +0 -0
  362. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/pl.json +0 -0
  363. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/pl_PL.json +0 -0
  364. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/pt.js +0 -0
  365. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/pt.json +0 -0
  366. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/pt_BR.js +0 -0
  367. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/pt_BR.json +0 -0
  368. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/pt_PT.js +0 -0
  369. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/pt_PT.json +0 -0
  370. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/ro.js +0 -0
  371. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/ro.json +0 -0
  372. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/ru.js +0 -0
  373. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/ru.json +0 -0
  374. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/si.js +0 -0
  375. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/si.json +0 -0
  376. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/sk_SK.js +0 -0
  377. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/sk_SK.json +0 -0
  378. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/sl.js +0 -0
  379. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/sl.json +0 -0
  380. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/sr.js +0 -0
  381. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/sr.json +0 -0
  382. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/sv.js +0 -0
  383. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/sv.json +0 -0
  384. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/th_TH.js +0 -0
  385. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/th_TH.json +0 -0
  386. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/tr.js +0 -0
  387. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/tr.json +0 -0
  388. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/uk_UA.js +0 -0
  389. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/uk_UA.json +0 -0
  390. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/vi.js +0 -0
  391. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/vi.json +0 -0
  392. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/vi_VN.json +0 -0
  393. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/zh.js +0 -0
  394. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/zh.json +0 -0
  395. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/zh_CN.json +0 -0
  396. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/zh_TW.Big5.json +0 -0
  397. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/zh_TW.js +0 -0
  398. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/locale/zh_TW.json +0 -0
  399. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/map.css +0 -0
  400. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/nav.css +0 -0
  401. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/theme.css +0 -0
  402. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/unittests/URLs.js +0 -0
  403. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/unittests/hlc.js +0 -0
  404. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/unittests/sync.js +0 -0
  405. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/unittests/utils.js +0 -0
  406. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vars.css +0 -0
  407. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/betterknown/betterknown.mjs +0 -0
  408. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/colorbrewer/colorbrewer.js +0 -0
  409. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/csv2geojson/csv2geojson.js +0 -0
  410. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/dompurify/purify.es.js +0 -0
  411. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/dompurify/purify.es.mjs.map +0 -0
  412. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/editable/Leaflet.Editable.js +0 -0
  413. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/editable/Path.Drag.js +0 -0
  414. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.css +0 -0
  415. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.js +0 -0
  416. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/editinosm/edit-in-osm.png +0 -0
  417. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/fullscreen/Leaflet.fullscreen.js +0 -0
  418. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/fullscreen/Leaflet.fullscreen.min.js +0 -0
  419. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/fullscreen/fullscreen.png +0 -0
  420. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/fullscreen/fullscreen@2x.png +0 -0
  421. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/fullscreen/leaflet.fullscreen.css +0 -0
  422. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/geojson-to-gpx/index.js +0 -0
  423. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/georsstogeojson/GeoRSSToGeoJSON.js +0 -0
  424. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/hash/leaflet-hash.js +0 -0
  425. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/heat/leaflet-heat.js +0 -0
  426. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/i18n/Leaflet.i18n.js +0 -0
  427. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/iconlayers/check.png +0 -0
  428. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/iconlayers/iconLayers.css +0 -0
  429. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/iconlayers/iconLayers.js +0 -0
  430. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/iconlayers/transparent-pixel.png +0 -0
  431. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/leaflet/images/layers-2x.png +0 -0
  432. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/leaflet/images/layers.png +0 -0
  433. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/leaflet/images/marker-icon-2x.png +0 -0
  434. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/leaflet/images/marker-icon.png +0 -0
  435. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/leaflet/images/marker-shadow.png +0 -0
  436. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/leaflet/leaflet-src.esm.js +0 -0
  437. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/leaflet/leaflet-src.esm.js.map +0 -0
  438. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/leaflet/leaflet.css +0 -0
  439. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/loading/Control.Loading.css +0 -0
  440. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/loading/Control.Loading.js +0 -0
  441. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css +0 -0
  442. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css.map +0 -0
  443. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js +0 -0
  444. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js.map +0 -0
  445. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/measurable/Leaflet.Measurable.css +0 -0
  446. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/measurable/Leaflet.Measurable.js +0 -0
  447. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/minimap/Control.MiniMap.min.css +0 -0
  448. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/minimap/Control.MiniMap.min.js +0 -0
  449. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/minimap/images/toggle.png +0 -0
  450. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/minimap/images/toggle.svg +0 -0
  451. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/openrouteservice/ors-js-client.js +0 -0
  452. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/openrouteservice/ors-js-client.js.map +0 -0
  453. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/osmtogeojson/osmtogeojson.js +0 -0
  454. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/photon/leaflet.photon.js +0 -0
  455. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/simple-elevation-chart/elevation.js +0 -0
  456. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/simple-elevation-chart/elevation.svg +0 -0
  457. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/simple-statistics/simple-statistics.min.js +0 -0
  458. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/simple-statistics/simple-statistics.min.js.map +0 -0
  459. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/snapdom/snapdom.min.mjs +0 -0
  460. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/textpath/leaflet.textpath.js +0 -0
  461. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/togeojson/togeojson.es.js +0 -0
  462. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/togeojson/togeojson.es.mjs.map +0 -0
  463. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/tokml/tokml.es.js +0 -0
  464. {umap_project-3.3.3 → umap_project-3.3.5}/umap/static/umap/vendors/tokml/tokml.es.mjs.map +0 -0
  465. {umap_project-3.3.3 → umap_project-3.3.5}/umap/storage/__init__.py +0 -0
  466. {umap_project-3.3.3 → umap_project-3.3.5}/umap/storage/fs.py +0 -0
  467. {umap_project-3.3.3 → umap_project-3.3.5}/umap/storage/s3.py +0 -0
  468. {umap_project-3.3.3 → umap_project-3.3.5}/umap/storage/staticfiles.py +0 -0
  469. {umap_project-3.3.3 → umap_project-3.3.5}/umap/sync/__init__.py +0 -0
  470. {umap_project-3.3.3 → umap_project-3.3.5}/umap/sync/app.py +0 -0
  471. {umap_project-3.3.3 → umap_project-3.3.5}/umap/sync/payloads.py +0 -0
  472. {umap_project-3.3.3 → umap_project-3.3.5}/umap/templates/403.html +0 -0
  473. {umap_project-3.3.3 → umap_project-3.3.5}/umap/templates/404.html +0 -0
  474. {umap_project-3.3.3 → umap_project-3.3.5}/umap/templates/40x.html +0 -0
  475. {umap_project-3.3.3 → umap_project-3.3.5}/umap/templates/500.html +0 -0
  476. {umap_project-3.3.3 → umap_project-3.3.5}/umap/templates/auth/user_detail.html +0 -0
  477. {umap_project-3.3.3 → umap_project-3.3.5}/umap/templates/auth/user_form.html +0 -0
  478. {umap_project-3.3.3 → umap_project-3.3.5}/umap/templates/auth/user_stars.html +0 -0
  479. {umap_project-3.3.3 → umap_project-3.3.5}/umap/templates/base.html +0 -0
  480. {umap_project-3.3.3 → umap_project-3.3.5}/umap/templates/registration/login.html +0 -0
  481. {umap_project-3.3.3 → umap_project-3.3.5}/umap/templates/umap/about.html +0 -0
  482. {umap_project-3.3.3 → umap_project-3.3.5}/umap/templates/umap/about_summary.html +0 -0
  483. {umap_project-3.3.3 → umap_project-3.3.5}/umap/templates/umap/branding.html +0 -0
  484. {umap_project-3.3.3 → umap_project-3.3.5}/umap/templates/umap/components/alerts/alert.html +0 -0
  485. {umap_project-3.3.3 → umap_project-3.3.5}/umap/templates/umap/components/provider.html +0 -0
  486. {umap_project-3.3.3 → umap_project-3.3.5}/umap/templates/umap/content.html +0 -0
  487. {umap_project-3.3.3 → umap_project-3.3.5}/umap/templates/umap/content_footer.html +0 -0
  488. {umap_project-3.3.3 → umap_project-3.3.5}/umap/templates/umap/css.html +0 -0
  489. {umap_project-3.3.3 → umap_project-3.3.5}/umap/templates/umap/dashboard_menu.html +0 -0
  490. {umap_project-3.3.3 → umap_project-3.3.5}/umap/templates/umap/design_system.html +0 -0
  491. {umap_project-3.3.3 → umap_project-3.3.5}/umap/templates/umap/footer.html +0 -0
  492. {umap_project-3.3.3 → umap_project-3.3.5}/umap/templates/umap/header.html +0 -0
  493. {umap_project-3.3.3 → umap_project-3.3.5}/umap/templates/umap/home.html +0 -0
  494. {umap_project-3.3.3 → umap_project-3.3.5}/umap/templates/umap/js.html +0 -0
  495. {umap_project-3.3.3 → umap_project-3.3.5}/umap/templates/umap/locale.js +0 -0
  496. {umap_project-3.3.3 → umap_project-3.3.5}/umap/templates/umap/login_popup_end.html +0 -0
  497. {umap_project-3.3.3 → umap_project-3.3.5}/umap/templates/umap/map_detail.html +0 -0
  498. {umap_project-3.3.3 → umap_project-3.3.5}/umap/templates/umap/map_fragment.html +0 -0
  499. {umap_project-3.3.3 → umap_project-3.3.5}/umap/templates/umap/map_init.html +0 -0
  500. {umap_project-3.3.3 → umap_project-3.3.5}/umap/templates/umap/map_list.html +0 -0
  501. {umap_project-3.3.3 → umap_project-3.3.5}/umap/templates/umap/map_table.html +0 -0
  502. {umap_project-3.3.3 → umap_project-3.3.5}/umap/templates/umap/messages.html +0 -0
  503. {umap_project-3.3.3 → umap_project-3.3.5}/umap/templates/umap/navigation.html +0 -0
  504. {umap_project-3.3.3 → umap_project-3.3.5}/umap/templates/umap/password_change.html +0 -0
  505. {umap_project-3.3.3 → umap_project-3.3.5}/umap/templates/umap/password_change_done.html +0 -0
  506. {umap_project-3.3.3 → umap_project-3.3.5}/umap/templates/umap/search.html +0 -0
  507. {umap_project-3.3.3 → umap_project-3.3.5}/umap/templates/umap/search_bar.html +0 -0
  508. {umap_project-3.3.3 → umap_project-3.3.5}/umap/templates/umap/success.html +0 -0
  509. {umap_project-3.3.3 → umap_project-3.3.5}/umap/templates/umap/team_confirm_delete.html +0 -0
  510. {umap_project-3.3.3 → umap_project-3.3.5}/umap/templates/umap/team_detail.html +0 -0
  511. {umap_project-3.3.3 → umap_project-3.3.5}/umap/templates/umap/team_form.html +0 -0
  512. {umap_project-3.3.3 → umap_project-3.3.5}/umap/templates/umap/user_dashboard.html +0 -0
  513. {umap_project-3.3.3 → umap_project-3.3.5}/umap/templates/umap/user_map_table.html +0 -0
  514. {umap_project-3.3.3 → umap_project-3.3.5}/umap/templates/umap/user_teams.html +0 -0
  515. {umap_project-3.3.3 → umap_project-3.3.5}/umap/templates/umap/user_templates.html +0 -0
  516. {umap_project-3.3.3 → umap_project-3.3.5}/umap/templatetags/__init__.py +0 -0
  517. {umap_project-3.3.3 → umap_project-3.3.5}/umap/templatetags/umap_tags.py +0 -0
  518. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/__init__.py +0 -0
  519. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/base.py +0 -0
  520. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/conftest.py +0 -0
  521. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/fixtures/categorized_highway.geojson +0 -0
  522. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/fixtures/choropleth_region_chomage.geojson +0 -0
  523. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/fixtures/circle.svg +0 -0
  524. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/fixtures/display_on_load.umap +0 -0
  525. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/fixtures/empty_tile.png +0 -0
  526. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/fixtures/heatmap_data.json +0 -0
  527. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/fixtures/remote_data.umap +0 -0
  528. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/fixtures/star.svg +0 -0
  529. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/fixtures/test_circles_layer.geojson +0 -0
  530. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/fixtures/test_import_osm_relation.json +0 -0
  531. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/fixtures/test_upload_data.csv +0 -0
  532. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/fixtures/test_upload_data.gpx +0 -0
  533. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/fixtures/test_upload_data.json +0 -0
  534. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/fixtures/test_upload_data.kml +0 -0
  535. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/fixtures/test_upload_data.umap +0 -0
  536. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/fixtures/test_upload_data_osm.json +0 -0
  537. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/fixtures/test_upload_data_with_iconurl.umap +0 -0
  538. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/fixtures/test_upload_empty_coordinates.json +0 -0
  539. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/fixtures/test_upload_georss.xml +0 -0
  540. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/fixtures/test_upload_missing_name.json +0 -0
  541. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/fixtures/test_upload_non_linear_ring.json +0 -0
  542. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/fixtures/test_upload_simple_marker.json +0 -0
  543. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/integration/__init__.py +0 -0
  544. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/integration/conftest.py +0 -0
  545. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/integration/helpers.py +0 -0
  546. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/integration/test_anonymous_owned_map.py +0 -0
  547. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/integration/test_basics.py +0 -0
  548. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/integration/test_browser.py +0 -0
  549. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/integration/test_caption.py +0 -0
  550. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/integration/test_categorized_layer.py +0 -0
  551. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/integration/test_choropleth.py +0 -0
  552. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/integration/test_circles_layer.py +0 -0
  553. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/integration/test_conditional_rules.py +0 -0
  554. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/integration/test_dashboard.py +0 -0
  555. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/integration/test_datalayer.py +0 -0
  556. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/integration/test_draw_polygon.py +0 -0
  557. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/integration/test_draw_polyline.py +0 -0
  558. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/integration/test_draw_route.py +0 -0
  559. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/integration/test_edit_datalayer.py +0 -0
  560. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/integration/test_edit_map.py +0 -0
  561. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/integration/test_edit_polygon.py +0 -0
  562. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/integration/test_export_map.py +0 -0
  563. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/integration/test_facets_browser.py +0 -0
  564. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/integration/test_features_id_generation.py +0 -0
  565. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/integration/test_heatmap.py +0 -0
  566. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/integration/test_iframe.py +0 -0
  567. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/integration/test_import.py +0 -0
  568. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/integration/test_map.py +0 -0
  569. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/integration/test_map_list.py +0 -0
  570. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/integration/test_map_preview.py +0 -0
  571. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/integration/test_optimistic_merge.py +0 -0
  572. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/integration/test_owned_map.py +0 -0
  573. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/integration/test_picto.py +0 -0
  574. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/integration/test_popup.py +0 -0
  575. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/integration/test_querystring.py +0 -0
  576. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/integration/test_remote_data.py +0 -0
  577. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/integration/test_save.py +0 -0
  578. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/integration/test_share.py +0 -0
  579. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/integration/test_slideshow.py +0 -0
  580. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/integration/test_star.py +0 -0
  581. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/integration/test_tableeditor.py +0 -0
  582. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/integration/test_team.py +0 -0
  583. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/integration/test_templates.py +0 -0
  584. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/integration/test_tilelayer.py +0 -0
  585. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/integration/test_undo_redo.py +0 -0
  586. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/integration/test_view_marker.py +0 -0
  587. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/integration/test_view_polygon.py +0 -0
  588. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/integration/test_view_polyline.py +0 -0
  589. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/integration/test_websocket_sync.py +0 -0
  590. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/settings.py +0 -0
  591. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/test_clean_tilelayer.py +0 -0
  592. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/test_dashboard.py +0 -0
  593. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/test_datalayer.py +0 -0
  594. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/test_datalayer_s3.py +0 -0
  595. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/test_datalayer_views.py +0 -0
  596. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/test_empty_trash.py +0 -0
  597. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/test_licence.py +0 -0
  598. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/test_map.py +0 -0
  599. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/test_map_views.py +0 -0
  600. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/test_merge_features.py +0 -0
  601. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/test_purge_old_versions.py +0 -0
  602. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/test_statics.py +0 -0
  603. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/test_switch_user.py +0 -0
  604. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/test_team_views.py +0 -0
  605. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/test_tilelayer.py +0 -0
  606. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/test_utils.py +0 -0
  607. {umap_project-3.3.3 → umap_project-3.3.5}/umap/tests/test_views.py +0 -0
  608. {umap_project-3.3.3 → umap_project-3.3.5}/umap/urls.py +0 -0
  609. {umap_project-3.3.3 → umap_project-3.3.5}/umap/utils.py +0 -0
  610. {umap_project-3.3.3 → umap_project-3.3.5}/umap/views.py +0 -0
  611. {umap_project-3.3.3 → umap_project-3.3.5}/umap/wsgi.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: umap-project
3
- Version: 3.3.3
3
+ Version: 3.3.5
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>
@@ -0,0 +1 @@
1
+ VERSION = "3.3.5"
@@ -15,14 +15,15 @@
15
15
  # Paul Vogel, 2025
16
16
  # pgeo, 2023
17
17
  # Klumbumbus, 2013-2014,2018-2019
18
+ # s r, 2025
18
19
  # YOHAN BONIFACE <yb@enix.org>, 2012
19
20
  msgid ""
20
21
  msgstr ""
21
22
  "Project-Id-Version: uMap\n"
22
23
  "Report-Msgid-Bugs-To: \n"
23
- "POT-Creation-Date: 2025-06-10 09:19+0000\n"
24
+ "POT-Creation-Date: 2025-08-14 15:22+0000\n"
24
25
  "PO-Revision-Date: 2013-11-22 14:00+0000\n"
25
- "Last-Translator: Paul Vogel, 2025\n"
26
+ "Last-Translator: s r, 2025\n"
26
27
  "Language-Team: German (http://app.transifex.com/openstreetmap/umap/language/de/)\n"
27
28
  "MIME-Version: 1.0\n"
28
29
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -212,11 +213,11 @@ msgstr "Fahrradfahren"
212
213
 
213
214
  #: settings/base.py:320
214
215
  msgid "Business"
215
- msgstr ""
216
+ msgstr "Gewerblich"
216
217
 
217
218
  #: settings/base.py:321
218
219
  msgid "Environment"
219
- msgstr "Umgebung"
220
+ msgstr "Umwelt"
220
221
 
221
222
  #: settings/base.py:322
222
223
  msgid "Education"
@@ -224,11 +225,11 @@ msgstr "Bildung"
224
225
 
225
226
  #: settings/base.py:323
226
227
  msgid "Food and Agriculture"
227
- msgstr ""
228
+ msgstr "Nahrungsmittel und Landwirtschaft"
228
229
 
229
230
  #: settings/base.py:324
230
231
  msgid "Geopolitics"
231
- msgstr ""
232
+ msgstr "Geopolitik"
232
233
 
233
234
  #: settings/base.py:325
234
235
  msgid "Health"
@@ -244,7 +245,7 @@ msgstr "Geschichte"
244
245
 
245
246
  #: settings/base.py:328
246
247
  msgid "Public sector"
247
- msgstr ""
248
+ msgstr "Öffentlicher Sektor"
248
249
 
249
250
  #: settings/base.py:329
250
251
  msgid "Science"
@@ -252,7 +253,7 @@ msgstr "Wissenschaft"
252
253
 
253
254
  #: settings/base.py:330
254
255
  msgid "Shopping"
255
- msgstr "Shopping"
256
+ msgstr "Einkaufsmöglichkeiten"
256
257
 
257
258
  #: settings/base.py:331
258
259
  msgid "Sport and Leisure"
@@ -264,7 +265,7 @@ msgstr "Reisen"
264
265
 
265
266
  #: settings/base.py:333
266
267
  msgid "Transports"
267
- msgstr ""
268
+ msgstr "Transport"
268
269
 
269
270
  #: settings/base.py:334
270
271
  msgid "Tourism"
@@ -337,7 +338,7 @@ msgstr "Schaue dir %(current_user)s's favorisierten Karten an"
337
338
  msgid "%(current_user)s has no starred maps yet."
338
339
  msgstr "%(current_user)s hat keine favorisierten Karten."
339
340
 
340
- #: templates/base.html:13
341
+ #: templates/base.html:16
341
342
  msgid ""
342
343
  "uMap lets you create maps with OpenStreetMap layers in a minute and embed "
343
344
  "them in your site."
@@ -349,11 +350,11 @@ msgstr "Anmeldung"
349
350
 
350
351
  #: templates/registration/login.html:22
351
352
  msgid "To save and easily find your maps, identify yourself."
352
- msgstr "Um deine Karten einfach zu speichern und wieder zu finden, merke dich an."
353
+ msgstr "Melde dich an um deine Karten einfach zu speichern und wieder zu finden."
353
354
 
354
355
  #: templates/registration/login.html:25
355
356
  msgid "Please log in with your account:"
356
- msgstr "Bitte melden Sie sich mit Ihrem Konto an"
357
+ msgstr "Bitte melde dich mit deinem Konto an"
357
358
 
358
359
  #: templates/registration/login.html:42
359
360
  msgid "Username"
@@ -513,11 +514,11 @@ msgstr "Meine Karten"
513
514
  #: templates/umap/dashboard_menu.html:11
514
515
  #, python-format
515
516
  msgid "My Templates (%(count)s)"
516
- msgstr ""
517
+ msgstr "Meine Vorlagen (%(count)s)"
517
518
 
518
519
  #: templates/umap/dashboard_menu.html:13 templates/umap/user_templates.html:6
519
520
  msgid "My Templates"
520
- msgstr ""
521
+ msgstr "Meine Vorlagen"
521
522
 
522
523
  #: templates/umap/dashboard_menu.html:17
523
524
  msgid "My profile"
@@ -543,7 +544,7 @@ msgstr "Du bist eingeloggt. Weiterleitung..."
543
544
  msgid "template"
544
545
  msgstr "Vorlage"
545
546
 
546
- #: templates/umap/map_list.html:18 views.py:458
547
+ #: templates/umap/map_list.html:18 views.py:459
547
548
  msgid "by"
548
549
  msgstr "von"
549
550
 
@@ -720,7 +721,7 @@ msgstr "Keine Karte gefunden."
720
721
 
721
722
  #: templates/umap/search.html:36
722
723
  msgid "Latest created maps in category"
723
- msgstr ""
724
+ msgstr "Zuletzt erstelle Karten in Kategorie"
724
725
 
725
726
  #: templates/umap/search.html:43
726
727
  msgid "Latest created maps"
@@ -775,7 +776,7 @@ msgstr "Meine Karten suchen"
775
776
 
776
777
  #: templates/umap/user_dashboard.html:11
777
778
  msgid "Map’s name"
778
- msgstr ""
779
+ msgstr "Kartenname"
779
780
 
780
781
  #: templates/umap/user_dashboard.html:12
781
782
  #, python-format
@@ -800,93 +801,97 @@ msgstr "Neues Team"
800
801
 
801
802
  #: templates/umap/user_templates.html:10
802
803
  msgid "Search my templates"
803
- msgstr ""
804
+ msgstr "Meine Vorlagen durchsuchen"
804
805
 
805
806
  #: templates/umap/user_templates.html:11
806
807
  msgid "Template’s name"
807
- msgstr ""
808
+ msgstr "Vorlagenname"
808
809
 
809
810
  #: templates/umap/user_templates.html:12
810
811
  #, python-format
811
812
  msgid "Download %(count)s templates"
812
- msgstr ""
813
+ msgstr "Herunterladen von %(count)s Vorlage(n)"
813
814
 
814
815
  #: templates/umap/user_templates.html:15
815
816
  msgid "You have no template yet."
816
- msgstr ""
817
+ msgstr "Du hast noch keine Vorlagen"
817
818
 
818
819
  #: templates/umap/user_templates.html:16
819
820
  msgid "Create a template"
820
- msgstr ""
821
+ msgstr "Erstelle Vorlage"
821
822
 
822
823
  #: templates/umap/user_templates.html:17
823
824
  msgid "No template found."
824
- msgstr ""
825
+ msgstr "Keine Vorlage gefunden"
825
826
 
826
- #: views.py:233
827
+ #: views.py:235
827
828
  msgid "Cannot delete a team with more than one member"
828
829
  msgstr "Teams mit mehr als einem Mitglied können nicht gelöscht werden"
829
830
 
830
- #: views.py:237
831
+ #: views.py:239
831
832
  #, python-format
832
833
  msgid "Team “%(name)s” has been deleted"
833
834
  msgstr "Team “%(name)s” wurde gelöscht"
834
835
 
835
- #: views.py:463
836
+ #: views.py:464
836
837
  msgid "View the map"
837
838
  msgstr "Diese Karte anzeigen"
838
839
 
839
- #: views.py:864
840
+ #: views.py:867
840
841
  msgid "See full screen"
841
842
  msgstr "Vollbildanzeige"
842
843
 
843
- #: views.py:1007
844
+ #: views.py:1010
844
845
  msgid "Map editors updated with success!"
845
846
  msgstr "Bearbeiter erfolgreich geändert"
846
847
 
847
- #: views.py:1043
848
+ #: views.py:1046
848
849
  #, python-format
849
850
  msgid "The uMap edit link for your map: %(map_name)s"
850
851
  msgstr "Der uMap-Bearbeitungslink für Deine Karte: %(map_name)s"
851
852
 
852
- #: views.py:1046
853
+ #: views.py:1049
853
854
  #, python-format
854
855
  msgid "Here is your secret edit link: %(link)s"
855
856
  msgstr "Dies ist der geheime Bearbeitungslink: %(link)s"
856
857
 
857
- #: views.py:1053
858
+ #: views.py:1056
858
859
  #, python-format
859
860
  msgid "Can't send email to %(email)s"
860
861
  msgstr "E-Mail kann nicht gesendet werden an %(email)s"
861
862
 
862
- #: views.py:1056
863
+ #: views.py:1059
863
864
  #, python-format
864
865
  msgid "Email sent to %(email)s"
865
866
  msgstr "Email gesendet an %(email)s"
866
867
 
867
- #: views.py:1067
868
+ #: views.py:1070
868
869
  msgid "Only its owner can delete the map."
869
870
  msgstr "Nur der Ersteller kann die Karte löschen."
870
871
 
871
- #: views.py:1073
872
+ #: views.py:1076
872
873
  msgid "Map successfully deleted."
873
874
  msgstr "Karte erfolgreich gelöscht."
874
875
 
875
- #: views.py:1099
876
+ #: views.py:1102
876
877
  #, python-format
877
878
  msgid ""
878
879
  "Your map has been cloned! If you want to edit this map from another "
879
880
  "computer, please use this link: %(anonymous_url)s"
880
881
  msgstr "Deine Karte wurde kopiert! Wenn du diese Karte von einem anderen Computer aus bearbeiten möchtest, benutze bitte diesen Link: %(anonymous_url)s"
881
882
 
882
- #: views.py:1104
883
+ #: views.py:1107
883
884
  msgid "Congratulations, your map has been cloned!"
884
885
  msgstr "Glückwunsch, deine Karte wurde kopiert!"
885
886
 
886
- #: views.py:1358
887
+ #: views.py:1361
887
888
  msgid "Layer successfully deleted."
888
889
  msgstr "Ebene erfolgreich gelöscht."
889
890
 
890
- #: views.py:1380
891
+ #: views.py:1383
891
892
  msgid "Permissions updated with success!"
892
893
  msgstr "Berechtigungen erfolgreich aktualisiert!"
894
+
895
+ #: views.py:1400
896
+ msgid "Generic"
897
+ msgstr "Allgemein"
@@ -241,11 +241,12 @@ class Feature {
241
241
 
242
242
  const properties = []
243
243
  for (const field of this.fields) {
244
- let handler = 'Input'
244
+ const options = { handler: 'Input', label: field.key }
245
245
  if (field.key === 'description' || field.type === 'Text') {
246
- handler = 'Textarea'
246
+ options.handler = 'Textarea'
247
+ options.helpEntries = ['textFormatting']
247
248
  }
248
- properties.push([`properties.${field.key}`, { label: field.key, handler }])
249
+ properties.push([`properties.${field.key}`, options])
249
250
  }
250
251
  builder = new MutatingForm(this, properties, {
251
252
  id: 'umap-feature-properties',
@@ -304,10 +304,9 @@ export class DataLayer {
304
304
 
305
305
  fromGeoJSON(geojson, sync = true) {
306
306
  if (!geojson) return []
307
- const features = this.addData(geojson, sync)
308
307
  this._needsFetch = false
308
+ const features = this.addData(geojson, sync)
309
309
  this.onDataLoaded()
310
- this.dataChanged()
311
310
  return features
312
311
  }
313
312
 
@@ -431,14 +430,27 @@ export class DataLayer {
431
430
  this.layer.removeLayer(feature.ui)
432
431
  }
433
432
 
434
- addFeature(feature) {
433
+ addFeature(feature, sync = false) {
435
434
  feature.connectToDataLayer(this)
436
435
  this.features.add(feature)
437
436
  this._umap.featuresIndex[feature.getSlug()] = feature
438
437
  // TODO: quid for remote data ?
439
438
  this.inferFields(feature)
440
- this.showFeature(feature)
439
+ try {
440
+ this.showFeature(feature)
441
+ } catch {
442
+ if (this._umap.editEnabled) {
443
+ Alert.error(translate('Skipping invalid geometry'))
444
+ }
445
+ console.error('Invalid geometry', feature)
446
+ this.removeFeature(feature, false)
447
+ return
448
+ }
441
449
  this.dataChanged()
450
+ if (sync) {
451
+ feature.sync.upsert(feature.toGeoJSON(), null)
452
+ }
453
+ return feature
442
454
  }
443
455
 
444
456
  removeFeature(feature, sync) {
@@ -450,7 +462,9 @@ export class DataLayer {
450
462
  const oldValue = feature.toGeoJSON()
451
463
  feature.sync.delete(oldValue)
452
464
  }
453
- this.hideFeature(feature)
465
+ try {
466
+ this.hideFeature(feature)
467
+ } catch {}
454
468
  delete this._umap.featuresIndex[feature.getSlug()]
455
469
  feature.disconnectFromDataLayer(this)
456
470
  this.features.del(feature)
@@ -601,16 +615,18 @@ export class DataLayer {
601
615
 
602
616
  switch (geometry.type) {
603
617
  case 'Point':
604
- // FIXME: deal with MultiPoint
605
- feature = new Point(this._umap, this, geojson, id)
606
- break
607
618
  case 'MultiPoint':
608
- if (geometry.coordinates?.length === 1) {
619
+ if (
620
+ geometry.coordinates?.length === 1 &&
621
+ Array.isArray(geometry.coordinates?.[0])
622
+ ) {
609
623
  geojson.geometry.coordinates = geojson.geometry.coordinates[0]
610
- feature = new Point(this._umap, this, geojson, id)
611
- } else if (this._umap.editEnabled) {
624
+ geojson.geometry.type = 'Point'
625
+ } else if (geometry.type === 'MultiPoint' && this._umap.editEnabled) {
612
626
  Alert.error(translate('Cannot process MultiPoint'))
627
+ break
613
628
  }
629
+ feature = new Point(this._umap, this, geojson, id)
614
630
  break
615
631
  case 'MultiLineString':
616
632
  case 'LineString':
@@ -631,9 +647,7 @@ export class DataLayer {
631
647
  }
632
648
  }
633
649
  if (feature && !feature.isEmpty()) {
634
- this.addFeature(feature)
635
- if (sync) feature.sync.upsert(feature.toGeoJSON(), null)
636
- return feature
650
+ return this.addFeature(feature, sync)
637
651
  }
638
652
  }
639
653
 
@@ -735,7 +749,9 @@ export class DataLayer {
735
749
  }
736
750
 
737
751
  clear(sync = true) {
752
+ this._batch = true
738
753
  this.features.forEach((feature) => feature.del(sync))
754
+ this._batch = false
739
755
  this.dataChanged()
740
756
  }
741
757
 
@@ -6,7 +6,7 @@ export const LayerMixin = {
6
6
  browsable: true,
7
7
 
8
8
  onInit: function (leafletMap) {
9
- if (this.datalayer.autoLoaded()) leafletMap.on('zoomend', this.onZoomEnd, this)
9
+ leafletMap.on('zoomend', this.onZoomEnd, this)
10
10
  },
11
11
 
12
12
  onDelete: function (leafletMap) {
@@ -48,7 +48,7 @@ export const LayerMixin = {
48
48
 
49
49
  onMoveEnd: function () {
50
50
  if (this.datalayer.hasDynamicData() && this.datalayer.showAtZoom()) {
51
- this.datalayer.fetchRemoteData()
51
+ this.datalayer.fetchData()
52
52
  }
53
53
  },
54
54
 
@@ -198,16 +198,12 @@ export const Cluster = FeatureGroup.extend({
198
198
  this.on('mouseout', this.onMouseOut)
199
199
  this.compute()
200
200
  LayerMixin.onAdd.call(this, leafletMap)
201
- leafletMap.on('moveend', this.onMoveEnd, this)
202
- leafletMap.on('zoomend', this.onZoomEnd, this)
203
201
  this.addClusters()
204
202
  leafletMap.addLayer(this._group)
205
203
  return FeatureGroup.prototype.onAdd.call(this, leafletMap)
206
204
  },
207
205
 
208
206
  onRemove: function (leafletMap) {
209
- leafletMap.off('zoomend', this.onZoomEnd, this)
210
- leafletMap.off('moveend', this.onMoveEnd, this)
211
207
  this.off('click', this.onClick)
212
208
  this.off('mouseover', this.onMouseOver)
213
209
  this.off('mouseout', this.onMouseOut)
@@ -218,12 +214,18 @@ export const Cluster = FeatureGroup.extend({
218
214
  },
219
215
 
220
216
  onZoomEnd: function () {
217
+ LayerMixin.onZoomEnd.call(this)
221
218
  this.removeClusters()
222
219
  },
223
220
 
224
221
  onMoveEnd: function () {
225
- this.compute()
226
- this.addClusters()
222
+ LayerMixin.onMoveEnd.call(this)
223
+ // In case of dynamic data, the LayerMixin.onMoveEnd
224
+ // call with fetch the data and then call the compute
225
+ if (!this.datalayer.hasDynamicData()) {
226
+ this.compute()
227
+ this.addClusters()
228
+ }
227
229
  },
228
230
 
229
231
  showCoverage(cluster) {
@@ -234,7 +236,9 @@ export const Cluster = FeatureGroup.extend({
234
236
  },
235
237
 
236
238
  hideCoverage() {
237
- if (this._shownCoverage) this._map.removeLayer(this._shownCoverage)
239
+ if (this._shownCoverage && this._map) {
240
+ this._map.removeLayer(this._shownCoverage)
241
+ }
238
242
  },
239
243
 
240
244
  onMouseOver(event) {
@@ -259,7 +263,7 @@ export const Cluster = FeatureGroup.extend({
259
263
  'properties.cluster.radius',
260
264
  {
261
265
  handler: 'Range',
262
- min: 40,
266
+ min: 10,
263
267
  max: 200,
264
268
  step: 10,
265
269
  placeholder: translate('Clustering radius'),
@@ -137,9 +137,9 @@ const PointMixin = {
137
137
  delete this._originalLatLng
138
138
  this.once('editable:edited', () => {
139
139
  this.feature.datalayer.dataChanged()
140
+ this.feature.edit(event)
140
141
  })
141
142
  }
142
- this.feature.edit(event)
143
143
  },
144
144
 
145
145
  _onMouseOut: function () {
@@ -518,8 +518,8 @@ const locale = {
518
518
  "Edit map default view": "Standardansicht der Karte bearbeiten",
519
519
  "Use current center and zoom": "Aktuelle Position und Zoomstufe speichern",
520
520
  "Layer permalink": "Permalink für Ebene",
521
- "Back to home": "Back to home",
522
- "Home logo": "Home logo",
521
+ "Back to home": "Zurück zur Startseite",
522
+ "Home logo": "Logo der Startseite",
523
523
  "Add this geometry to my map": "Add this geometry to my map",
524
524
  "Add this place to my map": "Add this place to my map",
525
525
  "Cancel last edit": "Letzte Bearbeitung abbrechen",
@@ -538,7 +538,7 @@ const locale = {
538
538
  "Cannot save layer, please try again in a few minutes.": "Ebene konnte nicht gespeichert werden. Bitte versuche es in ein paar Minuten erneut.",
539
539
  "Activate collaborative live editing on this map. Other users must reload the map after changing this setting.": "Activate collaborative live editing on this map. Other users must reload the map after changing this setting.",
540
540
  "More help resources": "More help resources",
541
- "This map is a template": "This map is a template",
541
+ "This map is a template": "Die Karte ist eine Vorlage",
542
542
  "Add text along path": "Add text along path",
543
543
  "Text color": "Textfarbe",
544
544
  "Text offset": "Text offset",
@@ -555,67 +555,67 @@ const locale = {
555
555
  "From community": "Von der Community",
556
556
  "You must select a template.": "Du musst eine Vorlage auswählen.",
557
557
  "Line decoration": "Line decoration",
558
- "Reuse this template": "Reuse this template",
558
+ "Reuse this template": "Vorlage wiederverwenden",
559
559
  "Create a new map using this template": "Erstelle eine neue Karte aus dieser Vorlage.",
560
560
  "Save template": "Vorlage speichern",
561
561
  "Load template": "Vorlage laden",
562
- "Loading a template will apply predefined styles and settings to your map": "Loading a template will apply predefined styles and settings to your map",
563
- "Load template with data": "Load template with data",
564
- "You have no registered template yet. You can add one by creating a new map and flagging it as \"template\".": "You have no registered template yet. You can add one by creating a new map and flagging it as \"template\".",
565
- "There is no recommended template yet. Recommended templates are the ones starred by uMap administrators.": "There is no recommended template yet. Recommended templates are the ones starred by uMap administrators.",
566
- "There is no public template yet.": "There is no public template yet.",
567
- "Explore": "Explore",
562
+ "Loading a template will apply predefined styles and settings to your map": "Eine Vorlage zu laden wird die vordefinierten Stiele und Einstellungen auf die Karte anwenden.",
563
+ "Load template with data": "Vorlagen mit Daten laden",
564
+ "You have no registered template yet. You can add one by creating a new map and flagging it as \"template\".": "Du hast noch keine Vorlage eingetragen. Füge eine hinzu, indem du eine neue Karte erstellst und als \"Vorlage\" markierst.",
565
+ "There is no recommended template yet. Recommended templates are the ones starred by uMap administrators.": "Es gibt noch keine empfohlene Vorlage. Empfohlene Vorlagen werden von uMap Adminstratoren markiert.",
566
+ "There is no public template yet.": "Es gibt noch keine öffentliche Vorlage",
567
+ "Explore": "Erkunden",
568
568
  "Import data from public open data portals": "Import data from public open data portals",
569
569
  "Choose a portal": "Choose a portal",
570
- "Limit results to current map view": "Limit results to current map view",
571
- "Please choose an instance first.": "Please choose an instance first.",
570
+ "Limit results to current map view": "Treffer auf aktuelle Ansicht einschränken",
571
+ "Please choose an instance first.": "Bitte zuerst eine Instanz wählen",
572
572
  "No geo column found: must be either `lat(itude)` and `lon(gitude)` or `geom(etry)`.": "No geo column found: must be either `lat(itude)` and `lon(gitude)` or `geom(etry)`.",
573
- "Add a new field": "Add a new field",
574
- "Are you sure you want to delete this field on all the features?": "Are you sure you want to delete this field on all the features?",
575
- "Please enter the new name of this field": "Please enter the new name of this field",
576
- "Cannot process MultiPoint": "Cannot process MultiPoint",
577
- "Manage Fields": "Manage Fields",
578
- "Rename this field": "Rename this field",
579
- "Delete this field": "Delete this field",
580
- "Double click to edit the name": "Double click to edit the name",
581
- "Print map": "Print map",
582
- "Choose a format": "Choose a format",
583
- "Scale map": "Scale map",
584
- "portrait": "portrait",
585
- "landscape": "landscape",
586
- "Print": "Print",
587
- "Preparing the print…": "Preparing the print…",
588
- "Large Circle": "Large Circle",
589
- "Icon size": "Icon size",
590
- "Will only affect raw and large circle icons.": "Will only affect raw and large circle icons.",
591
- "Route": "Route",
592
- "Display the print control": "Display the print control",
573
+ "Add a new field": "Neues Feld hinzufügen",
574
+ "Are you sure you want to delete this field on all the features?": "Bist du dir sicher dieses Feld in allen Einstellungen zu löschen?",
575
+ "Please enter the new name of this field": "Bitte den neuen Namen des Feldes eingeben",
576
+ "Cannot process MultiPoint": "Multipoint kann nicht verarbeitet werden",
577
+ "Manage Fields": "Felder bearbeiten",
578
+ "Rename this field": "Feld umbennen",
579
+ "Delete this field": "Feld löschen",
580
+ "Double click to edit the name": "Doppel-Klick um den Namen zu ändern",
581
+ "Print map": "Karte drucken",
582
+ "Choose a format": "Format wählen",
583
+ "Scale map": "Karte skalieren",
584
+ "portrait": "Langformat",
585
+ "landscape": "Querformat",
586
+ "Print": "Drucken",
587
+ "Preparing the print…": "Druck vorbereiten...",
588
+ "Large Circle": "Großer Kreis",
589
+ "Icon size": "Icon Größe",
590
+ "Will only affect raw and large circle icons.": "Das wird nur ursprüngliche- und große Kreisicons beinflussen.",
591
+ "Route": "Strecke",
592
+ "Display the print control": "Druckeinstellungen anzeigen",
593
593
  "Compute isochrone from here": "Compute isochrone from here",
594
- "Route settings": "Route settings",
594
+ "Route settings": "Strecken Einstellungen",
595
595
  "Transform to regular line": "Transform to regular line",
596
- "Transform to route": "Transform to route",
597
- "Restore route": "Restore route",
598
- "Compute elevation": "Compute elevation",
599
- "Profile": "Profile",
596
+ "Transform to route": "In Strecke umwandeln",
597
+ "Restore route": "Strecke wiederherstellen",
598
+ "Profile": "Profil",
600
599
  "Compute elevations": "Compute elevations",
601
- "Route preference": "Route preference",
602
- "Compute route": "Compute route",
603
- "Walking": "Walking",
604
- "Hiking": "Hiking",
605
- "By car": "By car",
606
- "Cycling": "Cycling",
607
- "Wheelchair": "Wheelchair",
608
- "Recommended": "Recommended",
609
- "Fastest": "Fastest",
610
- "Shortest": "Shortest",
611
- "Max time (in minutes)": "Max time (in minutes)",
612
- "Number of lines": "Number of lines",
613
- "Distance:": "Distance:",
614
- "Gain:": "Gain:",
615
- "Loss:": "Loss:",
616
- "Altitude:": "Altitude:",
617
- "Right-click to edit": "Right-click to edit",
618
- "Draw along routes": "Draw along routes"
600
+ "Route preference": "Streckenvoreinstellung",
601
+ "Compute route": "Strecke berechnen",
602
+ "Walking": "Gehen",
603
+ "Hiking": "Wandern",
604
+ "By car": "mit Auto",
605
+ "Cycling": "Fahrradfahren",
606
+ "Wheelchair": "Rollstuhl",
607
+ "Recommended": "Empfohlen",
608
+ "Fastest": "Am Schnellsten",
609
+ "Shortest": "Am Kürzesten",
610
+ "Max time (in minutes)": "Maximale Zeit (in Minuten)",
611
+ "Number of lines": "Zeilennummern",
612
+ "Distance:": "Entfernung:",
613
+ "Gain:": "Anstieg:",
614
+ "Loss:": "Abstieg:",
615
+ "Altitude:": "Höhe:",
616
+ "Right-click to edit": "Rechts-Klick zum editieren",
617
+ "Draw along routes": "Draw along routes",
618
+ "Skipping invalid geometry": "Skipping invalid geometry"
619
619
  }
620
620
  L.registerLocale("de", locale)
621
621
  L.setLocale("de")