umap-project 2.4.0b0__tar.gz → 2.4.0b2__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.4.0b0 → umap_project-2.4.0b2}/PKG-INFO +4 -4
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/pyproject.toml +3 -3
- umap_project-2.4.0b2/umap/__init__.py +1 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/fr/LC_MESSAGES/django.po +12 -11
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/base.css +1 -26
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/css/importers.css +8 -1
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/css/panel.css +0 -1
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/js/modules/importer.js +44 -16
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/js/modules/importers/datasets.js +1 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/fr.js +14 -14
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/fr.json +14 -14
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/integration/test_import.py +47 -0
- umap_project-2.4.0b0/umap/__init__.py +0 -1
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/.gitignore +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/LICENSE +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/README.md +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/.DS_Store +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/admin.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/apps.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/autocomplete.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/bin/__init__.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/context_processors.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/decorators.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/fields.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/forms.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/am_ET/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/am_ET/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/ar/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/ar/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/ast/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/ast/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/bg/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/bg/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/br/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/br/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/ca/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/ca/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/cs_CZ/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/da/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/da/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/de/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/de/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/el/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/el/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/en/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/en/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/es/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/es/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/et/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/et/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/eu/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/eu/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/fa_IR/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/fa_IR/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/fi/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/fi/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/gl/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/gl/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/he/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/he/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/hr/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/hr/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/hu/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/id/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/id/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/is/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/is/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/it/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/it/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/ja/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/ja/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/ko/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/ko/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/lt/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/lt/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/ms/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/ms/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/nl/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/nl/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/no/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/no/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/pl/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/pl/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/pt/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/pt/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/pt_BR/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/pt_BR/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/pt_PT/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/pt_PT/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/ro/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/ro/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/ru/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/ru/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/si/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/si/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/sk_SK/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/sk_SK/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/sl/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/sl/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/sr/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/sr/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/sv/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/sv/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/th_TH/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/th_TH/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/tr/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/tr/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/uk_UA/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/uk_UA/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/vi/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/vi/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/zh/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/zh/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/locale/zh_TW/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/management/__init__.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/management/commands/__init__.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/management/commands/anonymous_edit_url.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/management/commands/generate_js_locale.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/management/commands/import_pictograms.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/management/commands/run_websocket_server.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/managers.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/middleware.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/migrations/0001_initial.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/migrations/0002_tilelayer_tms.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/migrations/0003_add_tilelayer.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/migrations/0004_add_licence.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/migrations/0005_remove_map_tilelayer.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/migrations/0006_auto_20190407_0719.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/migrations/0007_auto_20190416_1757.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/migrations/0008_alter_map_settings.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/migrations/0009_star.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/migrations/0010_alter_map_edit_status_alter_map_share_status.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/migrations/0011_alter_map_edit_status_alter_map_share_status.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/migrations/0012_datalayer_settings.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/migrations/0013_datalayer_edit_status.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/migrations/0014_map_created_at.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/migrations/0015_alter_pictogram_pictogram.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/migrations/0016_pictogram_category.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/migrations/0017_migrate_to_openstreetmap_oauth2.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/migrations/0018_datalayer_uuid.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/migrations/0019_migrate_internal_remote_datalayers.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/migrations/0020_alter_tilelayer_url_template.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/migrations/0021_remove_map_description.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/migrations/__init__.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/models.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/settings/__init__.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/settings/base.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/settings/dev.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/settings/local.py.sample +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/.DS_Store +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/.gitignore +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/.DS_Store +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/bitbucket.png +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/content.css +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/css/dialog.css +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/css/icon.css +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/css/tooltip.css +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/css/window.css +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/favicons/.DS_Store +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/favicons/apple-touch-icon.png +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/favicons/favicon.ico +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/favicons/icon-192.png +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/favicons/icon-512.png +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/favicons/icon.svg +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/font/FiraSans-Light.woff +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/font/FiraSans-Light.woff2 +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/font/FiraSans-LightItalic.woff +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/font/FiraSans-LightItalic.woff2 +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/font/FiraSans-SemiBold.woff +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/font/FiraSans-SemiBold.woff2 +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/font.css +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/fonts/.DS_Store +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/github.png +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/img/.DS_Store +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/img/16-white.svg +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/img/16.svg +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/img/24-white.svg +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/img/24.svg +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/img/alert-icon-error.svg +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/img/alert-icon-info.svg +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/img/alert-icon-success.svg +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/img/edit.svg +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/img/icon-bg.png +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/img/icon-delete.svg +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/img/icon-download.svg +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/img/icon-duplicate.svg +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/img/icon-edit.svg +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/img/icon-external-link.svg +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/img/icon-share.svg +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/img/icon-view.svg +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/img/importers/communesfr.svg +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/img/importers/datasets.svg +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/img/importers/geodatamine.svg +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/img/importers/overpass.svg +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/img/importers/random.svg +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/img/importers/random1.svg +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/img/importers/random2.svg +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/img/logo.svg +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/img/logo_filigree.png +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/img/logo_small.svg +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/img/marker.png +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/img/marker.svg +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/img/opensource.svg +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/img/osm.svg +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/img/search.gif +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/img/source/.DS_Store +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/img/source/16-white.svg +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/img/source/16.svg +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/img/source/24-white.svg +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/img/source/24.svg +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/js/components/alerts/alert.css +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/js/components/alerts/alert.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/js/components/base.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/js/components/fragment.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/js/modules/autocomplete.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/js/modules/browser.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/js/modules/caption.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/js/modules/dompurify.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/js/modules/facets.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/js/modules/global.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/js/modules/help.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/js/modules/i18n.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/js/modules/importers/communesfr.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/js/modules/importers/geodatamine.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/js/modules/importers/overpass.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/js/modules/leaflet-configure.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/js/modules/orderable.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/js/modules/request.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/js/modules/rules.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/js/modules/schema.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/js/modules/sync/engine.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/js/modules/sync/updaters.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/js/modules/sync/websocket.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/js/modules/ui/dialog.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/js/modules/ui/panel.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/js/modules/ui/tooltip.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/js/modules/urls.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/js/modules/utils.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/js/umap.controls.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/js/umap.core.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/js/umap.datalayer.permissions.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/js/umap.features.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/js/umap.forms.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/js/umap.icon.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/js/umap.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/js/umap.layer.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/js/umap.permissions.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/js/umap.popup.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/js/umap.share.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/js/umap.slideshow.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/js/umap.tableeditor.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/am_ET.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/am_ET.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/ar.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/ar.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/ast.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/ast.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/bg.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/bg.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/br.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/br.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/ca.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/ca.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/cs_CZ.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/cs_CZ.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/da.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/da.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/de.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/de.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/el.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/el.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/en.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/en.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/en_US.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/es.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/es.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/et.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/et.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/eu.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/eu.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/fa_IR.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/fa_IR.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/fi.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/fi.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/gl.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/gl.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/he.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/he.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/hr.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/hr.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/hu.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/hu.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/id.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/id.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/is.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/is.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/it.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/it.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/ja.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/ja.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/ko.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/ko.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/lt.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/lt.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/ms.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/ms.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/nl.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/nl.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/no.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/no.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/pl.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/pl.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/pl_PL.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/pt.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/pt.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/pt_BR.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/pt_BR.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/pt_PT.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/pt_PT.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/ro.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/ro.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/ru.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/ru.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/si.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/si.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/sk_SK.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/sk_SK.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/sl.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/sl.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/sr.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/sr.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/sv.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/sv.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/th_TH.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/th_TH.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/tr.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/tr.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/uk_UA.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/uk_UA.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/vi.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/vi.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/vi_VN.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/zh.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/zh.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/zh_CN.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/zh_TW.Big5.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/zh_TW.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/locale/zh_TW.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/map.css +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/nav.css +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/openstreetmap.png +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/test/.eslintrc +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/test/DataLayer.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/test/Feature.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/test/Map.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/test/Marker.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/test/Polygon.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/test/Polyline.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/test/TableEditor.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/test/Util.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/test/_pre.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/test/index.html +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/theme.css +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/twitter.png +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/unittests/URLs.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/unittests/sync.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/unittests/utils.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vars.css +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/colorbrewer/colorbrewer.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/contextmenu/leaflet.contextmenu.min.css +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/contextmenu/leaflet.contextmenu.min.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/csv2geojson/csv2geojson.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/dompurify/purify.es.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/dompurify/purify.es.mjs.map +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/editable/Leaflet.Editable.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/editable/Path.Drag.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.css +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/editinosm/edit-in-osm.png +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/formbuilder/Leaflet.FormBuilder.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/fullscreen/Leaflet.fullscreen.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/fullscreen/Leaflet.fullscreen.min.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/fullscreen/fullscreen.png +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/fullscreen/fullscreen@2x.png +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/fullscreen/leaflet.fullscreen.css +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/georsstogeojson/GeoRSSToGeoJSON.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/hash/leaflet-hash.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/heat/leaflet-heat.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/i18n/Leaflet.i18n.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/iconlayers/check.png +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/iconlayers/iconLayers.css +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/iconlayers/iconLayers.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/iconlayers/transparent-pixel.png +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/leaflet/images/layers-2x.png +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/leaflet/images/layers.png +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/leaflet/images/marker-icon-2x.png +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/leaflet/images/marker-icon.png +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/leaflet/images/marker-shadow.png +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/leaflet/leaflet-src.esm.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/leaflet/leaflet-src.esm.js.map +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/leaflet/leaflet-src.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/leaflet/leaflet-src.js.map +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/leaflet/leaflet.css +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/leaflet/leaflet.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/leaflet/leaflet.js.map +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/loading/Control.Loading.css +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/loading/Control.Loading.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css.map +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js.map +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/markercluster/MarkerCluster.Default.css +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/markercluster/MarkerCluster.css +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/markercluster/WhereAreTheJavascriptFiles.txt +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/markercluster/leaflet.markercluster-src.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/markercluster/leaflet.markercluster-src.js.map +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/markercluster/leaflet.markercluster.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/markercluster/leaflet.markercluster.js.map +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/measurable/Leaflet.Measurable.css +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/measurable/Leaflet.Measurable.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/minimap/Control.MiniMap.min.css +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/minimap/Control.MiniMap.min.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/minimap/images/toggle.png +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/minimap/images/toggle.svg +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/osmtogeojson/osmtogeojson.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/photon/leaflet.photon.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/simple-statistics/simple-statistics.min.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/simple-statistics/simple-statistics.min.js.map +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/togeojson/togeojson.umd.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/togeojson/togeojson.umd.js.map +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/togpx/togpx.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/tokml/tokml.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/toolbar/leaflet.toolbar-src.css +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/toolbar/leaflet.toolbar-src.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/toolbar/leaflet.toolbar.css +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/static/umap/vendors/toolbar/leaflet.toolbar.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/storage.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/templates/404.html +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/templates/500.html +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/templates/auth/user_detail.html +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/templates/auth/user_form.html +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/templates/auth/user_stars.html +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/templates/base.html +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/templates/registration/login.html +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/templates/umap/about.html +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/templates/umap/about_summary.html +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/templates/umap/branding.html +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/templates/umap/components/alerts/alert.html +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/templates/umap/content.html +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/templates/umap/content_footer.html +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/templates/umap/css.html +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/templates/umap/footer.html +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/templates/umap/header.html +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/templates/umap/home.html +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/templates/umap/js.html +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/templates/umap/locale.js +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/templates/umap/login_popup_end.html +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/templates/umap/map_detail.html +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/templates/umap/map_fragment.html +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/templates/umap/map_init.html +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/templates/umap/map_list.html +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/templates/umap/map_table.html +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/templates/umap/messages.html +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/templates/umap/navigation.html +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/templates/umap/password_change.html +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/templates/umap/password_change_done.html +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/templates/umap/search.html +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/templates/umap/search_bar.html +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/templates/umap/success.html +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/templates/umap/user_dashboard.html +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/templatetags/__init__.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/templatetags/umap_tags.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/.DS_Store +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/__init__.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/base.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/conftest.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/fixtures/choropleth_region_chomage.geojson +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/fixtures/circle.svg +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/fixtures/display_on_load.umap +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/fixtures/star.svg +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/fixtures/test_upload_data.csv +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/fixtures/test_upload_data.gpx +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/fixtures/test_upload_data.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/fixtures/test_upload_data.kml +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/fixtures/test_upload_data.umap +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/fixtures/test_upload_data_osm.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/fixtures/test_upload_empty_coordinates.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/fixtures/test_upload_missing_name.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/fixtures/test_upload_non_linear_ring.json +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/integration/.DS_Store +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/integration/__init__.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/integration/conftest.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/integration/test_anonymous_owned_map.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/integration/test_basics.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/integration/test_browser.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/integration/test_caption.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/integration/test_choropleth.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/integration/test_conditional_rules.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/integration/test_dashboard.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/integration/test_datalayer.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/integration/test_draw_polygon.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/integration/test_draw_polyline.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/integration/test_edit_datalayer.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/integration/test_edit_map.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/integration/test_edit_marker.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/integration/test_edit_polygon.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/integration/test_export_map.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/integration/test_facets_browser.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/integration/test_features_id_generation.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/integration/test_map.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/integration/test_map_list.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/integration/test_map_preview.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/integration/test_optimistic_merge.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/integration/test_owned_map.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/integration/test_picto.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/integration/test_querystring.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/integration/test_share.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/integration/test_slideshow.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/integration/test_star.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/integration/test_statics.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/integration/test_tableeditor.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/integration/test_tilelayer.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/integration/test_view_marker.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/integration/test_view_polygon.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/integration/test_view_polyline.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/integration/test_websocket_sync.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/settings.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/test_datalayer.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/test_datalayer_views.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/test_licence.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/test_map.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/test_map_views.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/test_merge_features.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/test_tilelayer.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/test_utils.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/tests/test_views.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/urls.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/utils.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/views.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/websocket_server.py +0 -0
- {umap_project-2.4.0b0 → umap_project-2.4.0b2}/umap/wsgi.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: umap-project
|
|
3
|
-
Version: 2.4.
|
|
3
|
+
Version: 2.4.0b2
|
|
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>
|
|
@@ -22,7 +22,7 @@ Requires-Dist: django-probes==1.7.0
|
|
|
22
22
|
Requires-Dist: django==5.0.6
|
|
23
23
|
Requires-Dist: pillow==10.3.0
|
|
24
24
|
Requires-Dist: psycopg==3.1.19
|
|
25
|
-
Requires-Dist: pydantic==2.7.
|
|
25
|
+
Requires-Dist: pydantic==2.7.4
|
|
26
26
|
Requires-Dist: rcssmin==1.1.2
|
|
27
27
|
Requires-Dist: requests==2.32.3
|
|
28
28
|
Requires-Dist: rjsmin==1.2.2
|
|
@@ -33,11 +33,11 @@ Provides-Extra: dev
|
|
|
33
33
|
Requires-Dist: djlint==1.34.1; extra == 'dev'
|
|
34
34
|
Requires-Dist: hatch==1.12.0; extra == 'dev'
|
|
35
35
|
Requires-Dist: isort==5.13.2; extra == 'dev'
|
|
36
|
-
Requires-Dist: mkdocs-material==9.5.
|
|
36
|
+
Requires-Dist: mkdocs-material==9.5.27; extra == 'dev'
|
|
37
37
|
Requires-Dist: mkdocs-static-i18n==1.2.3; extra == 'dev'
|
|
38
38
|
Requires-Dist: mkdocs==1.6.0; extra == 'dev'
|
|
39
39
|
Requires-Dist: pymdown-extensions==10.8.1; extra == 'dev'
|
|
40
|
-
Requires-Dist: ruff==0.4.
|
|
40
|
+
Requires-Dist: ruff==0.4.9; extra == 'dev'
|
|
41
41
|
Requires-Dist: vermin==1.6.0; extra == 'dev'
|
|
42
42
|
Provides-Extra: docker
|
|
43
43
|
Requires-Dist: uwsgi==2.0.26; extra == 'docker'
|
|
@@ -34,7 +34,7 @@ dependencies = [
|
|
|
34
34
|
"django-probes==1.7.0",
|
|
35
35
|
"Pillow==10.3.0",
|
|
36
36
|
"psycopg==3.1.19",
|
|
37
|
-
"pydantic==2.7.
|
|
37
|
+
"pydantic==2.7.4",
|
|
38
38
|
"requests==2.32.3",
|
|
39
39
|
"rcssmin==1.1.2",
|
|
40
40
|
"rjsmin==1.2.2",
|
|
@@ -46,10 +46,10 @@ dependencies = [
|
|
|
46
46
|
[project.optional-dependencies]
|
|
47
47
|
dev = [
|
|
48
48
|
"hatch==1.12.0",
|
|
49
|
-
"ruff==0.4.
|
|
49
|
+
"ruff==0.4.9",
|
|
50
50
|
"djlint==1.34.1",
|
|
51
51
|
"mkdocs==1.6.0",
|
|
52
|
-
"mkdocs-material==9.5.
|
|
52
|
+
"mkdocs-material==9.5.27",
|
|
53
53
|
"mkdocs-static-i18n==1.2.3",
|
|
54
54
|
"vermin==1.6.0",
|
|
55
55
|
"pymdown-extensions==10.8.1",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
VERSION = "2.4.0b2"
|
|
Binary file
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
# Buggi, 2013
|
|
9
9
|
# Buggi, 2013
|
|
10
10
|
# Buggi, 2013
|
|
11
|
+
# Larlet David <david@larlet.fr>, 2024
|
|
11
12
|
# Philippe Verdy, 2017
|
|
12
13
|
# severin.menard <severin.menard@protonmail.com>, 2014
|
|
13
14
|
# severin.menard <severin.menard@protonmail.com>, 2014
|
|
@@ -25,7 +26,7 @@ msgstr ""
|
|
|
25
26
|
"Report-Msgid-Bugs-To: \n"
|
|
26
27
|
"POT-Creation-Date: 2024-06-14 17:49+0000\n"
|
|
27
28
|
"PO-Revision-Date: 2013-11-22 14:00+0000\n"
|
|
28
|
-
"Last-Translator:
|
|
29
|
+
"Last-Translator: Larlet David <david@larlet.fr>, 2024\n"
|
|
29
30
|
"Language-Team: French (http://app.transifex.com/openstreetmap/umap/language/fr/)\n"
|
|
30
31
|
"MIME-Version: 1.0\n"
|
|
31
32
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
@@ -267,7 +268,7 @@ msgstr "Exporter et partager votre carte"
|
|
|
267
268
|
#: templates/umap/about_summary.html:37
|
|
268
269
|
#, python-format
|
|
269
270
|
msgid "And it's <a href=\"%(repo_url)s\">open source</a>!"
|
|
270
|
-
msgstr "Et c'est <a href=\"%(repo_url)s\">open source</a
|
|
271
|
+
msgstr "Et c'est <a href=\"%(repo_url)s\">open source</a> !"
|
|
271
272
|
|
|
272
273
|
#: templates/umap/about_summary.html:48 templates/umap/navigation.html:38
|
|
273
274
|
#: templates/umap/user_dashboard.html:42
|
|
@@ -290,11 +291,11 @@ msgid ""
|
|
|
290
291
|
"Pro-tip: to easily find back your maps, <a href=\"%(login_url)s\" "
|
|
291
292
|
"target=\"_blank\">create an account</a> or <a href=\"%(login_url)s\" "
|
|
292
293
|
"target=\"_blank\">log in</a>."
|
|
293
|
-
msgstr "Astuce: pour retrouver facilement vos cartes, <a href=\"%(login_url)s\" target=\"_blank\">créez un compte</a> ou <a href=\"%(login_url)s\" target=\"_blank\">identifiez-vous</a>."
|
|
294
|
+
msgstr "Astuce : pour retrouver facilement vos cartes, <a href=\"%(login_url)s\" target=\"_blank\">créez un compte</a> ou <a href=\"%(login_url)s\" target=\"_blank\">identifiez-vous</a>."
|
|
294
295
|
|
|
295
296
|
#: templates/umap/components/alerts/alert.html:30
|
|
296
297
|
msgid "Here is your secret link to edit the map, please keep it safe:"
|
|
297
|
-
msgstr "Ceci est le lien d'édition secret, gardez-le en lieu sûr:"
|
|
298
|
+
msgstr "Ceci est le lien d'édition secret, gardez-le en lieu sûr :"
|
|
298
299
|
|
|
299
300
|
#: templates/umap/components/alerts/alert.html:33
|
|
300
301
|
msgid "Copy link"
|
|
@@ -302,7 +303,7 @@ msgstr "Copier le lien"
|
|
|
302
303
|
|
|
303
304
|
#: templates/umap/components/alerts/alert.html:39
|
|
304
305
|
msgid "Enter your email address to receive the secret link:"
|
|
305
|
-
msgstr "
|
|
306
|
+
msgstr "Entrez votre courriel pour recevoir le lien secret :"
|
|
306
307
|
|
|
307
308
|
#: templates/umap/components/alerts/alert.html:41
|
|
308
309
|
msgid "Email"
|
|
@@ -310,7 +311,7 @@ msgstr "Courriel"
|
|
|
310
311
|
|
|
311
312
|
#: templates/umap/components/alerts/alert.html:42
|
|
312
313
|
msgid "Send me the link"
|
|
313
|
-
msgstr "
|
|
314
|
+
msgstr "Envoyer le lien"
|
|
314
315
|
|
|
315
316
|
#: templates/umap/components/alerts/alert.html:63
|
|
316
317
|
msgid "See their edits in another tab"
|
|
@@ -337,7 +338,7 @@ msgid ""
|
|
|
337
338
|
"need a stable instance, please use <a "
|
|
338
339
|
"href=\"%(stable_url)s\">%(stable_url)s</a>. You can also host your own "
|
|
339
340
|
"instance, it's <a href=\"%(repo_url)s\">open source</a>!"
|
|
340
|
-
msgstr "Il s'agit d'un site de démonstration, utilisé pour les tests et validation avant diffusion. Si vous avez besoin d'une version stable, utilisez plutôt <a href=\"%(stable_url)s\">%(stable_url)s</a>. Vous pouvez aussi mettre en place votre propre version, c'est <a href=\"%(repo_url)s\">open source</a
|
|
341
|
+
msgstr "Il s'agit d'un site de démonstration, utilisé pour les tests et validation avant diffusion. Si vous avez besoin d'une version stable, utilisez plutôt <a href=\"%(stable_url)s\">%(stable_url)s</a>. Vous pouvez aussi mettre en place votre propre version, c'est <a href=\"%(repo_url)s\">open source</a> !"
|
|
341
342
|
|
|
342
343
|
#: templates/umap/home.html:11
|
|
343
344
|
msgid "Map of the uMaps"
|
|
@@ -435,7 +436,7 @@ msgstr "fin"
|
|
|
435
436
|
#: templates/umap/map_table.html:116
|
|
436
437
|
#, python-format
|
|
437
438
|
msgid "Lines per page: %(per_page)s"
|
|
438
|
-
msgstr "Lignes par page: %(per_page)s"
|
|
439
|
+
msgstr "Lignes par page : %(per_page)s"
|
|
439
440
|
|
|
440
441
|
#: templates/umap/map_table.html:121
|
|
441
442
|
#, python-format
|
|
@@ -514,7 +515,7 @@ msgid "%(count)s map found:"
|
|
|
514
515
|
msgid_plural "%(count)s maps found:"
|
|
515
516
|
msgstr[0] "%(count)s carte trouvée:"
|
|
516
517
|
msgstr[1] "%(count)s cartes trouvées:"
|
|
517
|
-
msgstr[2] "%(count)s cartes trouvées:"
|
|
518
|
+
msgstr[2] "%(count)s cartes trouvées :"
|
|
518
519
|
|
|
519
520
|
#: templates/umap/search.html:21
|
|
520
521
|
msgid "No map found."
|
|
@@ -573,12 +574,12 @@ msgstr "Éditeurs de la carte mis à jour !"
|
|
|
573
574
|
#: views.py:883
|
|
574
575
|
#, python-format
|
|
575
576
|
msgid "The uMap edit link for your map: %(map_name)s"
|
|
576
|
-
msgstr "La lien d'édition uMap pour votre carte %(map_name)s"
|
|
577
|
+
msgstr "La lien d'édition uMap pour votre carte : %(map_name)s"
|
|
577
578
|
|
|
578
579
|
#: views.py:886
|
|
579
580
|
#, python-format
|
|
580
581
|
msgid "Here is your secret edit link: %(link)s"
|
|
581
|
-
msgstr "Voici votre lien d'édition secret: %(link)s"
|
|
582
|
+
msgstr "Voici votre lien d'édition secret : %(link)s"
|
|
582
583
|
|
|
583
584
|
#: views.py:893
|
|
584
585
|
#, python-format
|
|
@@ -200,31 +200,6 @@ input[type=checkbox]:checked:after {
|
|
|
200
200
|
content: '✓';
|
|
201
201
|
color: var(--color-darkGray);
|
|
202
202
|
}
|
|
203
|
-
label input[type="radio"] {
|
|
204
|
-
appearance: none;
|
|
205
|
-
margin-right: 10px;
|
|
206
|
-
}
|
|
207
|
-
input[type="radio"]:after {
|
|
208
|
-
display: inline-block;
|
|
209
|
-
content: ' ';
|
|
210
|
-
width: 12px;
|
|
211
|
-
height: 12px;
|
|
212
|
-
border-radius: 50%;
|
|
213
|
-
border: 1px solid var(--color-lightGray);
|
|
214
|
-
cursor: pointer;
|
|
215
|
-
text-align: center;
|
|
216
|
-
font-size: 1.3rem;
|
|
217
|
-
line-height: 1rem;
|
|
218
|
-
vertical-align: bottom;
|
|
219
|
-
}
|
|
220
|
-
label input[type="radio"]:checked:after {
|
|
221
|
-
background-color: var(--color-lightCyan);
|
|
222
|
-
content: '•';
|
|
223
|
-
font-size: 3rem;
|
|
224
|
-
line-height: 0.8rem;
|
|
225
|
-
color: var(--color-darkGray);
|
|
226
|
-
text-indent: -1px;
|
|
227
|
-
}
|
|
228
203
|
|
|
229
204
|
input[data-modified=true] {
|
|
230
205
|
background-color: var(--color-lightCyan);
|
|
@@ -398,7 +373,7 @@ details summary {
|
|
|
398
373
|
border: 1px solid var(--color-darkGray);
|
|
399
374
|
}
|
|
400
375
|
fieldset legend {
|
|
401
|
-
font-size:
|
|
376
|
+
font-size: .9rem;
|
|
402
377
|
padding: 0 5px;
|
|
403
378
|
}
|
|
404
379
|
|
|
@@ -12,14 +12,16 @@ const TEMPLATE = `
|
|
|
12
12
|
<input type="file" multiple autofocus onchange />
|
|
13
13
|
<input type="url" placeholder="${translate('Provide an URL here')}" onchange />
|
|
14
14
|
<textarea onchange placeholder="${translate('Paste your data here')}"></textarea>
|
|
15
|
-
<div class="importers">
|
|
15
|
+
<div class="importers" hidden>
|
|
16
16
|
<h4>${translate('Import helpers:')}</h4>
|
|
17
17
|
<ul class="grid-container">
|
|
18
18
|
</ul>
|
|
19
19
|
</div>
|
|
20
20
|
</fieldset>
|
|
21
21
|
<fieldset class="formbox">
|
|
22
|
-
<legend class="counter" data-help="importFormats">${translate(
|
|
22
|
+
<legend class="counter" data-help="importFormats">${translate(
|
|
23
|
+
'Choose the format'
|
|
24
|
+
)}</legend>
|
|
23
25
|
<select name="format" onchange></select>
|
|
24
26
|
</fieldset>
|
|
25
27
|
<fieldset id="destination" class="formbox">
|
|
@@ -55,10 +57,25 @@ export default class Importer {
|
|
|
55
57
|
}
|
|
56
58
|
|
|
57
59
|
loadImporters() {
|
|
58
|
-
for (const
|
|
59
|
-
|
|
60
|
-
this.IMPORTERS.push(new mod.Importer(this.map,
|
|
61
|
-
}
|
|
60
|
+
for (const [name, config] of Object.entries(this.map.options.importers || {})) {
|
|
61
|
+
const register = (mod) => {
|
|
62
|
+
this.IMPORTERS.push(new mod.Importer(this.map, config))
|
|
63
|
+
}
|
|
64
|
+
// We need to have explicit static paths for Django's collectstatic with hashes.
|
|
65
|
+
switch (name) {
|
|
66
|
+
case 'geodatamine':
|
|
67
|
+
import('./importers/geodatamine.js').then(register)
|
|
68
|
+
break
|
|
69
|
+
case 'communesfr':
|
|
70
|
+
import('./importers/communesfr.js').then(register)
|
|
71
|
+
break
|
|
72
|
+
case 'overpass':
|
|
73
|
+
import('./importers/overpass.js').then(register)
|
|
74
|
+
break
|
|
75
|
+
case 'datasets':
|
|
76
|
+
import('./importers/datasets.js').then(register)
|
|
77
|
+
break
|
|
78
|
+
}
|
|
62
79
|
}
|
|
63
80
|
}
|
|
64
81
|
|
|
@@ -132,7 +149,7 @@ export default class Importer {
|
|
|
132
149
|
for (const plugin of this.IMPORTERS.sort((a, b) => (a.id > b.id ? 1 : -1))) {
|
|
133
150
|
L.DomUtil.createButton(
|
|
134
151
|
plugin.id,
|
|
135
|
-
DomUtil.element({tagName: 'li', parent}),
|
|
152
|
+
DomUtil.element({ tagName: 'li', parent }),
|
|
136
153
|
plugin.name,
|
|
137
154
|
() => plugin.open(this)
|
|
138
155
|
)
|
|
@@ -213,13 +230,21 @@ export default class Importer {
|
|
|
213
230
|
|
|
214
231
|
openFiles() {
|
|
215
232
|
this.open()
|
|
216
|
-
this.
|
|
233
|
+
this.qs('[type=file]').showPicker()
|
|
217
234
|
}
|
|
218
235
|
|
|
219
236
|
submit() {
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
237
|
+
let hasErrors = false
|
|
238
|
+
if (this.format === 'umap') {
|
|
239
|
+
hasErrors = !this.full()
|
|
240
|
+
} else if (!this.url) {
|
|
241
|
+
hasErrors = !this.copy()
|
|
242
|
+
} else if (this.action) {
|
|
243
|
+
hasErrors = !this[this.action]()
|
|
244
|
+
}
|
|
245
|
+
if (!hasErrors) {
|
|
246
|
+
Alert.info(translate('Data successfully imported!'))
|
|
247
|
+
}
|
|
223
248
|
}
|
|
224
249
|
|
|
225
250
|
full() {
|
|
@@ -237,16 +262,19 @@ export default class Importer {
|
|
|
237
262
|
} catch (e) {
|
|
238
263
|
Alert.error(translate('Invalid umap data'))
|
|
239
264
|
console.error(e)
|
|
265
|
+
return false
|
|
240
266
|
}
|
|
241
267
|
}
|
|
242
268
|
|
|
243
269
|
link() {
|
|
244
|
-
if (!this.url)
|
|
270
|
+
if (!this.url) {
|
|
271
|
+
return false
|
|
272
|
+
}
|
|
245
273
|
if (!this.format) {
|
|
246
274
|
Alert.error(translate('Please choose a format'))
|
|
247
|
-
return
|
|
275
|
+
return false
|
|
248
276
|
}
|
|
249
|
-
|
|
277
|
+
const layer = this.layer
|
|
250
278
|
layer.options.remoteData = {
|
|
251
279
|
url: this.url,
|
|
252
280
|
format: this.format,
|
|
@@ -263,9 +291,9 @@ export default class Importer {
|
|
|
263
291
|
// Usefull in case of multiple files with different formats.
|
|
264
292
|
if (!this.format && !this.files.length) {
|
|
265
293
|
Alert.error(translate('Please choose a format'))
|
|
266
|
-
return
|
|
294
|
+
return false
|
|
267
295
|
}
|
|
268
|
-
|
|
296
|
+
const layer = this.layer
|
|
269
297
|
if (this.clear) layer.empty()
|
|
270
298
|
if (this.files.length) {
|
|
271
299
|
for (const file of this.files) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
const locale = {
|
|
2
|
-
" (area: {measure})": "(surface: {measure})",
|
|
3
|
-
" (length: {measure})": "(longueur: {measure})",
|
|
2
|
+
" (area: {measure})": "(surface : {measure})",
|
|
3
|
+
" (length: {measure})": "(longueur : {measure})",
|
|
4
4
|
"# one hash for main heading": "# un dièse pour titre 1",
|
|
5
5
|
"## two hashes for second heading": "## deux dièses pour titre 2",
|
|
6
6
|
"### three hashes for third heading": "### trois dièses pour titre 3",
|
|
@@ -186,7 +186,7 @@ const locale = {
|
|
|
186
186
|
"Icon shape": "Forme de l'icône",
|
|
187
187
|
"Icon symbol": "Image de l'icône",
|
|
188
188
|
"If false, the polygon or line will act as a part of the underlying map.": "Désactiver pour que le polygone ou la ligne ne réagisse plus aux interactions.",
|
|
189
|
-
"Iframe with custom height (in px): {{{http://iframe.url.com|height}}}": "Iframe avec hauteur (en pixels): {{{http://iframe.url.com|hauteur}}}",
|
|
189
|
+
"Iframe with custom height (in px): {{{http://iframe.url.com|height}}}": "Iframe avec hauteur (en pixels) : {{{http://iframe.url.com|hauteur}}}",
|
|
190
190
|
"Iframe with custom height and width (in px): {{{http://iframe.url.com|height*width}}}": "Iframe avec hauteur et largeur (en px) : {{{http://iframe.url.com|height*width}}}",
|
|
191
191
|
"iframe": "iframe",
|
|
192
192
|
"Iframe: {{{http://iframe.url.com}}}": "Iframe : {{{http://iframe.url.com}}}",
|
|
@@ -202,7 +202,7 @@ const locale = {
|
|
|
202
202
|
"Invalid latitude or longitude": "Latitude ou longitude invalide",
|
|
203
203
|
"Invalid umap data in {filename}": "Les données du fichier {filename} ne sont pas valides comme format uMap",
|
|
204
204
|
"Invalid umap data": "Données uMap invalides",
|
|
205
|
-
"Invalide property name: {name}": "Nom de propriété invalide: {name}",
|
|
205
|
+
"Invalide property name: {name}": "Nom de propriété invalide : {name}",
|
|
206
206
|
"Jenks-Fisher": "Jenks-Fisher",
|
|
207
207
|
"K-means": "K-moyennes",
|
|
208
208
|
"Keep current visible layers": "Garder les calques visibles actuellement",
|
|
@@ -327,7 +327,7 @@ const locale = {
|
|
|
327
327
|
"Side panel": "Panneau latéral",
|
|
328
328
|
"Simple link: [[http://example.com]]": "Lien simple : [[https://exemple.fr]]",
|
|
329
329
|
"Simplify": "Simplifier",
|
|
330
|
-
"Skipping unknown geometry.type: {type}": "Type de géométrie inconnu
|
|
330
|
+
"Skipping unknown geometry.type: {type}": "Type de géométrie inconnu ignoré : {type}",
|
|
331
331
|
"Slideshow": "Diaporama",
|
|
332
332
|
"Sort key": "Clé de tri",
|
|
333
333
|
"Split line": "Scinder la ligne",
|
|
@@ -375,7 +375,7 @@ const locale = {
|
|
|
375
375
|
"Versions": "Versions",
|
|
376
376
|
"View Fullscreen": "Voir en plein écran",
|
|
377
377
|
"View": "Aperçu",
|
|
378
|
-
"Visibility: {status}": "
|
|
378
|
+
"Visibility: {status}": "Visibilité : {status}",
|
|
379
379
|
"weight": "épaisseur",
|
|
380
380
|
"Where do we go from here?": "C'est par où pour aller plus loin?",
|
|
381
381
|
"Whether to display or not polygons paths.": "Afficher les contours des polygones.",
|
|
@@ -401,7 +401,7 @@ const locale = {
|
|
|
401
401
|
"{area} m²": "{area} m²",
|
|
402
402
|
"{area} mi²": "{area} mi²",
|
|
403
403
|
"{area} yd²": "{area} yd²",
|
|
404
|
-
"{count} errors during import: {message}": "{count} erreurs pendant l'import: {message}",
|
|
404
|
+
"{count} errors during import: {message}": "{count} erreurs pendant l'import : {message}",
|
|
405
405
|
"{delay} seconds": "{delay} secondes",
|
|
406
406
|
"{distance} km": "{distance} km",
|
|
407
407
|
"{distance} m": "{distance} m",
|
|
@@ -419,7 +419,7 @@ const locale = {
|
|
|
419
419
|
"Max": "Max",
|
|
420
420
|
"From": "De",
|
|
421
421
|
"Until": "À",
|
|
422
|
-
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Exemple: cle1,cle2|Label 2,Label 3|checkbox",
|
|
422
|
+
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Exemple : cle1,cle2|Label 2,Label 3|checkbox",
|
|
423
423
|
"Edit in OpenStreetMap": "Modifier dans OpenStreetMap",
|
|
424
424
|
"Cannot determine latitude and longitude columns.": "Impossible de détecter les colonnes latitude et longitude.",
|
|
425
425
|
"Back to layers": "Voir les calques",
|
|
@@ -450,7 +450,7 @@ const locale = {
|
|
|
450
450
|
"More info about Overpass syntax": "Plus d'infos sur la syntaxe Overpass",
|
|
451
451
|
"For more complex needs, see": "Pour les besoins plus avancés:",
|
|
452
452
|
"Choose data": "Choisir les données",
|
|
453
|
-
"Import helpers:": "Assistants d'import:",
|
|
453
|
+
"Import helpers:": "Assistants d'import :",
|
|
454
454
|
"Choose the format": "Choisir le format",
|
|
455
455
|
"Choose the layer": "Choisir le calque",
|
|
456
456
|
"Layer name": "Nom du calque",
|
|
@@ -463,14 +463,14 @@ const locale = {
|
|
|
463
463
|
"empty rule": "règle vide",
|
|
464
464
|
"Conditional style rules": "Règles de formatage conditionnelles",
|
|
465
465
|
"Add rule": "Ajouter une règle",
|
|
466
|
-
"Browser: data": "Explorateur: données",
|
|
467
|
-
"Browser: layers": "Explorateur: calques",
|
|
468
|
-
"Browser: filters": "Explorateur: filtres",
|
|
466
|
+
"Browser: data": "Explorateur : données",
|
|
467
|
+
"Browser: layers": "Explorateur : calques",
|
|
468
|
+
"Browser: filters": "Explorateur : filtres",
|
|
469
469
|
"Enable real-time collaboration": "Activer la collaboration temps réel",
|
|
470
|
-
"✅ Copied!": "✅
|
|
470
|
+
"✅ Copied!": "✅ Copié !",
|
|
471
471
|
"Choose a dataset": "Choisir un jeu de données",
|
|
472
472
|
"Choose this dataset": "Choisir ce jeu de données",
|
|
473
|
-
"GeoDataMine: thematic data from OpenStreetMap": "GéoDataMine: données thématiques à partir d'OpenStreetMap",
|
|
473
|
+
"GeoDataMine: thematic data from OpenStreetMap": "GéoDataMine : données thématiques à partir d'OpenStreetMap",
|
|
474
474
|
"Choose a theme": "Choisir un thème",
|
|
475
475
|
"Symplify all geometries to points": "Simplifier les géométries en points",
|
|
476
476
|
"Choose this data": "Choisir ces données",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
" (area: {measure})": "(surface: {measure})",
|
|
3
|
-
" (length: {measure})": "(longueur: {measure})",
|
|
2
|
+
" (area: {measure})": "(surface : {measure})",
|
|
3
|
+
" (length: {measure})": "(longueur : {measure})",
|
|
4
4
|
"# one hash for main heading": "# un dièse pour titre 1",
|
|
5
5
|
"## two hashes for second heading": "## deux dièses pour titre 2",
|
|
6
6
|
"### three hashes for third heading": "### trois dièses pour titre 3",
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
"Icon shape": "Forme de l'icône",
|
|
187
187
|
"Icon symbol": "Image de l'icône",
|
|
188
188
|
"If false, the polygon or line will act as a part of the underlying map.": "Désactiver pour que le polygone ou la ligne ne réagisse plus aux interactions.",
|
|
189
|
-
"Iframe with custom height (in px): {{{http://iframe.url.com|height}}}": "Iframe avec hauteur (en pixels): {{{http://iframe.url.com|hauteur}}}",
|
|
189
|
+
"Iframe with custom height (in px): {{{http://iframe.url.com|height}}}": "Iframe avec hauteur (en pixels) : {{{http://iframe.url.com|hauteur}}}",
|
|
190
190
|
"Iframe with custom height and width (in px): {{{http://iframe.url.com|height*width}}}": "Iframe avec hauteur et largeur (en px) : {{{http://iframe.url.com|height*width}}}",
|
|
191
191
|
"iframe": "iframe",
|
|
192
192
|
"Iframe: {{{http://iframe.url.com}}}": "Iframe : {{{http://iframe.url.com}}}",
|
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
"Invalid latitude or longitude": "Latitude ou longitude invalide",
|
|
203
203
|
"Invalid umap data in {filename}": "Les données du fichier {filename} ne sont pas valides comme format uMap",
|
|
204
204
|
"Invalid umap data": "Données uMap invalides",
|
|
205
|
-
"Invalide property name: {name}": "Nom de propriété invalide: {name}",
|
|
205
|
+
"Invalide property name: {name}": "Nom de propriété invalide : {name}",
|
|
206
206
|
"Jenks-Fisher": "Jenks-Fisher",
|
|
207
207
|
"K-means": "K-moyennes",
|
|
208
208
|
"Keep current visible layers": "Garder les calques visibles actuellement",
|
|
@@ -327,7 +327,7 @@
|
|
|
327
327
|
"Side panel": "Panneau latéral",
|
|
328
328
|
"Simple link: [[http://example.com]]": "Lien simple : [[https://exemple.fr]]",
|
|
329
329
|
"Simplify": "Simplifier",
|
|
330
|
-
"Skipping unknown geometry.type: {type}": "Type de géométrie inconnu
|
|
330
|
+
"Skipping unknown geometry.type: {type}": "Type de géométrie inconnu ignoré : {type}",
|
|
331
331
|
"Slideshow": "Diaporama",
|
|
332
332
|
"Sort key": "Clé de tri",
|
|
333
333
|
"Split line": "Scinder la ligne",
|
|
@@ -375,7 +375,7 @@
|
|
|
375
375
|
"Versions": "Versions",
|
|
376
376
|
"View Fullscreen": "Voir en plein écran",
|
|
377
377
|
"View": "Aperçu",
|
|
378
|
-
"Visibility: {status}": "
|
|
378
|
+
"Visibility: {status}": "Visibilité : {status}",
|
|
379
379
|
"weight": "épaisseur",
|
|
380
380
|
"Where do we go from here?": "C'est par où pour aller plus loin?",
|
|
381
381
|
"Whether to display or not polygons paths.": "Afficher les contours des polygones.",
|
|
@@ -401,7 +401,7 @@
|
|
|
401
401
|
"{area} m²": "{area} m²",
|
|
402
402
|
"{area} mi²": "{area} mi²",
|
|
403
403
|
"{area} yd²": "{area} yd²",
|
|
404
|
-
"{count} errors during import: {message}": "{count} erreurs pendant l'import: {message}",
|
|
404
|
+
"{count} errors during import: {message}": "{count} erreurs pendant l'import : {message}",
|
|
405
405
|
"{delay} seconds": "{delay} secondes",
|
|
406
406
|
"{distance} km": "{distance} km",
|
|
407
407
|
"{distance} m": "{distance} m",
|
|
@@ -419,7 +419,7 @@
|
|
|
419
419
|
"Max": "Max",
|
|
420
420
|
"From": "De",
|
|
421
421
|
"Until": "À",
|
|
422
|
-
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Exemple: cle1,cle2|Label 2,Label 3|checkbox",
|
|
422
|
+
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Exemple : cle1,cle2|Label 2,Label 3|checkbox",
|
|
423
423
|
"Edit in OpenStreetMap": "Modifier dans OpenStreetMap",
|
|
424
424
|
"Cannot determine latitude and longitude columns.": "Impossible de détecter les colonnes latitude et longitude.",
|
|
425
425
|
"Back to layers": "Voir les calques",
|
|
@@ -450,7 +450,7 @@
|
|
|
450
450
|
"More info about Overpass syntax": "Plus d'infos sur la syntaxe Overpass",
|
|
451
451
|
"For more complex needs, see": "Pour les besoins plus avancés:",
|
|
452
452
|
"Choose data": "Choisir les données",
|
|
453
|
-
"Import helpers:": "Assistants d'import:",
|
|
453
|
+
"Import helpers:": "Assistants d'import :",
|
|
454
454
|
"Choose the format": "Choisir le format",
|
|
455
455
|
"Choose the layer": "Choisir le calque",
|
|
456
456
|
"Layer name": "Nom du calque",
|
|
@@ -463,14 +463,14 @@
|
|
|
463
463
|
"empty rule": "règle vide",
|
|
464
464
|
"Conditional style rules": "Règles de formatage conditionnelles",
|
|
465
465
|
"Add rule": "Ajouter une règle",
|
|
466
|
-
"Browser: data": "Explorateur: données",
|
|
467
|
-
"Browser: layers": "Explorateur: calques",
|
|
468
|
-
"Browser: filters": "Explorateur: filtres",
|
|
466
|
+
"Browser: data": "Explorateur : données",
|
|
467
|
+
"Browser: layers": "Explorateur : calques",
|
|
468
|
+
"Browser: filters": "Explorateur : filtres",
|
|
469
469
|
"Enable real-time collaboration": "Activer la collaboration temps réel",
|
|
470
|
-
"✅ Copied!": "✅
|
|
470
|
+
"✅ Copied!": "✅ Copié !",
|
|
471
471
|
"Choose a dataset": "Choisir un jeu de données",
|
|
472
472
|
"Choose this dataset": "Choisir ce jeu de données",
|
|
473
|
-
"GeoDataMine: thematic data from OpenStreetMap": "GéoDataMine: données thématiques à partir d'OpenStreetMap",
|
|
473
|
+
"GeoDataMine: thematic data from OpenStreetMap": "GéoDataMine : données thématiques à partir d'OpenStreetMap",
|
|
474
474
|
"Choose a theme": "Choisir un thème",
|
|
475
475
|
"Symplify all geometries to points": "Simplifier les géométries en points",
|
|
476
476
|
"Choose this data": "Choisir ces données",
|
|
@@ -538,3 +538,50 @@ def test_overpass_import_with_bbox(page, live_server, tilelayer, settings):
|
|
|
538
538
|
expect(page.get_by_placeholder("Provide an URL here")).to_have_value(
|
|
539
539
|
"https://my.overpass.io/interpreter?data=[out:json];nwr[building]({south},{west},{north},{east});out geom;"
|
|
540
540
|
)
|
|
541
|
+
|
|
542
|
+
|
|
543
|
+
def test_import_from_datasets(page, live_server, tilelayer, settings):
|
|
544
|
+
settings.UMAP_IMPORTERS = {
|
|
545
|
+
"datasets": {
|
|
546
|
+
"choices": [
|
|
547
|
+
{
|
|
548
|
+
"url": "https://remote.org/data.json",
|
|
549
|
+
"label": "Good data",
|
|
550
|
+
"format": "geojson",
|
|
551
|
+
}
|
|
552
|
+
]
|
|
553
|
+
}
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
def handle(route):
|
|
557
|
+
route.fulfill(
|
|
558
|
+
json={
|
|
559
|
+
"type": "FeatureCollection",
|
|
560
|
+
"features": [
|
|
561
|
+
{
|
|
562
|
+
"type": "Feature",
|
|
563
|
+
"properties": {},
|
|
564
|
+
"geometry": {
|
|
565
|
+
"type": "Point",
|
|
566
|
+
"coordinates": [4.3375, 51.2707],
|
|
567
|
+
},
|
|
568
|
+
}
|
|
569
|
+
],
|
|
570
|
+
}
|
|
571
|
+
)
|
|
572
|
+
|
|
573
|
+
# Intercept the route
|
|
574
|
+
page.route("https://remote.org/data.json", handle)
|
|
575
|
+
page.goto(f"{live_server.url}/map/new/")
|
|
576
|
+
expect(page.locator(".leaflet-marker-icon")).to_be_hidden()
|
|
577
|
+
page.get_by_role("link", name="Import data (Ctrl+I)").click()
|
|
578
|
+
page.get_by_role("button", name="Datasets").click()
|
|
579
|
+
page.get_by_role("dialog").get_by_role("combobox").select_option(
|
|
580
|
+
"https://remote.org/data.json"
|
|
581
|
+
)
|
|
582
|
+
page.get_by_role("button", name="Choose this dataset").click()
|
|
583
|
+
page.get_by_label("Copy into the layer").check()
|
|
584
|
+
page.get_by_role("button", name="Import data").click()
|
|
585
|
+
expect(page.locator(".leaflet-marker-icon")).to_be_visible()
|
|
586
|
+
page.get_by_role("button", name="Open browser").click()
|
|
587
|
+
expect(page.locator("h5").get_by_text("Good data")).to_be_visible()
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
VERSION = "2.4.0b0"
|
|
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
|