umap-project 1.5.0__tar.gz → 1.6.0__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-1.5.0 → umap_project-1.6.0}/PKG-INFO +1 -1
- umap_project-1.6.0/umap/__init__.py +1 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/forms.py +8 -1
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/en/LC_MESSAGES/django.po +48 -25
- umap_project-1.6.0/umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/fr/LC_MESSAGES/django.po +67 -44
- umap_project-1.6.0/umap/locale/ms/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/ms/LC_MESSAGES/django.po +67 -44
- umap_project-1.6.0/umap/migrations/0012_datalayer_settings.py +19 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/models.py +17 -3
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/settings/base.py +2 -2
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/base.css +7 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/content.css +7 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/js/umap.controls.js +8 -4
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/js/umap.js +8 -3
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/js/umap.layer.js +11 -9
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/test/Map.js +1 -1
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/test/_pre.js +5 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/leaflet/leaflet-src.js +7144 -7144
- umap_project-1.6.0/umap/templates/auth/user_form.html +50 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/templates/umap/user_dashboard.html +3 -1
- umap_project-1.6.0/umap/tests/base.py +100 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/tests/test_datalayer_views.py +2 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/tests/test_views.py +48 -1
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/urls.py +5 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/views.py +21 -0
- umap_project-1.5.0/umap/__init__.py +0 -1
- umap_project-1.5.0/umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- umap_project-1.5.0/umap/locale/ms/LC_MESSAGES/django.mo +0 -0
- umap_project-1.5.0/umap/tests/base.py +0 -96
- {umap_project-1.5.0 → umap_project-1.6.0}/.gitignore +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/LICENSE +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/README.md +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/pyproject.toml +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/admin.py +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/apps.py +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/autocomplete.py +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/bin/__init__.py +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/context_processors.py +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/decorators.py +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/fields.py +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/am_ET/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/am_ET/LC_MESSAGES/django.po +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/ar/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/ar/LC_MESSAGES/django.po +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/ast/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/ast/LC_MESSAGES/django.po +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/bg/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/bg/LC_MESSAGES/django.po +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/br/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/br/LC_MESSAGES/django.po +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/ca/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/ca/LC_MESSAGES/django.po +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/cs_CZ/LC_MESSAGES/django.po +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/da/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/da/LC_MESSAGES/django.po +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/de/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/de/LC_MESSAGES/django.po +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/el/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/el/LC_MESSAGES/django.po +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/en/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/es/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/es/LC_MESSAGES/django.po +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/et/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/et/LC_MESSAGES/django.po +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/eu/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/eu/LC_MESSAGES/django.po +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/fa_IR/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/fa_IR/LC_MESSAGES/django.po +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/fi/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/fi/LC_MESSAGES/django.po +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/gl/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/gl/LC_MESSAGES/django.po +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/he/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/he/LC_MESSAGES/django.po +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/hr/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/hr/LC_MESSAGES/django.po +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/hu/LC_MESSAGES/django.po +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/id/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/id/LC_MESSAGES/django.po +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/is/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/is/LC_MESSAGES/django.po +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/it/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/it/LC_MESSAGES/django.po +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/ja/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/ja/LC_MESSAGES/django.po +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/ko/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/ko/LC_MESSAGES/django.po +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/lt/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/lt/LC_MESSAGES/django.po +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/nl/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/nl/LC_MESSAGES/django.po +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/no/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/no/LC_MESSAGES/django.po +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/pl/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/pl/LC_MESSAGES/django.po +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/pt/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/pt/LC_MESSAGES/django.po +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/pt_BR/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/pt_BR/LC_MESSAGES/django.po +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/pt_PT/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/pt_PT/LC_MESSAGES/django.po +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/ro/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/ro/LC_MESSAGES/django.po +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/ru/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/ru/LC_MESSAGES/django.po +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/si/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/si/LC_MESSAGES/django.po +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/sk_SK/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/sk_SK/LC_MESSAGES/django.po +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/sl/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/sl/LC_MESSAGES/django.po +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/sr/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/sr/LC_MESSAGES/django.po +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/sv/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/sv/LC_MESSAGES/django.po +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/th_TH/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/th_TH/LC_MESSAGES/django.po +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/tr/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/tr/LC_MESSAGES/django.po +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/uk_UA/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/uk_UA/LC_MESSAGES/django.po +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/vi/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/vi/LC_MESSAGES/django.po +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/zh/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/zh/LC_MESSAGES/django.po +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/locale/zh_TW/LC_MESSAGES/django.po +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/management/__init__.py +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/management/commands/__init__.py +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/management/commands/anonymous_edit_url.py +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/management/commands/generate_js_locale.py +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/management/commands/import_pictograms.py +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/managers.py +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/middleware.py +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/migrations/0001_initial.py +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/migrations/0002_tilelayer_tms.py +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/migrations/0003_add_tilelayer.py +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/migrations/0004_add_licence.py +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/migrations/0005_remove_map_tilelayer.py +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/migrations/0006_auto_20190407_0719.py +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/migrations/0007_auto_20190416_1757.py +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/migrations/0008_alter_map_settings.py +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/migrations/0009_star.py +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/migrations/0010_alter_map_edit_status_alter_map_share_status.py +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/migrations/0011_alter_map_edit_status_alter_map_share_status.py +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/migrations/__init__.py +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/settings/__init__.py +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/settings/dev.py +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/settings/local.py.sample +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/.gitignore +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/favicon.ico +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/bitbucket.png +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/font/FiraSans-Light.woff +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/font/FiraSans-Light.woff2 +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/font/FiraSans-LightItalic.woff +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/font/FiraSans-LightItalic.woff2 +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/font/FiraSans-SemiBold.woff +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/font/FiraSans-SemiBold.woff2 +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/font.css +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/github.png +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/img/16-white.svg +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/img/16.svg +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/img/24-white.svg +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/img/24.svg +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/img/edit.svg +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/img/icon-bg.png +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/img/logo.svg +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/img/logo_filigree.png +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/img/logo_small.svg +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/img/marker.png +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/img/opensource.svg +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/img/osm.svg +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/img/search.gif +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/img/source/16-white.svg +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/img/source/16.svg +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/img/source/24-white.svg +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/img/source/24.svg +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/js/umap.autocomplete.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/js/umap.core.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/js/umap.features.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/js/umap.forms.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/js/umap.icon.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/js/umap.permissions.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/js/umap.popup.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/js/umap.slideshow.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/js/umap.tableeditor.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/js/umap.ui.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/js/umap.xhr.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/am_ET.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/am_ET.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/ar.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/ar.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/ast.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/ast.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/bg.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/bg.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/br.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/br.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/ca.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/ca.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/cs_CZ.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/cs_CZ.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/da.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/da.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/de.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/de.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/el.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/el.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/en.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/en.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/en_US.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/es.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/es.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/et.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/et.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/eu.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/eu.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/fa_IR.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/fa_IR.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/fi.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/fi.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/fr.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/fr.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/gl.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/gl.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/he.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/he.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/hr.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/hr.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/hu.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/hu.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/id.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/id.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/is.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/is.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/it.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/it.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/ja.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/ja.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/ko.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/ko.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/lt.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/lt.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/ms.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/ms.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/nl.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/nl.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/no.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/no.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/pl.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/pl.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/pl_PL.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/pt.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/pt.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/pt_BR.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/pt_BR.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/pt_PT.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/pt_PT.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/ro.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/ro.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/ru.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/ru.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/si.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/si.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/sk_SK.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/sk_SK.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/sl.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/sl.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/sr.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/sr.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/sv.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/sv.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/th_TH.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/th_TH.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/tr.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/tr.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/uk_UA.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/uk_UA.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/vi.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/vi.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/vi_VN.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/zh.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/zh.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/zh_CN.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/zh_TW.Big5.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/zh_TW.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/locale/zh_TW.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/map.css +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/nav.css +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/openstreetmap.png +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/test/.eslintrc +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/test/Controls.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/test/DataLayer.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/test/Feature.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/test/Marker.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/test/Permissions.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/test/Polygon.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/test/Polyline.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/test/TableEditor.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/test/Util.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/test/index.html +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/theme.css +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/twitter.png +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/choropleth/choropleth.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/chroma/chroma.min.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/contextmenu/leaflet.contextmenu.css +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/contextmenu/leaflet.contextmenu.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/contextmenu/leaflet.contextmenu.min.css +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/contextmenu/leaflet.contextmenu.min.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/csv2geojson/csv2geojson.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/csv2geojson/index.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/dompurify/purify.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/editable/Leaflet.Editable.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/editable/Path.Drag.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.css +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/editinosm/edit-in-osm.png +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/formbuilder/Leaflet.FormBuilder.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/fullscreen/Leaflet.fullscreen.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/fullscreen/Leaflet.fullscreen.min.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/fullscreen/fullscreen.png +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/fullscreen/fullscreen@2x.png +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/fullscreen/leaflet.fullscreen.css +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/georsstogeojson/GeoRSSToGeoJSON.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/hash/leaflet-hash.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/heat/leaflet-heat.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/i18n/Leaflet.i18n.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/leaflet/images/layers-2x.png +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/leaflet/images/layers.png +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/leaflet/images/marker-icon-2x.png +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/leaflet/images/marker-icon.png +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/leaflet/images/marker-shadow.png +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/leaflet/leaflet-src.esm.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/leaflet/leaflet-src.esm.js.map +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/leaflet/leaflet-src.js.map +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/leaflet/leaflet.css +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/leaflet/leaflet.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/leaflet/leaflet.js.map +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/loading/Control.Loading.css +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/loading/Control.Loading.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.css +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/markercluster/MarkerCluster.Default.css +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/markercluster/MarkerCluster.css +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/markercluster/WhereAreTheJavascriptFiles.txt +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/markercluster/leaflet.markercluster-src.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/markercluster/leaflet.markercluster-src.js.map +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/markercluster/leaflet.markercluster.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/markercluster/leaflet.markercluster.js.map +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/measurable/Leaflet.Measurable.css +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/measurable/Leaflet.Measurable.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/minimap/Control.MiniMap.css +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/minimap/Control.MiniMap.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/minimap/images/toggle.png +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/minimap/images/toggle.svg +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/osmtogeojson/osmtogeojson.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/photon/leaflet.photon.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/print/leaflet.browser.print.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/print/leaflet.browser.print.min.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/togeojson/togeojson.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/togpx/togpx.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/tokml/tokml.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/toolbar/leaflet.toolbar-src.css +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/toolbar/leaflet.toolbar-src.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/toolbar/leaflet.toolbar.css +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/static/umap/vendors/toolbar/leaflet.toolbar.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/templates/404.html +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/templates/500.html +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/templates/auth/user_detail.html +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/templates/auth/user_stars.html +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/templates/base.html +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/templates/registration/login.html +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/templates/umap/about.html +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/templates/umap/about_summary.html +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/templates/umap/content.html +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/templates/umap/content_footer.html +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/templates/umap/css.html +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/templates/umap/footer.html +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/templates/umap/home.html +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/templates/umap/js.html +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/templates/umap/locale.js +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/templates/umap/login_popup_end.html +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/templates/umap/map_detail.html +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/templates/umap/map_fragment.html +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/templates/umap/map_init.html +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/templates/umap/map_list.html +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/templates/umap/map_messages.html +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/templates/umap/map_table.html +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/templates/umap/messages.html +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/templates/umap/navigation.html +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/templates/umap/password_change.html +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/templates/umap/password_change_done.html +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/templates/umap/search.html +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/templates/umap/search_bar.html +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/templates/umap/success.html +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/templatetags/__init__.py +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/templatetags/umap_tags.py +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/tests/__init__.py +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/tests/conftest.py +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/tests/fixtures/test_upload_data.csv +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/tests/fixtures/test_upload_data.gpx +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/tests/fixtures/test_upload_data.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/tests/fixtures/test_upload_data.kml +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/tests/fixtures/test_upload_empty_coordinates.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/tests/fixtures/test_upload_missing_name.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/tests/fixtures/test_upload_non_linear_ring.json +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/tests/settings.py +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/tests/test_datalayer.py +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/tests/test_licence.py +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/tests/test_map.py +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/tests/test_map_views.py +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/tests/test_tilelayer.py +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/tests/test_utils.py +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/utils.py +0 -0
- {umap_project-1.5.0 → umap_project-1.6.0}/umap/wsgi.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
VERSION = "1.6.0"
|
|
@@ -59,7 +59,7 @@ class DataLayerForm(forms.ModelForm):
|
|
|
59
59
|
|
|
60
60
|
class Meta:
|
|
61
61
|
model = DataLayer
|
|
62
|
-
fields = ('geojson', 'name', 'display_on_load', 'rank')
|
|
62
|
+
fields = ('geojson', 'name', 'display_on_load', 'rank', 'settings')
|
|
63
63
|
|
|
64
64
|
|
|
65
65
|
class MapSettingsForm(forms.ModelForm):
|
|
@@ -89,3 +89,10 @@ class MapSettingsForm(forms.ModelForm):
|
|
|
89
89
|
class Meta:
|
|
90
90
|
fields = ('settings', 'name', 'center', 'slug')
|
|
91
91
|
model = Map
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
class UserProfileForm(forms.ModelForm):
|
|
95
|
+
|
|
96
|
+
class Meta:
|
|
97
|
+
model = User
|
|
98
|
+
fields = ('username', 'first_name', 'last_name')
|
|
@@ -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: 2023-08-15
|
|
11
|
+
"POT-Creation-Date: 2023-08-21 15:24+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"
|
|
@@ -78,7 +78,7 @@ msgstr ""
|
|
|
78
78
|
msgid "Blocked"
|
|
79
79
|
msgstr ""
|
|
80
80
|
|
|
81
|
-
#: models.py:153 models.py:
|
|
81
|
+
#: models.py:153 models.py:307
|
|
82
82
|
msgid "description"
|
|
83
83
|
msgstr ""
|
|
84
84
|
|
|
@@ -114,27 +114,27 @@ msgstr ""
|
|
|
114
114
|
msgid "editors"
|
|
115
115
|
msgstr ""
|
|
116
116
|
|
|
117
|
-
#: models.py:
|
|
117
|
+
#: models.py:181
|
|
118
118
|
msgid "edit status"
|
|
119
119
|
msgstr ""
|
|
120
120
|
|
|
121
|
-
#: models.py:
|
|
121
|
+
#: models.py:186
|
|
122
122
|
msgid "share status"
|
|
123
123
|
msgstr ""
|
|
124
124
|
|
|
125
|
-
#: models.py:
|
|
125
|
+
#: models.py:189 models.py:316
|
|
126
126
|
msgid "settings"
|
|
127
127
|
msgstr ""
|
|
128
128
|
|
|
129
|
-
#: models.py:
|
|
129
|
+
#: models.py:262
|
|
130
130
|
msgid "Clone of"
|
|
131
131
|
msgstr ""
|
|
132
132
|
|
|
133
|
-
#: models.py:
|
|
133
|
+
#: models.py:311
|
|
134
134
|
msgid "display on load"
|
|
135
135
|
msgstr ""
|
|
136
136
|
|
|
137
|
-
#: models.py:
|
|
137
|
+
#: models.py:312
|
|
138
138
|
msgid "Display this layer on load."
|
|
139
139
|
msgstr ""
|
|
140
140
|
|
|
@@ -152,6 +152,33 @@ msgstr ""
|
|
|
152
152
|
msgid "%(current_user)s has no maps."
|
|
153
153
|
msgstr ""
|
|
154
154
|
|
|
155
|
+
#: templates/auth/user_form.html:6 templates/umap/user_dashboard.html:4
|
|
156
|
+
#: templates/umap/user_dashboard.html:10
|
|
157
|
+
msgid "My dashboard"
|
|
158
|
+
msgstr ""
|
|
159
|
+
|
|
160
|
+
#: templates/auth/user_form.html:6 templates/umap/user_dashboard.html:10
|
|
161
|
+
msgid "My profile"
|
|
162
|
+
msgstr ""
|
|
163
|
+
|
|
164
|
+
#: templates/auth/user_form.html:19
|
|
165
|
+
msgid "Save"
|
|
166
|
+
msgstr ""
|
|
167
|
+
|
|
168
|
+
#: templates/auth/user_form.html:24
|
|
169
|
+
msgid "Your current providers"
|
|
170
|
+
msgstr ""
|
|
171
|
+
|
|
172
|
+
#: templates/auth/user_form.html:30
|
|
173
|
+
msgid "Connect to another provider"
|
|
174
|
+
msgstr ""
|
|
175
|
+
|
|
176
|
+
#: templates/auth/user_form.html:32
|
|
177
|
+
msgid ""
|
|
178
|
+
"It's a good habit to connect your account to more than one provider, in case "
|
|
179
|
+
"one provider becomes unavailable, temporarily or even permanently."
|
|
180
|
+
msgstr ""
|
|
181
|
+
|
|
155
182
|
#: templates/auth/user_stars.html:5
|
|
156
183
|
#, python-format
|
|
157
184
|
msgid "Browse %(current_user)s's starred maps"
|
|
@@ -229,7 +256,7 @@ msgid "And it's <a href=\"%(repo_url)s\">open source</a>!"
|
|
|
229
256
|
msgstr ""
|
|
230
257
|
|
|
231
258
|
#: templates/umap/about_summary.html:48 templates/umap/navigation.html:42
|
|
232
|
-
#: templates/umap/user_dashboard.html:
|
|
259
|
+
#: templates/umap/user_dashboard.html:20
|
|
233
260
|
msgid "Create a map"
|
|
234
261
|
msgstr ""
|
|
235
262
|
|
|
@@ -264,7 +291,7 @@ msgstr ""
|
|
|
264
291
|
msgid "You are logged in. Continuing..."
|
|
265
292
|
msgstr ""
|
|
266
293
|
|
|
267
|
-
#: templates/umap/map_list.html:9 views.py:
|
|
294
|
+
#: templates/umap/map_list.html:9 views.py:300
|
|
268
295
|
msgid "by"
|
|
269
296
|
msgstr ""
|
|
270
297
|
|
|
@@ -397,60 +424,56 @@ msgstr ""
|
|
|
397
424
|
msgid "Search"
|
|
398
425
|
msgstr ""
|
|
399
426
|
|
|
400
|
-
#: templates/umap/user_dashboard.html:4 templates/umap/user_dashboard.html:9
|
|
401
|
-
msgid "My dashboard"
|
|
402
|
-
msgstr ""
|
|
403
|
-
|
|
404
427
|
#: templates/umap/user_dashboard.html:7
|
|
405
428
|
msgid "Search my maps"
|
|
406
429
|
msgstr ""
|
|
407
430
|
|
|
408
|
-
#: templates/umap/user_dashboard.html:
|
|
431
|
+
#: templates/umap/user_dashboard.html:20
|
|
409
432
|
msgid "You have no map yet."
|
|
410
433
|
msgstr ""
|
|
411
434
|
|
|
412
|
-
#: views.py:
|
|
435
|
+
#: views.py:305
|
|
413
436
|
msgid "View the map"
|
|
414
437
|
msgstr ""
|
|
415
438
|
|
|
416
|
-
#: views.py:
|
|
439
|
+
#: views.py:628
|
|
417
440
|
msgid "Map has been updated!"
|
|
418
441
|
msgstr ""
|
|
419
442
|
|
|
420
|
-
#: views.py:
|
|
443
|
+
#: views.py:653
|
|
421
444
|
msgid "Map editors updated with success!"
|
|
422
445
|
msgstr ""
|
|
423
446
|
|
|
424
|
-
#: views.py:
|
|
447
|
+
#: views.py:691
|
|
425
448
|
#, python-format
|
|
426
449
|
msgid "The uMap edit link for your map: %(map_name)s"
|
|
427
450
|
msgstr ""
|
|
428
451
|
|
|
429
|
-
#: views.py:
|
|
452
|
+
#: views.py:694
|
|
430
453
|
#, python-format
|
|
431
454
|
msgid "Here is your secret edit link: %(link)s"
|
|
432
455
|
msgstr ""
|
|
433
456
|
|
|
434
|
-
#: views.py:
|
|
457
|
+
#: views.py:700
|
|
435
458
|
#, python-format
|
|
436
459
|
msgid "Email sent to %(email)s"
|
|
437
460
|
msgstr ""
|
|
438
461
|
|
|
439
|
-
#: views.py:
|
|
462
|
+
#: views.py:711
|
|
440
463
|
msgid "Only its owner can delete the map."
|
|
441
464
|
msgstr ""
|
|
442
465
|
|
|
443
|
-
#: views.py:
|
|
466
|
+
#: views.py:734
|
|
444
467
|
#, python-format
|
|
445
468
|
msgid ""
|
|
446
469
|
"Your map has been cloned! If you want to edit this map from another "
|
|
447
470
|
"computer, please use this link: %(anonymous_url)s"
|
|
448
471
|
msgstr ""
|
|
449
472
|
|
|
450
|
-
#: views.py:
|
|
473
|
+
#: views.py:739
|
|
451
474
|
msgid "Congratulations, your map has been cloned!"
|
|
452
475
|
msgstr ""
|
|
453
476
|
|
|
454
|
-
#: views.py:
|
|
477
|
+
#: views.py:922
|
|
455
478
|
msgid "Layer successfully deleted."
|
|
456
479
|
msgstr ""
|
|
Binary file
|
|
@@ -22,7 +22,7 @@ msgid ""
|
|
|
22
22
|
msgstr ""
|
|
23
23
|
"Project-Id-Version: uMap\n"
|
|
24
24
|
"Report-Msgid-Bugs-To: \n"
|
|
25
|
-
"POT-Creation-Date: 2023-
|
|
25
|
+
"POT-Creation-Date: 2023-08-21 15:24+0000\n"
|
|
26
26
|
"PO-Revision-Date: 2013-11-22 14:00+0000\n"
|
|
27
27
|
"Last-Translator: yohanboniface <yohanboniface@free.fr>, 2013-2014,2018-2019,2023\n"
|
|
28
28
|
"Language-Team: French (http://app.transifex.com/openstreetmap/umap/language/fr/)\n"
|
|
@@ -49,107 +49,107 @@ msgstr "Modifiable seulement avec le lien de modification secret"
|
|
|
49
49
|
msgid "Site is readonly for maintenance"
|
|
50
50
|
msgstr "Le site est en lecture seule pour maintenance."
|
|
51
51
|
|
|
52
|
-
#: models.py:
|
|
52
|
+
#: models.py:48
|
|
53
53
|
msgid "name"
|
|
54
54
|
msgstr "nom"
|
|
55
55
|
|
|
56
|
-
#: models.py:
|
|
56
|
+
#: models.py:79
|
|
57
57
|
msgid "details"
|
|
58
58
|
msgstr "détails"
|
|
59
59
|
|
|
60
|
-
#: models.py:
|
|
60
|
+
#: models.py:80
|
|
61
61
|
msgid "Link to a page where the licence is detailed."
|
|
62
62
|
msgstr "Lien vers une page détaillant la licence."
|
|
63
63
|
|
|
64
|
-
#: models.py:
|
|
64
|
+
#: models.py:90
|
|
65
65
|
msgid "URL template using OSM tile format"
|
|
66
66
|
msgstr "Modèle d'URL au format des tuiles OSM"
|
|
67
67
|
|
|
68
|
-
#: models.py:
|
|
68
|
+
#: models.py:96
|
|
69
69
|
msgid "Order of the tilelayers in the edit box"
|
|
70
70
|
msgstr "Ordre des calques de tuiles dans le panneau de modification"
|
|
71
71
|
|
|
72
|
-
#: models.py:
|
|
72
|
+
#: models.py:142
|
|
73
73
|
msgid "Everyone"
|
|
74
74
|
msgstr "Tout le monde"
|
|
75
75
|
|
|
76
|
-
#: models.py:
|
|
76
|
+
#: models.py:143 models.py:149
|
|
77
77
|
msgid "Editors only"
|
|
78
78
|
msgstr "Éditeurs uniquement"
|
|
79
79
|
|
|
80
|
-
#: models.py:
|
|
80
|
+
#: models.py:144
|
|
81
81
|
msgid "Owner only"
|
|
82
82
|
msgstr "Propriétaire uniquement"
|
|
83
83
|
|
|
84
|
-
#: models.py:
|
|
84
|
+
#: models.py:147
|
|
85
85
|
msgid "Everyone (public)"
|
|
86
86
|
msgstr "Tout le monde (public)"
|
|
87
87
|
|
|
88
|
-
#: models.py:
|
|
88
|
+
#: models.py:148
|
|
89
89
|
msgid "Anyone with link"
|
|
90
90
|
msgstr "Quiconque a le lien"
|
|
91
91
|
|
|
92
|
-
#: models.py:
|
|
92
|
+
#: models.py:150
|
|
93
93
|
msgid "Blocked"
|
|
94
94
|
msgstr "Bloquée"
|
|
95
95
|
|
|
96
|
-
#: models.py:
|
|
96
|
+
#: models.py:153 models.py:307
|
|
97
97
|
msgid "description"
|
|
98
98
|
msgstr "description"
|
|
99
99
|
|
|
100
|
-
#: models.py:
|
|
100
|
+
#: models.py:154
|
|
101
101
|
msgid "center"
|
|
102
102
|
msgstr "centre"
|
|
103
103
|
|
|
104
|
-
#: models.py:
|
|
104
|
+
#: models.py:155
|
|
105
105
|
msgid "zoom"
|
|
106
106
|
msgstr "zoom"
|
|
107
107
|
|
|
108
|
-
#: models.py:
|
|
108
|
+
#: models.py:157
|
|
109
109
|
msgid "locate"
|
|
110
110
|
msgstr "géolocaliser"
|
|
111
111
|
|
|
112
|
-
#: models.py:
|
|
112
|
+
#: models.py:157
|
|
113
113
|
msgid "Locate user on load?"
|
|
114
114
|
msgstr "Géolocaliser l'utilisateur au chargement ?"
|
|
115
115
|
|
|
116
|
-
#: models.py:
|
|
116
|
+
#: models.py:161
|
|
117
117
|
msgid "Choose the map licence."
|
|
118
118
|
msgstr "Choisir une licence pour la carte"
|
|
119
119
|
|
|
120
|
-
#: models.py:
|
|
120
|
+
#: models.py:162
|
|
121
121
|
msgid "licence"
|
|
122
122
|
msgstr "licence"
|
|
123
123
|
|
|
124
|
-
#: models.py:
|
|
124
|
+
#: models.py:172
|
|
125
125
|
msgid "owner"
|
|
126
126
|
msgstr "créateur"
|
|
127
127
|
|
|
128
|
-
#: models.py:
|
|
128
|
+
#: models.py:176
|
|
129
129
|
msgid "editors"
|
|
130
130
|
msgstr "éditeurs"
|
|
131
131
|
|
|
132
|
-
#: models.py:
|
|
132
|
+
#: models.py:181
|
|
133
133
|
msgid "edit status"
|
|
134
134
|
msgstr "statut de modification"
|
|
135
135
|
|
|
136
|
-
#: models.py:
|
|
136
|
+
#: models.py:186
|
|
137
137
|
msgid "share status"
|
|
138
138
|
msgstr "qui a accès"
|
|
139
139
|
|
|
140
|
-
#: models.py:
|
|
140
|
+
#: models.py:189 models.py:316
|
|
141
141
|
msgid "settings"
|
|
142
142
|
msgstr "réglages"
|
|
143
143
|
|
|
144
|
-
#: models.py:
|
|
144
|
+
#: models.py:262
|
|
145
145
|
msgid "Clone of"
|
|
146
146
|
msgstr "Clone de"
|
|
147
147
|
|
|
148
|
-
#: models.py:
|
|
148
|
+
#: models.py:311
|
|
149
149
|
msgid "display on load"
|
|
150
150
|
msgstr "afficher au chargement."
|
|
151
151
|
|
|
152
|
-
#: models.py:
|
|
152
|
+
#: models.py:312
|
|
153
153
|
msgid "Display this layer on load."
|
|
154
154
|
msgstr "Afficher ce calque au chargement."
|
|
155
155
|
|
|
@@ -167,6 +167,33 @@ msgstr "Consulter les cartes de %(current_user)s"
|
|
|
167
167
|
msgid "%(current_user)s has no maps."
|
|
168
168
|
msgstr "%(current_user)s n'a aucune carte."
|
|
169
169
|
|
|
170
|
+
#: templates/auth/user_form.html:6 templates/umap/user_dashboard.html:4
|
|
171
|
+
#: templates/umap/user_dashboard.html:10
|
|
172
|
+
msgid "My dashboard"
|
|
173
|
+
msgstr "Mon tableau de bord"
|
|
174
|
+
|
|
175
|
+
#: templates/auth/user_form.html:6 templates/umap/user_dashboard.html:10
|
|
176
|
+
msgid "My profile"
|
|
177
|
+
msgstr "Mon profil"
|
|
178
|
+
|
|
179
|
+
#: templates/auth/user_form.html:19
|
|
180
|
+
msgid "Save"
|
|
181
|
+
msgstr "Enregistrer"
|
|
182
|
+
|
|
183
|
+
#: templates/auth/user_form.html:24
|
|
184
|
+
msgid "Your current providers"
|
|
185
|
+
msgstr "Vos fournisseurs associés"
|
|
186
|
+
|
|
187
|
+
#: templates/auth/user_form.html:30
|
|
188
|
+
msgid "Connect to another provider"
|
|
189
|
+
msgstr "Associer un autre fournisseur"
|
|
190
|
+
|
|
191
|
+
#: templates/auth/user_form.html:32
|
|
192
|
+
msgid ""
|
|
193
|
+
"It's a good habit to connect your account to more than one provider, in case"
|
|
194
|
+
" one provider becomes unavailable, temporarily or even permanently."
|
|
195
|
+
msgstr "C'est une bonne habitude d'avoir plusieurs fournisseurs d'identité, notamment dans le cas où l'un d'eux deviendrait inaccessible, temporairement ou même définitivement."
|
|
196
|
+
|
|
170
197
|
#: templates/auth/user_stars.html:5
|
|
171
198
|
#, python-format
|
|
172
199
|
msgid "Browse %(current_user)s's starred maps"
|
|
@@ -244,7 +271,7 @@ msgid "And it's <a href=\"%(repo_url)s\">open source</a>!"
|
|
|
244
271
|
msgstr "Et c'est <a href=\"%(repo_url)s\">open source</a>!"
|
|
245
272
|
|
|
246
273
|
#: templates/umap/about_summary.html:48 templates/umap/navigation.html:42
|
|
247
|
-
#: templates/umap/user_dashboard.html:
|
|
274
|
+
#: templates/umap/user_dashboard.html:20
|
|
248
275
|
msgid "Create a map"
|
|
249
276
|
msgstr "Créer une carte"
|
|
250
277
|
|
|
@@ -279,7 +306,7 @@ msgstr "Naviguer dans les cartes"
|
|
|
279
306
|
msgid "You are logged in. Continuing..."
|
|
280
307
|
msgstr "Vous êtes maintenant identifié. Merci de patienter..."
|
|
281
308
|
|
|
282
|
-
#: templates/umap/map_list.html:9 views.py:
|
|
309
|
+
#: templates/umap/map_list.html:9 views.py:300
|
|
283
310
|
msgid "by"
|
|
284
311
|
msgstr "par"
|
|
285
312
|
|
|
@@ -413,60 +440,56 @@ msgstr "Chercher des cartes"
|
|
|
413
440
|
msgid "Search"
|
|
414
441
|
msgstr "Chercher"
|
|
415
442
|
|
|
416
|
-
#: templates/umap/user_dashboard.html:4 templates/umap/user_dashboard.html:9
|
|
417
|
-
msgid "My dashboard"
|
|
418
|
-
msgstr "Mon tableau de bord"
|
|
419
|
-
|
|
420
443
|
#: templates/umap/user_dashboard.html:7
|
|
421
444
|
msgid "Search my maps"
|
|
422
445
|
msgstr "Chercher dans mes cartes"
|
|
423
446
|
|
|
424
|
-
#: templates/umap/user_dashboard.html:
|
|
447
|
+
#: templates/umap/user_dashboard.html:20
|
|
425
448
|
msgid "You have no map yet."
|
|
426
449
|
msgstr "Vous n'avez pas encore de carte."
|
|
427
450
|
|
|
428
|
-
#: views.py:
|
|
451
|
+
#: views.py:305
|
|
429
452
|
msgid "View the map"
|
|
430
453
|
msgstr "Voir la carte"
|
|
431
454
|
|
|
432
|
-
#: views.py:
|
|
455
|
+
#: views.py:628
|
|
433
456
|
msgid "Map has been updated!"
|
|
434
457
|
msgstr "La carte a été mise à jour !"
|
|
435
458
|
|
|
436
|
-
#: views.py:
|
|
459
|
+
#: views.py:653
|
|
437
460
|
msgid "Map editors updated with success!"
|
|
438
461
|
msgstr "Éditeurs de la carte mis à jour !"
|
|
439
462
|
|
|
440
|
-
#: views.py:
|
|
463
|
+
#: views.py:691
|
|
441
464
|
#, python-format
|
|
442
465
|
msgid "The uMap edit link for your map: %(map_name)s"
|
|
443
466
|
msgstr "La lien d'édition uMap pour votre carte %(map_name)s"
|
|
444
467
|
|
|
445
|
-
#: views.py:
|
|
468
|
+
#: views.py:694
|
|
446
469
|
#, python-format
|
|
447
470
|
msgid "Here is your secret edit link: %(link)s"
|
|
448
471
|
msgstr "Voici votre lien d'édition secret: %(link)s"
|
|
449
472
|
|
|
450
|
-
#: views.py:
|
|
473
|
+
#: views.py:700
|
|
451
474
|
#, python-format
|
|
452
475
|
msgid "Email sent to %(email)s"
|
|
453
476
|
msgstr "Courriel envoyé à %(email)s"
|
|
454
477
|
|
|
455
|
-
#: views.py:
|
|
478
|
+
#: views.py:711
|
|
456
479
|
msgid "Only its owner can delete the map."
|
|
457
480
|
msgstr "Seul le créateur de la carte peut la supprimer."
|
|
458
481
|
|
|
459
|
-
#: views.py:
|
|
482
|
+
#: views.py:734
|
|
460
483
|
#, python-format
|
|
461
484
|
msgid ""
|
|
462
485
|
"Your map has been cloned! If you want to edit this map from another "
|
|
463
486
|
"computer, please use this link: %(anonymous_url)s"
|
|
464
487
|
msgstr "Votre carte a été dupliquée ! Si vous souhaitez la modifier depuis un autre ordinateur, veuillez utiliser ce lien : %(anonymous_url)s"
|
|
465
488
|
|
|
466
|
-
#: views.py:
|
|
489
|
+
#: views.py:739
|
|
467
490
|
msgid "Congratulations, your map has been cloned!"
|
|
468
491
|
msgstr "Votre carte a été dupliquée !"
|
|
469
492
|
|
|
470
|
-
#: views.py:
|
|
493
|
+
#: views.py:922
|
|
471
494
|
msgid "Layer successfully deleted."
|
|
472
495
|
msgstr "Calque supprimé."
|
|
Binary file
|