umap-project 2.0.0a3__tar.gz → 2.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-2.0.0a3 → umap_project-2.0.3}/PKG-INFO +4 -4
- {umap_project-2.0.0a3 → umap_project-2.0.3}/pyproject.toml +3 -3
- umap_project-2.0.3/umap/__init__.py +1 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/en/LC_MESSAGES/django.po +33 -28
- umap_project-2.0.3/umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/fr/LC_MESSAGES/django.po +33 -28
- umap_project-2.0.3/umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/hu/LC_MESSAGES/django.po +48 -43
- umap_project-2.0.3/umap/locale/it/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/it/LC_MESSAGES/django.po +20 -20
- umap_project-2.0.3/umap/locale/ms/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/ms/LC_MESSAGES/django.po +20 -20
- umap_project-2.0.3/umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/zh_TW/LC_MESSAGES/django.po +12 -12
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/management/commands/import_pictograms.py +1 -1
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/settings/base.py +2 -2
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/base.css +6 -6
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/content.css +14 -14
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/js/umap.forms.js +2 -2
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/js/umap.js +18 -27
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/js/umap.popup.js +1 -1
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/js/umap.share.js +2 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/hu.js +8 -1
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/hu.json +8 -1
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/it.js +37 -30
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/it.json +37 -30
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/ms.js +28 -21
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/ms.json +28 -21
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/zh_TW.js +8 -1
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/zh_TW.json +8 -1
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/map.css +9 -9
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/nav.css +1 -1
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/test/index.html +16 -13
- umap_project-2.0.3/umap/static/umap/vars.css +13 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/storage.py +3 -2
- umap_project-2.0.3/umap/templates/registration/login.html +52 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/umap/css.html +1 -1
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/umap/js.html +26 -15
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/umap/map_detail.html +5 -7
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/umap/map_fragment.html +1 -1
- umap_project-2.0.3/umap/templates/umap/map_init.html +17 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/umap/map_table.html +18 -17
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/umap/user_dashboard.html +8 -9
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/conftest.py +0 -2
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/integration/test_anonymous_owned_map.py +50 -1
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/integration/test_collaborative_editing.py +57 -1
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/integration/test_dashboard.py +13 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/integration/test_map_preview.py +8 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/integration/test_querystring.py +14 -0
- umap_project-2.0.3/umap/tests/integration/test_share.py +40 -0
- umap_project-2.0.3/umap/tests/integration/test_star.py +27 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/integration/test_statics.py +6 -3
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/settings.py +1 -1
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/test_map_views.py +3 -3
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/urls.py +1 -1
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/views.py +16 -10
- umap_project-2.0.0a3/umap/__init__.py +0 -1
- umap_project-2.0.0a3/umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- umap_project-2.0.0a3/umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- umap_project-2.0.0a3/umap/locale/it/LC_MESSAGES/django.mo +0 -0
- umap_project-2.0.0a3/umap/locale/ms/LC_MESSAGES/django.mo +0 -0
- umap_project-2.0.0a3/umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
- umap_project-2.0.0a3/umap/templates/registration/login.html +0 -52
- umap_project-2.0.0a3/umap/templates/umap/map_init.html +0 -10
- umap_project-2.0.0a3/umap/templates/umap/map_messages.html +0 -12
- umap_project-2.0.0a3/umap/tests/integration/test_share.py +0 -22
- {umap_project-2.0.0a3 → umap_project-2.0.3}/.gitignore +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/LICENSE +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/README.md +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/admin.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/apps.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/autocomplete.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/bin/__init__.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/context_processors.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/decorators.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/fields.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/forms.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/am_ET/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/am_ET/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/ar/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/ar/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/ast/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/ast/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/bg/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/bg/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/br/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/br/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/ca/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/ca/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/cs_CZ/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/da/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/da/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/de/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/de/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/el/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/el/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/en/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/es/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/es/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/et/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/et/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/eu/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/eu/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/fa_IR/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/fa_IR/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/fi/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/fi/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/gl/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/gl/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/he/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/he/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/hr/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/hr/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/id/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/id/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/is/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/is/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/ja/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/ja/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/ko/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/ko/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/lt/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/lt/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/nl/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/nl/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/no/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/no/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/pl/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/pl/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/pt/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/pt/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/pt_BR/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/pt_BR/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/pt_PT/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/pt_PT/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/ro/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/ro/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/ru/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/ru/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/si/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/si/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/sk_SK/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/sk_SK/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/sl/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/sl/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/sr/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/sr/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/sv/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/sv/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/th_TH/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/th_TH/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/tr/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/tr/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/uk_UA/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/uk_UA/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/vi/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/vi/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/zh/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/locale/zh/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/management/__init__.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/management/commands/__init__.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/management/commands/anonymous_edit_url.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/management/commands/generate_js_locale.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/managers.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/middleware.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/migrations/0001_initial.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/migrations/0002_tilelayer_tms.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/migrations/0003_add_tilelayer.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/migrations/0004_add_licence.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/migrations/0005_remove_map_tilelayer.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/migrations/0006_auto_20190407_0719.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/migrations/0007_auto_20190416_1757.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/migrations/0008_alter_map_settings.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/migrations/0009_star.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/migrations/0010_alter_map_edit_status_alter_map_share_status.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/migrations/0011_alter_map_edit_status_alter_map_share_status.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/migrations/0012_datalayer_settings.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/migrations/0013_datalayer_edit_status.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/migrations/0014_map_created_at.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/migrations/0015_alter_pictogram_pictogram.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/migrations/0016_pictogram_category.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/migrations/0017_migrate_to_openstreetmap_oauth2.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/migrations/__init__.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/models.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/settings/__init__.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/settings/dev.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/settings/local.py.sample +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/.gitignore +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/bitbucket.png +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/favicons/apple-touch-icon.png +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/favicons/favicon.ico +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/favicons/icon-192.png +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/favicons/icon-512.png +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/favicons/icon.svg +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/font/FiraSans-Light.woff +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/font/FiraSans-Light.woff2 +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/font/FiraSans-LightItalic.woff +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/font/FiraSans-LightItalic.woff2 +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/font/FiraSans-SemiBold.woff +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/font/FiraSans-SemiBold.woff2 +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/font.css +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/github.png +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/img/16-white.svg +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/img/16.svg +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/img/24-white.svg +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/img/24.svg +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/img/edit.svg +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/img/icon-bg.png +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/img/icon-delete.svg +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/img/icon-download.svg +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/img/icon-duplicate.svg +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/img/icon-edit.svg +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/img/icon-share.svg +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/img/icon-view.svg +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/img/logo.svg +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/img/logo_filigree.png +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/img/logo_small.svg +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/img/marker.png +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/img/marker.svg +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/img/opensource.svg +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/img/osm.svg +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/img/search.gif +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/img/source/16-white.svg +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/img/source/16.svg +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/img/source/24-white.svg +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/img/source/24.svg +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/js/components/fragment.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/js/modules/browser.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/js/modules/global.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/js/modules/request.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/js/modules/urls.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/js/umap.autocomplete.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/js/umap.controls.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/js/umap.core.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/js/umap.datalayer.permissions.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/js/umap.features.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/js/umap.icon.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/js/umap.importer.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/js/umap.layer.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/js/umap.permissions.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/js/umap.slideshow.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/js/umap.tableeditor.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/js/umap.ui.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/am_ET.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/am_ET.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/ar.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/ar.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/ast.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/ast.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/bg.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/bg.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/br.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/br.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/ca.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/ca.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/cs_CZ.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/cs_CZ.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/da.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/da.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/de.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/de.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/el.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/el.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/en.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/en.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/en_US.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/es.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/es.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/et.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/et.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/eu.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/eu.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/fa_IR.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/fa_IR.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/fi.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/fi.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/fr.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/fr.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/gl.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/gl.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/he.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/he.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/hr.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/hr.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/id.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/id.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/is.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/is.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/ja.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/ja.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/ko.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/ko.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/lt.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/lt.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/nl.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/nl.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/no.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/no.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/pl.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/pl.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/pl_PL.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/pt.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/pt.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/pt_BR.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/pt_BR.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/pt_PT.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/pt_PT.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/ro.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/ro.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/ru.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/ru.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/si.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/si.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/sk_SK.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/sk_SK.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/sl.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/sl.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/sr.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/sr.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/sv.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/sv.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/th_TH.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/th_TH.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/tr.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/tr.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/uk_UA.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/uk_UA.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/vi.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/vi.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/vi_VN.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/zh.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/zh.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/zh_CN.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/locale/zh_TW.Big5.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/openstreetmap.png +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/test/.eslintrc +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/test/Choropleth.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/test/DataLayer.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/test/Feature.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/test/Map.Export.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/test/Map.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/test/Marker.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/test/Permissions.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/test/Polygon.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/test/Polyline.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/test/TableEditor.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/test/URLs.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/test/Util.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/test/_pre.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/theme.css +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/twitter.png +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/colorbrewer/colorbrewer.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/contextmenu/leaflet.contextmenu.min.css +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/contextmenu/leaflet.contextmenu.min.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/csv2geojson/csv2geojson.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/dompurify/purify.min.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/dompurify/purify.min.js.map +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/editable/Leaflet.Editable.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/editable/Path.Drag.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.css +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/editinosm/edit-in-osm.png +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/formbuilder/Leaflet.FormBuilder.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/fullscreen/Leaflet.fullscreen.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/fullscreen/Leaflet.fullscreen.min.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/fullscreen/fullscreen.png +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/fullscreen/fullscreen@2x.png +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/fullscreen/leaflet.fullscreen.css +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/georsstogeojson/GeoRSSToGeoJSON.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/hash/leaflet-hash.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/heat/leaflet-heat.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/i18n/Leaflet.i18n.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/iconlayers/check.png +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/iconlayers/iconLayers.css +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/iconlayers/iconLayers.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/iconlayers/transparent-pixel.png +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/leaflet/images/layers-2x.png +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/leaflet/images/layers.png +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/leaflet/images/marker-icon-2x.png +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/leaflet/images/marker-icon.png +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/leaflet/images/marker-shadow.png +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/leaflet/leaflet-src.esm.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/leaflet/leaflet-src.esm.js.map +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/leaflet/leaflet-src.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/leaflet/leaflet-src.js.map +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/leaflet/leaflet.css +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/leaflet/leaflet.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/leaflet/leaflet.js.map +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/loading/Control.Loading.css +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/loading/Control.Loading.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css.map +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js.map +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/markercluster/MarkerCluster.Default.css +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/markercluster/MarkerCluster.css +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/markercluster/WhereAreTheJavascriptFiles.txt +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/markercluster/leaflet.markercluster-src.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/markercluster/leaflet.markercluster-src.js.map +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/markercluster/leaflet.markercluster.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/markercluster/leaflet.markercluster.js.map +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/measurable/Leaflet.Measurable.css +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/measurable/Leaflet.Measurable.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/minimap/Control.MiniMap.min.css +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/minimap/Control.MiniMap.min.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/minimap/images/toggle.png +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/minimap/images/toggle.svg +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/osmtogeojson/osmtogeojson.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/photon/leaflet.photon.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/simple-statistics/simple-statistics.min.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/simple-statistics/simple-statistics.min.js.map +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/togeojson/togeojson.umd.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/togeojson/togeojson.umd.js.map +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/togpx/togpx.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/tokml/tokml.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/toolbar/leaflet.toolbar-src.css +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/toolbar/leaflet.toolbar-src.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/toolbar/leaflet.toolbar.css +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/static/umap/vendors/toolbar/leaflet.toolbar.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/404.html +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/500.html +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/auth/user_detail.html +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/auth/user_form.html +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/auth/user_stars.html +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/base.html +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/umap/about.html +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/umap/about_summary.html +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/umap/branding.html +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/umap/content.html +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/umap/content_footer.html +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/umap/footer.html +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/umap/header.html +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/umap/home.html +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/umap/locale.js +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/umap/login_popup_end.html +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/umap/map_list.html +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/umap/messages.html +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/umap/navigation.html +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/umap/password_change.html +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/umap/password_change_done.html +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/umap/search.html +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/umap/search_bar.html +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templates/umap/success.html +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templatetags/__init__.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/templatetags/umap_tags.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/__init__.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/base.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/fixtures/choropleth_region_chomage.geojson +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/fixtures/circle.svg +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/fixtures/display_on_load.umap +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/fixtures/star.svg +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/fixtures/test_upload_data.csv +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/fixtures/test_upload_data.gpx +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/fixtures/test_upload_data.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/fixtures/test_upload_data.kml +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/fixtures/test_upload_empty_coordinates.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/fixtures/test_upload_missing_name.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/fixtures/test_upload_non_linear_ring.json +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/integration/__init__.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/integration/conftest.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/integration/test_basics.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/integration/test_browser.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/integration/test_drawing.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/integration/test_edit_datalayer.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/integration/test_export_map.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/integration/test_facets_browser.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/integration/test_import.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/integration/test_map.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/integration/test_owned_map.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/integration/test_picto.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/integration/test_slideshow.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/integration/test_tilelayer.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/test_datalayer.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/test_datalayer_views.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/test_licence.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/test_map.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/test_merge_features.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/test_tilelayer.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/test_utils.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/tests/test_views.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/utils.py +0 -0
- {umap_project-2.0.0a3 → umap_project-2.0.3}/umap/wsgi.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: umap-project
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.3
|
|
4
4
|
Summary: Create maps with OpenStreetMap layers in a minute and embed them in your site.
|
|
5
5
|
Author-email: Yohan Boniface <yb@enix.org>
|
|
6
6
|
Maintainer-email: David Larlet <david@larlet.fr>
|
|
@@ -31,13 +31,13 @@ Provides-Extra: dev
|
|
|
31
31
|
Requires-Dist: djlint==1.34.1; extra == 'dev'
|
|
32
32
|
Requires-Dist: hatch==1.9.3; extra == 'dev'
|
|
33
33
|
Requires-Dist: isort==5.13.2; extra == 'dev'
|
|
34
|
-
Requires-Dist: mkdocs-material==9.5.
|
|
34
|
+
Requires-Dist: mkdocs-material==9.5.11; extra == 'dev'
|
|
35
35
|
Requires-Dist: mkdocs==1.5.3; extra == 'dev'
|
|
36
36
|
Requires-Dist: pymdown-extensions==10.7; extra == 'dev'
|
|
37
|
-
Requires-Dist: ruff==0.2.
|
|
37
|
+
Requires-Dist: ruff==0.2.2; extra == 'dev'
|
|
38
38
|
Requires-Dist: vermin==1.6.0; extra == 'dev'
|
|
39
39
|
Provides-Extra: docker
|
|
40
|
-
Requires-Dist: uwsgi==2.0.
|
|
40
|
+
Requires-Dist: uwsgi==2.0.24; extra == 'docker'
|
|
41
41
|
Provides-Extra: test
|
|
42
42
|
Requires-Dist: factory-boy==3.2.1; extra == 'test'
|
|
43
43
|
Requires-Dist: playwright>=1.39; extra == 'test'
|
|
@@ -44,10 +44,10 @@ dependencies = [
|
|
|
44
44
|
[project.optional-dependencies]
|
|
45
45
|
dev = [
|
|
46
46
|
"hatch==1.9.3",
|
|
47
|
-
"ruff==0.2.
|
|
47
|
+
"ruff==0.2.2",
|
|
48
48
|
"djlint==1.34.1",
|
|
49
49
|
"mkdocs==1.5.3",
|
|
50
|
-
"mkdocs-material==9.5.
|
|
50
|
+
"mkdocs-material==9.5.11",
|
|
51
51
|
"vermin==1.6.0",
|
|
52
52
|
"pymdown-extensions==10.7",
|
|
53
53
|
"isort==5.13.2",
|
|
@@ -61,7 +61,7 @@ test = [
|
|
|
61
61
|
"pytest-xdist>=3.5.0,<4",
|
|
62
62
|
]
|
|
63
63
|
docker = [
|
|
64
|
-
"uwsgi==2.0.
|
|
64
|
+
"uwsgi==2.0.24",
|
|
65
65
|
]
|
|
66
66
|
|
|
67
67
|
[project.scripts]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
VERSION = "2.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: 2024-
|
|
11
|
+
"POT-Creation-Date: 2024-03-01 16:51+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"
|
|
@@ -289,7 +289,7 @@ msgstr ""
|
|
|
289
289
|
msgid "You are logged in. Continuing..."
|
|
290
290
|
msgstr ""
|
|
291
291
|
|
|
292
|
-
#: templates/umap/map_list.html:9 views.py:
|
|
292
|
+
#: templates/umap/map_list.html:9 views.py:342
|
|
293
293
|
msgid "by"
|
|
294
294
|
msgstr ""
|
|
295
295
|
|
|
@@ -325,57 +325,57 @@ msgstr ""
|
|
|
325
325
|
msgid "Actions"
|
|
326
326
|
msgstr ""
|
|
327
327
|
|
|
328
|
-
#: templates/umap/map_table.html:
|
|
328
|
+
#: templates/umap/map_table.html:26 templates/umap/map_table.html:28
|
|
329
329
|
msgid "Open preview"
|
|
330
330
|
msgstr ""
|
|
331
331
|
|
|
332
|
-
#: templates/umap/map_table.html:
|
|
332
|
+
#: templates/umap/map_table.html:48 templates/umap/map_table.html:50
|
|
333
333
|
msgid "Share"
|
|
334
334
|
msgstr ""
|
|
335
335
|
|
|
336
|
-
#: templates/umap/map_table.html:
|
|
336
|
+
#: templates/umap/map_table.html:54 templates/umap/map_table.html:56
|
|
337
337
|
msgid "Edit"
|
|
338
338
|
msgstr ""
|
|
339
339
|
|
|
340
|
-
#: templates/umap/map_table.html:
|
|
340
|
+
#: templates/umap/map_table.html:60 templates/umap/map_table.html:62
|
|
341
341
|
msgid "Download"
|
|
342
342
|
msgstr ""
|
|
343
343
|
|
|
344
|
-
#: templates/umap/map_table.html:
|
|
344
|
+
#: templates/umap/map_table.html:66 templates/umap/map_table.html:68
|
|
345
345
|
msgid "Clone"
|
|
346
346
|
msgstr ""
|
|
347
347
|
|
|
348
|
-
#: templates/umap/map_table.html:
|
|
348
|
+
#: templates/umap/map_table.html:76 templates/umap/map_table.html:78
|
|
349
349
|
msgid "Delete"
|
|
350
350
|
msgstr ""
|
|
351
351
|
|
|
352
|
-
#: templates/umap/map_table.html:
|
|
352
|
+
#: templates/umap/map_table.html:91
|
|
353
353
|
msgid "first"
|
|
354
354
|
msgstr ""
|
|
355
355
|
|
|
356
|
-
#: templates/umap/map_table.html:
|
|
356
|
+
#: templates/umap/map_table.html:92
|
|
357
357
|
msgid "previous"
|
|
358
358
|
msgstr ""
|
|
359
359
|
|
|
360
|
-
#: templates/umap/map_table.html:
|
|
360
|
+
#: templates/umap/map_table.html:100
|
|
361
361
|
#, python-format
|
|
362
362
|
msgid "Page %(maps_number)s of %(num_pages)s"
|
|
363
363
|
msgstr ""
|
|
364
364
|
|
|
365
|
-
#: templates/umap/map_table.html:
|
|
365
|
+
#: templates/umap/map_table.html:105
|
|
366
366
|
msgid "next"
|
|
367
367
|
msgstr ""
|
|
368
368
|
|
|
369
|
-
#: templates/umap/map_table.html:
|
|
369
|
+
#: templates/umap/map_table.html:106
|
|
370
370
|
msgid "last"
|
|
371
371
|
msgstr ""
|
|
372
372
|
|
|
373
|
-
#: templates/umap/map_table.html:
|
|
373
|
+
#: templates/umap/map_table.html:114
|
|
374
374
|
#, python-format
|
|
375
375
|
msgid "Lines per page: %(per_page)s"
|
|
376
376
|
msgstr ""
|
|
377
377
|
|
|
378
|
-
#: templates/umap/map_table.html:
|
|
378
|
+
#: templates/umap/map_table.html:119
|
|
379
379
|
#, python-format
|
|
380
380
|
msgid "%(count)s maps"
|
|
381
381
|
msgstr ""
|
|
@@ -469,20 +469,20 @@ msgstr ""
|
|
|
469
469
|
msgid "Search"
|
|
470
470
|
msgstr ""
|
|
471
471
|
|
|
472
|
-
#: templates/umap/user_dashboard.html:7 templates/umap/user_dashboard.html:
|
|
472
|
+
#: templates/umap/user_dashboard.html:7 templates/umap/user_dashboard.html:27
|
|
473
473
|
msgid "Search my maps"
|
|
474
474
|
msgstr ""
|
|
475
475
|
|
|
476
|
-
#: templates/umap/user_dashboard.html:
|
|
476
|
+
#: templates/umap/user_dashboard.html:10
|
|
477
477
|
#, python-format
|
|
478
478
|
msgid "My Maps (%(count)s)"
|
|
479
479
|
msgstr ""
|
|
480
480
|
|
|
481
|
-
#: templates/umap/user_dashboard.html:
|
|
481
|
+
#: templates/umap/user_dashboard.html:12
|
|
482
482
|
msgid "My profile"
|
|
483
483
|
msgstr ""
|
|
484
484
|
|
|
485
|
-
#: templates/umap/user_dashboard.html:
|
|
485
|
+
#: templates/umap/user_dashboard.html:20 templates/umap/user_dashboard.html:24
|
|
486
486
|
msgid "Map’s title"
|
|
487
487
|
msgstr ""
|
|
488
488
|
|
|
@@ -495,15 +495,15 @@ msgstr ""
|
|
|
495
495
|
msgid "You have no map yet."
|
|
496
496
|
msgstr ""
|
|
497
497
|
|
|
498
|
-
#: views.py:
|
|
498
|
+
#: views.py:347
|
|
499
499
|
msgid "View the map"
|
|
500
500
|
msgstr ""
|
|
501
501
|
|
|
502
|
-
#: views.py:
|
|
502
|
+
#: views.py:705
|
|
503
503
|
msgid "See full screen"
|
|
504
504
|
msgstr ""
|
|
505
505
|
|
|
506
|
-
#: views.py:
|
|
506
|
+
#: views.py:804
|
|
507
507
|
msgid "Map editors updated with success!"
|
|
508
508
|
msgstr ""
|
|
509
509
|
|
|
@@ -517,30 +517,35 @@ msgstr ""
|
|
|
517
517
|
msgid "Here is your secret edit link: %(link)s"
|
|
518
518
|
msgstr ""
|
|
519
519
|
|
|
520
|
-
#: views.py:
|
|
520
|
+
#: views.py:851
|
|
521
|
+
#, python-format
|
|
522
|
+
msgid "Can't send email to %(email)s"
|
|
523
|
+
msgstr ""
|
|
524
|
+
|
|
525
|
+
#: views.py:854
|
|
521
526
|
#, python-format
|
|
522
527
|
msgid "Email sent to %(email)s"
|
|
523
528
|
msgstr ""
|
|
524
529
|
|
|
525
|
-
#: views.py:
|
|
530
|
+
#: views.py:865
|
|
526
531
|
msgid "Only its owner can delete the map."
|
|
527
532
|
msgstr ""
|
|
528
533
|
|
|
529
|
-
#: views.py:
|
|
534
|
+
#: views.py:893
|
|
530
535
|
#, python-format
|
|
531
536
|
msgid ""
|
|
532
537
|
"Your map has been cloned! If you want to edit this map from another "
|
|
533
538
|
"computer, please use this link: %(anonymous_url)s"
|
|
534
539
|
msgstr ""
|
|
535
540
|
|
|
536
|
-
#: views.py:
|
|
541
|
+
#: views.py:898
|
|
537
542
|
msgid "Congratulations, your map has been cloned!"
|
|
538
543
|
msgstr ""
|
|
539
544
|
|
|
540
|
-
#: views.py:
|
|
545
|
+
#: views.py:1136
|
|
541
546
|
msgid "Layer successfully deleted."
|
|
542
547
|
msgstr ""
|
|
543
548
|
|
|
544
|
-
#: views.py:
|
|
549
|
+
#: views.py:1158
|
|
545
550
|
msgid "Permissions updated with success!"
|
|
546
551
|
msgstr ""
|
|
Binary file
|
|
@@ -23,7 +23,7 @@ msgid ""
|
|
|
23
23
|
msgstr ""
|
|
24
24
|
"Project-Id-Version: uMap\n"
|
|
25
25
|
"Report-Msgid-Bugs-To: \n"
|
|
26
|
-
"POT-Creation-Date: 2024-
|
|
26
|
+
"POT-Creation-Date: 2024-03-01 16:51+0000\n"
|
|
27
27
|
"PO-Revision-Date: 2013-11-22 14:00+0000\n"
|
|
28
28
|
"Last-Translator: yohanboniface <yohanboniface@free.fr>, 2013-2014,2018-2019,2023-2024\n"
|
|
29
29
|
"Language-Team: French (http://app.transifex.com/openstreetmap/umap/language/fr/)\n"
|
|
@@ -305,7 +305,7 @@ msgstr "Naviguer dans les cartes"
|
|
|
305
305
|
msgid "You are logged in. Continuing..."
|
|
306
306
|
msgstr "Vous êtes maintenant identifié. Merci de patienter..."
|
|
307
307
|
|
|
308
|
-
#: templates/umap/map_list.html:9 views.py:
|
|
308
|
+
#: templates/umap/map_list.html:9 views.py:342
|
|
309
309
|
msgid "by"
|
|
310
310
|
msgstr "par"
|
|
311
311
|
|
|
@@ -341,57 +341,57 @@ msgstr "Propriétaire"
|
|
|
341
341
|
msgid "Actions"
|
|
342
342
|
msgstr "Actions"
|
|
343
343
|
|
|
344
|
-
#: templates/umap/map_table.html:
|
|
344
|
+
#: templates/umap/map_table.html:26 templates/umap/map_table.html:28
|
|
345
345
|
msgid "Open preview"
|
|
346
346
|
msgstr "Ouvrir l'aperçu"
|
|
347
347
|
|
|
348
|
-
#: templates/umap/map_table.html:
|
|
348
|
+
#: templates/umap/map_table.html:48 templates/umap/map_table.html:50
|
|
349
349
|
msgid "Share"
|
|
350
350
|
msgstr "Partager"
|
|
351
351
|
|
|
352
|
-
#: templates/umap/map_table.html:
|
|
352
|
+
#: templates/umap/map_table.html:54 templates/umap/map_table.html:56
|
|
353
353
|
msgid "Edit"
|
|
354
354
|
msgstr "Éditer"
|
|
355
355
|
|
|
356
|
-
#: templates/umap/map_table.html:
|
|
356
|
+
#: templates/umap/map_table.html:60 templates/umap/map_table.html:62
|
|
357
357
|
msgid "Download"
|
|
358
358
|
msgstr "Télécharger"
|
|
359
359
|
|
|
360
|
-
#: templates/umap/map_table.html:
|
|
360
|
+
#: templates/umap/map_table.html:66 templates/umap/map_table.html:68
|
|
361
361
|
msgid "Clone"
|
|
362
362
|
msgstr "Cloner"
|
|
363
363
|
|
|
364
|
-
#: templates/umap/map_table.html:
|
|
364
|
+
#: templates/umap/map_table.html:76 templates/umap/map_table.html:78
|
|
365
365
|
msgid "Delete"
|
|
366
366
|
msgstr "Supprimer"
|
|
367
367
|
|
|
368
|
-
#: templates/umap/map_table.html:
|
|
368
|
+
#: templates/umap/map_table.html:91
|
|
369
369
|
msgid "first"
|
|
370
370
|
msgstr "début"
|
|
371
371
|
|
|
372
|
-
#: templates/umap/map_table.html:
|
|
372
|
+
#: templates/umap/map_table.html:92
|
|
373
373
|
msgid "previous"
|
|
374
374
|
msgstr "précédente"
|
|
375
375
|
|
|
376
|
-
#: templates/umap/map_table.html:
|
|
376
|
+
#: templates/umap/map_table.html:100
|
|
377
377
|
#, python-format
|
|
378
378
|
msgid "Page %(maps_number)s of %(num_pages)s"
|
|
379
379
|
msgstr "Page %(maps_number)s de %(num_pages)s"
|
|
380
380
|
|
|
381
|
-
#: templates/umap/map_table.html:
|
|
381
|
+
#: templates/umap/map_table.html:105
|
|
382
382
|
msgid "next"
|
|
383
383
|
msgstr "suivante"
|
|
384
384
|
|
|
385
|
-
#: templates/umap/map_table.html:
|
|
385
|
+
#: templates/umap/map_table.html:106
|
|
386
386
|
msgid "last"
|
|
387
387
|
msgstr "fin"
|
|
388
388
|
|
|
389
|
-
#: templates/umap/map_table.html:
|
|
389
|
+
#: templates/umap/map_table.html:114
|
|
390
390
|
#, python-format
|
|
391
391
|
msgid "Lines per page: %(per_page)s"
|
|
392
392
|
msgstr "Lignes par page: %(per_page)s"
|
|
393
393
|
|
|
394
|
-
#: templates/umap/map_table.html:
|
|
394
|
+
#: templates/umap/map_table.html:119
|
|
395
395
|
#, python-format
|
|
396
396
|
msgid "%(count)s maps"
|
|
397
397
|
msgstr "%(count)s cartes"
|
|
@@ -486,20 +486,20 @@ msgstr "Chercher des cartes"
|
|
|
486
486
|
msgid "Search"
|
|
487
487
|
msgstr "Chercher"
|
|
488
488
|
|
|
489
|
-
#: templates/umap/user_dashboard.html:7 templates/umap/user_dashboard.html:
|
|
489
|
+
#: templates/umap/user_dashboard.html:7 templates/umap/user_dashboard.html:27
|
|
490
490
|
msgid "Search my maps"
|
|
491
491
|
msgstr "Chercher dans mes cartes"
|
|
492
492
|
|
|
493
|
-
#: templates/umap/user_dashboard.html:
|
|
493
|
+
#: templates/umap/user_dashboard.html:10
|
|
494
494
|
#, python-format
|
|
495
495
|
msgid "My Maps (%(count)s)"
|
|
496
496
|
msgstr "Mes cartes (%(count)s)"
|
|
497
497
|
|
|
498
|
-
#: templates/umap/user_dashboard.html:
|
|
498
|
+
#: templates/umap/user_dashboard.html:12
|
|
499
499
|
msgid "My profile"
|
|
500
500
|
msgstr "Mon profil"
|
|
501
501
|
|
|
502
|
-
#: templates/umap/user_dashboard.html:
|
|
502
|
+
#: templates/umap/user_dashboard.html:20 templates/umap/user_dashboard.html:24
|
|
503
503
|
msgid "Map’s title"
|
|
504
504
|
msgstr "Titre de la carte"
|
|
505
505
|
|
|
@@ -512,15 +512,15 @@ msgstr "Télécharger %(count)s cartes"
|
|
|
512
512
|
msgid "You have no map yet."
|
|
513
513
|
msgstr "Vous n'avez pas encore de carte."
|
|
514
514
|
|
|
515
|
-
#: views.py:
|
|
515
|
+
#: views.py:347
|
|
516
516
|
msgid "View the map"
|
|
517
517
|
msgstr "Voir la carte"
|
|
518
518
|
|
|
519
|
-
#: views.py:
|
|
519
|
+
#: views.py:705
|
|
520
520
|
msgid "See full screen"
|
|
521
521
|
msgstr "Plein écran"
|
|
522
522
|
|
|
523
|
-
#: views.py:
|
|
523
|
+
#: views.py:804
|
|
524
524
|
msgid "Map editors updated with success!"
|
|
525
525
|
msgstr "Éditeurs de la carte mis à jour !"
|
|
526
526
|
|
|
@@ -534,30 +534,35 @@ msgstr "La lien d'édition uMap pour votre carte %(map_name)s"
|
|
|
534
534
|
msgid "Here is your secret edit link: %(link)s"
|
|
535
535
|
msgstr "Voici votre lien d'édition secret: %(link)s"
|
|
536
536
|
|
|
537
|
-
#: views.py:
|
|
537
|
+
#: views.py:851
|
|
538
|
+
#, python-format
|
|
539
|
+
msgid "Can't send email to %(email)s"
|
|
540
|
+
msgstr "Impossible d'envoyer un courriel vers %(email)s"
|
|
541
|
+
|
|
542
|
+
#: views.py:854
|
|
538
543
|
#, python-format
|
|
539
544
|
msgid "Email sent to %(email)s"
|
|
540
545
|
msgstr "Courriel envoyé à %(email)s"
|
|
541
546
|
|
|
542
|
-
#: views.py:
|
|
547
|
+
#: views.py:865
|
|
543
548
|
msgid "Only its owner can delete the map."
|
|
544
549
|
msgstr "Seul le créateur de la carte peut la supprimer."
|
|
545
550
|
|
|
546
|
-
#: views.py:
|
|
551
|
+
#: views.py:893
|
|
547
552
|
#, python-format
|
|
548
553
|
msgid ""
|
|
549
554
|
"Your map has been cloned! If you want to edit this map from another "
|
|
550
555
|
"computer, please use this link: %(anonymous_url)s"
|
|
551
556
|
msgstr "Votre carte a été dupliquée ! Si vous souhaitez la modifier depuis un autre ordinateur, veuillez utiliser ce lien : %(anonymous_url)s"
|
|
552
557
|
|
|
553
|
-
#: views.py:
|
|
558
|
+
#: views.py:898
|
|
554
559
|
msgid "Congratulations, your map has been cloned!"
|
|
555
560
|
msgstr "Votre carte a été dupliquée !"
|
|
556
561
|
|
|
557
|
-
#: views.py:
|
|
562
|
+
#: views.py:1136
|
|
558
563
|
msgid "Layer successfully deleted."
|
|
559
564
|
msgstr "Calque supprimé."
|
|
560
565
|
|
|
561
|
-
#: views.py:
|
|
566
|
+
#: views.py:1158
|
|
562
567
|
msgid "Permissions updated with success!"
|
|
563
568
|
msgstr "Les permissions ont bien été modifiées !"
|
|
Binary file
|
|
@@ -9,7 +9,7 @@ msgid ""
|
|
|
9
9
|
msgstr ""
|
|
10
10
|
"Project-Id-Version: uMap\n"
|
|
11
11
|
"Report-Msgid-Bugs-To: \n"
|
|
12
|
-
"POT-Creation-Date: 2024-
|
|
12
|
+
"POT-Creation-Date: 2024-03-01 16:51+0000\n"
|
|
13
13
|
"PO-Revision-Date: 2013-11-22 14:00+0000\n"
|
|
14
14
|
"Last-Translator: Gábor Babos <gabor.babos@gmail.com>, 2017-2019,2023-2024\n"
|
|
15
15
|
"Language-Team: Hungarian (http://app.transifex.com/openstreetmap/umap/language/hu/)\n"
|
|
@@ -155,7 +155,7 @@ msgstr "%(current_user)s felhasználónak nincs térképe."
|
|
|
155
155
|
|
|
156
156
|
#: templates/auth/user_form.html:6
|
|
157
157
|
msgid "My Maps"
|
|
158
|
-
msgstr ""
|
|
158
|
+
msgstr "Térképeim"
|
|
159
159
|
|
|
160
160
|
#: templates/auth/user_form.html:7
|
|
161
161
|
msgid "My Profile"
|
|
@@ -291,7 +291,7 @@ msgstr "Szerezzen ihletet, böngésszen a térképek között!"
|
|
|
291
291
|
msgid "You are logged in. Continuing..."
|
|
292
292
|
msgstr "Be van jelentkezve. Továbblépés…"
|
|
293
293
|
|
|
294
|
-
#: templates/umap/map_list.html:9 views.py:
|
|
294
|
+
#: templates/umap/map_list.html:9 views.py:342
|
|
295
295
|
msgid "by"
|
|
296
296
|
msgstr "– készítette:"
|
|
297
297
|
|
|
@@ -309,11 +309,11 @@ msgstr "Előnézet"
|
|
|
309
309
|
|
|
310
310
|
#: templates/umap/map_table.html:8
|
|
311
311
|
msgid "Who can see"
|
|
312
|
-
msgstr ""
|
|
312
|
+
msgstr "Ki láthatja?"
|
|
313
313
|
|
|
314
314
|
#: templates/umap/map_table.html:9
|
|
315
315
|
msgid "Who can edit"
|
|
316
|
-
msgstr ""
|
|
316
|
+
msgstr "Ki szerkesztheti?"
|
|
317
317
|
|
|
318
318
|
#: templates/umap/map_table.html:10
|
|
319
319
|
msgid "Last save"
|
|
@@ -327,60 +327,60 @@ msgstr "Tulajdonos"
|
|
|
327
327
|
msgid "Actions"
|
|
328
328
|
msgstr "Műveletek"
|
|
329
329
|
|
|
330
|
-
#: templates/umap/map_table.html:
|
|
330
|
+
#: templates/umap/map_table.html:26 templates/umap/map_table.html:28
|
|
331
331
|
msgid "Open preview"
|
|
332
332
|
msgstr "Előnézet"
|
|
333
333
|
|
|
334
|
-
#: templates/umap/map_table.html:
|
|
334
|
+
#: templates/umap/map_table.html:48 templates/umap/map_table.html:50
|
|
335
335
|
msgid "Share"
|
|
336
|
-
msgstr "
|
|
336
|
+
msgstr "Megosztás"
|
|
337
337
|
|
|
338
|
-
#: templates/umap/map_table.html:
|
|
338
|
+
#: templates/umap/map_table.html:54 templates/umap/map_table.html:56
|
|
339
339
|
msgid "Edit"
|
|
340
|
-
msgstr "
|
|
340
|
+
msgstr "Szerkesztés"
|
|
341
341
|
|
|
342
|
-
#: templates/umap/map_table.html:
|
|
342
|
+
#: templates/umap/map_table.html:60 templates/umap/map_table.html:62
|
|
343
343
|
msgid "Download"
|
|
344
|
-
msgstr "
|
|
344
|
+
msgstr "Letöltés"
|
|
345
345
|
|
|
346
|
-
#: templates/umap/map_table.html:
|
|
346
|
+
#: templates/umap/map_table.html:66 templates/umap/map_table.html:68
|
|
347
347
|
msgid "Clone"
|
|
348
|
-
msgstr ""
|
|
348
|
+
msgstr "Másolat készítése"
|
|
349
349
|
|
|
350
|
-
#: templates/umap/map_table.html:
|
|
350
|
+
#: templates/umap/map_table.html:76 templates/umap/map_table.html:78
|
|
351
351
|
msgid "Delete"
|
|
352
|
-
msgstr ""
|
|
352
|
+
msgstr "Törlés"
|
|
353
353
|
|
|
354
|
-
#: templates/umap/map_table.html:
|
|
354
|
+
#: templates/umap/map_table.html:91
|
|
355
355
|
msgid "first"
|
|
356
356
|
msgstr "első"
|
|
357
357
|
|
|
358
|
-
#: templates/umap/map_table.html:
|
|
358
|
+
#: templates/umap/map_table.html:92
|
|
359
359
|
msgid "previous"
|
|
360
360
|
msgstr "előző"
|
|
361
361
|
|
|
362
|
-
#: templates/umap/map_table.html:
|
|
362
|
+
#: templates/umap/map_table.html:100
|
|
363
363
|
#, python-format
|
|
364
364
|
msgid "Page %(maps_number)s of %(num_pages)s"
|
|
365
|
-
msgstr ""
|
|
365
|
+
msgstr "%(maps_number)s / %(num_pages)s oldal"
|
|
366
366
|
|
|
367
|
-
#: templates/umap/map_table.html:
|
|
367
|
+
#: templates/umap/map_table.html:105
|
|
368
368
|
msgid "next"
|
|
369
369
|
msgstr "következő"
|
|
370
370
|
|
|
371
|
-
#: templates/umap/map_table.html:
|
|
371
|
+
#: templates/umap/map_table.html:106
|
|
372
372
|
msgid "last"
|
|
373
373
|
msgstr "utolsó"
|
|
374
374
|
|
|
375
|
-
#: templates/umap/map_table.html:
|
|
375
|
+
#: templates/umap/map_table.html:114
|
|
376
376
|
#, python-format
|
|
377
377
|
msgid "Lines per page: %(per_page)s"
|
|
378
|
-
msgstr ""
|
|
378
|
+
msgstr "Sorok oldalanként: %(per_page)s"
|
|
379
379
|
|
|
380
|
-
#: templates/umap/map_table.html:
|
|
380
|
+
#: templates/umap/map_table.html:119
|
|
381
381
|
#, python-format
|
|
382
382
|
msgid "%(count)s maps"
|
|
383
|
-
msgstr ""
|
|
383
|
+
msgstr "%(count)s térkép"
|
|
384
384
|
|
|
385
385
|
#: templates/umap/navigation.html:10 templates/umap/user_dashboard.html:4
|
|
386
386
|
msgid "My Dashboard"
|
|
@@ -471,41 +471,41 @@ msgstr "Térképek keresése"
|
|
|
471
471
|
msgid "Search"
|
|
472
472
|
msgstr "Keresés"
|
|
473
473
|
|
|
474
|
-
#: templates/umap/user_dashboard.html:7 templates/umap/user_dashboard.html:
|
|
474
|
+
#: templates/umap/user_dashboard.html:7 templates/umap/user_dashboard.html:27
|
|
475
475
|
msgid "Search my maps"
|
|
476
476
|
msgstr "Saját térkép keresése"
|
|
477
477
|
|
|
478
|
-
#: templates/umap/user_dashboard.html:
|
|
478
|
+
#: templates/umap/user_dashboard.html:10
|
|
479
479
|
#, python-format
|
|
480
480
|
msgid "My Maps (%(count)s)"
|
|
481
|
-
msgstr ""
|
|
481
|
+
msgstr "Térképeim (%(count)s)"
|
|
482
482
|
|
|
483
|
-
#: templates/umap/user_dashboard.html:
|
|
483
|
+
#: templates/umap/user_dashboard.html:12
|
|
484
484
|
msgid "My profile"
|
|
485
485
|
msgstr "Saját profil"
|
|
486
486
|
|
|
487
|
-
#: templates/umap/user_dashboard.html:
|
|
487
|
+
#: templates/umap/user_dashboard.html:20 templates/umap/user_dashboard.html:24
|
|
488
488
|
msgid "Map’s title"
|
|
489
|
-
msgstr ""
|
|
489
|
+
msgstr "Térkép címe"
|
|
490
490
|
|
|
491
491
|
#: templates/umap/user_dashboard.html:32
|
|
492
492
|
#, python-format
|
|
493
493
|
msgid "Download %(count)s maps"
|
|
494
|
-
msgstr ""
|
|
494
|
+
msgstr "%(count)s térkép letöltése"
|
|
495
495
|
|
|
496
496
|
#: templates/umap/user_dashboard.html:42
|
|
497
497
|
msgid "You have no map yet."
|
|
498
498
|
msgstr "Önnek még nincs térképe."
|
|
499
499
|
|
|
500
|
-
#: views.py:
|
|
500
|
+
#: views.py:347
|
|
501
501
|
msgid "View the map"
|
|
502
502
|
msgstr "Térkép megtekintése"
|
|
503
503
|
|
|
504
|
-
#: views.py:
|
|
504
|
+
#: views.py:705
|
|
505
505
|
msgid "See full screen"
|
|
506
|
-
msgstr ""
|
|
506
|
+
msgstr "Teljes képernyős nézet megtekintése"
|
|
507
507
|
|
|
508
|
-
#: views.py:
|
|
508
|
+
#: views.py:804
|
|
509
509
|
msgid "Map editors updated with success!"
|
|
510
510
|
msgstr "A térképszerkesztők sikeresen frissültek."
|
|
511
511
|
|
|
@@ -519,30 +519,35 @@ msgstr "A térképéhez tartozó uMap szerkesztési link: %(map_name)s"
|
|
|
519
519
|
msgid "Here is your secret edit link: %(link)s"
|
|
520
520
|
msgstr "Az Ön titkos szerkesztési linkje: %(link)s"
|
|
521
521
|
|
|
522
|
-
#: views.py:
|
|
522
|
+
#: views.py:851
|
|
523
|
+
#, python-format
|
|
524
|
+
msgid "Can't send email to %(email)s"
|
|
525
|
+
msgstr ""
|
|
526
|
+
|
|
527
|
+
#: views.py:854
|
|
523
528
|
#, python-format
|
|
524
529
|
msgid "Email sent to %(email)s"
|
|
525
530
|
msgstr "E-mail elküldve ide: %(email)s"
|
|
526
531
|
|
|
527
|
-
#: views.py:
|
|
532
|
+
#: views.py:865
|
|
528
533
|
msgid "Only its owner can delete the map."
|
|
529
534
|
msgstr "A térképet csak a tulajdonosa törölheti."
|
|
530
535
|
|
|
531
|
-
#: views.py:
|
|
536
|
+
#: views.py:893
|
|
532
537
|
#, python-format
|
|
533
538
|
msgid ""
|
|
534
539
|
"Your map has been cloned! If you want to edit this map from another "
|
|
535
540
|
"computer, please use this link: %(anonymous_url)s"
|
|
536
541
|
msgstr "Elkészült a térképe másolata. Ha egy másik számítógépről szeretné szerkeszteni, ezt a linket használja: %(anonymous_url)s"
|
|
537
542
|
|
|
538
|
-
#: views.py:
|
|
543
|
+
#: views.py:898
|
|
539
544
|
msgid "Congratulations, your map has been cloned!"
|
|
540
545
|
msgstr "Gratulálunk, elkészült a térképe másolata!"
|
|
541
546
|
|
|
542
|
-
#: views.py:
|
|
547
|
+
#: views.py:1136
|
|
543
548
|
msgid "Layer successfully deleted."
|
|
544
549
|
msgstr "A réteg sikeresen törlődött."
|
|
545
550
|
|
|
546
|
-
#: views.py:
|
|
551
|
+
#: views.py:1158
|
|
547
552
|
msgid "Permissions updated with success!"
|
|
548
553
|
msgstr "Az engedélyek sikeresen frissültek!"
|
|
Binary file
|