umap-project 3.0.2__tar.gz → 3.0.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.0.2 → umap_project-3.0.3}/PKG-INFO +1 -1
- umap_project-3.0.3/umap/__init__.py +1 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/en/LC_MESSAGES/django.po +11 -7
- umap_project-3.0.3/umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/fr/LC_MESSAGES/django.po +11 -7
- umap_project-3.0.3/umap/locale/nl/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/nl/LC_MESSAGES/django.po +136 -56
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/settings/base.py +2 -2
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/base.css +4 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/css/bar.css +1 -1
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/browser.js +1 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/caption.js +2 -2
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/data/features.js +3 -4
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/data/layer.js +9 -1
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/form/fields.js +4 -2
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/importers/cadastrefr.js +14 -12
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/importers/geodatamine.js +11 -9
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/rendering/map.js +2 -4
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/schema.js +12 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/ui/bar.js +2 -2
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/umap.js +23 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/umap.controls.js +3 -3
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/cs_CZ.js +4 -2
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/cs_CZ.json +4 -2
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/de.js +4 -2
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/de.json +4 -2
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/en.js +4 -2
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/en.json +4 -2
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/es.js +4 -2
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/es.json +4 -2
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/eu.js +4 -2
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/eu.json +4 -2
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/fa_IR.js +4 -2
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/fa_IR.json +4 -2
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/fr.js +4 -2
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/fr.json +4 -2
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/gl.js +4 -2
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/gl.json +4 -2
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/hu.js +4 -2
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/hu.json +4 -2
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/it.js +4 -2
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/it.json +4 -2
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/nl.js +12 -10
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/nl.json +12 -10
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/pt.js +4 -2
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/pt.json +4 -2
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/pt_PT.js +4 -2
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/pt_PT.json +4 -2
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/zh_TW.js +4 -2
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/zh_TW.json +4 -2
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/map.css +1 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/templates/umap/search.html +10 -1
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/integration/test_edit_map.py +1 -7
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/integration/test_picto.py +10 -2
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/views.py +6 -3
- umap_project-3.0.2/umap/__init__.py +0 -1
- umap_project-3.0.2/umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- umap_project-3.0.2/umap/locale/nl/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/.gitignore +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/LICENSE +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/README.md +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/pyproject.toml +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/admin.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/apps.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/asgi.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/autocomplete.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/bin/__init__.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/context_processors.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/decorators.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/fields.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/forms.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/am_ET/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/am_ET/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/ar/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/ar/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/ast/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/ast/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/bg/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/bg/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/br/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/br/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/ca/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/ca/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/cs_CZ/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/da/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/da/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/de/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/de/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/el/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/el/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/en/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/es/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/es/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/et/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/et/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/eu/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/eu/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/fa_IR/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/fa_IR/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/fi/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/fi/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/gl/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/gl/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/he/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/he/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/hr/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/hr/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/hu/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/id/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/id/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/is/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/is/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/it/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/it/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/ja/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/ja/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/ko/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/ko/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/lt/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/lt/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/ms/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/ms/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/no/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/no/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/pl/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/pl/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/pt/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/pt/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/pt_BR/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/pt_BR/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/pt_PT/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/pt_PT/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/ro/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/ro/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/ru/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/ru/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/si/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/si/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/sk_SK/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/sk_SK/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/sl/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/sl/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/sr/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/sr/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/sv/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/sv/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/th_TH/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/th_TH/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/tr/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/tr/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/uk_UA/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/uk_UA/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/vi/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/vi/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/zh/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/zh/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/locale/zh_TW/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/management/__init__.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/management/commands/__init__.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/management/commands/anonymous_edit_url.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/management/commands/clean_tilelayer.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/management/commands/empty_trash.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/management/commands/generate_js_locale.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/management/commands/import_pictograms.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/management/commands/migrate_to_S3.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/managers.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/middleware.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/migrations/0001_initial.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/migrations/0002_tilelayer_tms.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/migrations/0003_add_tilelayer.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/migrations/0004_add_licence.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/migrations/0005_remove_map_tilelayer.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/migrations/0006_auto_20190407_0719.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/migrations/0007_auto_20190416_1757.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/migrations/0008_alter_map_settings.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/migrations/0009_star.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/migrations/0010_alter_map_edit_status_alter_map_share_status.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/migrations/0011_alter_map_edit_status_alter_map_share_status.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/migrations/0012_datalayer_settings.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/migrations/0013_datalayer_edit_status.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/migrations/0014_map_created_at.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/migrations/0015_alter_pictogram_pictogram.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/migrations/0016_pictogram_category.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/migrations/0017_migrate_to_openstreetmap_oauth2.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/migrations/0018_datalayer_uuid.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/migrations/0019_migrate_internal_remote_datalayers.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/migrations/0020_alter_tilelayer_url_template.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/migrations/0021_remove_map_description.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/migrations/0022_add_team.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/migrations/0023_alter_datalayer_uuid.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/migrations/0024_alter_map_share_status.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/migrations/0025_alter_datalayer_geojson.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/migrations/0026_datalayer_modified_at_datalayer_share_status.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/migrations/0027_map_tags.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/migrations/__init__.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/models.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/settings/__init__.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/settings/dev.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/settings/local.py.sample +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/.gitignore +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/content.css +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/css/contextmenu.css +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/css/dialog.css +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/css/form.css +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/css/icon.css +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/css/importers.css +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/css/panel.css +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/css/popup.css +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/css/slideshow.css +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/css/tableeditor.css +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/css/tooltip.css +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/css/window.css +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/favicons/apple-touch-icon.png +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/favicons/favicon.ico +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/favicons/icon-192.png +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/favicons/icon-512.png +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/favicons/icon.svg +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/font/FiraSans-Light.woff +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/font/FiraSans-Light.woff2 +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/font/FiraSans-LightItalic.woff +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/font/FiraSans-LightItalic.woff2 +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/font/FiraSans-SemiBold.woff +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/font/FiraSans-SemiBold.woff2 +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/font.css +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/img/16-white.svg +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/img/16.svg +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/img/24-white.svg +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/img/24.svg +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/img/alert-icon-error.svg +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/img/alert-icon-info.svg +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/img/alert-icon-success.svg +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/img/edit.svg +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/img/home.svg +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/img/icon-bg.png +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/img/icon-delete.svg +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/img/icon-download.svg +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/img/icon-duplicate.svg +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/img/icon-edit.svg +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/img/icon-external-link.svg +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/img/icon-share.svg +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/img/icon-view.svg +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/img/importers/banfr.svg +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/img/importers/cadastrefr.svg +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/img/importers/communesfr.svg +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/img/importers/datasets.svg +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/img/importers/geodatamine.svg +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/img/importers/overpass.svg +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/img/importers/random.svg +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/img/importers/random1.svg +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/img/importers/random2.svg +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/img/logo.svg +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/img/logo_filigree.png +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/img/logo_lightcyan.svg +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/img/logo_small.svg +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/img/marker.png +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/img/marker.svg +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/img/opensource.svg +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/img/osm.svg +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/img/providers/bitbucket.png +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/img/providers/github.png +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/img/providers/keycloak.png +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/img/providers/openstreetmap-oauth2.png +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/img/providers/twitter-oauth2.png +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/img/search.gif +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/img/source/16-white.svg +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/img/source/16.svg +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/img/source/24-white.svg +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/img/source/24.svg +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/img/target.svg +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/components/alerts/alert.css +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/components/alerts/alert.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/components/base.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/components/fragment.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/autocomplete.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/dompurify.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/drop.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/facets.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/form/builder.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/formatter.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/global.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/help.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/i18n.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/importer.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/importers/banfr.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/importers/communesfr.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/importers/datasets.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/importers/overpass.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/leaflet-configure.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/orderable.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/permissions.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/rendering/icon.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/rendering/layers/base.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/rendering/layers/classified.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/rendering/layers/cluster.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/rendering/layers/heat.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/rendering/popup.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/rendering/template.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/rendering/ui.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/request.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/rules.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/share.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/slideshow.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/sync/engine.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/sync/hlc.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/sync/undo.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/sync/updaters.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/sync/websocket.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/tableeditor.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/ui/base.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/ui/contextmenu.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/ui/dialog.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/ui/panel.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/ui/tooltip.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/urls.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/utils.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/umap.core.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/am_ET.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/am_ET.json +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/ar.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/ar.json +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/ast.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/ast.json +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/bg.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/bg.json +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/br.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/br.json +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/ca.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/ca.json +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/da.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/da.json +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/el.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/el.json +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/en_US.json +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/et.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/et.json +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/fi.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/fi.json +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/he.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/he.json +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/hr.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/hr.json +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/id.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/id.json +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/is.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/is.json +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/ja.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/ja.json +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/ko.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/ko.json +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/lt.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/lt.json +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/ms.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/ms.json +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/no.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/no.json +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/pl.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/pl.json +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/pl_PL.json +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/pt_BR.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/pt_BR.json +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/ro.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/ro.json +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/ru.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/ru.json +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/si.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/si.json +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/sk_SK.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/sk_SK.json +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/sl.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/sl.json +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/sr.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/sr.json +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/sv.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/sv.json +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/th_TH.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/th_TH.json +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/tr.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/tr.json +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/uk_UA.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/uk_UA.json +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/vi.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/vi.json +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/vi_VN.json +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/zh.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/zh.json +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/zh_CN.json +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/locale/zh_TW.Big5.json +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/nav.css +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/theme.css +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/unittests/URLs.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/unittests/hlc.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/unittests/sync.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/unittests/utils.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vars.css +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/colorbrewer/colorbrewer.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/csv2geojson/csv2geojson.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/dompurify/purify.es.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/dompurify/purify.es.mjs.map +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/editable/Leaflet.Editable.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/editable/Path.Drag.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.css +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/editinosm/edit-in-osm.png +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/fullscreen/Leaflet.fullscreen.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/fullscreen/Leaflet.fullscreen.min.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/fullscreen/fullscreen.png +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/fullscreen/fullscreen@2x.png +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/fullscreen/leaflet.fullscreen.css +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/geojson-to-gpx/index.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/georsstogeojson/GeoRSSToGeoJSON.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/hash/leaflet-hash.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/heat/leaflet-heat.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/i18n/Leaflet.i18n.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/iconlayers/check.png +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/iconlayers/iconLayers.css +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/iconlayers/iconLayers.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/iconlayers/transparent-pixel.png +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/leaflet/images/layers-2x.png +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/leaflet/images/layers.png +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/leaflet/images/marker-icon-2x.png +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/leaflet/images/marker-icon.png +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/leaflet/images/marker-shadow.png +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/leaflet/leaflet-src.esm.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/leaflet/leaflet-src.esm.js.map +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/leaflet/leaflet.css +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/loading/Control.Loading.css +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/loading/Control.Loading.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css.map +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js.map +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/markercluster/MarkerCluster.Default.css +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/markercluster/MarkerCluster.css +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/markercluster/leaflet.markercluster.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/markercluster/leaflet.markercluster.js.map +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/measurable/Leaflet.Measurable.css +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/measurable/Leaflet.Measurable.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/minimap/Control.MiniMap.min.css +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/minimap/Control.MiniMap.min.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/minimap/images/toggle.png +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/minimap/images/toggle.svg +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/osmtogeojson/osmtogeojson.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/photon/leaflet.photon.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/simple-statistics/simple-statistics.min.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/simple-statistics/simple-statistics.min.js.map +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/togeojson/togeojson.es.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/togeojson/togeojson.es.mjs.map +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/tokml/tokml.es.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/vendors/tokml/tokml.es.mjs.map +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/storage/__init__.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/storage/fs.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/storage/s3.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/storage/staticfiles.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/sync/__init__.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/sync/app.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/sync/payloads.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/templates/403.html +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/templates/404.html +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/templates/40x.html +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/templates/500.html +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/templates/auth/user_detail.html +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/templates/auth/user_form.html +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/templates/auth/user_stars.html +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/templates/base.html +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/templates/registration/login.html +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/templates/umap/about.html +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/templates/umap/about_summary.html +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/templates/umap/branding.html +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/templates/umap/components/alerts/alert.html +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/templates/umap/components/provider.html +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/templates/umap/content.html +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/templates/umap/content_footer.html +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/templates/umap/css.html +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/templates/umap/dashboard_menu.html +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/templates/umap/footer.html +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/templates/umap/header.html +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/templates/umap/home.html +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/templates/umap/js.html +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/templates/umap/locale.js +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/templates/umap/login_popup_end.html +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/templates/umap/map_detail.html +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/templates/umap/map_fragment.html +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/templates/umap/map_init.html +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/templates/umap/map_list.html +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/templates/umap/map_table.html +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/templates/umap/messages.html +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/templates/umap/navigation.html +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/templates/umap/password_change.html +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/templates/umap/password_change_done.html +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/templates/umap/search_bar.html +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/templates/umap/success.html +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/templates/umap/team_confirm_delete.html +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/templates/umap/team_detail.html +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/templates/umap/team_form.html +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/templates/umap/user_dashboard.html +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/templates/umap/user_teams.html +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/templatetags/__init__.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/templatetags/umap_tags.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/__init__.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/base.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/conftest.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/fixtures/categorized_highway.geojson +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/fixtures/choropleth_region_chomage.geojson +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/fixtures/circle.svg +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/fixtures/display_on_load.umap +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/fixtures/empty_tile.png +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/fixtures/remote_data.umap +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/fixtures/star.svg +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/fixtures/test_circles_layer.geojson +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/fixtures/test_import_osm_relation.json +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/fixtures/test_upload_data.csv +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/fixtures/test_upload_data.gpx +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/fixtures/test_upload_data.json +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/fixtures/test_upload_data.kml +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/fixtures/test_upload_data.umap +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/fixtures/test_upload_data_osm.json +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/fixtures/test_upload_data_with_iconurl.umap +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/fixtures/test_upload_empty_coordinates.json +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/fixtures/test_upload_georss.xml +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/fixtures/test_upload_missing_name.json +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/fixtures/test_upload_non_linear_ring.json +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/fixtures/test_upload_simple_marker.json +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/integration/__init__.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/integration/conftest.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/integration/helpers.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/integration/test_anonymous_owned_map.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/integration/test_basics.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/integration/test_browser.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/integration/test_caption.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/integration/test_categorized_layer.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/integration/test_choropleth.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/integration/test_circles_layer.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/integration/test_cluster.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/integration/test_conditional_rules.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/integration/test_dashboard.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/integration/test_datalayer.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/integration/test_draw_polygon.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/integration/test_draw_polyline.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/integration/test_edit_datalayer.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/integration/test_edit_marker.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/integration/test_edit_polygon.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/integration/test_export_map.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/integration/test_facets_browser.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/integration/test_features_id_generation.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/integration/test_import.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/integration/test_map.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/integration/test_map_list.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/integration/test_map_preview.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/integration/test_optimistic_merge.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/integration/test_owned_map.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/integration/test_popup.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/integration/test_querystring.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/integration/test_save.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/integration/test_share.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/integration/test_slideshow.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/integration/test_star.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/integration/test_tableeditor.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/integration/test_team.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/integration/test_tilelayer.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/integration/test_undo_redo.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/integration/test_view_marker.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/integration/test_view_polygon.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/integration/test_view_polyline.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/integration/test_websocket_sync.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/settings.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/test_clean_tilelayer.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/test_dashboard.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/test_datalayer.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/test_datalayer_s3.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/test_datalayer_views.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/test_empty_trash.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/test_licence.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/test_map.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/test_map_views.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/test_merge_features.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/test_statics.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/test_team_views.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/test_tilelayer.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/test_utils.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/tests/test_views.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/urls.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/utils.py +0 -0
- {umap_project-3.0.2 → umap_project-3.0.3}/umap/wsgi.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
VERSION = "3.0.3"
|
|
@@ -8,7 +8,7 @@ msgid ""
|
|
|
8
8
|
msgstr ""
|
|
9
9
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"POT-Creation-Date: 2025-04-
|
|
11
|
+
"POT-Creation-Date: 2025-04-11 15:30+0000\n"
|
|
12
12
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
@@ -663,7 +663,11 @@ msgstr[1] ""
|
|
|
663
663
|
msgid "No map found."
|
|
664
664
|
msgstr ""
|
|
665
665
|
|
|
666
|
-
#: templates/umap/search.html:
|
|
666
|
+
#: templates/umap/search.html:36
|
|
667
|
+
msgid "Latest created maps in category"
|
|
668
|
+
msgstr ""
|
|
669
|
+
|
|
670
|
+
#: templates/umap/search.html:43
|
|
667
671
|
msgid "Latest created maps"
|
|
668
672
|
msgstr ""
|
|
669
673
|
|
|
@@ -784,25 +788,25 @@ msgstr ""
|
|
|
784
788
|
msgid "Only its owner can delete the map."
|
|
785
789
|
msgstr ""
|
|
786
790
|
|
|
787
|
-
#: views.py:
|
|
791
|
+
#: views.py:1054
|
|
788
792
|
msgid "Map successfully deleted."
|
|
789
793
|
msgstr ""
|
|
790
794
|
|
|
791
|
-
#: views.py:
|
|
795
|
+
#: views.py:1080
|
|
792
796
|
#, python-format
|
|
793
797
|
msgid ""
|
|
794
798
|
"Your map has been cloned! If you want to edit this map from another "
|
|
795
799
|
"computer, please use this link: %(anonymous_url)s"
|
|
796
800
|
msgstr ""
|
|
797
801
|
|
|
798
|
-
#: views.py:
|
|
802
|
+
#: views.py:1085
|
|
799
803
|
msgid "Congratulations, your map has been cloned!"
|
|
800
804
|
msgstr ""
|
|
801
805
|
|
|
802
|
-
#: views.py:
|
|
806
|
+
#: views.py:1339
|
|
803
807
|
msgid "Layer successfully deleted."
|
|
804
808
|
msgstr ""
|
|
805
809
|
|
|
806
|
-
#: views.py:
|
|
810
|
+
#: views.py:1361
|
|
807
811
|
msgid "Permissions updated with success!"
|
|
808
812
|
msgstr ""
|
|
Binary file
|
|
@@ -24,7 +24,7 @@ msgid ""
|
|
|
24
24
|
msgstr ""
|
|
25
25
|
"Project-Id-Version: uMap\n"
|
|
26
26
|
"Report-Msgid-Bugs-To: \n"
|
|
27
|
-
"POT-Creation-Date: 2025-04-
|
|
27
|
+
"POT-Creation-Date: 2025-04-11 15:30+0000\n"
|
|
28
28
|
"PO-Revision-Date: 2013-11-22 14:00+0000\n"
|
|
29
29
|
"Last-Translator: yohanboniface <yohanboniface@free.fr>, 2013-2014,2018-2019,2023-2025\n"
|
|
30
30
|
"Language-Team: French (http://app.transifex.com/openstreetmap/umap/language/fr/)\n"
|
|
@@ -682,7 +682,11 @@ msgstr[2] "%(count)s cartes trouvées :"
|
|
|
682
682
|
msgid "No map found."
|
|
683
683
|
msgstr "Aucune carte trouvée."
|
|
684
684
|
|
|
685
|
-
#: templates/umap/search.html:
|
|
685
|
+
#: templates/umap/search.html:36
|
|
686
|
+
msgid "Latest created maps in category"
|
|
687
|
+
msgstr "Dernières cartes créées dans la catégorie"
|
|
688
|
+
|
|
689
|
+
#: templates/umap/search.html:43
|
|
686
690
|
msgid "Latest created maps"
|
|
687
691
|
msgstr "Dernières cartes créées."
|
|
688
692
|
|
|
@@ -803,25 +807,25 @@ msgstr "Courriel envoyé à %(email)s"
|
|
|
803
807
|
msgid "Only its owner can delete the map."
|
|
804
808
|
msgstr "Seul le créateur de la carte peut la supprimer."
|
|
805
809
|
|
|
806
|
-
#: views.py:
|
|
810
|
+
#: views.py:1054
|
|
807
811
|
msgid "Map successfully deleted."
|
|
808
812
|
msgstr "La carte a bien été supprimée."
|
|
809
813
|
|
|
810
|
-
#: views.py:
|
|
814
|
+
#: views.py:1080
|
|
811
815
|
#, python-format
|
|
812
816
|
msgid ""
|
|
813
817
|
"Your map has been cloned! If you want to edit this map from another "
|
|
814
818
|
"computer, please use this link: %(anonymous_url)s"
|
|
815
819
|
msgstr "Votre carte a été dupliquée ! Si vous souhaitez la modifier depuis un autre ordinateur, veuillez utiliser ce lien : %(anonymous_url)s"
|
|
816
820
|
|
|
817
|
-
#: views.py:
|
|
821
|
+
#: views.py:1085
|
|
818
822
|
msgid "Congratulations, your map has been cloned!"
|
|
819
823
|
msgstr "Votre carte a été dupliquée !"
|
|
820
824
|
|
|
821
|
-
#: views.py:
|
|
825
|
+
#: views.py:1339
|
|
822
826
|
msgid "Layer successfully deleted."
|
|
823
827
|
msgstr "Calque supprimé."
|
|
824
828
|
|
|
825
|
-
#: views.py:
|
|
829
|
+
#: views.py:1361
|
|
826
830
|
msgid "Permissions updated with success!"
|
|
827
831
|
msgstr "Les permissions ont bien été modifiées !"
|
|
Binary file
|
|
@@ -11,7 +11,7 @@ msgid ""
|
|
|
11
11
|
msgstr ""
|
|
12
12
|
"Project-Id-Version: uMap\n"
|
|
13
13
|
"Report-Msgid-Bugs-To: \n"
|
|
14
|
-
"POT-Creation-Date: 2025-
|
|
14
|
+
"POT-Creation-Date: 2025-04-11 15:30+0000\n"
|
|
15
15
|
"PO-Revision-Date: 2013-11-22 14:00+0000\n"
|
|
16
16
|
"Last-Translator: Gideon van Melle <translations@gvmelle.com>, 2025\n"
|
|
17
17
|
"Language-Team: Dutch (http://app.transifex.com/openstreetmap/umap/language/nl/)\n"
|
|
@@ -38,137 +38,205 @@ msgstr "Site is 'alleen lezen' wegens onderhoud"
|
|
|
38
38
|
msgid ""
|
|
39
39
|
"Using “%(name)s” to authenticate is deprecated and will be removed soon. "
|
|
40
40
|
"Please configure another provider below before losing access to your account"
|
|
41
|
-
" and maps."
|
|
42
|
-
msgstr ""
|
|
41
|
+
" and maps. Then, please logout and login again with the new provider."
|
|
42
|
+
msgstr "Het gebruik van %(name)s om te verifiëren is afgeschaft en zal binnenkort worden verwijderd. Configureer hieronder een andere provider voordat u de toegang tot uw account en kaarten verliest. Log uit en log opnieuw in met de nieuwe provider."
|
|
43
43
|
|
|
44
|
-
#: models.py:
|
|
44
|
+
#: models.py:61 models.py:80
|
|
45
45
|
msgid "name"
|
|
46
46
|
msgstr "naam"
|
|
47
47
|
|
|
48
|
-
#: models.py:
|
|
48
|
+
#: models.py:63 models.py:493
|
|
49
49
|
msgid "description"
|
|
50
50
|
msgstr "omschrijving"
|
|
51
51
|
|
|
52
|
-
#: models.py:
|
|
52
|
+
#: models.py:111
|
|
53
53
|
msgid "details"
|
|
54
54
|
msgstr "details"
|
|
55
55
|
|
|
56
|
-
#: models.py:
|
|
56
|
+
#: models.py:112
|
|
57
57
|
msgid "Link to a page where the licence is detailed."
|
|
58
58
|
msgstr "Link naar pagina waar de licentie details staan"
|
|
59
59
|
|
|
60
|
-
#: models.py:
|
|
60
|
+
#: models.py:122
|
|
61
61
|
msgid "URL template using OSM tile format"
|
|
62
62
|
msgstr "URL-sjabloon met OSM tegel-formaat"
|
|
63
63
|
|
|
64
|
-
#: models.py:
|
|
64
|
+
#: models.py:128
|
|
65
65
|
msgid "Order of the tilelayers in the edit box"
|
|
66
66
|
msgstr "Volgorde van de tegel-lagen in het bewerkingsvak."
|
|
67
67
|
|
|
68
|
-
#: models.py:
|
|
68
|
+
#: models.py:176 models.py:487
|
|
69
69
|
msgid "Only editable with secret edit link"
|
|
70
70
|
msgstr "Alleen te bewerken met een geheime link"
|
|
71
71
|
|
|
72
|
-
#: models.py:
|
|
72
|
+
#: models.py:177 models.py:488
|
|
73
73
|
msgid "Everyone can edit"
|
|
74
74
|
msgstr "Iedereen kan wijzigingen maken"
|
|
75
75
|
|
|
76
|
-
#: models.py:
|
|
76
|
+
#: models.py:180 models.py:481
|
|
77
77
|
msgid "Everyone"
|
|
78
78
|
msgstr "Iedereen"
|
|
79
79
|
|
|
80
|
-
#: models.py:
|
|
80
|
+
#: models.py:181 models.py:190 models.py:482
|
|
81
81
|
msgid "Editors and team only"
|
|
82
82
|
msgstr "Alleen redacteuren en team"
|
|
83
83
|
|
|
84
|
-
#: models.py:
|
|
84
|
+
#: models.py:182 models.py:483
|
|
85
85
|
msgid "Owner only"
|
|
86
86
|
msgstr "Alleen eigenaar"
|
|
87
87
|
|
|
88
|
-
#: models.py:
|
|
88
|
+
#: models.py:185
|
|
89
89
|
msgid "Draft (private)"
|
|
90
90
|
msgstr "Ontwerp (privé)"
|
|
91
91
|
|
|
92
|
-
#: models.py:
|
|
92
|
+
#: models.py:186
|
|
93
93
|
msgid "Everyone (public)"
|
|
94
94
|
msgstr "Iedereen (openbaar)"
|
|
95
95
|
|
|
96
|
-
#: models.py:
|
|
96
|
+
#: models.py:189
|
|
97
97
|
msgid "Anyone with link"
|
|
98
98
|
msgstr "Iedereen met een link"
|
|
99
99
|
|
|
100
|
-
#: models.py:
|
|
100
|
+
#: models.py:191
|
|
101
101
|
msgid "Blocked"
|
|
102
102
|
msgstr "geblokkeerd"
|
|
103
103
|
|
|
104
|
-
#: models.py:
|
|
104
|
+
#: models.py:192 models.py:477
|
|
105
105
|
msgid "Deleted"
|
|
106
106
|
msgstr "Verwijderd"
|
|
107
107
|
|
|
108
|
-
#: models.py:
|
|
108
|
+
#: models.py:195
|
|
109
109
|
msgid "center"
|
|
110
110
|
msgstr "centreer"
|
|
111
111
|
|
|
112
|
-
#: models.py:
|
|
112
|
+
#: models.py:196
|
|
113
113
|
msgid "zoom"
|
|
114
114
|
msgstr "zoom"
|
|
115
115
|
|
|
116
|
-
#: models.py:
|
|
116
|
+
#: models.py:198
|
|
117
117
|
msgid "locate"
|
|
118
118
|
msgstr "zoek"
|
|
119
119
|
|
|
120
|
-
#: models.py:
|
|
120
|
+
#: models.py:198
|
|
121
121
|
msgid "Locate user on load?"
|
|
122
122
|
msgstr "Gebruiker zoeken tijdens laden?"
|
|
123
123
|
|
|
124
|
-
#: models.py:
|
|
124
|
+
#: models.py:202
|
|
125
125
|
msgid "Choose the map licence."
|
|
126
126
|
msgstr "Kies de kaartlicentie"
|
|
127
127
|
|
|
128
|
-
#: models.py:
|
|
128
|
+
#: models.py:203
|
|
129
129
|
msgid "licence"
|
|
130
130
|
msgstr "Licentie"
|
|
131
131
|
|
|
132
|
-
#: models.py:
|
|
132
|
+
#: models.py:214
|
|
133
133
|
msgid "owner"
|
|
134
134
|
msgstr "eigenaar"
|
|
135
135
|
|
|
136
|
-
#: models.py:
|
|
136
|
+
#: models.py:218
|
|
137
137
|
msgid "editors"
|
|
138
138
|
msgstr "editors"
|
|
139
139
|
|
|
140
|
-
#: models.py:
|
|
140
|
+
#: models.py:224
|
|
141
141
|
msgid "team"
|
|
142
142
|
msgstr "team"
|
|
143
143
|
|
|
144
|
-
#: models.py:
|
|
144
|
+
#: models.py:230 models.py:509
|
|
145
145
|
msgid "edit status"
|
|
146
146
|
msgstr "wijzig status"
|
|
147
147
|
|
|
148
|
-
#: models.py:
|
|
148
|
+
#: models.py:235 models.py:514
|
|
149
149
|
msgid "share status"
|
|
150
150
|
msgstr "deel status"
|
|
151
151
|
|
|
152
|
-
#: models.py:
|
|
152
|
+
#: models.py:238 models.py:504
|
|
153
153
|
msgid "settings"
|
|
154
154
|
msgstr "instellingen"
|
|
155
155
|
|
|
156
|
-
#: models.py:
|
|
156
|
+
#: models.py:410
|
|
157
157
|
msgid "Clone of"
|
|
158
158
|
msgstr "Kopie van"
|
|
159
159
|
|
|
160
|
-
#: models.py:
|
|
160
|
+
#: models.py:476 models.py:480 models.py:486
|
|
161
161
|
msgid "Inherit"
|
|
162
162
|
msgstr "overerven"
|
|
163
163
|
|
|
164
|
-
#: models.py:
|
|
164
|
+
#: models.py:499
|
|
165
165
|
msgid "display on load"
|
|
166
166
|
msgstr "toon tijdens laden"
|
|
167
167
|
|
|
168
|
-
#: models.py:
|
|
168
|
+
#: models.py:500
|
|
169
169
|
msgid "Display this layer on load."
|
|
170
170
|
msgstr "Toon deze laag tijdens laden."
|
|
171
171
|
|
|
172
|
+
#: settings/base.py:295
|
|
173
|
+
msgid "Art and Culture"
|
|
174
|
+
msgstr "Kunst en cultuur"
|
|
175
|
+
|
|
176
|
+
#: settings/base.py:296
|
|
177
|
+
msgid "Cycling"
|
|
178
|
+
msgstr "Fietsen"
|
|
179
|
+
|
|
180
|
+
#: settings/base.py:297
|
|
181
|
+
msgid "Business"
|
|
182
|
+
msgstr "Zakelijk"
|
|
183
|
+
|
|
184
|
+
#: settings/base.py:298
|
|
185
|
+
msgid "Environment"
|
|
186
|
+
msgstr "Mlieu"
|
|
187
|
+
|
|
188
|
+
#: settings/base.py:299
|
|
189
|
+
msgid "Education"
|
|
190
|
+
msgstr "Educatie"
|
|
191
|
+
|
|
192
|
+
#: settings/base.py:300
|
|
193
|
+
msgid "Food and Agriculture"
|
|
194
|
+
msgstr "Voedsel en landbouw"
|
|
195
|
+
|
|
196
|
+
#: settings/base.py:301
|
|
197
|
+
msgid "Geopolitics"
|
|
198
|
+
msgstr "Geopolitiek"
|
|
199
|
+
|
|
200
|
+
#: settings/base.py:302
|
|
201
|
+
msgid "Health"
|
|
202
|
+
msgstr "Gezondheid"
|
|
203
|
+
|
|
204
|
+
#: settings/base.py:303
|
|
205
|
+
msgid "Hiking"
|
|
206
|
+
msgstr "Hiking"
|
|
207
|
+
|
|
208
|
+
#: settings/base.py:304
|
|
209
|
+
msgid "History"
|
|
210
|
+
msgstr "Geschiedenis"
|
|
211
|
+
|
|
212
|
+
#: settings/base.py:305
|
|
213
|
+
msgid "Public sector"
|
|
214
|
+
msgstr "Publieke sector"
|
|
215
|
+
|
|
216
|
+
#: settings/base.py:306
|
|
217
|
+
msgid "Science"
|
|
218
|
+
msgstr "Wetenschap"
|
|
219
|
+
|
|
220
|
+
#: settings/base.py:307
|
|
221
|
+
msgid "Shopping"
|
|
222
|
+
msgstr "Winkelen"
|
|
223
|
+
|
|
224
|
+
#: settings/base.py:308
|
|
225
|
+
msgid "Sport and Leisure"
|
|
226
|
+
msgstr "Sport en vrijetijd"
|
|
227
|
+
|
|
228
|
+
#: settings/base.py:309
|
|
229
|
+
msgid "Travel"
|
|
230
|
+
msgstr "Reizen"
|
|
231
|
+
|
|
232
|
+
#: settings/base.py:310
|
|
233
|
+
msgid "Transports"
|
|
234
|
+
msgstr "Transport"
|
|
235
|
+
|
|
236
|
+
#: settings/base.py:311
|
|
237
|
+
msgid "Tourism"
|
|
238
|
+
msgstr "Toerisme"
|
|
239
|
+
|
|
172
240
|
#: templates/403.html:8
|
|
173
241
|
msgid ""
|
|
174
242
|
"<a href=\"https://discover.umap-project.org/support/faq/#map-statuses\" "
|
|
@@ -421,7 +489,7 @@ msgstr "Mijn teams"
|
|
|
421
489
|
msgid "Map of the uMaps"
|
|
422
490
|
msgstr "Kaart van de uMaps"
|
|
423
491
|
|
|
424
|
-
#: templates/umap/home.html:
|
|
492
|
+
#: templates/umap/home.html:25
|
|
425
493
|
msgid "Get inspired, browse maps"
|
|
426
494
|
msgstr "Laat u inspireren, blader door kaarten"
|
|
427
495
|
|
|
@@ -429,11 +497,15 @@ msgstr "Laat u inspireren, blader door kaarten"
|
|
|
429
497
|
msgid "You are logged in. Continuing..."
|
|
430
498
|
msgstr "U bent ingelogd. Ga verder..."
|
|
431
499
|
|
|
432
|
-
#: templates/umap/map_list.html:
|
|
500
|
+
#: templates/umap/map_list.html:18 views.py:444
|
|
433
501
|
msgid "by"
|
|
434
502
|
msgstr "door"
|
|
435
503
|
|
|
436
|
-
#: templates/umap/map_list.html:
|
|
504
|
+
#: templates/umap/map_list.html:22
|
|
505
|
+
msgid "See the map"
|
|
506
|
+
msgstr "Zie de kaart"
|
|
507
|
+
|
|
508
|
+
#: templates/umap/map_list.html:28
|
|
437
509
|
msgid "More"
|
|
438
510
|
msgstr "Meer"
|
|
439
511
|
|
|
@@ -592,11 +664,15 @@ msgid_plural "%(count)s maps found:"
|
|
|
592
664
|
msgstr[0] "%(count)s kaarten gevonden:"
|
|
593
665
|
msgstr[1] "%(count)s kaarten gevonden:"
|
|
594
666
|
|
|
595
|
-
#: templates/umap/search.html:
|
|
667
|
+
#: templates/umap/search.html:30
|
|
596
668
|
msgid "No map found."
|
|
597
669
|
msgstr "Geen kaart gevonden."
|
|
598
670
|
|
|
599
|
-
#: templates/umap/search.html:
|
|
671
|
+
#: templates/umap/search.html:36
|
|
672
|
+
msgid "Latest created maps in category"
|
|
673
|
+
msgstr ""
|
|
674
|
+
|
|
675
|
+
#: templates/umap/search.html:43
|
|
600
676
|
msgid "Latest created maps"
|
|
601
677
|
msgstr "Laatste gemaakte kaarten"
|
|
602
678
|
|
|
@@ -604,7 +680,11 @@ msgstr "Laatste gemaakte kaarten"
|
|
|
604
680
|
msgid "Search maps"
|
|
605
681
|
msgstr "Zoek kaarten"
|
|
606
682
|
|
|
607
|
-
#: templates/umap/search_bar.html:
|
|
683
|
+
#: templates/umap/search_bar.html:14
|
|
684
|
+
msgid "Any category"
|
|
685
|
+
msgstr "Elke categorie"
|
|
686
|
+
|
|
687
|
+
#: templates/umap/search_bar.html:19
|
|
608
688
|
msgid "Search"
|
|
609
689
|
msgstr "Zoeken"
|
|
610
690
|
|
|
@@ -668,70 +748,70 @@ msgstr "Gebruikers"
|
|
|
668
748
|
msgid "New team"
|
|
669
749
|
msgstr "Nieuw Team"
|
|
670
750
|
|
|
671
|
-
#: views.py:
|
|
751
|
+
#: views.py:235
|
|
672
752
|
msgid "Cannot delete a team with more than one member"
|
|
673
753
|
msgstr "Kan een team met meer dan één lid niet verwijderen"
|
|
674
754
|
|
|
675
|
-
#: views.py:
|
|
755
|
+
#: views.py:239
|
|
676
756
|
#, python-format
|
|
677
757
|
msgid "Team “%(name)s” has been deleted"
|
|
678
758
|
msgstr "Team “%(name)s” is verwijderd"
|
|
679
759
|
|
|
680
|
-
#: views.py:
|
|
760
|
+
#: views.py:449
|
|
681
761
|
msgid "View the map"
|
|
682
762
|
msgstr "Bekijk de kaart"
|
|
683
763
|
|
|
684
|
-
#: views.py:
|
|
764
|
+
#: views.py:845
|
|
685
765
|
msgid "See full screen"
|
|
686
766
|
msgstr "Volledig scherm weergeven"
|
|
687
767
|
|
|
688
|
-
#: views.py:
|
|
768
|
+
#: views.py:988
|
|
689
769
|
msgid "Map editors updated with success!"
|
|
690
770
|
msgstr "Kaarteditors met succes bijgewerkt!"
|
|
691
771
|
|
|
692
|
-
#: views.py:
|
|
772
|
+
#: views.py:1024
|
|
693
773
|
#, python-format
|
|
694
774
|
msgid "The uMap edit link for your map: %(map_name)s"
|
|
695
775
|
msgstr "De uMap-bewerkingslink voor uw kaart: %(map_name)s"
|
|
696
776
|
|
|
697
|
-
#: views.py:
|
|
777
|
+
#: views.py:1027
|
|
698
778
|
#, python-format
|
|
699
779
|
msgid "Here is your secret edit link: %(link)s"
|
|
700
780
|
msgstr "Hier is je geheime bewerkingslink: %(link)s"
|
|
701
781
|
|
|
702
|
-
#: views.py:
|
|
782
|
+
#: views.py:1034
|
|
703
783
|
#, python-format
|
|
704
784
|
msgid "Can't send email to %(email)s"
|
|
705
785
|
msgstr "Kan geen e-mail verzenden naar %(email)s"
|
|
706
786
|
|
|
707
|
-
#: views.py:
|
|
787
|
+
#: views.py:1037
|
|
708
788
|
#, python-format
|
|
709
789
|
msgid "Email sent to %(email)s"
|
|
710
790
|
msgstr "E-mail verzonden naar %(email)s"
|
|
711
791
|
|
|
712
|
-
#: views.py:
|
|
792
|
+
#: views.py:1048
|
|
713
793
|
msgid "Only its owner can delete the map."
|
|
714
794
|
msgstr "Kaart kan alleen door eigenaar worden verwijderd."
|
|
715
795
|
|
|
716
|
-
#: views.py:
|
|
796
|
+
#: views.py:1054
|
|
717
797
|
msgid "Map successfully deleted."
|
|
718
798
|
msgstr "Kaart succesvol verwijderd."
|
|
719
799
|
|
|
720
|
-
#: views.py:
|
|
800
|
+
#: views.py:1080
|
|
721
801
|
#, python-format
|
|
722
802
|
msgid ""
|
|
723
803
|
"Your map has been cloned! If you want to edit this map from another "
|
|
724
804
|
"computer, please use this link: %(anonymous_url)s"
|
|
725
805
|
msgstr "Uw kaart is gekopieerd! Als u deze kaart wilt wijzigen vanaf een andere computer, gebruik dan deze link: %(anonymous_url)s"
|
|
726
806
|
|
|
727
|
-
#: views.py:
|
|
807
|
+
#: views.py:1085
|
|
728
808
|
msgid "Congratulations, your map has been cloned!"
|
|
729
809
|
msgstr "Gefeliciteerd, uw kaart is gekopieerd!"
|
|
730
810
|
|
|
731
|
-
#: views.py:
|
|
811
|
+
#: views.py:1339
|
|
732
812
|
msgid "Layer successfully deleted."
|
|
733
813
|
msgstr "Laag is verwijderd."
|
|
734
814
|
|
|
735
|
-
#: views.py:
|
|
815
|
+
#: views.py:1361
|
|
736
816
|
msgid "Permissions updated with success!"
|
|
737
817
|
msgstr "Machtigingen met succes bijgewerkt!"
|
|
@@ -164,8 +164,8 @@ LOGIN_REDIRECT_URL = "login_popup_end"
|
|
|
164
164
|
STATIC_URL = "/static/"
|
|
165
165
|
MEDIA_URL = "/uploads/"
|
|
166
166
|
|
|
167
|
-
STATIC_ROOT = os.path.join("static")
|
|
168
|
-
MEDIA_ROOT = os.path.join("uploads")
|
|
167
|
+
STATIC_ROOT = env("STATIC_ROOT", default=os.path.join("static"))
|
|
168
|
+
MEDIA_ROOT = env("MEDIA_ROOT", default=os.path.join("uploads"))
|
|
169
169
|
|
|
170
170
|
STATICFILES_FINDERS = [
|
|
171
171
|
"django.contrib.staticfiles.finders.FileSystemFinder",
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
.umap-caption-bar .umap-map-author {
|
|
168
168
|
margin-inline-end: 10px;
|
|
169
169
|
}
|
|
170
|
-
.umap-caption-bar > button + button:after,
|
|
170
|
+
.umap-caption-bar:has(select:not([hidden])) > button + button:after,
|
|
171
171
|
.umap-caption-bar > button + button:before {
|
|
172
172
|
content: '|';
|
|
173
173
|
padding-inline-start: 10px;
|
|
@@ -232,6 +232,7 @@ export default class Browser {
|
|
|
232
232
|
toggle.addEventListener('click', () => this.toggleLayers())
|
|
233
233
|
fitBounds.addEventListener('click', () => this._umap.fitDataBounds())
|
|
234
234
|
download.addEventListener('click', () => this.downloadVisible(download))
|
|
235
|
+
download.hidden = this._umap.getProperty('embedControl') === false
|
|
235
236
|
}
|
|
236
237
|
|
|
237
238
|
downloadVisible(element) {
|
|
@@ -74,10 +74,10 @@ export default class Caption extends Utils.WithTemplate {
|
|
|
74
74
|
this.addCredits()
|
|
75
75
|
if (this._umap.properties.created_at) {
|
|
76
76
|
const created_at = translate('created at {date}', {
|
|
77
|
-
date:
|
|
77
|
+
date: this._umap.createdAt.toLocaleDateString(),
|
|
78
78
|
})
|
|
79
79
|
const modified_at = translate('modified at {date}', {
|
|
80
|
-
date:
|
|
80
|
+
date: this._umap.modifiedAt.toLocaleDateString(),
|
|
81
81
|
})
|
|
82
82
|
this.elements.dates.innerHTML = `${created_at} - ${modified_at}`
|
|
83
83
|
} else {
|
|
@@ -146,14 +146,13 @@ class Feature {
|
|
|
146
146
|
}
|
|
147
147
|
|
|
148
148
|
onCommit() {
|
|
149
|
+
this.pullGeometry(false)
|
|
149
150
|
// When the layer is a remote layer, we don't want to sync the creation of the
|
|
150
151
|
// points via the websocket, as the other peers will get them themselves.
|
|
151
|
-
const oldGeoJSON = this._just_married ? null : Utils.CopyJSON(this.toGeoJSON())
|
|
152
|
-
this.pullGeometry(false)
|
|
153
152
|
if (this.datalayer?.isRemoteLayer()) return
|
|
154
|
-
if (this.
|
|
153
|
+
if (this._needs_upsert) {
|
|
155
154
|
this.sync.upsert(this.toGeoJSON(), null)
|
|
156
|
-
this.
|
|
155
|
+
this._needs_upsert = false
|
|
157
156
|
} else {
|
|
158
157
|
this.sync.update('geometry', this.geometry, this._geometry_bk)
|
|
159
158
|
}
|
|
@@ -220,6 +220,7 @@ export class DataLayer {
|
|
|
220
220
|
this._loading = true
|
|
221
221
|
const [geojson, response, error] = await this._umap.server.get(this._dataUrl())
|
|
222
222
|
if (!error) {
|
|
223
|
+
this._umap.modifiedAt = response.headers.get('last-modified')
|
|
223
224
|
this.setReferenceVersion({ response, sync: false })
|
|
224
225
|
// FIXME: for now the _umap_options property is set dynamically from backend
|
|
225
226
|
// And thus it's not in the geojson file in the server
|
|
@@ -303,7 +304,10 @@ export class DataLayer {
|
|
|
303
304
|
async getUrl(url, initialUrl) {
|
|
304
305
|
const response = await this._umap.request.get(url)
|
|
305
306
|
return new Promise((resolve) => {
|
|
306
|
-
if (response?.ok)
|
|
307
|
+
if (response?.ok) {
|
|
308
|
+
this._umap.modifiedAt = response.headers.get('last-modified')
|
|
309
|
+
return resolve(response.text())
|
|
310
|
+
}
|
|
307
311
|
Alert.error(
|
|
308
312
|
translate('Cannot load remote data for layer "{layer}" with url "{url}"', {
|
|
309
313
|
layer: this.getName(),
|
|
@@ -414,6 +418,10 @@ export class DataLayer {
|
|
|
414
418
|
|
|
415
419
|
removeFeature(feature, sync) {
|
|
416
420
|
const id = stamp(feature)
|
|
421
|
+
// This feature was not yet added, may be after
|
|
422
|
+
// hitting Escape while drawing a new line or
|
|
423
|
+
// polygon, not yet valid (not enough points)
|
|
424
|
+
if (!this._index.includes(id)) return
|
|
417
425
|
if (sync !== false) {
|
|
418
426
|
const oldValue = feature.toGeoJSON()
|
|
419
427
|
feature.sync.delete(oldValue)
|
|
@@ -808,9 +808,10 @@ Fields.IconUrl = class extends Fields.BlurInput {
|
|
|
808
808
|
}
|
|
809
809
|
|
|
810
810
|
addCategory(items, name) {
|
|
811
|
+
const hidden = name ? '' : ' hidden'
|
|
811
812
|
const [parent, { grid }] = Utils.loadTemplateWithRefs(`
|
|
812
813
|
<div class="umap-pictogram-category">
|
|
813
|
-
<h6
|
|
814
|
+
<h6${hidden}>${name}</h6>
|
|
814
815
|
<div class="umap-pictogram-grid" data-ref=grid></div>
|
|
815
816
|
</div>
|
|
816
817
|
`)
|
|
@@ -924,7 +925,8 @@ Fields.Url = class extends Fields.Input {
|
|
|
924
925
|
Fields.Switch = class extends Fields.CheckBox {
|
|
925
926
|
getTemplate() {
|
|
926
927
|
const label = this.properties.label
|
|
927
|
-
|
|
928
|
+
const help = this.properties.helpEntries?.join() || ''
|
|
929
|
+
return `${super.getTemplate()}<label title="${label}" for="${this.id}" data-ref=customLabel data-help="${help}">${label}</label>`
|
|
928
930
|
}
|
|
929
931
|
|
|
930
932
|
build() {
|
{umap_project-3.0.2 → umap_project-3.0.3}/umap/static/umap/js/modules/importers/cadastrefr.js
RENAMED
|
@@ -8,18 +8,20 @@ import { AutocompleteCommunes } from './communesfr.js'
|
|
|
8
8
|
const TEMPLATE = `
|
|
9
9
|
<h3>Cadastre</h3>
|
|
10
10
|
<p>Importer les données cadastrales d’une commune française.</p>
|
|
11
|
-
<
|
|
12
|
-
<
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
11
|
+
<div class="formbox">
|
|
12
|
+
<select name="theme">
|
|
13
|
+
<option value="batiments">Bâtiments</option>
|
|
14
|
+
<option value="communes">Communes</option>
|
|
15
|
+
<option value="feuilles">Feuilles</option>
|
|
16
|
+
<option value="lieux_dits">Lieux dits</option>
|
|
17
|
+
<option value="parcelles" selected>Parcelles</option>
|
|
18
|
+
<option value="prefixes_sections">Préfixes sections</option>
|
|
19
|
+
<option value="sections">Sections</option>
|
|
20
|
+
<option value="subdivisions_fiscales">Subdivisions fiscales</option>
|
|
21
|
+
</select>
|
|
22
|
+
<label id="boundary">
|
|
23
|
+
</label>
|
|
24
|
+
</div>
|
|
23
25
|
`
|
|
24
26
|
|
|
25
27
|
export class Importer {
|