umap-project 2.8.0a2__tar.gz → 2.8.0b0__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.
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/PKG-INFO +1 -1
- umap_project-2.8.0b0/umap/__init__.py +1 -0
- umap_project-2.8.0b0/umap/settings/local_s3.py +45 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/css/form.css +3 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/modules/data/features.js +12 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/modules/data/layer.js +4 -6
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/modules/importer.js +10 -5
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/modules/rendering/icon.js +2 -1
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/modules/rendering/map.js +7 -7
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/modules/rendering/ui.js +6 -2
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/modules/request.js +2 -2
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/modules/ui/dialog.js +5 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/modules/umap.js +27 -6
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/umap.controls.js +7 -4
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/umap.forms.js +44 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/map.css +34 -166
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vars.css +0 -1
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/templates/base.html +2 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/templates/umap/components/alerts/alert.html +4 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/templates/umap/css.html +3 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/templates/umap/js.html +2 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/templates/umap/map_init.html +2 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/templates/umap/user_dashboard.html +2 -0
- umap_project-2.8.0b0/umap/tests/fixtures/test_upload_simple_marker.json +19 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/integration/test_edit_datalayer.py +11 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/integration/test_import.py +20 -1
- umap_project-2.8.0b0/umap/tests/test_dashboard.py +82 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/test_team_views.py +35 -1
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/test_views.py +0 -74
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/views.py +5 -1
- umap_project-2.8.0a2/umap/__init__.py +0 -1
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/.gitignore +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/LICENSE +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/README.md +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/pyproject.toml +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/admin.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/apps.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/asgi.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/autocomplete.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/bin/__init__.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/context_processors.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/decorators.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/fields.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/forms.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/am_ET/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/am_ET/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/ar/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/ar/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/ast/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/ast/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/bg/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/bg/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/br/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/br/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/ca/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/ca/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/cs_CZ/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/da/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/da/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/de/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/de/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/el/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/el/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/en/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/en/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/es/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/es/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/et/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/et/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/eu/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/eu/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/fa_IR/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/fa_IR/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/fi/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/fi/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/fr/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/gl/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/gl/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/he/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/he/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/hr/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/hr/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/hu/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/id/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/id/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/is/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/is/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/it/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/it/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/ja/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/ja/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/ko/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/ko/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/lt/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/lt/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/ms/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/ms/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/nl/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/nl/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/no/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/no/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/pl/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/pl/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/pt/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/pt/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/pt_BR/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/pt_BR/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/pt_PT/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/pt_PT/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/ro/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/ro/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/ru/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/ru/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/si/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/si/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/sk_SK/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/sk_SK/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/sl/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/sl/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/sr/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/sr/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/sv/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/sv/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/th_TH/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/th_TH/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/tr/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/tr/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/uk_UA/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/uk_UA/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/vi/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/vi/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/zh/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/zh/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/locale/zh_TW/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/management/__init__.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/management/commands/__init__.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/management/commands/anonymous_edit_url.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/management/commands/clean_tilelayer.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/management/commands/empty_trash.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/management/commands/generate_js_locale.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/management/commands/import_pictograms.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/management/commands/migrate_to_S3.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/management/commands/run_websocket_server.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/managers.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/middleware.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/migrations/0001_initial.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/migrations/0002_tilelayer_tms.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/migrations/0003_add_tilelayer.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/migrations/0004_add_licence.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/migrations/0005_remove_map_tilelayer.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/migrations/0006_auto_20190407_0719.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/migrations/0007_auto_20190416_1757.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/migrations/0008_alter_map_settings.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/migrations/0009_star.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/migrations/0010_alter_map_edit_status_alter_map_share_status.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/migrations/0011_alter_map_edit_status_alter_map_share_status.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/migrations/0012_datalayer_settings.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/migrations/0013_datalayer_edit_status.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/migrations/0014_map_created_at.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/migrations/0015_alter_pictogram_pictogram.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/migrations/0016_pictogram_category.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/migrations/0017_migrate_to_openstreetmap_oauth2.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/migrations/0018_datalayer_uuid.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/migrations/0019_migrate_internal_remote_datalayers.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/migrations/0020_alter_tilelayer_url_template.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/migrations/0021_remove_map_description.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/migrations/0022_add_team.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/migrations/0023_alter_datalayer_uuid.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/migrations/0024_alter_map_share_status.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/migrations/0025_alter_datalayer_geojson.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/migrations/__init__.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/models.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/settings/__init__.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/settings/base.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/settings/dev.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/settings/local.py.sample +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/.gitignore +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/base.css +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/bitbucket.png +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/content.css +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/css/bar.css +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/css/contextmenu.css +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/css/dialog.css +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/css/icon.css +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/css/importers.css +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/css/panel.css +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/css/popup.css +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/css/slideshow.css +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/css/tableeditor.css +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/css/tooltip.css +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/css/window.css +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/favicons/apple-touch-icon.png +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/favicons/favicon.ico +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/favicons/icon-192.png +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/favicons/icon-512.png +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/favicons/icon.svg +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/font/FiraSans-Light.woff +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/font/FiraSans-Light.woff2 +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/font/FiraSans-LightItalic.woff +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/font/FiraSans-LightItalic.woff2 +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/font/FiraSans-SemiBold.woff +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/font/FiraSans-SemiBold.woff2 +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/font.css +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/github.png +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/img/16-white.svg +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/img/16.svg +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/img/24-white.svg +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/img/24.svg +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/img/alert-icon-error.svg +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/img/alert-icon-info.svg +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/img/alert-icon-success.svg +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/img/edit.svg +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/img/icon-bg.png +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/img/icon-delete.svg +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/img/icon-download.svg +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/img/icon-duplicate.svg +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/img/icon-edit.svg +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/img/icon-external-link.svg +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/img/icon-share.svg +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/img/icon-view.svg +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/img/importers/cadastrefr.svg +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/img/importers/communesfr.svg +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/img/importers/datasets.svg +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/img/importers/geodatamine.svg +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/img/importers/overpass.svg +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/img/importers/random.svg +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/img/importers/random1.svg +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/img/importers/random2.svg +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/img/logo.svg +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/img/logo_filigree.png +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/img/logo_small.svg +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/img/marker.png +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/img/marker.svg +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/img/opensource.svg +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/img/osm.svg +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/img/search.gif +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/img/source/16-white.svg +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/img/source/16.svg +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/img/source/24-white.svg +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/img/source/24.svg +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/components/alerts/alert.css +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/components/alerts/alert.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/components/base.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/components/fragment.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/modules/autocomplete.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/modules/browser.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/modules/caption.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/modules/dompurify.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/modules/facets.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/modules/formatter.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/modules/global.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/modules/help.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/modules/i18n.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/modules/importers/cadastrefr.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/modules/importers/communesfr.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/modules/importers/datasets.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/modules/importers/geodatamine.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/modules/importers/overpass.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/modules/leaflet-configure.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/modules/orderable.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/modules/permissions.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/modules/rendering/layers/base.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/modules/rendering/layers/classified.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/modules/rendering/layers/cluster.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/modules/rendering/layers/heat.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/modules/rendering/popup.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/modules/rendering/template.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/modules/rules.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/modules/saving.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/modules/schema.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/modules/share.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/modules/slideshow.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/modules/sync/engine.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/modules/sync/hlc.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/modules/sync/updaters.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/modules/sync/websocket.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/modules/tableeditor.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/modules/ui/bar.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/modules/ui/base.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/modules/ui/contextmenu.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/modules/ui/panel.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/modules/ui/tooltip.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/modules/urls.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/modules/utils.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/js/umap.core.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/keycloak.png +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/am_ET.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/am_ET.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/ar.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/ar.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/ast.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/ast.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/bg.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/bg.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/br.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/br.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/ca.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/ca.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/cs_CZ.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/cs_CZ.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/da.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/da.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/de.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/de.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/el.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/el.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/en.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/en.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/en_US.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/es.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/es.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/et.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/et.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/eu.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/eu.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/fa_IR.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/fa_IR.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/fi.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/fi.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/fr.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/fr.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/gl.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/gl.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/he.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/he.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/hr.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/hr.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/hu.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/hu.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/id.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/id.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/is.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/is.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/it.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/it.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/ja.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/ja.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/ko.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/ko.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/lt.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/lt.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/ms.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/ms.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/nl.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/nl.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/no.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/no.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/pl.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/pl.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/pl_PL.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/pt.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/pt.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/pt_BR.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/pt_BR.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/pt_PT.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/pt_PT.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/ro.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/ro.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/ru.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/ru.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/si.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/si.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/sk_SK.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/sk_SK.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/sl.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/sl.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/sr.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/sr.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/sv.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/sv.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/th_TH.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/th_TH.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/tr.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/tr.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/uk_UA.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/uk_UA.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/vi.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/vi.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/vi_VN.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/zh.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/zh.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/zh_CN.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/zh_TW.Big5.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/zh_TW.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/locale/zh_TW.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/nav.css +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/openstreetmap.png +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/test/.eslintrc +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/test/DataLayer.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/test/Feature.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/test/Map.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/test/Marker.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/test/Polygon.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/test/Polyline.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/test/Util.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/test/_pre.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/test/index.html +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/theme.css +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/twitter.png +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/unittests/URLs.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/unittests/hlc.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/unittests/sync.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/unittests/utils.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/colorbrewer/colorbrewer.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/csv2geojson/csv2geojson.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/dompurify/purify.es.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/dompurify/purify.es.mjs.map +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/editable/Leaflet.Editable.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/editable/Path.Drag.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.css +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/editinosm/edit-in-osm.png +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/formbuilder/Leaflet.FormBuilder.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/fullscreen/Leaflet.fullscreen.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/fullscreen/Leaflet.fullscreen.min.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/fullscreen/fullscreen.png +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/fullscreen/fullscreen@2x.png +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/fullscreen/leaflet.fullscreen.css +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/geojson-to-gpx/index.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/georsstogeojson/GeoRSSToGeoJSON.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/hash/leaflet-hash.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/heat/leaflet-heat.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/i18n/Leaflet.i18n.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/iconlayers/check.png +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/iconlayers/iconLayers.css +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/iconlayers/iconLayers.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/iconlayers/transparent-pixel.png +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/leaflet/images/layers-2x.png +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/leaflet/images/layers.png +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/leaflet/images/marker-icon-2x.png +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/leaflet/images/marker-icon.png +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/leaflet/images/marker-shadow.png +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/leaflet/leaflet-src.esm.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/leaflet/leaflet-src.esm.js.map +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/leaflet/leaflet.css +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/loading/Control.Loading.css +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/loading/Control.Loading.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css.map +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js.map +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/markercluster/MarkerCluster.Default.css +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/markercluster/MarkerCluster.css +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/markercluster/leaflet.markercluster.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/markercluster/leaflet.markercluster.js.map +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/measurable/Leaflet.Measurable.css +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/measurable/Leaflet.Measurable.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/minimap/Control.MiniMap.min.css +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/minimap/Control.MiniMap.min.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/minimap/images/toggle.png +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/minimap/images/toggle.svg +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/osmtogeojson/osmtogeojson.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/photon/leaflet.photon.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/simple-statistics/simple-statistics.min.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/simple-statistics/simple-statistics.min.js.map +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/togeojson/togeojson.es.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/togeojson/togeojson.es.mjs.map +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/tokml/tokml.es.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/tokml/tokml.es.mjs.map +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/toolbar/leaflet.toolbar.css +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/static/umap/vendors/toolbar/leaflet.toolbar.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/storage/__init__.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/storage/fs.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/storage/s3.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/storage/staticfiles.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/templates/404.html +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/templates/500.html +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/templates/auth/user_detail.html +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/templates/auth/user_form.html +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/templates/auth/user_stars.html +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/templates/registration/login.html +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/templates/umap/about.html +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/templates/umap/about_summary.html +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/templates/umap/branding.html +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/templates/umap/content.html +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/templates/umap/content_footer.html +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/templates/umap/dashboard_menu.html +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/templates/umap/footer.html +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/templates/umap/header.html +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/templates/umap/home.html +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/templates/umap/locale.js +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/templates/umap/login_popup_end.html +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/templates/umap/map_detail.html +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/templates/umap/map_fragment.html +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/templates/umap/map_list.html +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/templates/umap/map_table.html +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/templates/umap/messages.html +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/templates/umap/navigation.html +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/templates/umap/password_change.html +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/templates/umap/password_change_done.html +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/templates/umap/search.html +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/templates/umap/search_bar.html +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/templates/umap/success.html +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/templates/umap/team_confirm_delete.html +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/templates/umap/team_detail.html +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/templates/umap/team_form.html +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/templates/umap/user_teams.html +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/templatetags/__init__.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/templatetags/umap_tags.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/__init__.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/base.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/conftest.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/fixtures/categorized_highway.geojson +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/fixtures/choropleth_region_chomage.geojson +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/fixtures/circle.svg +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/fixtures/display_on_load.umap +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/fixtures/empty_tile.png +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/fixtures/star.svg +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/fixtures/test_circles_layer.geojson +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/fixtures/test_import_osm_relation.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/fixtures/test_upload_data.csv +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/fixtures/test_upload_data.gpx +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/fixtures/test_upload_data.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/fixtures/test_upload_data.kml +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/fixtures/test_upload_data.umap +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/fixtures/test_upload_data_osm.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/fixtures/test_upload_empty_coordinates.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/fixtures/test_upload_georss.xml +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/fixtures/test_upload_missing_name.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/fixtures/test_upload_non_linear_ring.json +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/integration/__init__.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/integration/conftest.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/integration/helpers.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/integration/test_anonymous_owned_map.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/integration/test_basics.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/integration/test_browser.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/integration/test_caption.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/integration/test_categorized_layer.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/integration/test_choropleth.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/integration/test_circles_layer.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/integration/test_cluster.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/integration/test_conditional_rules.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/integration/test_dashboard.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/integration/test_datalayer.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/integration/test_draw_polygon.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/integration/test_draw_polyline.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/integration/test_edit_map.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/integration/test_edit_marker.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/integration/test_edit_polygon.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/integration/test_export_map.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/integration/test_facets_browser.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/integration/test_features_id_generation.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/integration/test_map.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/integration/test_map_list.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/integration/test_map_preview.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/integration/test_optimistic_merge.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/integration/test_owned_map.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/integration/test_picto.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/integration/test_popup.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/integration/test_querystring.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/integration/test_save.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/integration/test_share.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/integration/test_slideshow.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/integration/test_star.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/integration/test_tableeditor.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/integration/test_team.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/integration/test_tilelayer.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/integration/test_view_marker.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/integration/test_view_polygon.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/integration/test_view_polyline.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/integration/test_websocket_sync.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/settings.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/test_clean_tilelayer.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/test_datalayer.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/test_datalayer_s3.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/test_datalayer_views.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/test_empty_trash.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/test_licence.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/test_map.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/test_map_views.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/test_merge_features.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/test_statics.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/test_tilelayer.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/test_utils.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/tests/test_websocket_server.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/urls.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/utils.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/websocket_server.py +0 -0
- {umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/wsgi.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
VERSION = "2.8.0b0"
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
from umap.settings.local import *
|
|
2
|
+
|
|
3
|
+
DATABASES = {
|
|
4
|
+
"default": {
|
|
5
|
+
"ENGINE": "django.contrib.gis.db.backends.postgis",
|
|
6
|
+
"NAME": "umaps3",
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
STORAGES = {
|
|
11
|
+
"default": {
|
|
12
|
+
"BACKEND": "storages.backends.s3.S3Storage",
|
|
13
|
+
"OPTIONS": {
|
|
14
|
+
"access_key": "OScTD3CClCcO54Ax2DLz",
|
|
15
|
+
"secret_key": "eK9tfPRHoFh0nKLkZpJJoC4RJS1ptGfko3iBBd5k",
|
|
16
|
+
"bucket_name": "umap-default",
|
|
17
|
+
"region_name": "eu",
|
|
18
|
+
"endpoint_url": "http://127.0.0.1:9000",
|
|
19
|
+
},
|
|
20
|
+
},
|
|
21
|
+
"data": {
|
|
22
|
+
"BACKEND": "umap.storage.s3.S3DataStorage",
|
|
23
|
+
"OPTIONS": {
|
|
24
|
+
"access_key": "OScTD3CClCcO54Ax2DLz",
|
|
25
|
+
"secret_key": "eK9tfPRHoFh0nKLkZpJJoC4RJS1ptGfko3iBBd5k",
|
|
26
|
+
"bucket_name": "umap",
|
|
27
|
+
"region_name": "eu",
|
|
28
|
+
"endpoint_url": "http://127.0.0.1:9000",
|
|
29
|
+
},
|
|
30
|
+
},
|
|
31
|
+
"staticfiles": {
|
|
32
|
+
"BACKEND": "storages.backends.s3.S3Storage",
|
|
33
|
+
"OPTIONS": {
|
|
34
|
+
"access_key": "OScTD3CClCcO54Ax2DLz",
|
|
35
|
+
"secret_key": "eK9tfPRHoFh0nKLkZpJJoC4RJS1ptGfko3iBBd5k",
|
|
36
|
+
"bucket_name": "umap-staticfiles",
|
|
37
|
+
"region_name": "eu",
|
|
38
|
+
"endpoint_url": "http://127.0.0.1:9000",
|
|
39
|
+
"default_acl": "public-read",
|
|
40
|
+
# "querystring_auth": False,
|
|
41
|
+
},
|
|
42
|
+
},
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
# STATIC_URL = "http://127.0.0.1:9000/umap-staticfiles/"
|
|
@@ -658,6 +658,18 @@ class Feature {
|
|
|
658
658
|
)
|
|
659
659
|
return items
|
|
660
660
|
}
|
|
661
|
+
|
|
662
|
+
isActive() {
|
|
663
|
+
return this._umap.activeFeature === this
|
|
664
|
+
}
|
|
665
|
+
|
|
666
|
+
activate() {
|
|
667
|
+
this._umap.activeFeature = this
|
|
668
|
+
}
|
|
669
|
+
|
|
670
|
+
deactivate() {
|
|
671
|
+
if (this._umap.activeFeature === this) this._umap.activeFeature = undefined
|
|
672
|
+
}
|
|
661
673
|
}
|
|
662
674
|
|
|
663
675
|
export class Point extends Feature {
|
|
@@ -526,15 +526,13 @@ export class DataLayer extends ServerStored {
|
|
|
526
526
|
}
|
|
527
527
|
|
|
528
528
|
async importFromFiles(files, type) {
|
|
529
|
-
|
|
529
|
+
const toLoad = []
|
|
530
530
|
for (const file of files) {
|
|
531
|
-
|
|
532
|
-
if (features) {
|
|
533
|
-
all = all.concat(features)
|
|
534
|
-
}
|
|
531
|
+
toLoad.push(this.importFromFile(file, type))
|
|
535
532
|
}
|
|
533
|
+
const features = await Promise.all(toLoad)
|
|
536
534
|
return new Promise((resolve) => {
|
|
537
|
-
resolve(
|
|
535
|
+
resolve([].concat(...features))
|
|
538
536
|
})
|
|
539
537
|
}
|
|
540
538
|
|
|
@@ -64,7 +64,10 @@ export default class Importer extends Utils.WithTemplate {
|
|
|
64
64
|
this.TYPES = ['geojson', 'csv', 'gpx', 'kml', 'osm', 'georss', 'umap']
|
|
65
65
|
this.IMPORTERS = []
|
|
66
66
|
this.loadImporters()
|
|
67
|
-
this.dialog = new Dialog({
|
|
67
|
+
this.dialog = new Dialog({
|
|
68
|
+
className: 'importers dark',
|
|
69
|
+
back: () => this.showImporters(),
|
|
70
|
+
})
|
|
68
71
|
}
|
|
69
72
|
|
|
70
73
|
loadImporters() {
|
|
@@ -172,7 +175,7 @@ export default class Importer extends Utils.WithTemplate {
|
|
|
172
175
|
button.addEventListener('click', () => plugin.open(this))
|
|
173
176
|
grid.appendChild(button)
|
|
174
177
|
}
|
|
175
|
-
this.dialog.open({ template: element, cancel: false, accept: false })
|
|
178
|
+
this.dialog.open({ template: element, cancel: false, accept: false, back: false })
|
|
176
179
|
}
|
|
177
180
|
|
|
178
181
|
build() {
|
|
@@ -355,9 +358,11 @@ export default class Importer extends Utils.WithTemplate {
|
|
|
355
358
|
|
|
356
359
|
onSuccess(count) {
|
|
357
360
|
if (count) {
|
|
358
|
-
Alert.success(
|
|
359
|
-
count
|
|
360
|
-
|
|
361
|
+
Alert.success(
|
|
362
|
+
translate('Successfully imported {count} feature(s)', {
|
|
363
|
+
count: count,
|
|
364
|
+
})
|
|
365
|
+
)
|
|
361
366
|
} else {
|
|
362
367
|
Alert.success(translate('Data successfully imported!'))
|
|
363
368
|
}
|
|
@@ -22,7 +22,7 @@ export function getClass(name) {
|
|
|
22
22
|
|
|
23
23
|
export const RECENT = []
|
|
24
24
|
|
|
25
|
-
const BaseIcon =
|
|
25
|
+
const BaseIcon = DivIcon.extend({
|
|
26
26
|
initialize: function (options) {
|
|
27
27
|
const default_options = {
|
|
28
28
|
iconSize: null, // Made in css
|
|
@@ -86,6 +86,7 @@ const DefaultIcon = BaseIcon.extend({
|
|
|
86
86
|
},
|
|
87
87
|
|
|
88
88
|
_setIconStyles: function (img, name) {
|
|
89
|
+
if (this.feature.isActive()) this.options.className += ' umap-icon-active'
|
|
89
90
|
BaseIcon.prototype._setIconStyles.call(this, img, name)
|
|
90
91
|
const color = this._getColor()
|
|
91
92
|
const opacity = this._getOpacity()
|
|
@@ -233,12 +233,8 @@ const ManageTilelayerMixin = {
|
|
|
233
233
|
},
|
|
234
234
|
|
|
235
235
|
updateTileLayers: function () {
|
|
236
|
-
const callback = (tilelayer) => {
|
|
237
|
-
this.options.tilelayer = tilelayer.toJSON()
|
|
238
|
-
this._umap.isDirty = true
|
|
239
|
-
}
|
|
240
236
|
if (this._controls.tilelayersChooser) {
|
|
241
|
-
this._controls.tilelayersChooser.openSwitcher({
|
|
237
|
+
this._controls.tilelayersChooser.openSwitcher({ edit: true })
|
|
242
238
|
}
|
|
243
239
|
},
|
|
244
240
|
}
|
|
@@ -263,8 +259,12 @@ export const LeafletMap = BaseMap.extend({
|
|
|
263
259
|
this.loader.onAdd(this)
|
|
264
260
|
|
|
265
261
|
if (!this.options.noControl) {
|
|
266
|
-
DomEvent.on(document.body, 'dataloading', (
|
|
267
|
-
|
|
262
|
+
DomEvent.on(document.body, 'dataloading', (event) =>
|
|
263
|
+
this.fire('dataloading', event.detail)
|
|
264
|
+
)
|
|
265
|
+
DomEvent.on(document.body, 'dataload', (event) =>
|
|
266
|
+
this.fire('dataload', event.detail)
|
|
267
|
+
)
|
|
268
268
|
this.on('click', this.closeInplaceToolbar)
|
|
269
269
|
}
|
|
270
270
|
|
|
@@ -238,11 +238,15 @@ export const LeafletMarker = Marker.extend({
|
|
|
238
238
|
},
|
|
239
239
|
|
|
240
240
|
highlight: function () {
|
|
241
|
-
|
|
241
|
+
this.feature.activate()
|
|
242
|
+
this._redraw()
|
|
243
|
+
this._bringToFront()
|
|
242
244
|
},
|
|
243
245
|
|
|
244
246
|
resetHighlight: function () {
|
|
245
|
-
|
|
247
|
+
this.feature.deactivate()
|
|
248
|
+
this._redraw()
|
|
249
|
+
this._resetZIndex()
|
|
246
250
|
},
|
|
247
251
|
|
|
248
252
|
getPopupToolbarAnchor: function () {
|
|
@@ -47,8 +47,8 @@ class BaseRequest {
|
|
|
47
47
|
// In case of error, an alert is sent, but non 20X status are not handled
|
|
48
48
|
// The consumer must check the response status by hand
|
|
49
49
|
export class Request extends BaseRequest {
|
|
50
|
-
fire(name,
|
|
51
|
-
document.body.dispatchEvent(new CustomEvent(name,
|
|
50
|
+
fire(name, detail) {
|
|
51
|
+
document.body.dispatchEvent(new CustomEvent(name, { detail }))
|
|
52
52
|
}
|
|
53
53
|
|
|
54
54
|
async _fetch(method, uri, headers, data) {
|
|
@@ -6,6 +6,7 @@ const TEMPLATE = `
|
|
|
6
6
|
<form method="dialog" data-ref="form">
|
|
7
7
|
<ul class="buttons">
|
|
8
8
|
<li><i class="icon icon-16 icon-close" data-close></i></li>
|
|
9
|
+
<li hidden data-ref="back"><i class="icon icon-16 icon-back"></i></li>
|
|
9
10
|
</ul>
|
|
10
11
|
<h3 data-ref="message" id="${Math.round(Date.now()).toString(36)}"></h3>
|
|
11
12
|
<fieldset data-ref="fieldset" role="document">
|
|
@@ -123,6 +124,10 @@ export default class Dialog extends WithTemplate {
|
|
|
123
124
|
} else {
|
|
124
125
|
this.elements.template.innerHTML = dialog.template || ''
|
|
125
126
|
}
|
|
127
|
+
this.elements.back.hidden = !dialog.back
|
|
128
|
+
if (dialog.back) {
|
|
129
|
+
this.elements.back.addEventListener('click', dialog.back)
|
|
130
|
+
}
|
|
126
131
|
|
|
127
132
|
this.focusable = this.getFocusable()
|
|
128
133
|
this.hasFormData = this.elements.fieldset.elements.length > 0
|
|
@@ -218,6 +218,14 @@ export default class Umap extends ServerStored {
|
|
|
218
218
|
this.fire('seteditedfeature')
|
|
219
219
|
}
|
|
220
220
|
|
|
221
|
+
get activeFeature() {
|
|
222
|
+
return this._activeFeature
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
set activeFeature(feature) {
|
|
226
|
+
this._activeFeature = feature
|
|
227
|
+
}
|
|
228
|
+
|
|
221
229
|
setPropertiesFromQueryString() {
|
|
222
230
|
const asBoolean = (key) => {
|
|
223
231
|
const value = this.searchParams.get(key)
|
|
@@ -570,9 +578,11 @@ export default class Umap extends ServerStored {
|
|
|
570
578
|
}
|
|
571
579
|
this.datalayersLoaded = true
|
|
572
580
|
this.fire('datalayersloaded')
|
|
581
|
+
const toLoad = []
|
|
573
582
|
for (const datalayer of this.datalayersIndex) {
|
|
574
|
-
if (datalayer.showAtLoad())
|
|
583
|
+
if (datalayer.showAtLoad()) toLoad.push(datalayer.show())
|
|
575
584
|
}
|
|
585
|
+
await Promise.all(toLoad)
|
|
576
586
|
this.dataloaded = true
|
|
577
587
|
this.fire('dataloaded')
|
|
578
588
|
}
|
|
@@ -643,6 +653,12 @@ export default class Umap extends ServerStored {
|
|
|
643
653
|
// have changed, we'll be more subtil when we'll remove the
|
|
644
654
|
// save action
|
|
645
655
|
this.render(['name', 'user', 'permissions'])
|
|
656
|
+
if (!this._leafletMap.listens('saved')) {
|
|
657
|
+
// When we save only layers, we don't have the map feedback message
|
|
658
|
+
this._leafletMap.on('saved', () => {
|
|
659
|
+
Alert.success(translate('Map has been saved!'))
|
|
660
|
+
})
|
|
661
|
+
}
|
|
646
662
|
this.fire('saved')
|
|
647
663
|
}
|
|
648
664
|
|
|
@@ -1184,7 +1200,7 @@ export default class Umap extends ServerStored {
|
|
|
1184
1200
|
geometry() {
|
|
1185
1201
|
/* Return a GeoJSON geometry Object */
|
|
1186
1202
|
const latlng = this._leafletMap.latLng(
|
|
1187
|
-
this.
|
|
1203
|
+
this.properties.center || this._leafletMap.getCenter()
|
|
1188
1204
|
)
|
|
1189
1205
|
return {
|
|
1190
1206
|
type: 'Point',
|
|
@@ -1426,9 +1442,14 @@ export default class Umap extends ServerStored {
|
|
|
1426
1442
|
const row = DomUtil.create('li', 'orderable', ul)
|
|
1427
1443
|
DomUtil.createIcon(row, 'icon-drag', translate('Drag to reorder'))
|
|
1428
1444
|
datalayer.renderToolbox(row)
|
|
1429
|
-
const
|
|
1445
|
+
const builder = new U.FormBuilder(
|
|
1446
|
+
datalayer,
|
|
1447
|
+
[['options.name', { handler: 'EditableText' }]],
|
|
1448
|
+
{ className: 'umap-form-inline' }
|
|
1449
|
+
)
|
|
1450
|
+
const form = builder.build()
|
|
1451
|
+
row.appendChild(form)
|
|
1430
1452
|
row.classList.toggle('off', !datalayer.isVisible())
|
|
1431
|
-
title.textContent = datalayer.options.name
|
|
1432
1453
|
row.dataset.id = stamp(datalayer)
|
|
1433
1454
|
})
|
|
1434
1455
|
const onReorder = (src, dst, initialIndex, finalIndex) => {
|
|
@@ -1662,8 +1683,8 @@ export default class Umap extends ServerStored {
|
|
|
1662
1683
|
}
|
|
1663
1684
|
|
|
1664
1685
|
_setCenterAndZoom() {
|
|
1665
|
-
this.
|
|
1666
|
-
this.
|
|
1686
|
+
this.properties.center = this._leafletMap.getCenter()
|
|
1687
|
+
this.properties.zoom = this._leafletMap.getZoom()
|
|
1667
1688
|
this.isDirty = true
|
|
1668
1689
|
this._defaultExtent = false
|
|
1669
1690
|
}
|
|
@@ -683,10 +683,13 @@ U.TileLayerChooser = L.Control.extend({
|
|
|
683
683
|
L.DomEvent.on(
|
|
684
684
|
el,
|
|
685
685
|
'click',
|
|
686
|
-
|
|
686
|
+
() => {
|
|
687
687
|
this.map.selectTileLayer(tilelayer)
|
|
688
688
|
this.map._controls.tilelayers.setLayers()
|
|
689
|
-
if (options?.
|
|
689
|
+
if (options?.edit) {
|
|
690
|
+
this.map._umap.properties.tilelayer = tilelayer.toJSON()
|
|
691
|
+
this.map._umap.isDirty = true
|
|
692
|
+
}
|
|
690
693
|
},
|
|
691
694
|
this
|
|
692
695
|
)
|
|
@@ -942,11 +945,11 @@ L.Control.Loading.include({
|
|
|
942
945
|
},
|
|
943
946
|
|
|
944
947
|
_showIndicator: function () {
|
|
945
|
-
|
|
948
|
+
this._map._container.classList.add('umap-loading')
|
|
946
949
|
},
|
|
947
950
|
|
|
948
951
|
_hideIndicator: function () {
|
|
949
|
-
|
|
952
|
+
this._map._container.classList.remove('umap-loading')
|
|
950
953
|
},
|
|
951
954
|
})
|
|
952
955
|
|
|
@@ -259,6 +259,35 @@ L.FormBuilder.CheckBox.include({
|
|
|
259
259
|
},
|
|
260
260
|
})
|
|
261
261
|
|
|
262
|
+
L.FormBuilder.EditableText = L.FormBuilder.Element.extend({
|
|
263
|
+
build: function () {
|
|
264
|
+
this.input = L.DomUtil.create('span', this.options.className || '', this.parentNode)
|
|
265
|
+
this.input.contentEditable = true
|
|
266
|
+
this.fetch()
|
|
267
|
+
L.DomEvent.on(this.input, 'input', this.sync, this)
|
|
268
|
+
L.DomEvent.on(this.input, 'keypress', this.onKeyPress, this)
|
|
269
|
+
},
|
|
270
|
+
|
|
271
|
+
getParentNode: function () {
|
|
272
|
+
return this.form
|
|
273
|
+
},
|
|
274
|
+
|
|
275
|
+
value: function () {
|
|
276
|
+
return this.input.textContent
|
|
277
|
+
},
|
|
278
|
+
|
|
279
|
+
fetch: function () {
|
|
280
|
+
this.input.textContent = this.toHTML()
|
|
281
|
+
},
|
|
282
|
+
|
|
283
|
+
onKeyPress: function (event) {
|
|
284
|
+
if (event.keyCode === 13) {
|
|
285
|
+
event.preventDefault()
|
|
286
|
+
this.input.blur()
|
|
287
|
+
}
|
|
288
|
+
},
|
|
289
|
+
})
|
|
290
|
+
|
|
262
291
|
L.FormBuilder.ColorPicker = L.FormBuilder.Input.extend({
|
|
263
292
|
colors: U.COLORS,
|
|
264
293
|
getParentNode: function () {
|
|
@@ -1192,6 +1221,21 @@ U.FormBuilder = L.FormBuilder.extend({
|
|
|
1192
1221
|
}
|
|
1193
1222
|
},
|
|
1194
1223
|
|
|
1224
|
+
getter: function (field) {
|
|
1225
|
+
const path = field.split('.')
|
|
1226
|
+
let value = this.obj
|
|
1227
|
+
let sub
|
|
1228
|
+
for (sub of path) {
|
|
1229
|
+
try {
|
|
1230
|
+
value = value[sub]
|
|
1231
|
+
} catch {
|
|
1232
|
+
console.log(field)
|
|
1233
|
+
}
|
|
1234
|
+
}
|
|
1235
|
+
if (value === undefined) values = U.SCHEMA[sub]?.default
|
|
1236
|
+
return value
|
|
1237
|
+
},
|
|
1238
|
+
|
|
1195
1239
|
finish: (event) => {
|
|
1196
1240
|
event.helper?.input?.blur()
|
|
1197
1241
|
},
|
|
@@ -924,7 +924,6 @@ a.umap-control-caption,
|
|
|
924
924
|
width: 2px;
|
|
925
925
|
}
|
|
926
926
|
.umap-icon-active {
|
|
927
|
-
z-index: var(--zindex-icon-active)!important;
|
|
928
927
|
opacity: 1.0!important;
|
|
929
928
|
}
|
|
930
929
|
.umap-edit-enabled .readonly {
|
|
@@ -935,173 +934,42 @@ a.umap-control-caption,
|
|
|
935
934
|
/* ********************************* */
|
|
936
935
|
/* Ajax loader */
|
|
937
936
|
/* ********************************* */
|
|
938
|
-
.umap-loading .umap-loader
|
|
939
|
-
{
|
|
940
|
-
display: block;
|
|
941
|
-
-webkit-animation: shift-rightwards 3s ease-in-out infinite;
|
|
942
|
-
-moz-animation: shift-rightwards 3s ease-in-out infinite;
|
|
943
|
-
-ms-animation: shift-rightwards 3s ease-in-out infinite;
|
|
944
|
-
-o-animation: shift-rightwards 3s ease-in-out infinite;
|
|
945
|
-
animation: shift-rightwards 3s ease-in-out infinite;
|
|
946
|
-
-webkit-animation-delay: .2s;
|
|
947
|
-
-moz-animation-delay: .2s;
|
|
948
|
-
-o-animation-delay: .2s;
|
|
949
|
-
animation-delay: .2s;
|
|
950
|
-
}
|
|
951
937
|
.umap-loader {
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
}
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
60%
|
|
986
|
-
{
|
|
987
|
-
-webkit-transform:translateX(0%);
|
|
988
|
-
-moz-transform:translateX(0%);
|
|
989
|
-
-o-transform:translateX(0%);
|
|
990
|
-
transform:translateX(0%);
|
|
991
|
-
}
|
|
992
|
-
|
|
993
|
-
100%
|
|
994
|
-
{
|
|
995
|
-
-webkit-transform:translateX(100%);
|
|
996
|
-
-moz-transform:translateX(100%);
|
|
997
|
-
-o-transform:translateX(100%);
|
|
998
|
-
transform:translateX(100%);
|
|
999
|
-
}
|
|
1000
|
-
|
|
1001
|
-
}
|
|
1002
|
-
@-moz-keyframes shift-rightwards
|
|
1003
|
-
{
|
|
1004
|
-
0%
|
|
1005
|
-
{
|
|
1006
|
-
-webkit-transform:translateX(-100%);
|
|
1007
|
-
-moz-transform:translateX(-100%);
|
|
1008
|
-
-o-transform:translateX(-100%);
|
|
1009
|
-
transform:translateX(-100%);
|
|
1010
|
-
}
|
|
1011
|
-
|
|
1012
|
-
40%
|
|
1013
|
-
{
|
|
1014
|
-
-webkit-transform:translateX(0%);
|
|
1015
|
-
-moz-transform:translateX(0%);
|
|
1016
|
-
-o-transform:translateX(0%);
|
|
1017
|
-
transform:translateX(0%);
|
|
1018
|
-
}
|
|
1019
|
-
|
|
1020
|
-
60%
|
|
1021
|
-
{
|
|
1022
|
-
-webkit-transform:translateX(0%);
|
|
1023
|
-
-moz-transform:translateX(0%);
|
|
1024
|
-
-o-transform:translateX(0%);
|
|
1025
|
-
transform:translateX(0%);
|
|
1026
|
-
}
|
|
1027
|
-
|
|
1028
|
-
100%
|
|
1029
|
-
{
|
|
1030
|
-
-webkit-transform:translateX(100%);
|
|
1031
|
-
-moz-transform:translateX(100%);
|
|
1032
|
-
-o-transform:translateX(100%);
|
|
1033
|
-
transform:translateX(100%);
|
|
1034
|
-
}
|
|
1035
|
-
|
|
1036
|
-
}
|
|
1037
|
-
@-o-keyframes shift-rightwards
|
|
1038
|
-
{
|
|
1039
|
-
0%
|
|
1040
|
-
{
|
|
1041
|
-
-webkit-transform:translateX(-100%);
|
|
1042
|
-
-moz-transform:translateX(-100%);
|
|
1043
|
-
-o-transform:translateX(-100%);
|
|
1044
|
-
transform:translateX(-100%);
|
|
1045
|
-
}
|
|
1046
|
-
|
|
1047
|
-
40%
|
|
1048
|
-
{
|
|
1049
|
-
-webkit-transform:translateX(0%);
|
|
1050
|
-
-moz-transform:translateX(0%);
|
|
1051
|
-
-o-transform:translateX(0%);
|
|
1052
|
-
transform:translateX(0%);
|
|
1053
|
-
}
|
|
1054
|
-
|
|
1055
|
-
60%
|
|
1056
|
-
{
|
|
1057
|
-
-webkit-transform:translateX(0%);
|
|
1058
|
-
-moz-transform:translateX(0%);
|
|
1059
|
-
-o-transform:translateX(0%);
|
|
1060
|
-
transform:translateX(0%);
|
|
1061
|
-
}
|
|
1062
|
-
|
|
1063
|
-
100%
|
|
1064
|
-
{
|
|
1065
|
-
-webkit-transform:translateX(100%);
|
|
1066
|
-
-moz-transform:translateX(100%);
|
|
1067
|
-
-o-transform:translateX(100%);
|
|
1068
|
-
transform:translateX(100%);
|
|
1069
|
-
}
|
|
1070
|
-
|
|
938
|
+
width: 100%;
|
|
939
|
+
height: 6px;
|
|
940
|
+
display: inline-block;
|
|
941
|
+
position: absolute;
|
|
942
|
+
background: var(--color-brightCyan);
|
|
943
|
+
overflow: hidden;
|
|
944
|
+
display: none;
|
|
945
|
+
top: 0;
|
|
946
|
+
left: 0;
|
|
947
|
+
right: 0;
|
|
948
|
+
height: 4px;
|
|
949
|
+
z-index: var(--zindex-loader);
|
|
950
|
+
}
|
|
951
|
+
.umap-loader::after {
|
|
952
|
+
content: '';
|
|
953
|
+
box-sizing: border-box;
|
|
954
|
+
width: 0;
|
|
955
|
+
height: 4.8px;
|
|
956
|
+
background: var(--color-darkerGray);
|
|
957
|
+
position: absolute;
|
|
958
|
+
top: 0;
|
|
959
|
+
left: 0;
|
|
960
|
+
animation: animFw 10s linear infinite;
|
|
961
|
+
}
|
|
962
|
+
|
|
963
|
+
@keyframes animFw {
|
|
964
|
+
0% {
|
|
965
|
+
width: 0;
|
|
966
|
+
}
|
|
967
|
+
100% {
|
|
968
|
+
width: 100%;
|
|
969
|
+
}
|
|
1071
970
|
}
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
0%
|
|
1075
|
-
{
|
|
1076
|
-
-webkit-transform:translateX(-100%);
|
|
1077
|
-
-moz-transform:translateX(-100%);
|
|
1078
|
-
-o-transform:translateX(-100%);
|
|
1079
|
-
transform:translateX(-100%);
|
|
1080
|
-
}
|
|
1081
|
-
|
|
1082
|
-
40%
|
|
1083
|
-
{
|
|
1084
|
-
-webkit-transform:translateX(0%);
|
|
1085
|
-
-moz-transform:translateX(0%);
|
|
1086
|
-
-o-transform:translateX(0%);
|
|
1087
|
-
transform:translateX(0%);
|
|
1088
|
-
}
|
|
1089
|
-
|
|
1090
|
-
60%
|
|
1091
|
-
{
|
|
1092
|
-
-webkit-transform:translateX(0%);
|
|
1093
|
-
-moz-transform:translateX(0%);
|
|
1094
|
-
-o-transform:translateX(0%);
|
|
1095
|
-
transform:translateX(0%);
|
|
1096
|
-
}
|
|
1097
|
-
|
|
1098
|
-
100%
|
|
1099
|
-
{
|
|
1100
|
-
-webkit-transform:translateX(100%);
|
|
1101
|
-
-moz-transform:translateX(100%);
|
|
1102
|
-
-o-transform:translateX(100%);
|
|
1103
|
-
transform:translateX(100%);
|
|
1104
|
-
}
|
|
971
|
+
.umap-loading .umap-loader {
|
|
972
|
+
display: block;
|
|
1105
973
|
}
|
|
1106
974
|
|
|
1107
975
|
/* *************************** */
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
<meta name="viewport"
|
|
19
19
|
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
|
20
20
|
{# See https://evilmartians.com/chronicles/how-to-favicon-in-2021-six-files-that-fit-most-needs #}
|
|
21
|
+
{% autoescape off %}
|
|
21
22
|
<link rel="icon"
|
|
22
23
|
href="{% static 'umap/favicons/favicon.ico' %}"
|
|
23
24
|
sizes="32x32">
|
|
@@ -28,6 +29,7 @@
|
|
|
28
29
|
href="{% static 'umap/favicons/apple-touch-icon.png' %}">
|
|
29
30
|
<!-- 180×180 -->
|
|
30
31
|
<link rel="manifest" href="/manifest.webmanifest">
|
|
32
|
+
{% endautoescape %}
|
|
31
33
|
</head>
|
|
32
34
|
<body class="{% block body_class %}{% endblock body_class %}">
|
|
33
35
|
{% block header %}
|
{umap_project-2.8.0a2 → umap_project-2.8.0b0}/umap/templates/umap/components/alerts/alert.html
RENAMED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
{% load i18n static %}
|
|
2
2
|
|
|
3
|
+
{% autoescape off %}
|
|
3
4
|
<style type="text/css">
|
|
4
5
|
@import "{% static 'umap/js/components/alerts/alert.css' %}";
|
|
5
6
|
</style>
|
|
7
|
+
{% endautoescape %}
|
|
6
8
|
<template id="umap-alert-template">
|
|
7
9
|
<div role="dialog" class="dark window umap-alert">
|
|
8
10
|
<div>
|
|
@@ -97,6 +99,7 @@
|
|
|
97
99
|
</div>
|
|
98
100
|
</template>
|
|
99
101
|
<umap-alert-conflict></umap-alert-conflict>
|
|
102
|
+
{% autoescape off %}
|
|
100
103
|
<script type="module">
|
|
101
104
|
import { register } from '{% static 'umap/js/components/base.js' %}'
|
|
102
105
|
import {
|
|
@@ -108,3 +111,4 @@
|
|
|
108
111
|
register(uMapAlertCreation, 'umap-alert-creation')
|
|
109
112
|
register(uMapAlertConflict, 'umap-alert-conflict')
|
|
110
113
|
</script>
|
|
114
|
+
{% endautoescape %}
|