umap-project 2.8.0__tar.gz → 2.8.0a1__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.0 → umap_project-2.8.0a1}/PKG-INFO +1 -1
- umap_project-2.8.0a1/umap/__init__.py +1 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/en/LC_MESSAGES/django.po +13 -13
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/management/commands/empty_trash.py +2 -5
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/css/form.css +0 -3
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/data/features.js +4 -19
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/data/layer.js +19 -41
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/importer.js +20 -65
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/rendering/icon.js +1 -2
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/rendering/map.js +7 -7
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/rendering/popup.js +10 -9
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/rendering/template.js +9 -53
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/rendering/ui.js +2 -6
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/request.js +2 -2
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/schema.js +0 -1
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/ui/dialog.js +0 -5
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/umap.js +10 -33
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/utils.js +0 -2
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/umap.controls.js +4 -7
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/umap.forms.js +0 -44
- umap_project-2.8.0a1/umap/static/umap/locale/en.js +526 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/fr.js +1 -3
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/fr.json +1 -3
- umap_project-2.8.0a1/umap/static/umap/locale/zh_TW.Big5.json +524 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/map.css +166 -34
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vars.css +1 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/templates/base.html +0 -2
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/templates/umap/components/alerts/alert.html +0 -4
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/templates/umap/css.html +0 -3
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/templates/umap/js.html +0 -2
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/templates/umap/map_init.html +0 -2
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/templates/umap/user_dashboard.html +0 -2
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/integration/test_edit_datalayer.py +0 -11
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/integration/test_import.py +1 -20
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/test_team_views.py +1 -35
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/test_views.py +74 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/views.py +15 -20
- umap_project-2.8.0/umap/__init__.py +0 -1
- umap_project-2.8.0/umap/settings/local_s3.py +0 -45
- umap_project-2.8.0/umap/static/umap/locale/en.js +0 -528
- umap_project-2.8.0/umap/static/umap/locale/en.json +0 -526
- umap_project-2.8.0/umap/tests/fixtures/test_upload_simple_marker.json +0 -19
- umap_project-2.8.0/umap/tests/test_dashboard.py +0 -82
- {umap_project-2.8.0 → umap_project-2.8.0a1}/.gitignore +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/LICENSE +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/README.md +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/pyproject.toml +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/admin.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/apps.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/asgi.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/autocomplete.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/bin/__init__.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/context_processors.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/decorators.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/fields.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/forms.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/am_ET/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/am_ET/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/ar/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/ar/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/ast/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/ast/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/bg/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/bg/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/br/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/br/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/ca/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/ca/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/cs_CZ/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/da/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/da/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/de/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/de/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/el/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/el/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/en/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/es/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/es/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/et/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/et/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/eu/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/eu/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/fa_IR/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/fa_IR/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/fi/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/fi/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/fr/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/gl/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/gl/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/he/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/he/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/hr/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/hr/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/hu/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/id/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/id/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/is/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/is/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/it/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/it/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/ja/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/ja/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/ko/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/ko/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/lt/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/lt/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/ms/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/ms/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/nl/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/nl/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/no/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/no/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/pl/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/pl/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/pt/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/pt/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/pt_BR/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/pt_BR/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/pt_PT/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/pt_PT/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/ro/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/ro/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/ru/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/ru/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/si/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/si/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/sk_SK/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/sk_SK/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/sl/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/sl/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/sr/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/sr/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/sv/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/sv/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/th_TH/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/th_TH/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/tr/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/tr/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/uk_UA/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/uk_UA/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/vi/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/vi/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/zh/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/zh/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/locale/zh_TW/LC_MESSAGES/django.po +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/management/__init__.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/management/commands/__init__.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/management/commands/anonymous_edit_url.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/management/commands/clean_tilelayer.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/management/commands/generate_js_locale.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/management/commands/import_pictograms.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/management/commands/migrate_to_S3.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/management/commands/run_websocket_server.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/managers.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/middleware.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/migrations/0001_initial.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/migrations/0002_tilelayer_tms.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/migrations/0003_add_tilelayer.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/migrations/0004_add_licence.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/migrations/0005_remove_map_tilelayer.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/migrations/0006_auto_20190407_0719.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/migrations/0007_auto_20190416_1757.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/migrations/0008_alter_map_settings.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/migrations/0009_star.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/migrations/0010_alter_map_edit_status_alter_map_share_status.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/migrations/0011_alter_map_edit_status_alter_map_share_status.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/migrations/0012_datalayer_settings.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/migrations/0013_datalayer_edit_status.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/migrations/0014_map_created_at.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/migrations/0015_alter_pictogram_pictogram.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/migrations/0016_pictogram_category.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/migrations/0017_migrate_to_openstreetmap_oauth2.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/migrations/0018_datalayer_uuid.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/migrations/0019_migrate_internal_remote_datalayers.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/migrations/0020_alter_tilelayer_url_template.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/migrations/0021_remove_map_description.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/migrations/0022_add_team.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/migrations/0023_alter_datalayer_uuid.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/migrations/0024_alter_map_share_status.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/migrations/0025_alter_datalayer_geojson.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/migrations/__init__.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/models.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/settings/__init__.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/settings/base.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/settings/dev.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/settings/local.py.sample +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/.gitignore +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/base.css +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/bitbucket.png +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/content.css +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/css/bar.css +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/css/contextmenu.css +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/css/dialog.css +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/css/icon.css +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/css/importers.css +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/css/panel.css +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/css/popup.css +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/css/slideshow.css +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/css/tableeditor.css +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/css/tooltip.css +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/css/window.css +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/favicons/apple-touch-icon.png +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/favicons/favicon.ico +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/favicons/icon-192.png +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/favicons/icon-512.png +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/favicons/icon.svg +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/font/FiraSans-Light.woff +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/font/FiraSans-Light.woff2 +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/font/FiraSans-LightItalic.woff +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/font/FiraSans-LightItalic.woff2 +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/font/FiraSans-SemiBold.woff +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/font/FiraSans-SemiBold.woff2 +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/font.css +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/github.png +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/img/16-white.svg +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/img/16.svg +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/img/24-white.svg +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/img/24.svg +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/img/alert-icon-error.svg +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/img/alert-icon-info.svg +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/img/alert-icon-success.svg +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/img/edit.svg +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/img/icon-bg.png +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/img/icon-delete.svg +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/img/icon-download.svg +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/img/icon-duplicate.svg +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/img/icon-edit.svg +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/img/icon-external-link.svg +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/img/icon-share.svg +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/img/icon-view.svg +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/img/importers/cadastrefr.svg +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/img/importers/communesfr.svg +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/img/importers/datasets.svg +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/img/importers/geodatamine.svg +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/img/importers/overpass.svg +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/img/importers/random.svg +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/img/importers/random1.svg +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/img/importers/random2.svg +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/img/logo.svg +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/img/logo_filigree.png +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/img/logo_small.svg +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/img/marker.png +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/img/marker.svg +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/img/opensource.svg +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/img/osm.svg +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/img/search.gif +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/img/source/16-white.svg +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/img/source/16.svg +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/img/source/24-white.svg +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/img/source/24.svg +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/components/alerts/alert.css +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/components/alerts/alert.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/components/base.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/components/fragment.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/autocomplete.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/browser.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/caption.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/dompurify.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/facets.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/formatter.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/global.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/help.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/i18n.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/importers/cadastrefr.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/importers/communesfr.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/importers/datasets.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/importers/geodatamine.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/importers/overpass.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/leaflet-configure.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/orderable.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/permissions.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/rendering/layers/base.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/rendering/layers/classified.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/rendering/layers/cluster.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/rendering/layers/heat.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/rules.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/saving.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/share.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/slideshow.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/sync/engine.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/sync/hlc.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/sync/updaters.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/sync/websocket.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/tableeditor.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/ui/bar.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/ui/base.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/ui/contextmenu.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/ui/panel.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/ui/tooltip.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/urls.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/umap.core.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/keycloak.png +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/am_ET.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/am_ET.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/ar.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/ar.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/ast.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/ast.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/bg.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/bg.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/br.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/br.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/ca.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/ca.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/cs_CZ.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/cs_CZ.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/da.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/da.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/de.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/de.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/el.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/el.json +0 -0
- /umap_project-2.8.0/umap/static/umap/locale/id.json → /umap_project-2.8.0a1/umap/static/umap/locale/en.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/en_US.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/es.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/es.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/et.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/et.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/eu.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/eu.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/fa_IR.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/fa_IR.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/fi.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/fi.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/gl.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/gl.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/he.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/he.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/hr.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/hr.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/hu.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/hu.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/id.js +0 -0
- /umap_project-2.8.0/umap/static/umap/locale/pl_PL.json → /umap_project-2.8.0a1/umap/static/umap/locale/id.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/is.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/is.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/it.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/it.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/ja.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/ja.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/ko.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/ko.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/lt.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/lt.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/ms.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/ms.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/nl.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/nl.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/no.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/no.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/pl.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/pl.json +0 -0
- /umap_project-2.8.0/umap/static/umap/locale/vi_VN.json → /umap_project-2.8.0a1/umap/static/umap/locale/pl_PL.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/pt.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/pt.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/pt_BR.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/pt_BR.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/pt_PT.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/pt_PT.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/ro.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/ro.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/ru.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/ru.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/si.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/si.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/sk_SK.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/sk_SK.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/sl.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/sl.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/sr.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/sr.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/sv.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/sv.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/th_TH.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/th_TH.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/tr.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/tr.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/uk_UA.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/uk_UA.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/vi.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/vi.json +0 -0
- /umap_project-2.8.0/umap/static/umap/locale/zh_CN.json → /umap_project-2.8.0a1/umap/static/umap/locale/vi_VN.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/zh.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/zh.json +0 -0
- /umap_project-2.8.0/umap/static/umap/locale/zh_TW.Big5.json → /umap_project-2.8.0a1/umap/static/umap/locale/zh_CN.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/zh_TW.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/locale/zh_TW.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/nav.css +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/openstreetmap.png +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/test/.eslintrc +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/test/DataLayer.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/test/Feature.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/test/Map.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/test/Marker.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/test/Polygon.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/test/Polyline.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/test/Util.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/test/_pre.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/test/index.html +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/theme.css +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/twitter.png +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/unittests/URLs.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/unittests/hlc.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/unittests/sync.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/unittests/utils.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/colorbrewer/colorbrewer.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/csv2geojson/csv2geojson.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/dompurify/purify.es.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/dompurify/purify.es.mjs.map +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/editable/Leaflet.Editable.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/editable/Path.Drag.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.css +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/editinosm/edit-in-osm.png +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/formbuilder/Leaflet.FormBuilder.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/fullscreen/Leaflet.fullscreen.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/fullscreen/Leaflet.fullscreen.min.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/fullscreen/fullscreen.png +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/fullscreen/fullscreen@2x.png +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/fullscreen/leaflet.fullscreen.css +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/geojson-to-gpx/index.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/georsstogeojson/GeoRSSToGeoJSON.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/hash/leaflet-hash.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/heat/leaflet-heat.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/i18n/Leaflet.i18n.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/iconlayers/check.png +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/iconlayers/iconLayers.css +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/iconlayers/iconLayers.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/iconlayers/transparent-pixel.png +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/leaflet/images/layers-2x.png +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/leaflet/images/layers.png +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/leaflet/images/marker-icon-2x.png +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/leaflet/images/marker-icon.png +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/leaflet/images/marker-shadow.png +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/leaflet/leaflet-src.esm.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/leaflet/leaflet-src.esm.js.map +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/leaflet/leaflet.css +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/loading/Control.Loading.css +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/loading/Control.Loading.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css.map +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js.map +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/markercluster/MarkerCluster.Default.css +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/markercluster/MarkerCluster.css +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/markercluster/leaflet.markercluster.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/markercluster/leaflet.markercluster.js.map +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/measurable/Leaflet.Measurable.css +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/measurable/Leaflet.Measurable.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/minimap/Control.MiniMap.min.css +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/minimap/Control.MiniMap.min.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/minimap/images/toggle.png +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/minimap/images/toggle.svg +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/osmtogeojson/osmtogeojson.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/photon/leaflet.photon.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/simple-statistics/simple-statistics.min.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/simple-statistics/simple-statistics.min.js.map +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/togeojson/togeojson.es.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/togeojson/togeojson.es.mjs.map +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/tokml/tokml.es.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/tokml/tokml.es.mjs.map +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/toolbar/leaflet.toolbar.css +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/vendors/toolbar/leaflet.toolbar.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/storage/__init__.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/storage/fs.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/storage/s3.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/storage/staticfiles.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/templates/404.html +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/templates/500.html +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/templates/auth/user_detail.html +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/templates/auth/user_form.html +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/templates/auth/user_stars.html +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/templates/registration/login.html +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/templates/umap/about.html +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/templates/umap/about_summary.html +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/templates/umap/branding.html +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/templates/umap/content.html +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/templates/umap/content_footer.html +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/templates/umap/dashboard_menu.html +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/templates/umap/footer.html +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/templates/umap/header.html +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/templates/umap/home.html +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/templates/umap/locale.js +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/templates/umap/login_popup_end.html +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/templates/umap/map_detail.html +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/templates/umap/map_fragment.html +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/templates/umap/map_list.html +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/templates/umap/map_table.html +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/templates/umap/messages.html +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/templates/umap/navigation.html +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/templates/umap/password_change.html +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/templates/umap/password_change_done.html +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/templates/umap/search.html +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/templates/umap/search_bar.html +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/templates/umap/success.html +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/templates/umap/team_confirm_delete.html +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/templates/umap/team_detail.html +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/templates/umap/team_form.html +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/templates/umap/user_teams.html +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/templatetags/__init__.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/templatetags/umap_tags.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/__init__.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/base.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/conftest.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/fixtures/categorized_highway.geojson +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/fixtures/choropleth_region_chomage.geojson +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/fixtures/circle.svg +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/fixtures/display_on_load.umap +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/fixtures/empty_tile.png +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/fixtures/star.svg +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/fixtures/test_circles_layer.geojson +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/fixtures/test_import_osm_relation.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/fixtures/test_upload_data.csv +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/fixtures/test_upload_data.gpx +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/fixtures/test_upload_data.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/fixtures/test_upload_data.kml +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/fixtures/test_upload_data.umap +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/fixtures/test_upload_data_osm.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/fixtures/test_upload_empty_coordinates.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/fixtures/test_upload_georss.xml +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/fixtures/test_upload_missing_name.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/fixtures/test_upload_non_linear_ring.json +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/integration/__init__.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/integration/conftest.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/integration/helpers.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/integration/test_anonymous_owned_map.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/integration/test_basics.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/integration/test_browser.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/integration/test_caption.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/integration/test_categorized_layer.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/integration/test_choropleth.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/integration/test_circles_layer.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/integration/test_cluster.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/integration/test_conditional_rules.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/integration/test_dashboard.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/integration/test_datalayer.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/integration/test_draw_polygon.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/integration/test_draw_polyline.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/integration/test_edit_map.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/integration/test_edit_marker.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/integration/test_edit_polygon.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/integration/test_export_map.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/integration/test_facets_browser.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/integration/test_features_id_generation.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/integration/test_map.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/integration/test_map_list.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/integration/test_map_preview.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/integration/test_optimistic_merge.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/integration/test_owned_map.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/integration/test_picto.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/integration/test_popup.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/integration/test_querystring.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/integration/test_save.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/integration/test_share.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/integration/test_slideshow.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/integration/test_star.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/integration/test_tableeditor.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/integration/test_team.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/integration/test_tilelayer.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/integration/test_view_marker.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/integration/test_view_polygon.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/integration/test_view_polyline.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/integration/test_websocket_sync.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/settings.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/test_clean_tilelayer.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/test_datalayer.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/test_datalayer_s3.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/test_datalayer_views.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/test_empty_trash.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/test_licence.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/test_map.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/test_map_views.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/test_merge_features.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/test_statics.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/test_tilelayer.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/test_utils.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/tests/test_websocket_server.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/urls.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/utils.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/websocket_server.py +0 -0
- {umap_project-2.8.0 → umap_project-2.8.0a1}/umap/wsgi.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
VERSION = "2.8.0a1"
|
|
@@ -8,7 +8,7 @@ msgid ""
|
|
|
8
8
|
msgstr ""
|
|
9
9
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"POT-Creation-Date: 2024-12-
|
|
11
|
+
"POT-Creation-Date: 2024-12-11 17:05+0000\n"
|
|
12
12
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
@@ -617,57 +617,57 @@ msgstr ""
|
|
|
617
617
|
msgid "View the map"
|
|
618
618
|
msgstr ""
|
|
619
619
|
|
|
620
|
-
#: views.py:
|
|
620
|
+
#: views.py:820
|
|
621
621
|
msgid "See full screen"
|
|
622
622
|
msgstr ""
|
|
623
623
|
|
|
624
|
-
#: views.py:
|
|
624
|
+
#: views.py:963
|
|
625
625
|
msgid "Map editors updated with success!"
|
|
626
626
|
msgstr ""
|
|
627
627
|
|
|
628
|
-
#: views.py:
|
|
628
|
+
#: views.py:999
|
|
629
629
|
#, python-format
|
|
630
630
|
msgid "The uMap edit link for your map: %(map_name)s"
|
|
631
631
|
msgstr ""
|
|
632
632
|
|
|
633
|
-
#: views.py:
|
|
633
|
+
#: views.py:1002
|
|
634
634
|
#, python-format
|
|
635
635
|
msgid "Here is your secret edit link: %(link)s"
|
|
636
636
|
msgstr ""
|
|
637
637
|
|
|
638
|
-
#: views.py:
|
|
638
|
+
#: views.py:1009
|
|
639
639
|
#, python-format
|
|
640
640
|
msgid "Can't send email to %(email)s"
|
|
641
641
|
msgstr ""
|
|
642
642
|
|
|
643
|
-
#: views.py:
|
|
643
|
+
#: views.py:1012
|
|
644
644
|
#, python-format
|
|
645
645
|
msgid "Email sent to %(email)s"
|
|
646
646
|
msgstr ""
|
|
647
647
|
|
|
648
|
-
#: views.py:
|
|
648
|
+
#: views.py:1023
|
|
649
649
|
msgid "Only its owner can delete the map."
|
|
650
650
|
msgstr ""
|
|
651
651
|
|
|
652
|
-
#: views.py:
|
|
652
|
+
#: views.py:1026
|
|
653
653
|
msgid "Map successfully deleted."
|
|
654
654
|
msgstr ""
|
|
655
655
|
|
|
656
|
-
#: views.py:
|
|
656
|
+
#: views.py:1052
|
|
657
657
|
#, python-format
|
|
658
658
|
msgid ""
|
|
659
659
|
"Your map has been cloned! If you want to edit this map from another "
|
|
660
660
|
"computer, please use this link: %(anonymous_url)s"
|
|
661
661
|
msgstr ""
|
|
662
662
|
|
|
663
|
-
#: views.py:
|
|
663
|
+
#: views.py:1057
|
|
664
664
|
msgid "Congratulations, your map has been cloned!"
|
|
665
665
|
msgstr ""
|
|
666
666
|
|
|
667
|
-
#: views.py:
|
|
667
|
+
#: views.py:1308
|
|
668
668
|
msgid "Layer successfully deleted."
|
|
669
669
|
msgstr ""
|
|
670
670
|
|
|
671
|
-
#: views.py:
|
|
671
|
+
#: views.py:1330
|
|
672
672
|
msgid "Permissions updated with success!"
|
|
673
673
|
msgstr ""
|
|
@@ -23,13 +23,10 @@ class Command(BaseCommand):
|
|
|
23
23
|
|
|
24
24
|
def handle(self, *args, **options):
|
|
25
25
|
days = options["days"]
|
|
26
|
-
since =
|
|
26
|
+
since = datetime.utcnow() - timedelta(days=days)
|
|
27
27
|
print(f"Deleting map in trash since {since}")
|
|
28
28
|
maps = Map.objects.filter(share_status=Map.DELETED, modified_at__lt=since)
|
|
29
29
|
for map in maps:
|
|
30
|
-
map_id = map.id
|
|
31
|
-
map_name = map.name
|
|
32
|
-
trashed_at = map.modified_at.date()
|
|
33
30
|
if not options["dry_run"]:
|
|
34
31
|
map.delete()
|
|
35
|
-
print(f"Deleted map {
|
|
32
|
+
print(f"Deleted map {map.name} ({map.id}), trashed on {map.modified_at}")
|
|
@@ -199,9 +199,8 @@ class Feature {
|
|
|
199
199
|
this._umap.slideshow.current = this
|
|
200
200
|
}
|
|
201
201
|
this._umap.currentFeature = this
|
|
202
|
-
this.attachPopup()
|
|
203
|
-
|
|
204
|
-
})
|
|
202
|
+
this.attachPopup()
|
|
203
|
+
this.ui.openPopup(latlng || this.center)
|
|
205
204
|
}
|
|
206
205
|
|
|
207
206
|
render(fields) {
|
|
@@ -356,11 +355,9 @@ class Feature {
|
|
|
356
355
|
return loadPopup(this.getOption('popupShape') || old)
|
|
357
356
|
}
|
|
358
357
|
|
|
359
|
-
|
|
358
|
+
attachPopup() {
|
|
360
359
|
const Class = this.getPopupClass()
|
|
361
|
-
|
|
362
|
-
this.ui.bindPopup(popup)
|
|
363
|
-
return popup.loadContent()
|
|
360
|
+
this.ui.bindPopup(new Class(this))
|
|
364
361
|
}
|
|
365
362
|
|
|
366
363
|
async confirmDelete() {
|
|
@@ -661,18 +658,6 @@ class Feature {
|
|
|
661
658
|
)
|
|
662
659
|
return items
|
|
663
660
|
}
|
|
664
|
-
|
|
665
|
-
isActive() {
|
|
666
|
-
return this._umap.activeFeature === this
|
|
667
|
-
}
|
|
668
|
-
|
|
669
|
-
activate() {
|
|
670
|
-
this._umap.activeFeature = this
|
|
671
|
-
}
|
|
672
|
-
|
|
673
|
-
deactivate() {
|
|
674
|
-
if (this._umap.activeFeature === this) this._umap.activeFeature = undefined
|
|
675
|
-
}
|
|
676
661
|
}
|
|
677
662
|
|
|
678
663
|
export class Point extends Feature {
|
|
@@ -252,11 +252,10 @@ export class DataLayer extends ServerStored {
|
|
|
252
252
|
}
|
|
253
253
|
|
|
254
254
|
fromGeoJSON(geojson, sync = true) {
|
|
255
|
-
|
|
255
|
+
this.addData(geojson, sync)
|
|
256
256
|
this._geojson = geojson
|
|
257
257
|
this.onDataLoaded()
|
|
258
258
|
this.dataChanged()
|
|
259
|
-
return features
|
|
260
259
|
}
|
|
261
260
|
|
|
262
261
|
onDataLoaded() {
|
|
@@ -316,7 +315,7 @@ export class DataLayer extends ServerStored {
|
|
|
316
315
|
const response = await this._umap.request.get(url)
|
|
317
316
|
if (response?.ok) {
|
|
318
317
|
this.clear()
|
|
319
|
-
|
|
318
|
+
this._umap.formatter
|
|
320
319
|
.parse(await response.text(), this.options.remoteData.format)
|
|
321
320
|
.then((geojson) => this.fromGeoJSON(geojson))
|
|
322
321
|
}
|
|
@@ -444,11 +443,10 @@ export class DataLayer extends ServerStored {
|
|
|
444
443
|
try {
|
|
445
444
|
// Do not fail if remote data is somehow invalid,
|
|
446
445
|
// otherwise the layer becomes uneditable.
|
|
447
|
-
|
|
446
|
+
this.makeFeatures(geojson, sync)
|
|
448
447
|
} catch (err) {
|
|
449
448
|
console.log('Error with DataLayer', this.id)
|
|
450
449
|
console.error(err)
|
|
451
|
-
return []
|
|
452
450
|
}
|
|
453
451
|
}
|
|
454
452
|
|
|
@@ -465,13 +463,10 @@ export class DataLayer extends ServerStored {
|
|
|
465
463
|
? geojson
|
|
466
464
|
: geojson.features || geojson.geometries
|
|
467
465
|
if (!collection) return
|
|
468
|
-
const features = []
|
|
469
466
|
this.sortFeatures(collection)
|
|
470
|
-
for (const
|
|
471
|
-
|
|
472
|
-
if (feature) features.push(feature)
|
|
467
|
+
for (const feature of collection) {
|
|
468
|
+
this.makeFeature(feature, sync)
|
|
473
469
|
}
|
|
474
|
-
return features
|
|
475
470
|
}
|
|
476
471
|
|
|
477
472
|
makeFeature(geojson = {}, sync = true, id = null) {
|
|
@@ -508,45 +503,31 @@ export class DataLayer extends ServerStored {
|
|
|
508
503
|
}
|
|
509
504
|
|
|
510
505
|
async importRaw(raw, format) {
|
|
511
|
-
|
|
506
|
+
this._umap.formatter
|
|
512
507
|
.parse(raw, format)
|
|
513
508
|
.then((geojson) => this.addData(geojson))
|
|
514
|
-
.then((
|
|
515
|
-
|
|
516
|
-
return data
|
|
517
|
-
})
|
|
518
|
-
}
|
|
519
|
-
|
|
520
|
-
readFile(f) {
|
|
521
|
-
return new Promise((resolve) => {
|
|
522
|
-
const reader = new FileReader()
|
|
523
|
-
reader.onloadend = () => resolve(reader.result)
|
|
524
|
-
reader.readAsText(f)
|
|
525
|
-
})
|
|
509
|
+
.then(() => this.zoomTo())
|
|
510
|
+
this.isDirty = true
|
|
526
511
|
}
|
|
527
512
|
|
|
528
|
-
|
|
529
|
-
const
|
|
530
|
-
|
|
531
|
-
toLoad.push(this.importFromFile(file, type))
|
|
513
|
+
importFromFiles(files, type) {
|
|
514
|
+
for (const f of files) {
|
|
515
|
+
this.importFromFile(f, type)
|
|
532
516
|
}
|
|
533
|
-
const features = await Promise.all(toLoad)
|
|
534
|
-
return new Promise((resolve) => {
|
|
535
|
-
resolve([].concat(...features))
|
|
536
|
-
})
|
|
537
517
|
}
|
|
538
518
|
|
|
539
|
-
|
|
519
|
+
importFromFile(f, type) {
|
|
520
|
+
const reader = new FileReader()
|
|
540
521
|
type = type || Utils.detectFileType(f)
|
|
541
|
-
|
|
542
|
-
|
|
522
|
+
reader.readAsText(f)
|
|
523
|
+
reader.onload = (e) => this.importRaw(e.target.result, type)
|
|
543
524
|
}
|
|
544
525
|
|
|
545
526
|
async importFromUrl(uri, type) {
|
|
546
527
|
uri = this._umap.renderUrl(uri)
|
|
547
528
|
const response = await this._umap.request.get(uri)
|
|
548
529
|
if (response?.ok) {
|
|
549
|
-
|
|
530
|
+
this.importRaw(await response.text(), type)
|
|
550
531
|
}
|
|
551
532
|
}
|
|
552
533
|
|
|
@@ -611,10 +592,7 @@ export class DataLayer extends ServerStored {
|
|
|
611
592
|
}
|
|
612
593
|
|
|
613
594
|
reset() {
|
|
614
|
-
if (!this.createdOnServer)
|
|
615
|
-
this.erase()
|
|
616
|
-
return
|
|
617
|
-
}
|
|
595
|
+
if (!this.createdOnServer) this.erase()
|
|
618
596
|
|
|
619
597
|
this.resetOptions()
|
|
620
598
|
this.parentPane.appendChild(this.pane)
|
|
@@ -952,9 +930,9 @@ export class DataLayer extends ServerStored {
|
|
|
952
930
|
else this.hide()
|
|
953
931
|
}
|
|
954
932
|
|
|
955
|
-
zoomTo(
|
|
933
|
+
zoomTo() {
|
|
956
934
|
if (!this.isVisible()) return
|
|
957
|
-
bounds =
|
|
935
|
+
const bounds = this.layer.getBounds()
|
|
958
936
|
if (bounds.isValid()) {
|
|
959
937
|
const options = { maxZoom: this.getOption('zoomTo') }
|
|
960
938
|
this._leafletMap.fitBounds(bounds, options)
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
DomEvent,
|
|
3
|
-
DomUtil,
|
|
4
|
-
LatLngBounds,
|
|
5
|
-
} from '../../vendors/leaflet/leaflet-src.esm.js'
|
|
1
|
+
import { DomEvent, DomUtil } from '../../vendors/leaflet/leaflet-src.esm.js'
|
|
6
2
|
import { uMapAlert as Alert } from '../components/alerts/alert.js'
|
|
7
3
|
import { translate } from './i18n.js'
|
|
8
4
|
import { SCHEMA } from './schema.js'
|
|
@@ -64,10 +60,7 @@ export default class Importer extends Utils.WithTemplate {
|
|
|
64
60
|
this.TYPES = ['geojson', 'csv', 'gpx', 'kml', 'osm', 'georss', 'umap']
|
|
65
61
|
this.IMPORTERS = []
|
|
66
62
|
this.loadImporters()
|
|
67
|
-
this.dialog = new Dialog({
|
|
68
|
-
className: 'importers dark',
|
|
69
|
-
back: () => this.showImporters(),
|
|
70
|
-
})
|
|
63
|
+
this.dialog = new Dialog({ className: 'importers dark' })
|
|
71
64
|
}
|
|
72
65
|
|
|
73
66
|
loadImporters() {
|
|
@@ -175,7 +168,7 @@ export default class Importer extends Utils.WithTemplate {
|
|
|
175
168
|
button.addEventListener('click', () => plugin.open(this))
|
|
176
169
|
grid.appendChild(button)
|
|
177
170
|
}
|
|
178
|
-
this.dialog.open({ template: element, cancel: false, accept: false
|
|
171
|
+
this.dialog.open({ template: element, cancel: false, accept: false })
|
|
179
172
|
}
|
|
180
173
|
|
|
181
174
|
build() {
|
|
@@ -277,12 +270,16 @@ export default class Importer extends Utils.WithTemplate {
|
|
|
277
270
|
}
|
|
278
271
|
|
|
279
272
|
submit() {
|
|
273
|
+
let hasErrors
|
|
280
274
|
if (this.format === 'umap') {
|
|
281
|
-
this.full()
|
|
275
|
+
hasErrors = !this.full()
|
|
282
276
|
} else if (!this.url) {
|
|
283
|
-
this.copy()
|
|
277
|
+
hasErrors = !this.copy()
|
|
284
278
|
} else if (this.action) {
|
|
285
|
-
this[this.action]()
|
|
279
|
+
hasErrors = !this[this.action]()
|
|
280
|
+
}
|
|
281
|
+
if (hasErrors === false) {
|
|
282
|
+
Alert.info(translate('Data successfully imported!'))
|
|
286
283
|
}
|
|
287
284
|
}
|
|
288
285
|
|
|
@@ -297,9 +294,8 @@ export default class Importer extends Utils.WithTemplate {
|
|
|
297
294
|
} else if (this.url) {
|
|
298
295
|
this._umap.importFromUrl(this.url, this.format)
|
|
299
296
|
}
|
|
300
|
-
this.onSuccess()
|
|
301
297
|
} catch (e) {
|
|
302
|
-
|
|
298
|
+
Alert.error(translate('Invalid umap data'))
|
|
303
299
|
console.error(e)
|
|
304
300
|
return false
|
|
305
301
|
}
|
|
@@ -310,7 +306,7 @@ export default class Importer extends Utils.WithTemplate {
|
|
|
310
306
|
return false
|
|
311
307
|
}
|
|
312
308
|
if (!this.format) {
|
|
313
|
-
|
|
309
|
+
Alert.error(translate('Please choose a format'))
|
|
314
310
|
return false
|
|
315
311
|
}
|
|
316
312
|
const layer = this.layer
|
|
@@ -322,67 +318,26 @@ export default class Importer extends Utils.WithTemplate {
|
|
|
322
318
|
layer.options.remoteData.proxy = true
|
|
323
319
|
layer.options.remoteData.ttl = SCHEMA.ttl.default
|
|
324
320
|
}
|
|
325
|
-
layer.fetchRemoteData(true)
|
|
326
|
-
if (features?.length) {
|
|
327
|
-
layer.zoomTo()
|
|
328
|
-
this.onSuccess()
|
|
329
|
-
} else {
|
|
330
|
-
this.onError()
|
|
331
|
-
}
|
|
332
|
-
})
|
|
321
|
+
layer.fetchRemoteData(true)
|
|
333
322
|
}
|
|
334
323
|
|
|
335
|
-
|
|
324
|
+
copy() {
|
|
336
325
|
// Format may be guessed from file later.
|
|
337
326
|
// Usefull in case of multiple files with different formats.
|
|
338
327
|
if (!this.format && !this.files.length) {
|
|
339
|
-
|
|
328
|
+
Alert.error(translate('Please choose a format'))
|
|
340
329
|
return false
|
|
341
330
|
}
|
|
342
|
-
let promise
|
|
343
331
|
const layer = this.layer
|
|
344
332
|
if (this.clear) layer.empty()
|
|
345
333
|
if (this.files.length) {
|
|
346
|
-
|
|
334
|
+
for (const file of this.files) {
|
|
335
|
+
this._umap.processFileToImport(file, layer, this.format)
|
|
336
|
+
}
|
|
347
337
|
} else if (this.raw) {
|
|
348
|
-
|
|
338
|
+
layer.importRaw(this.raw, this.format)
|
|
349
339
|
} else if (this.url) {
|
|
350
|
-
|
|
351
|
-
}
|
|
352
|
-
if (promise) promise.then((data) => this.onCopyFinished(layer, data))
|
|
353
|
-
}
|
|
354
|
-
|
|
355
|
-
onError(message = translate('No data has been found for import')) {
|
|
356
|
-
Alert.error(message)
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
onSuccess(count) {
|
|
360
|
-
if (count) {
|
|
361
|
-
Alert.success(
|
|
362
|
-
translate('Successfully imported {count} feature(s)', {
|
|
363
|
-
count: count,
|
|
364
|
-
})
|
|
365
|
-
)
|
|
366
|
-
} else {
|
|
367
|
-
Alert.success(translate('Data successfully imported!'))
|
|
368
|
-
}
|
|
369
|
-
}
|
|
370
|
-
|
|
371
|
-
onCopyFinished(layer, features) {
|
|
372
|
-
// undefined features means error, let original error message pop
|
|
373
|
-
if (!features) return
|
|
374
|
-
if (!features.length) {
|
|
375
|
-
this.onError()
|
|
376
|
-
} else {
|
|
377
|
-
const bounds = new LatLngBounds()
|
|
378
|
-
for (const feature of features) {
|
|
379
|
-
const featureBounds = feature.ui.getBounds
|
|
380
|
-
? feature.ui.getBounds()
|
|
381
|
-
: feature.ui.getCenter()
|
|
382
|
-
bounds.extend(featureBounds)
|
|
383
|
-
}
|
|
384
|
-
this.onSuccess(features.length)
|
|
385
|
-
layer.zoomTo(bounds)
|
|
340
|
+
layer.importFromUrl(this.url, this.format)
|
|
386
341
|
}
|
|
387
342
|
}
|
|
388
343
|
}
|
|
@@ -22,7 +22,7 @@ export function getClass(name) {
|
|
|
22
22
|
|
|
23
23
|
export const RECENT = []
|
|
24
24
|
|
|
25
|
-
const BaseIcon = DivIcon.extend({
|
|
25
|
+
const BaseIcon = L.DivIcon.extend({
|
|
26
26
|
initialize: function (options) {
|
|
27
27
|
const default_options = {
|
|
28
28
|
iconSize: null, // Made in css
|
|
@@ -86,7 +86,6 @@ 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'
|
|
90
89
|
BaseIcon.prototype._setIconStyles.call(this, img, name)
|
|
91
90
|
const color = this._getColor()
|
|
92
91
|
const opacity = this._getOpacity()
|
|
@@ -233,8 +233,12 @@ 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
|
+
}
|
|
236
240
|
if (this._controls.tilelayersChooser) {
|
|
237
|
-
this._controls.tilelayersChooser.openSwitcher({ edit: true })
|
|
241
|
+
this._controls.tilelayersChooser.openSwitcher({ callback, edit: true })
|
|
238
242
|
}
|
|
239
243
|
},
|
|
240
244
|
}
|
|
@@ -259,12 +263,8 @@ export const LeafletMap = BaseMap.extend({
|
|
|
259
263
|
this.loader.onAdd(this)
|
|
260
264
|
|
|
261
265
|
if (!this.options.noControl) {
|
|
262
|
-
DomEvent.on(document.body, 'dataloading', (
|
|
263
|
-
|
|
264
|
-
)
|
|
265
|
-
DomEvent.on(document.body, 'dataload', (event) =>
|
|
266
|
-
this.fire('dataload', event.detail)
|
|
267
|
-
)
|
|
266
|
+
DomEvent.on(document.body, 'dataloading', (e) => this.fire('dataloading', e))
|
|
267
|
+
DomEvent.on(document.body, 'dataload', (e) => this.fire('dataload', e))
|
|
268
268
|
this.on('click', this.closeInplaceToolbar)
|
|
269
269
|
}
|
|
270
270
|
|
|
@@ -21,22 +21,23 @@ export default function loadPopup(name) {
|
|
|
21
21
|
const Popup = BasePopup.extend({
|
|
22
22
|
initialize: function (feature) {
|
|
23
23
|
this.feature = feature
|
|
24
|
-
|
|
24
|
+
this.container = DomUtil.create('div', 'umap-popup')
|
|
25
|
+
this.format()
|
|
26
|
+
BasePopup.prototype.initialize.call(this, {}, feature)
|
|
27
|
+
this.setContent(this.container)
|
|
25
28
|
},
|
|
26
29
|
|
|
27
|
-
|
|
28
|
-
const container = DomUtil.create('div', 'umap-popup')
|
|
30
|
+
format: function () {
|
|
29
31
|
const name = this.feature.getOption('popupTemplate')
|
|
30
|
-
this.content =
|
|
31
|
-
const elements = container.querySelectorAll('img,iframe')
|
|
32
|
+
this.content = loadTemplate(name, this.feature, this.container)
|
|
33
|
+
const elements = this.container.querySelectorAll('img,iframe')
|
|
32
34
|
for (const element of elements) {
|
|
33
35
|
this.onElementLoaded(element)
|
|
34
36
|
}
|
|
35
|
-
if (!elements.length && container.textContent.replace('\n', '') === '') {
|
|
36
|
-
container.innerHTML = ''
|
|
37
|
-
DomUtil.add('h3', '', container, this.feature.getDisplayName())
|
|
37
|
+
if (!elements.length && this.container.textContent.replace('\n', '') === '') {
|
|
38
|
+
this.container.innerHTML = ''
|
|
39
|
+
DomUtil.add('h3', '', this.container, this.feature.getDisplayName())
|
|
38
40
|
}
|
|
39
|
-
this.setContent(container)
|
|
40
41
|
},
|
|
41
42
|
|
|
42
43
|
onElementLoaded: function (el) {
|
{umap_project-2.8.0 → umap_project-2.8.0a1}/umap/static/umap/js/modules/rendering/template.js
RENAMED
|
@@ -2,9 +2,8 @@ import { DomUtil, DomEvent } from '../../../vendors/leaflet/leaflet-src.esm.js'
|
|
|
2
2
|
import { translate, getLocale } from '../i18n.js'
|
|
3
3
|
import * as Utils from '../utils.js'
|
|
4
4
|
import * as Icon from './icon.js'
|
|
5
|
-
import { Request } from '../request.js'
|
|
6
5
|
|
|
7
|
-
export default
|
|
6
|
+
export default function loadTemplate(name, feature, container) {
|
|
8
7
|
let klass = PopupTemplate
|
|
9
8
|
switch (name) {
|
|
10
9
|
case 'GeoRSSLink':
|
|
@@ -19,12 +18,9 @@ export default async function loadTemplate(name, feature, container) {
|
|
|
19
18
|
case 'OSM':
|
|
20
19
|
klass = OSM
|
|
21
20
|
break
|
|
22
|
-
case 'Wikipedia':
|
|
23
|
-
klass = Wikipedia
|
|
24
|
-
break
|
|
25
21
|
}
|
|
26
22
|
const content = new klass()
|
|
27
|
-
return
|
|
23
|
+
return content.render(feature, container)
|
|
28
24
|
}
|
|
29
25
|
|
|
30
26
|
class PopupTemplate {
|
|
@@ -80,10 +76,10 @@ class PopupTemplate {
|
|
|
80
76
|
}
|
|
81
77
|
}
|
|
82
78
|
|
|
83
|
-
|
|
79
|
+
render(feature, container) {
|
|
84
80
|
const title = this.renderTitle(feature)
|
|
85
81
|
if (title) container.appendChild(title)
|
|
86
|
-
const body =
|
|
82
|
+
const body = this.renderBody(feature)
|
|
87
83
|
if (body) DomUtil.add('div', 'umap-popup-content', container, body)
|
|
88
84
|
const footer = this.renderFooter(feature)
|
|
89
85
|
if (footer) container.appendChild(footer)
|
|
@@ -115,7 +111,7 @@ class Table extends TitleMixin(PopupTemplate) {
|
|
|
115
111
|
)
|
|
116
112
|
}
|
|
117
113
|
|
|
118
|
-
|
|
114
|
+
renderBody(feature) {
|
|
119
115
|
const table = document.createElement('table')
|
|
120
116
|
|
|
121
117
|
for (const key in feature.properties) {
|
|
@@ -129,7 +125,7 @@ class Table extends TitleMixin(PopupTemplate) {
|
|
|
129
125
|
}
|
|
130
126
|
|
|
131
127
|
class GeoRSSImage extends TitleMixin(PopupTemplate) {
|
|
132
|
-
|
|
128
|
+
renderBody(feature) {
|
|
133
129
|
const body = DomUtil.create('a')
|
|
134
130
|
body.href = feature.properties.link
|
|
135
131
|
body.target = '_blank'
|
|
@@ -146,7 +142,7 @@ class GeoRSSImage extends TitleMixin(PopupTemplate) {
|
|
|
146
142
|
}
|
|
147
143
|
|
|
148
144
|
class GeoRSSLink extends PopupTemplate {
|
|
149
|
-
|
|
145
|
+
renderBody(feature) {
|
|
150
146
|
if (feature.properties.link) {
|
|
151
147
|
return Utils.loadTemplate(
|
|
152
148
|
`<a href="${feature.properties.link}" target="_blank"><h3>${feature.getDisplayName()}</h3></a>`
|
|
@@ -155,7 +151,7 @@ class GeoRSSLink extends PopupTemplate {
|
|
|
155
151
|
}
|
|
156
152
|
}
|
|
157
153
|
|
|
158
|
-
class OSM extends PopupTemplate {
|
|
154
|
+
class OSM extends TitleMixin(PopupTemplate) {
|
|
159
155
|
renderTitle(feature) {
|
|
160
156
|
const title = DomUtil.add('h3', 'popup-title')
|
|
161
157
|
const color = feature.getPreviewColor()
|
|
@@ -176,7 +172,7 @@ class OSM extends PopupTemplate {
|
|
|
176
172
|
return props.name
|
|
177
173
|
}
|
|
178
174
|
|
|
179
|
-
|
|
175
|
+
renderBody(feature) {
|
|
180
176
|
const props = feature.properties
|
|
181
177
|
const body = document.createElement('div')
|
|
182
178
|
const locale = getLocale()
|
|
@@ -242,43 +238,3 @@ class OSM extends PopupTemplate {
|
|
|
242
238
|
return body
|
|
243
239
|
}
|
|
244
240
|
}
|
|
245
|
-
|
|
246
|
-
const _WIKIPEDIA_CACHE = {}
|
|
247
|
-
|
|
248
|
-
class Wikipedia extends PopupTemplate {
|
|
249
|
-
async callWikipedia(wikipedia) {
|
|
250
|
-
if (wikipedia && _WIKIPEDIA_CACHE[wikipedia]) return _WIKIPEDIA_CACHE[wikipedia]
|
|
251
|
-
// Wikipedia value should be in form of "{locale}:{title}", according to https://wiki.openstreetmap.org/wiki/Key:wikipedia
|
|
252
|
-
const [locale, page] = wikipedia.split(':')
|
|
253
|
-
const url = `https://${locale}.wikipedia.org/w/api.php?action=query&format=json&origin=*&pithumbsize=500&prop=extracts|pageimages&titles=${page}`
|
|
254
|
-
const request = new Request()
|
|
255
|
-
const response = await request.get(url)
|
|
256
|
-
if (response?.ok) {
|
|
257
|
-
const data = await response.json()
|
|
258
|
-
_WIKIPEDIA_CACHE[wikipedia] = data
|
|
259
|
-
return data
|
|
260
|
-
}
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
async renderBody(feature) {
|
|
264
|
-
const body = document.createElement('div')
|
|
265
|
-
const wikipedia = feature.properties.wikipedia
|
|
266
|
-
if (!wikipedia) return ''
|
|
267
|
-
const data = await this.callWikipedia(wikipedia)
|
|
268
|
-
if (data) {
|
|
269
|
-
const page = Object.values(data.query.pages)[0]
|
|
270
|
-
const title = page.title || feature.getDisplayName()
|
|
271
|
-
const extract = page.extract || ''
|
|
272
|
-
const thumbnail = page.thumbnail?.source
|
|
273
|
-
const [content, { image }] = Utils.loadTemplateWithRefs(
|
|
274
|
-
`<div><h3>${Utils.escapeHTML(title)}</h3><img data-ref="image" hidden src="" />${Utils.escapeHTML(extract)}</div>`
|
|
275
|
-
)
|
|
276
|
-
if (thumbnail) {
|
|
277
|
-
image.src = thumbnail
|
|
278
|
-
image.hidden = false
|
|
279
|
-
}
|
|
280
|
-
body.appendChild(content)
|
|
281
|
-
}
|
|
282
|
-
return body
|
|
283
|
-
}
|
|
284
|
-
}
|
|
@@ -238,15 +238,11 @@ export const LeafletMarker = Marker.extend({
|
|
|
238
238
|
},
|
|
239
239
|
|
|
240
240
|
highlight: function () {
|
|
241
|
-
this.
|
|
242
|
-
this._redraw()
|
|
243
|
-
this._bringToFront()
|
|
241
|
+
DomUtil.addClass(this.options.icon.elements.main, 'umap-icon-active')
|
|
244
242
|
},
|
|
245
243
|
|
|
246
244
|
resetHighlight: function () {
|
|
247
|
-
this.
|
|
248
|
-
this._redraw()
|
|
249
|
-
this._resetZIndex()
|
|
245
|
+
DomUtil.removeClass(this.options.icon.elements.main, 'umap-icon-active')
|
|
250
246
|
},
|
|
251
247
|
|
|
252
248
|
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, params) {
|
|
51
|
+
document.body.dispatchEvent(new CustomEvent(name, params))
|
|
52
52
|
}
|
|
53
53
|
|
|
54
54
|
async _fetch(method, uri, headers, data) {
|
|
@@ -404,7 +404,6 @@ export const SCHEMA = {
|
|
|
404
404
|
['GeoRSSImage', translate('GeoRSS (title + image)')],
|
|
405
405
|
['GeoRSSLink', translate('GeoRSS (only link)')],
|
|
406
406
|
['OSM', translate('OpenStreetMap')],
|
|
407
|
-
['Wikipedia', translate('Wikipedia')],
|
|
408
407
|
],
|
|
409
408
|
default: 'Default',
|
|
410
409
|
},
|