umap-project 3.3.2__tar.gz → 3.3.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of umap-project might be problematic. Click here for more details.
- {umap_project-3.3.2 → umap_project-3.3.3}/PKG-INFO +3 -3
- {umap_project-3.3.2 → umap_project-3.3.3}/pyproject.toml +2 -2
- umap_project-3.3.3/umap/__init__.py +1 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/rendering/layers/cluster.js +6 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/rendering/map.js +1 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/rendering/ui.js +3 -1
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/fr.js +0 -1
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/fr.json +0 -1
- umap_project-3.3.3/umap/tests/integration/test_cluster.py +99 -0
- umap_project-3.3.2/umap/__init__.py +0 -1
- umap_project-3.3.2/umap/tests/integration/test_cluster.py +0 -53
- {umap_project-3.3.2 → umap_project-3.3.3}/.gitignore +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/LICENSE +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/README.md +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/admin.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/apps.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/asgi.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/autocomplete.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/bin/__init__.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/context_processors.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/decorators.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/fields.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/forms.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/am_ET/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/am_ET/LC_MESSAGES/django.po +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/ar/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/ar/LC_MESSAGES/django.po +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/ast/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/ast/LC_MESSAGES/django.po +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/bg/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/bg/LC_MESSAGES/django.po +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/br/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/br/LC_MESSAGES/django.po +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/ca/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/ca/LC_MESSAGES/django.po +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/cs_CZ/LC_MESSAGES/django.po +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/da/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/da/LC_MESSAGES/django.po +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/de/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/de/LC_MESSAGES/django.po +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/el/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/el/LC_MESSAGES/django.po +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/en/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/en/LC_MESSAGES/django.po +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/es/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/es/LC_MESSAGES/django.po +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/et/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/et/LC_MESSAGES/django.po +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/eu/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/eu/LC_MESSAGES/django.po +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/fa_IR/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/fa_IR/LC_MESSAGES/django.po +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/fi/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/fi/LC_MESSAGES/django.po +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/fr/LC_MESSAGES/django.po +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/gl/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/gl/LC_MESSAGES/django.po +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/he/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/he/LC_MESSAGES/django.po +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/hr/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/hr/LC_MESSAGES/django.po +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/hu/LC_MESSAGES/django.po +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/id/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/id/LC_MESSAGES/django.po +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/is/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/is/LC_MESSAGES/django.po +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/it/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/it/LC_MESSAGES/django.po +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/ja/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/ja/LC_MESSAGES/django.po +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/ko/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/ko/LC_MESSAGES/django.po +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/lt/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/lt/LC_MESSAGES/django.po +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/ms/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/ms/LC_MESSAGES/django.po +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/nl/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/nl/LC_MESSAGES/django.po +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/no/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/no/LC_MESSAGES/django.po +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/pl/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/pl/LC_MESSAGES/django.po +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/pt/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/pt/LC_MESSAGES/django.po +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/pt_BR/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/pt_BR/LC_MESSAGES/django.po +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/pt_PT/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/pt_PT/LC_MESSAGES/django.po +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/ro/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/ro/LC_MESSAGES/django.po +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/ru/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/ru/LC_MESSAGES/django.po +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/si/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/si/LC_MESSAGES/django.po +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/sk_SK/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/sk_SK/LC_MESSAGES/django.po +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/sl/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/sl/LC_MESSAGES/django.po +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/sr/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/sr/LC_MESSAGES/django.po +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/sv/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/sv/LC_MESSAGES/django.po +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/th_TH/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/th_TH/LC_MESSAGES/django.po +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/tr/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/tr/LC_MESSAGES/django.po +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/uk_UA/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/uk_UA/LC_MESSAGES/django.po +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/vi/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/vi/LC_MESSAGES/django.po +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/zh/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/zh/LC_MESSAGES/django.po +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/locale/zh_TW/LC_MESSAGES/django.po +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/management/__init__.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/management/commands/__init__.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/management/commands/anonymous_edit_url.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/management/commands/clean_tilelayer.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/management/commands/empty_trash.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/management/commands/export_pictogram.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/management/commands/generate_js_locale.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/management/commands/import_pictograms.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/management/commands/migrate_to_S3.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/management/commands/purge_old_versions.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/management/commands/switch_user.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/managers.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/middleware.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/migrations/0001_initial.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/migrations/0002_tilelayer_tms.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/migrations/0003_add_tilelayer.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/migrations/0004_add_licence.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/migrations/0005_remove_map_tilelayer.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/migrations/0006_auto_20190407_0719.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/migrations/0007_auto_20190416_1757.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/migrations/0008_alter_map_settings.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/migrations/0009_star.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/migrations/0010_alter_map_edit_status_alter_map_share_status.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/migrations/0011_alter_map_edit_status_alter_map_share_status.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/migrations/0012_datalayer_settings.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/migrations/0013_datalayer_edit_status.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/migrations/0014_map_created_at.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/migrations/0015_alter_pictogram_pictogram.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/migrations/0016_pictogram_category.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/migrations/0017_migrate_to_openstreetmap_oauth2.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/migrations/0018_datalayer_uuid.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/migrations/0019_migrate_internal_remote_datalayers.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/migrations/0020_alter_tilelayer_url_template.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/migrations/0021_remove_map_description.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/migrations/0022_add_team.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/migrations/0023_alter_datalayer_uuid.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/migrations/0024_alter_map_share_status.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/migrations/0025_alter_datalayer_geojson.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/migrations/0026_datalayer_modified_at_datalayer_share_status.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/migrations/0027_map_tags.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/migrations/0028_map_is_template.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/migrations/__init__.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/models.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/settings/__init__.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/settings/base.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/settings/dev.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/settings/local.py.sample +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/.gitignore +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/base.css +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/content.css +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/css/bar.css +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/css/contextmenu.css +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/css/dialog.css +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/css/form.css +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/css/icon.css +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/css/importers.css +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/css/panel.css +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/css/popup.css +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/css/slideshow.css +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/css/tableeditor.css +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/css/tooltip.css +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/css/window.css +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/favicons/apple-touch-icon.png +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/favicons/favicon.ico +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/favicons/icon-192.png +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/favicons/icon-512.png +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/favicons/icon.svg +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/font/FiraSans-Light.woff +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/font/FiraSans-Light.woff2 +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/font/FiraSans-LightItalic.woff +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/font/FiraSans-LightItalic.woff2 +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/font/FiraSans-SemiBold.woff +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/font/FiraSans-SemiBold.woff2 +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/font.css +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/img/16-white.svg +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/img/16.svg +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/img/24-white.svg +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/img/24.svg +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/img/alert-icon-error.svg +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/img/alert-icon-info.svg +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/img/alert-icon-success.svg +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/img/edit.svg +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/img/home.svg +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/img/icon-bg.png +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/img/icon-delete.svg +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/img/icon-download.svg +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/img/icon-duplicate.svg +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/img/icon-edit.svg +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/img/icon-external-link.svg +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/img/icon-share.svg +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/img/icon-view.svg +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/img/importers/banfr.svg +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/img/importers/cadastrefr.svg +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/img/importers/communesfr.svg +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/img/importers/datasets.svg +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/img/importers/geodatamine.svg +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/img/importers/opendata.svg +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/img/importers/overpass.svg +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/img/importers/random.svg +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/img/importers/random1.svg +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/img/importers/random2.svg +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/img/logo.svg +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/img/logo_filigree.png +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/img/logo_lightcyan.svg +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/img/logo_small.svg +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/img/marker.png +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/img/marker.svg +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/img/opensource.svg +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/img/osm.svg +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/img/providers/bitbucket.png +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/img/providers/github.png +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/img/providers/keycloak.png +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/img/providers/openstreetmap-oauth2.png +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/img/providers/twitter-oauth2.png +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/img/search.gif +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/img/source/16-white.svg +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/img/source/16.svg +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/img/source/24-white.svg +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/img/source/24.svg +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/img/target.svg +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/components/alerts/alert.css +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/components/alerts/alert.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/components/base.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/components/fragment.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/components/modal.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/autocomplete.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/browser.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/caption.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/data/features.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/data/layer.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/dompurify.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/drop.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/facets.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/form/builder.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/form/fields.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/formatter.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/global.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/help.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/i18n.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/importer.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/importers/banfr.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/importers/cadastrefr.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/importers/communesfr.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/importers/datasets.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/importers/geodatamine.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/importers/opendata.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/importers/openrouteservice.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/importers/overpass.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/leaflet-configure.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/managers.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/orderable.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/permissions.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/printer.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/rendering/controls.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/rendering/icon.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/rendering/layers/base.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/rendering/layers/classified.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/rendering/layers/heat.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/rendering/popup.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/rendering/template.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/request.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/rules.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/schema.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/share.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/slideshow.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/sync/engine.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/sync/hlc.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/sync/undo.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/sync/updaters.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/sync/websocket.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/tableeditor.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/templates.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/ui/bar.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/ui/base.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/ui/contextmenu.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/ui/dialog.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/ui/panel.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/ui/tooltip.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/umap.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/urls.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/utils.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/umap.controls.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/umap.core.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/am_ET.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/am_ET.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/ar.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/ar.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/ast.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/ast.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/bg.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/bg.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/br.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/br.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/ca.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/ca.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/cs_CZ.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/cs_CZ.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/da.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/da.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/de.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/de.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/el.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/el.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/en.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/en.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/en_US.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/es.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/es.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/et.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/et.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/eu.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/eu.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/fa_IR.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/fa_IR.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/fi.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/fi.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/gl.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/gl.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/he.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/he.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/hr.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/hr.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/hu.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/hu.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/id.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/id.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/is.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/is.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/it.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/it.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/ja.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/ja.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/ko.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/ko.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/lt.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/lt.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/ms.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/ms.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/nl.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/nl.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/no.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/no.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/pl.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/pl.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/pl_PL.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/pt.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/pt.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/pt_BR.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/pt_BR.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/pt_PT.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/pt_PT.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/ro.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/ro.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/ru.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/ru.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/si.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/si.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/sk_SK.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/sk_SK.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/sl.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/sl.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/sr.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/sr.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/sv.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/sv.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/th_TH.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/th_TH.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/tr.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/tr.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/uk_UA.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/uk_UA.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/vi.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/vi.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/vi_VN.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/zh.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/zh.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/zh_CN.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/zh_TW.Big5.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/zh_TW.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/locale/zh_TW.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/map.css +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/nav.css +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/theme.css +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/unittests/URLs.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/unittests/hlc.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/unittests/sync.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/unittests/utils.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vars.css +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/betterknown/betterknown.mjs +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/colorbrewer/colorbrewer.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/csv2geojson/csv2geojson.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/dompurify/purify.es.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/dompurify/purify.es.mjs.map +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/editable/Leaflet.Editable.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/editable/Path.Drag.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.css +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/editinosm/edit-in-osm.png +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/fullscreen/Leaflet.fullscreen.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/fullscreen/Leaflet.fullscreen.min.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/fullscreen/fullscreen.png +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/fullscreen/fullscreen@2x.png +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/fullscreen/leaflet.fullscreen.css +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/geojson-to-gpx/index.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/georsstogeojson/GeoRSSToGeoJSON.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/hash/leaflet-hash.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/heat/leaflet-heat.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/i18n/Leaflet.i18n.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/iconlayers/check.png +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/iconlayers/iconLayers.css +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/iconlayers/iconLayers.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/iconlayers/transparent-pixel.png +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/leaflet/images/layers-2x.png +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/leaflet/images/layers.png +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/leaflet/images/marker-icon-2x.png +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/leaflet/images/marker-icon.png +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/leaflet/images/marker-shadow.png +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/leaflet/leaflet-src.esm.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/leaflet/leaflet-src.esm.js.map +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/leaflet/leaflet.css +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/loading/Control.Loading.css +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/loading/Control.Loading.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css.map +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js.map +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/measurable/Leaflet.Measurable.css +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/measurable/Leaflet.Measurable.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/minimap/Control.MiniMap.min.css +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/minimap/Control.MiniMap.min.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/minimap/images/toggle.png +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/minimap/images/toggle.svg +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/openrouteservice/ors-js-client.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/openrouteservice/ors-js-client.js.map +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/osmtogeojson/osmtogeojson.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/photon/leaflet.photon.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/simple-elevation-chart/elevation.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/simple-elevation-chart/elevation.svg +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/simple-statistics/simple-statistics.min.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/simple-statistics/simple-statistics.min.js.map +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/snapdom/snapdom.min.mjs +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/textpath/leaflet.textpath.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/togeojson/togeojson.es.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/togeojson/togeojson.es.mjs.map +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/tokml/tokml.es.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/vendors/tokml/tokml.es.mjs.map +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/storage/__init__.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/storage/fs.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/storage/s3.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/storage/staticfiles.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/sync/__init__.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/sync/app.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/sync/payloads.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/templates/403.html +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/templates/404.html +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/templates/40x.html +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/templates/500.html +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/templates/auth/user_detail.html +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/templates/auth/user_form.html +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/templates/auth/user_stars.html +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/templates/base.html +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/templates/registration/login.html +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/templates/umap/about.html +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/templates/umap/about_summary.html +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/templates/umap/branding.html +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/templates/umap/components/alerts/alert.html +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/templates/umap/components/provider.html +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/templates/umap/content.html +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/templates/umap/content_footer.html +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/templates/umap/css.html +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/templates/umap/dashboard_menu.html +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/templates/umap/design_system.html +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/templates/umap/footer.html +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/templates/umap/header.html +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/templates/umap/home.html +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/templates/umap/js.html +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/templates/umap/locale.js +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/templates/umap/login_popup_end.html +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/templates/umap/map_detail.html +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/templates/umap/map_fragment.html +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/templates/umap/map_init.html +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/templates/umap/map_list.html +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/templates/umap/map_table.html +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/templates/umap/messages.html +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/templates/umap/navigation.html +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/templates/umap/password_change.html +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/templates/umap/password_change_done.html +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/templates/umap/search.html +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/templates/umap/search_bar.html +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/templates/umap/success.html +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/templates/umap/team_confirm_delete.html +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/templates/umap/team_detail.html +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/templates/umap/team_form.html +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/templates/umap/user_dashboard.html +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/templates/umap/user_map_table.html +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/templates/umap/user_teams.html +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/templates/umap/user_templates.html +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/templatetags/__init__.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/templatetags/umap_tags.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/__init__.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/base.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/conftest.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/fixtures/categorized_highway.geojson +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/fixtures/choropleth_region_chomage.geojson +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/fixtures/circle.svg +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/fixtures/display_on_load.umap +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/fixtures/empty_tile.png +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/fixtures/heatmap_data.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/fixtures/remote_data.umap +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/fixtures/star.svg +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/fixtures/test_circles_layer.geojson +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/fixtures/test_import_osm_relation.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/fixtures/test_upload_data.csv +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/fixtures/test_upload_data.gpx +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/fixtures/test_upload_data.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/fixtures/test_upload_data.kml +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/fixtures/test_upload_data.umap +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/fixtures/test_upload_data_osm.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/fixtures/test_upload_data_with_iconurl.umap +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/fixtures/test_upload_empty_coordinates.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/fixtures/test_upload_georss.xml +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/fixtures/test_upload_missing_name.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/fixtures/test_upload_non_linear_ring.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/fixtures/test_upload_simple_marker.json +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/integration/__init__.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/integration/conftest.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/integration/helpers.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/integration/test_anonymous_owned_map.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/integration/test_basics.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/integration/test_browser.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/integration/test_caption.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/integration/test_categorized_layer.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/integration/test_choropleth.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/integration/test_circles_layer.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/integration/test_conditional_rules.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/integration/test_dashboard.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/integration/test_datalayer.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/integration/test_draw_polygon.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/integration/test_draw_polyline.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/integration/test_draw_route.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/integration/test_edit_datalayer.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/integration/test_edit_map.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/integration/test_edit_marker.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/integration/test_edit_polygon.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/integration/test_export_map.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/integration/test_facets_browser.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/integration/test_features_id_generation.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/integration/test_heatmap.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/integration/test_iframe.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/integration/test_import.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/integration/test_map.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/integration/test_map_list.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/integration/test_map_preview.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/integration/test_optimistic_merge.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/integration/test_owned_map.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/integration/test_picto.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/integration/test_popup.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/integration/test_querystring.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/integration/test_remote_data.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/integration/test_save.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/integration/test_share.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/integration/test_slideshow.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/integration/test_star.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/integration/test_tableeditor.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/integration/test_team.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/integration/test_templates.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/integration/test_tilelayer.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/integration/test_undo_redo.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/integration/test_view_marker.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/integration/test_view_polygon.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/integration/test_view_polyline.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/integration/test_websocket_sync.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/settings.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/test_clean_tilelayer.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/test_dashboard.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/test_datalayer.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/test_datalayer_s3.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/test_datalayer_views.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/test_empty_trash.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/test_licence.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/test_map.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/test_map_views.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/test_merge_features.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/test_purge_old_versions.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/test_statics.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/test_switch_user.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/test_team_views.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/test_tilelayer.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/test_utils.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/tests/test_views.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/urls.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/utils.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/views.py +0 -0
- {umap_project-3.3.2 → umap_project-3.3.3}/umap/wsgi.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: umap-project
|
|
3
|
-
Version: 3.3.
|
|
3
|
+
Version: 3.3.3
|
|
4
4
|
Summary: Create maps with OpenStreetMap layers in a minute and embed them in your site.
|
|
5
5
|
Author-email: Yohan Boniface <yb@enix.org>
|
|
6
6
|
Maintainer-email: David Larlet <david@larlet.fr>
|
|
@@ -35,7 +35,7 @@ Requires-Dist: mkdocs-material==9.6.18; extra == 'dev'
|
|
|
35
35
|
Requires-Dist: mkdocs-static-i18n==1.3.0; extra == 'dev'
|
|
36
36
|
Requires-Dist: mkdocs==1.6.1; extra == 'dev'
|
|
37
37
|
Requires-Dist: pymdown-extensions==10.16.1; extra == 'dev'
|
|
38
|
-
Requires-Dist: ruff==0.12.
|
|
38
|
+
Requires-Dist: ruff==0.12.11; extra == 'dev'
|
|
39
39
|
Requires-Dist: vermin==1.6.0; extra == 'dev'
|
|
40
40
|
Provides-Extra: docker
|
|
41
41
|
Requires-Dist: uvicorn==0.35.0; extra == 'docker'
|
|
@@ -48,7 +48,7 @@ Requires-Dist: websockets==15.0.1; extra == 'sync'
|
|
|
48
48
|
Provides-Extra: test
|
|
49
49
|
Requires-Dist: daphne==4.2.1; extra == 'test'
|
|
50
50
|
Requires-Dist: factory-boy==3.3.3; extra == 'test'
|
|
51
|
-
Requires-Dist: moto[s3]==5.1.
|
|
51
|
+
Requires-Dist: moto[s3]==5.1.11; extra == 'test'
|
|
52
52
|
Requires-Dist: playwright>=1.39; extra == 'test'
|
|
53
53
|
Requires-Dist: pytest-django==4.11.1; extra == 'test'
|
|
54
54
|
Requires-Dist: pytest-playwright==0.7.0; extra == 'test'
|
|
@@ -44,7 +44,7 @@ dependencies = [
|
|
|
44
44
|
[project.optional-dependencies]
|
|
45
45
|
dev = [
|
|
46
46
|
"hatch==1.14.1",
|
|
47
|
-
"ruff==0.12.
|
|
47
|
+
"ruff==0.12.11",
|
|
48
48
|
"djlint==1.36.4",
|
|
49
49
|
"mkdocs==1.6.1",
|
|
50
50
|
"mkdocs-material==9.6.18",
|
|
@@ -62,7 +62,7 @@ test = [
|
|
|
62
62
|
"pytest-playwright==0.7.0",
|
|
63
63
|
"pytest-rerunfailures==15.1",
|
|
64
64
|
"pytest-xdist>=3.5.0,<4",
|
|
65
|
-
"moto[s3]==5.1.
|
|
65
|
+
"moto[s3]==5.1.11"
|
|
66
66
|
]
|
|
67
67
|
docker = [
|
|
68
68
|
"uvicorn==0.35.0",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
VERSION = "3.3.3"
|
{umap_project-3.3.2 → umap_project-3.3.3}/umap/static/umap/js/modules/rendering/layers/cluster.js
RENAMED
|
@@ -186,6 +186,12 @@ export const Cluster = FeatureGroup.extend({
|
|
|
186
186
|
return this
|
|
187
187
|
},
|
|
188
188
|
|
|
189
|
+
removeLayer: function (layer) {
|
|
190
|
+
if (!layer.getLatLng) return FeatureGroup.prototype.removeLayer.call(this, layer)
|
|
191
|
+
this._bucket = this._bucket.filter((el) => el !== layer)
|
|
192
|
+
return this
|
|
193
|
+
},
|
|
194
|
+
|
|
189
195
|
onAdd: function (leafletMap) {
|
|
190
196
|
this.on('click', this.onClick)
|
|
191
197
|
this.on('mouseover', this.onMouseOver)
|
|
@@ -135,7 +135,9 @@ const PointMixin = {
|
|
|
135
135
|
_onDragEnd(event) {
|
|
136
136
|
if (this._cluster) {
|
|
137
137
|
delete this._originalLatLng
|
|
138
|
-
this.
|
|
138
|
+
this.once('editable:edited', () => {
|
|
139
|
+
this.feature.datalayer.dataChanged()
|
|
140
|
+
})
|
|
139
141
|
}
|
|
140
142
|
this.feature.edit(event)
|
|
141
143
|
},
|
|
@@ -595,7 +595,6 @@ const locale = {
|
|
|
595
595
|
"Transform to regular line": "Transformer en ligne simple",
|
|
596
596
|
"Transform to route": "Transformer en route",
|
|
597
597
|
"Restore route": "Rétablir la route",
|
|
598
|
-
"Compute elevation": "Récupérer les altitudes",
|
|
599
598
|
"Profile": "Moyen de transport",
|
|
600
599
|
"Compute elevations": "Récupérer les altitudes",
|
|
601
600
|
"Route preference": "Préférence de routage",
|
|
@@ -595,7 +595,6 @@
|
|
|
595
595
|
"Transform to regular line": "Transformer en ligne simple",
|
|
596
596
|
"Transform to route": "Transformer en route",
|
|
597
597
|
"Restore route": "Rétablir la route",
|
|
598
|
-
"Compute elevation": "Récupérer les altitudes",
|
|
599
598
|
"Profile": "Moyen de transport",
|
|
600
599
|
"Compute elevations": "Récupérer les altitudes",
|
|
601
600
|
"Route preference": "Préférence de routage",
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
import pytest
|
|
2
|
+
from playwright.sync_api import expect
|
|
3
|
+
|
|
4
|
+
from ..base import DataLayerFactory
|
|
5
|
+
|
|
6
|
+
pytestmark = pytest.mark.django_db
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
DATALAYER_DATA = {
|
|
10
|
+
"type": "FeatureCollection",
|
|
11
|
+
"_umap_options": {
|
|
12
|
+
"name": "Calque 1",
|
|
13
|
+
"type": "Cluster",
|
|
14
|
+
"cluster": {},
|
|
15
|
+
"browsable": True,
|
|
16
|
+
"inCaption": True,
|
|
17
|
+
"displayOnLoad": True,
|
|
18
|
+
},
|
|
19
|
+
"features": [
|
|
20
|
+
{
|
|
21
|
+
"type": "Feature",
|
|
22
|
+
"properties": {"name": "one point in france"},
|
|
23
|
+
"geometry": {"type": "Point", "coordinates": [3.339844, 46.920255]},
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"type": "Feature",
|
|
27
|
+
"properties": {
|
|
28
|
+
"name": "one another point in france in same position",
|
|
29
|
+
"description": "can you see me ?",
|
|
30
|
+
},
|
|
31
|
+
"geometry": {"type": "Point", "coordinates": [3.339844, 46.920255]},
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"type": "Feature",
|
|
35
|
+
"properties": {
|
|
36
|
+
"name": "again one another point",
|
|
37
|
+
"description": "and me ?",
|
|
38
|
+
},
|
|
39
|
+
"geometry": {"type": "Point", "coordinates": [3.34, 46.1]},
|
|
40
|
+
},
|
|
41
|
+
],
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
def test_can_open_feature_on_browser_click(live_server, page, map):
|
|
46
|
+
map.settings["properties"]["onLoadPanel"] = "databrowser"
|
|
47
|
+
map.save()
|
|
48
|
+
DataLayerFactory(map=map, data=DATALAYER_DATA)
|
|
49
|
+
page.goto(f"{live_server.url}{map.get_absolute_url()}#7/46.920/3.340")
|
|
50
|
+
page.get_by_text("one another point in france in same position").click()
|
|
51
|
+
expect(page.get_by_text("can you see me ?")).to_be_visible()
|
|
52
|
+
page.get_by_text("again one another point").click()
|
|
53
|
+
expect(page.get_by_text("and me ?")).to_be_visible()
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
def test_can_drag_single_marker_in_cluster_layer(live_server, page, tilelayer, openmap):
|
|
57
|
+
DataLayerFactory(map=openmap, data=DATALAYER_DATA)
|
|
58
|
+
page.goto(f"{live_server.url}{openmap.get_absolute_url()}?edit#7/46.920/3.340")
|
|
59
|
+
|
|
60
|
+
marker = page.locator(".umap-div-icon")
|
|
61
|
+
map = page.locator("#map")
|
|
62
|
+
|
|
63
|
+
expect(page.locator(".edit-undo")).to_be_disabled()
|
|
64
|
+
# Drag marker
|
|
65
|
+
old_bbox = marker.bounding_box()
|
|
66
|
+
marker.first.drag_to(map, target_position={"x": 250, "y": 250})
|
|
67
|
+
assert marker.bounding_box() != old_bbox
|
|
68
|
+
expect(page.locator(".edit-undo")).to_be_enabled()
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
def test_can_drag_marker_in_cluster(live_server, page, tilelayer, openmap):
|
|
72
|
+
DataLayerFactory(map=openmap, data=DATALAYER_DATA)
|
|
73
|
+
page.goto(f"{live_server.url}{openmap.get_absolute_url()}?edit#18/46.92/3.34")
|
|
74
|
+
|
|
75
|
+
marker = page.locator(".umap-div-icon")
|
|
76
|
+
cluster = page.locator(".umap-cluster-icon")
|
|
77
|
+
map = page.locator("#map")
|
|
78
|
+
expect(marker).to_have_count(0)
|
|
79
|
+
|
|
80
|
+
expect(page.locator(".edit-undo")).to_be_disabled()
|
|
81
|
+
cluster.click()
|
|
82
|
+
marker.first.drag_to(map, target_position={"x": 250, "y": 250})
|
|
83
|
+
expect(page.locator(".edit-undo")).to_be_enabled()
|
|
84
|
+
# There is no more cluster
|
|
85
|
+
expect(marker).to_have_count(2)
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
def test_can_change_datalayer_of_marker_in_cluster(
|
|
89
|
+
live_server, page, datalayer, openmap, tilelayer
|
|
90
|
+
):
|
|
91
|
+
DataLayerFactory(map=openmap, data=DATALAYER_DATA)
|
|
92
|
+
datalayer.settings["iconClass"] = "Ball"
|
|
93
|
+
datalayer.save()
|
|
94
|
+
page.goto(f"{live_server.url}{openmap.get_absolute_url()}?edit#7/46.920/3.340")
|
|
95
|
+
|
|
96
|
+
expect(page.locator(".umap-ball-icon")).to_have_count(0)
|
|
97
|
+
page.locator(".umap-div-icon").click(modifiers=["Shift"])
|
|
98
|
+
page.get_by_role("combobox").select_option(str(datalayer.pk))
|
|
99
|
+
expect(page.locator(".umap-ball-icon")).to_have_count(1)
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
VERSION = "3.3.2"
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import pytest
|
|
2
|
-
from playwright.sync_api import expect
|
|
3
|
-
|
|
4
|
-
from ..base import DataLayerFactory
|
|
5
|
-
|
|
6
|
-
pytestmark = pytest.mark.django_db
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
DATALAYER_DATA = {
|
|
10
|
-
"type": "FeatureCollection",
|
|
11
|
-
"_umap_options": {
|
|
12
|
-
"name": "Calque 1",
|
|
13
|
-
"type": "Cluster",
|
|
14
|
-
"cluster": {},
|
|
15
|
-
"browsable": True,
|
|
16
|
-
"inCaption": True,
|
|
17
|
-
"displayOnLoad": True,
|
|
18
|
-
},
|
|
19
|
-
"features": [
|
|
20
|
-
{
|
|
21
|
-
"type": "Feature",
|
|
22
|
-
"properties": {"name": "one point in france"},
|
|
23
|
-
"geometry": {"type": "Point", "coordinates": [3.339844, 46.920255]},
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"type": "Feature",
|
|
27
|
-
"properties": {
|
|
28
|
-
"name": "one another point in france in same position",
|
|
29
|
-
"description": "can you see me ?",
|
|
30
|
-
},
|
|
31
|
-
"geometry": {"type": "Point", "coordinates": [3.339844, 46.920255]},
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"type": "Feature",
|
|
35
|
-
"properties": {
|
|
36
|
-
"name": "again one another point",
|
|
37
|
-
"description": "and me ?",
|
|
38
|
-
},
|
|
39
|
-
"geometry": {"type": "Point", "coordinates": [3.34, 46.1]},
|
|
40
|
-
},
|
|
41
|
-
],
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
def test_can_open_feature_on_browser_click(live_server, page, map):
|
|
46
|
-
map.settings["properties"]["onLoadPanel"] = "databrowser"
|
|
47
|
-
map.save()
|
|
48
|
-
DataLayerFactory(map=map, data=DATALAYER_DATA)
|
|
49
|
-
page.goto(f"{live_server.url}{map.get_absolute_url()}#7/46.920/3.340")
|
|
50
|
-
page.get_by_text("one another point in france in same position").click()
|
|
51
|
-
expect(page.get_by_text("can you see me ?")).to_be_visible()
|
|
52
|
-
page.get_by_text("again one another point").click()
|
|
53
|
-
expect(page.get_by_text("and me ?")).to_be_visible()
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{umap_project-3.3.2 → umap_project-3.3.3}/umap/migrations/0017_migrate_to_openstreetmap_oauth2.py
RENAMED
|
File without changes
|