umap-project 2.0.3__tar.gz → 2.1.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-2.0.3 → umap_project-2.1.0}/PKG-INFO +9 -9
- {umap_project-2.0.3 → umap_project-2.1.0}/pyproject.toml +8 -8
- umap_project-2.1.0/umap/__init__.py +1 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/fields.py +3 -1
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/br/LC_MESSAGES/django.po +76 -71
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/en/LC_MESSAGES/django.po +41 -41
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/hu/LC_MESSAGES/django.po +42 -42
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/it/LC_MESSAGES/django.po +64 -58
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/ms/LC_MESSAGES/django.po +62 -57
- umap_project-2.1.0/umap/migrations/0018_datalayer_uuid.py +62 -0
- umap_project-2.1.0/umap/migrations/0019_migrate_internal_remote_datalayers.py +52 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/models.py +20 -3
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/settings/base.py +1 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/settings/dev.py +1 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/js/modules/browser.js +2 -2
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/js/modules/global.js +14 -4
- umap_project-2.1.0/umap/static/umap/js/modules/i18n.js +35 -0
- umap_project-2.1.0/umap/static/umap/js/modules/leaflet-configure.js +7 -0
- umap_project-2.1.0/umap/static/umap/js/modules/schema.js +388 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/js/modules/urls.js +17 -2
- umap_project-2.1.0/umap/static/umap/js/modules/utils.js +24 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/js/umap.controls.js +9 -10
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/js/umap.core.js +5 -5
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/js/umap.features.js +23 -9
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/js/umap.forms.js +49 -299
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/js/umap.icon.js +2 -2
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/js/umap.js +28 -131
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/js/umap.layer.js +9 -9
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/js/umap.popup.js +3 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/js/umap.share.js +1 -1
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/am_ET.json +229 -225
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/ar.json +229 -225
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/ast.json +229 -225
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/bg.json +229 -225
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/br.json +237 -233
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/ca.json +229 -225
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/cs_CZ.json +229 -225
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/da.json +229 -225
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/de.json +229 -225
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/el.json +229 -225
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/en.json +230 -233
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/en_US.json +229 -225
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/es.json +229 -225
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/et.json +229 -225
- umap_project-2.1.0/umap/static/umap/locale/eu.json +439 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/fa_IR.json +229 -225
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/fi.json +229 -225
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/fr.json +229 -232
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/gl.json +229 -225
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/he.json +229 -225
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/hr.json +229 -225
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/hu.json +229 -232
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/id.json +229 -225
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/is.json +229 -225
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/it.json +229 -232
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/ja.json +229 -225
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/ko.json +229 -225
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/lt.json +229 -225
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/ms.json +229 -232
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/nl.json +232 -228
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/no.json +229 -225
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/pl.json +229 -225
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/pl_PL.json +229 -225
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/pt.json +229 -225
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/pt_BR.json +229 -225
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/pt_PT.json +229 -225
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/ro.json +229 -225
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/ru.json +229 -225
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/sk_SK.json +229 -225
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/sl.json +229 -225
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/sr.json +229 -225
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/sv.json +229 -225
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/th_TH.json +229 -225
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/tr.json +229 -225
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/uk_UA.json +229 -225
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/vi.json +229 -225
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/vi_VN.json +229 -225
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/zh.json +229 -225
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/zh_CN.json +229 -225
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/zh_TW.Big5.json +229 -225
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/zh_TW.json +229 -232
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/test/index.html +0 -2
- {umap_project-2.0.3/umap/static/umap/test → umap_project-2.1.0/umap/static/umap/unittests}/URLs.js +5 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/leaflet/leaflet-src.esm.js +7064 -7064
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/photon/leaflet.photon.js +3 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/templates/umap/js.html +8 -6
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/templatetags/umap_tags.py +3 -2
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/tests/integration/test_browser.py +40 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/tests/integration/test_collaborative_editing.py +72 -3
- umap_project-2.1.0/umap/tests/integration/test_export_map.py +305 -0
- umap_project-2.1.0/umap/tests/integration/test_features_id_generation.py +51 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/tests/integration/test_map.py +9 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/tests/integration/test_owned_map.py +14 -1
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/tests/integration/test_statics.py +3 -3
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/tests/integration/test_tilelayer.py +3 -3
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/tests/settings.py +3 -3
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/tests/test_datalayer_views.py +67 -20
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/tests/test_map_views.py +20 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/tests/test_merge_features.py +25 -5
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/urls.py +12 -12
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/utils.py +7 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/views.py +56 -47
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/wsgi.py +1 -0
- umap_project-2.0.3/umap/__init__.py +0 -1
- umap_project-2.0.3/umap/static/umap/locale/eu.json +0 -411
- umap_project-2.0.3/umap/static/umap/test/Map.Export.js +0 -106
- umap_project-2.0.3/umap/tests/integration/test_export_map.py +0 -88
- {umap_project-2.0.3 → umap_project-2.1.0}/.gitignore +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/LICENSE +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/README.md +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/admin.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/apps.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/autocomplete.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/bin/__init__.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/context_processors.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/decorators.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/forms.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/am_ET/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/am_ET/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/ar/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/ar/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/ast/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/ast/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/bg/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/bg/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/br/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/ca/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/ca/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/cs_CZ/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/da/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/da/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/de/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/de/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/el/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/el/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/en/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/es/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/es/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/et/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/et/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/eu/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/eu/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/fa_IR/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/fa_IR/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/fi/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/fi/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/fr/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/gl/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/gl/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/he/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/he/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/hr/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/hr/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/id/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/id/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/is/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/is/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/it/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/ja/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/ja/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/ko/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/ko/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/lt/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/lt/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/ms/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/nl/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/nl/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/no/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/no/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/pl/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/pl/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/pt/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/pt/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/pt_BR/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/pt_BR/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/pt_PT/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/pt_PT/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/ro/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/ro/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/ru/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/ru/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/si/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/si/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/sk_SK/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/sk_SK/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/sl/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/sl/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/sr/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/sr/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/sv/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/sv/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/th_TH/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/th_TH/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/tr/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/tr/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/uk_UA/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/uk_UA/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/vi/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/vi/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/zh/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/zh/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/locale/zh_TW/LC_MESSAGES/django.po +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/management/__init__.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/management/commands/__init__.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/management/commands/anonymous_edit_url.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/management/commands/generate_js_locale.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/management/commands/import_pictograms.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/managers.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/middleware.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/migrations/0001_initial.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/migrations/0002_tilelayer_tms.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/migrations/0003_add_tilelayer.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/migrations/0004_add_licence.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/migrations/0005_remove_map_tilelayer.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/migrations/0006_auto_20190407_0719.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/migrations/0007_auto_20190416_1757.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/migrations/0008_alter_map_settings.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/migrations/0009_star.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/migrations/0010_alter_map_edit_status_alter_map_share_status.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/migrations/0011_alter_map_edit_status_alter_map_share_status.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/migrations/0012_datalayer_settings.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/migrations/0013_datalayer_edit_status.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/migrations/0014_map_created_at.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/migrations/0015_alter_pictogram_pictogram.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/migrations/0016_pictogram_category.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/migrations/0017_migrate_to_openstreetmap_oauth2.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/migrations/__init__.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/settings/__init__.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/settings/local.py.sample +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/.gitignore +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/base.css +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/bitbucket.png +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/content.css +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/favicons/apple-touch-icon.png +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/favicons/favicon.ico +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/favicons/icon-192.png +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/favicons/icon-512.png +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/favicons/icon.svg +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/font/FiraSans-Light.woff +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/font/FiraSans-Light.woff2 +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/font/FiraSans-LightItalic.woff +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/font/FiraSans-LightItalic.woff2 +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/font/FiraSans-SemiBold.woff +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/font/FiraSans-SemiBold.woff2 +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/font.css +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/github.png +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/img/16-white.svg +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/img/16.svg +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/img/24-white.svg +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/img/24.svg +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/img/edit.svg +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/img/icon-bg.png +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/img/icon-delete.svg +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/img/icon-download.svg +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/img/icon-duplicate.svg +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/img/icon-edit.svg +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/img/icon-share.svg +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/img/icon-view.svg +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/img/logo.svg +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/img/logo_filigree.png +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/img/logo_small.svg +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/img/marker.png +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/img/marker.svg +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/img/opensource.svg +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/img/osm.svg +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/img/search.gif +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/img/source/16-white.svg +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/img/source/16.svg +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/img/source/24-white.svg +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/img/source/24.svg +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/js/components/fragment.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/js/modules/request.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/js/umap.autocomplete.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/js/umap.datalayer.permissions.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/js/umap.importer.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/js/umap.permissions.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/js/umap.slideshow.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/js/umap.tableeditor.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/js/umap.ui.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/am_ET.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/ar.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/ast.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/bg.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/br.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/ca.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/cs_CZ.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/da.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/de.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/el.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/en.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/es.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/et.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/eu.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/fa_IR.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/fi.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/fr.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/gl.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/he.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/hr.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/hu.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/id.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/is.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/it.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/ja.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/ko.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/lt.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/ms.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/nl.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/no.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/pl.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/pt.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/pt_BR.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/pt_PT.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/ro.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/ru.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/si.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/si.json +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/sk_SK.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/sl.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/sr.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/sv.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/th_TH.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/tr.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/uk_UA.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/vi.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/zh.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/locale/zh_TW.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/map.css +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/nav.css +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/openstreetmap.png +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/test/.eslintrc +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/test/Choropleth.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/test/DataLayer.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/test/Feature.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/test/Map.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/test/Marker.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/test/Permissions.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/test/Polygon.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/test/Polyline.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/test/TableEditor.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/test/Util.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/test/_pre.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/theme.css +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/twitter.png +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vars.css +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/colorbrewer/colorbrewer.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/contextmenu/leaflet.contextmenu.min.css +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/contextmenu/leaflet.contextmenu.min.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/csv2geojson/csv2geojson.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/dompurify/purify.min.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/dompurify/purify.min.js.map +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/editable/Leaflet.Editable.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/editable/Path.Drag.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.css +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/editinosm/edit-in-osm.png +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/formbuilder/Leaflet.FormBuilder.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/fullscreen/Leaflet.fullscreen.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/fullscreen/Leaflet.fullscreen.min.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/fullscreen/fullscreen.png +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/fullscreen/fullscreen@2x.png +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/fullscreen/leaflet.fullscreen.css +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/georsstogeojson/GeoRSSToGeoJSON.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/hash/leaflet-hash.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/heat/leaflet-heat.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/i18n/Leaflet.i18n.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/iconlayers/check.png +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/iconlayers/iconLayers.css +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/iconlayers/iconLayers.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/iconlayers/transparent-pixel.png +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/leaflet/images/layers-2x.png +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/leaflet/images/layers.png +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/leaflet/images/marker-icon-2x.png +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/leaflet/images/marker-icon.png +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/leaflet/images/marker-shadow.png +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/leaflet/leaflet-src.esm.js.map +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/leaflet/leaflet-src.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/leaflet/leaflet-src.js.map +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/leaflet/leaflet.css +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/leaflet/leaflet.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/leaflet/leaflet.js.map +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/loading/Control.Loading.css +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/loading/Control.Loading.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css.map +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js.map +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/markercluster/MarkerCluster.Default.css +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/markercluster/MarkerCluster.css +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/markercluster/WhereAreTheJavascriptFiles.txt +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/markercluster/leaflet.markercluster-src.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/markercluster/leaflet.markercluster-src.js.map +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/markercluster/leaflet.markercluster.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/markercluster/leaflet.markercluster.js.map +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/measurable/Leaflet.Measurable.css +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/measurable/Leaflet.Measurable.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/minimap/Control.MiniMap.min.css +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/minimap/Control.MiniMap.min.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/minimap/images/toggle.png +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/minimap/images/toggle.svg +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/osmtogeojson/osmtogeojson.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/simple-statistics/simple-statistics.min.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/simple-statistics/simple-statistics.min.js.map +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/togeojson/togeojson.umd.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/togeojson/togeojson.umd.js.map +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/togpx/togpx.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/tokml/tokml.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/toolbar/leaflet.toolbar-src.css +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/toolbar/leaflet.toolbar-src.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/toolbar/leaflet.toolbar.css +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/static/umap/vendors/toolbar/leaflet.toolbar.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/storage.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/templates/404.html +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/templates/500.html +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/templates/auth/user_detail.html +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/templates/auth/user_form.html +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/templates/auth/user_stars.html +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/templates/base.html +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/templates/registration/login.html +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/templates/umap/about.html +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/templates/umap/about_summary.html +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/templates/umap/branding.html +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/templates/umap/content.html +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/templates/umap/content_footer.html +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/templates/umap/css.html +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/templates/umap/footer.html +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/templates/umap/header.html +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/templates/umap/home.html +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/templates/umap/locale.js +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/templates/umap/login_popup_end.html +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/templates/umap/map_detail.html +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/templates/umap/map_fragment.html +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/templates/umap/map_init.html +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/templates/umap/map_list.html +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/templates/umap/map_table.html +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/templates/umap/messages.html +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/templates/umap/navigation.html +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/templates/umap/password_change.html +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/templates/umap/password_change_done.html +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/templates/umap/search.html +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/templates/umap/search_bar.html +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/templates/umap/success.html +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/templates/umap/user_dashboard.html +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/templatetags/__init__.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/tests/__init__.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/tests/base.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/tests/conftest.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/tests/fixtures/choropleth_region_chomage.geojson +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/tests/fixtures/circle.svg +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/tests/fixtures/display_on_load.umap +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/tests/fixtures/star.svg +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/tests/fixtures/test_upload_data.csv +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/tests/fixtures/test_upload_data.gpx +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/tests/fixtures/test_upload_data.json +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/tests/fixtures/test_upload_data.kml +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/tests/fixtures/test_upload_empty_coordinates.json +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/tests/fixtures/test_upload_missing_name.json +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/tests/fixtures/test_upload_non_linear_ring.json +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/tests/integration/__init__.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/tests/integration/conftest.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/tests/integration/test_anonymous_owned_map.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/tests/integration/test_basics.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/tests/integration/test_dashboard.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/tests/integration/test_drawing.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/tests/integration/test_edit_datalayer.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/tests/integration/test_facets_browser.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/tests/integration/test_import.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/tests/integration/test_map_preview.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/tests/integration/test_picto.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/tests/integration/test_querystring.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/tests/integration/test_share.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/tests/integration/test_slideshow.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/tests/integration/test_star.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/tests/test_datalayer.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/tests/test_licence.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/tests/test_map.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/tests/test_tilelayer.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/tests/test_utils.py +0 -0
- {umap_project-2.0.3 → umap_project-2.1.0}/umap/tests/test_views.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.1.0
|
|
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>
|
|
@@ -19,7 +19,7 @@ Requires-Python: >=3.10
|
|
|
19
19
|
Requires-Dist: django-agnocomplete==2.2.0
|
|
20
20
|
Requires-Dist: django-environ==0.11.2
|
|
21
21
|
Requires-Dist: django-probes==1.7.0
|
|
22
|
-
Requires-Dist: django==5.0.
|
|
22
|
+
Requires-Dist: django==5.0.3
|
|
23
23
|
Requires-Dist: pillow==10.2.0
|
|
24
24
|
Requires-Dist: psycopg==3.1.18
|
|
25
25
|
Requires-Dist: rcssmin==1.1.2
|
|
@@ -29,22 +29,22 @@ Requires-Dist: social-auth-app-django==5.4.0
|
|
|
29
29
|
Requires-Dist: social-auth-core==4.5.3
|
|
30
30
|
Provides-Extra: dev
|
|
31
31
|
Requires-Dist: djlint==1.34.1; extra == 'dev'
|
|
32
|
-
Requires-Dist: hatch==1.9.
|
|
32
|
+
Requires-Dist: hatch==1.9.4; 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.14; extra == 'dev'
|
|
35
35
|
Requires-Dist: mkdocs==1.5.3; extra == 'dev'
|
|
36
|
-
Requires-Dist: pymdown-extensions==10.7; extra == 'dev'
|
|
37
|
-
Requires-Dist: ruff==0.
|
|
36
|
+
Requires-Dist: pymdown-extensions==10.7.1; extra == 'dev'
|
|
37
|
+
Requires-Dist: ruff==0.3.3; extra == 'dev'
|
|
38
38
|
Requires-Dist: vermin==1.6.0; extra == 'dev'
|
|
39
39
|
Provides-Extra: docker
|
|
40
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
|
-
Requires-Dist: pytest-django==4.
|
|
45
|
-
Requires-Dist: pytest-playwright==0.4.
|
|
44
|
+
Requires-Dist: pytest-django==4.8.0; extra == 'test'
|
|
45
|
+
Requires-Dist: pytest-playwright==0.4.4; extra == 'test'
|
|
46
46
|
Requires-Dist: pytest-xdist<4,>=3.5.0; extra == 'test'
|
|
47
|
-
Requires-Dist: pytest==
|
|
47
|
+
Requires-Dist: pytest==8.0.2; extra == 'test'
|
|
48
48
|
Description-Content-Type: text/markdown
|
|
49
49
|
|
|
50
50
|
# uMap project
|
|
@@ -28,7 +28,7 @@ classifiers = [
|
|
|
28
28
|
"Programming Language :: Python :: 3.12",
|
|
29
29
|
]
|
|
30
30
|
dependencies = [
|
|
31
|
-
"Django==5.0.
|
|
31
|
+
"Django==5.0.3",
|
|
32
32
|
"django-agnocomplete==2.2.0",
|
|
33
33
|
"django-environ==0.11.2",
|
|
34
34
|
"django-probes==1.7.0",
|
|
@@ -43,21 +43,21 @@ dependencies = [
|
|
|
43
43
|
|
|
44
44
|
[project.optional-dependencies]
|
|
45
45
|
dev = [
|
|
46
|
-
"hatch==1.9.
|
|
47
|
-
"ruff==0.
|
|
46
|
+
"hatch==1.9.4",
|
|
47
|
+
"ruff==0.3.3",
|
|
48
48
|
"djlint==1.34.1",
|
|
49
49
|
"mkdocs==1.5.3",
|
|
50
|
-
"mkdocs-material==9.5.
|
|
50
|
+
"mkdocs-material==9.5.14",
|
|
51
51
|
"vermin==1.6.0",
|
|
52
|
-
"pymdown-extensions==10.7",
|
|
52
|
+
"pymdown-extensions==10.7.1",
|
|
53
53
|
"isort==5.13.2",
|
|
54
54
|
]
|
|
55
55
|
test = [
|
|
56
56
|
"factory-boy==3.2.1",
|
|
57
57
|
"playwright>=1.39",
|
|
58
|
-
"pytest==
|
|
59
|
-
"pytest-django==4.
|
|
60
|
-
"pytest-playwright==0.4.
|
|
58
|
+
"pytest==8.0.2",
|
|
59
|
+
"pytest-django==4.8.0",
|
|
60
|
+
"pytest-playwright==0.4.4",
|
|
61
61
|
"pytest-xdist>=3.5.0,<4",
|
|
62
62
|
]
|
|
63
63
|
docker = [
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
VERSION = "2.1.0"
|
|
@@ -4,6 +4,8 @@ import six
|
|
|
4
4
|
from django.db import models
|
|
5
5
|
from django.utils.encoding import smart_str
|
|
6
6
|
|
|
7
|
+
from .utils import json_dumps
|
|
8
|
+
|
|
7
9
|
|
|
8
10
|
class DictField(models.TextField):
|
|
9
11
|
"""
|
|
@@ -14,7 +16,7 @@ class DictField(models.TextField):
|
|
|
14
16
|
if not value:
|
|
15
17
|
value = {}
|
|
16
18
|
if not isinstance(value, six.string_types):
|
|
17
|
-
value =
|
|
19
|
+
value = json_dumps(value)
|
|
18
20
|
return value
|
|
19
21
|
|
|
20
22
|
def from_db_value(self, value, expression, connection):
|
|
@@ -10,7 +10,7 @@ msgid ""
|
|
|
10
10
|
msgstr ""
|
|
11
11
|
"Project-Id-Version: uMap\n"
|
|
12
12
|
"Report-Msgid-Bugs-To: \n"
|
|
13
|
-
"POT-Creation-Date: 2024-
|
|
13
|
+
"POT-Creation-Date: 2024-03-25 12:41+0000\n"
|
|
14
14
|
"PO-Revision-Date: 2013-11-22 14:00+0000\n"
|
|
15
15
|
"Last-Translator: Dren ar Frankig <hadrienlouque@gmail.com>, 2023-2024\n"
|
|
16
16
|
"Language-Team: Breton (http://app.transifex.com/openstreetmap/umap/language/br/)\n"
|
|
@@ -28,7 +28,7 @@ msgstr "N'haller he c'hemmañ nemet gant ul liamm aozañ kuzh"
|
|
|
28
28
|
msgid "Everyone can edit"
|
|
29
29
|
msgstr "An holl a c'hall kemmañ"
|
|
30
30
|
|
|
31
|
-
#: forms.py:69 models.py:
|
|
31
|
+
#: forms.py:69 models.py:381
|
|
32
32
|
msgid "Inherit"
|
|
33
33
|
msgstr "Dre ziouer"
|
|
34
34
|
|
|
@@ -36,107 +36,107 @@ msgstr "Dre ziouer"
|
|
|
36
36
|
msgid "Site is readonly for maintenance"
|
|
37
37
|
msgstr "Al lec'hienn zo da lenn hepken rak emeur ouzh he c'hempenn"
|
|
38
38
|
|
|
39
|
-
#: models.py:
|
|
39
|
+
#: models.py:52
|
|
40
40
|
msgid "name"
|
|
41
41
|
msgstr "anv"
|
|
42
42
|
|
|
43
|
-
#: models.py:
|
|
43
|
+
#: models.py:83
|
|
44
44
|
msgid "details"
|
|
45
45
|
msgstr "munudoù"
|
|
46
46
|
|
|
47
|
-
#: models.py:
|
|
47
|
+
#: models.py:84
|
|
48
48
|
msgid "Link to a page where the licence is detailed."
|
|
49
49
|
msgstr "Liamm war-zu ur bajenn a zispleg an aotre-implijout."
|
|
50
50
|
|
|
51
|
-
#: models.py:
|
|
51
|
+
#: models.py:94
|
|
52
52
|
msgid "URL template using OSM tile format"
|
|
53
53
|
msgstr "Patrom URL a implij furmad teol OSM"
|
|
54
54
|
|
|
55
|
-
#: models.py:
|
|
55
|
+
#: models.py:100
|
|
56
56
|
msgid "Order of the tilelayers in the edit box"
|
|
57
57
|
msgstr ""
|
|
58
58
|
|
|
59
|
-
#: models.py:
|
|
59
|
+
#: models.py:146 models.py:382
|
|
60
60
|
msgid "Everyone"
|
|
61
61
|
msgstr "An holl"
|
|
62
62
|
|
|
63
|
-
#: models.py:
|
|
63
|
+
#: models.py:147 models.py:153 models.py:383
|
|
64
64
|
msgid "Editors only"
|
|
65
65
|
msgstr "Aozerien nemetken"
|
|
66
66
|
|
|
67
|
-
#: models.py:
|
|
67
|
+
#: models.py:148 models.py:384
|
|
68
68
|
msgid "Owner only"
|
|
69
69
|
msgstr "Ar perc'henner hepken"
|
|
70
70
|
|
|
71
|
-
#: models.py:
|
|
71
|
+
#: models.py:151
|
|
72
72
|
msgid "Everyone (public)"
|
|
73
73
|
msgstr "An holl (publik)"
|
|
74
74
|
|
|
75
|
-
#: models.py:
|
|
75
|
+
#: models.py:152
|
|
76
76
|
msgid "Anyone with link"
|
|
77
77
|
msgstr "Piv bennak en deus ul liamm"
|
|
78
78
|
|
|
79
|
-
#: models.py:
|
|
79
|
+
#: models.py:154
|
|
80
80
|
msgid "Blocked"
|
|
81
81
|
msgstr "Stanket"
|
|
82
82
|
|
|
83
|
-
#: models.py:
|
|
83
|
+
#: models.py:157 models.py:391
|
|
84
84
|
msgid "description"
|
|
85
85
|
msgstr "deskrivadur"
|
|
86
86
|
|
|
87
|
-
#: models.py:
|
|
87
|
+
#: models.py:158
|
|
88
88
|
msgid "center"
|
|
89
89
|
msgstr "kreizañ"
|
|
90
90
|
|
|
91
|
-
#: models.py:
|
|
91
|
+
#: models.py:159
|
|
92
92
|
msgid "zoom"
|
|
93
93
|
msgstr "zoumañ"
|
|
94
94
|
|
|
95
|
-
#: models.py:
|
|
95
|
+
#: models.py:161
|
|
96
96
|
msgid "locate"
|
|
97
97
|
msgstr "lec'hiañ"
|
|
98
98
|
|
|
99
|
-
#: models.py:
|
|
99
|
+
#: models.py:161
|
|
100
100
|
msgid "Locate user on load?"
|
|
101
101
|
msgstr "Lec'hiañ an implijer en ur gargañ?"
|
|
102
102
|
|
|
103
|
-
#: models.py:
|
|
103
|
+
#: models.py:165
|
|
104
104
|
msgid "Choose the map licence."
|
|
105
105
|
msgstr "Dibabit aotre-implijout ar gartenn."
|
|
106
106
|
|
|
107
|
-
#: models.py:
|
|
107
|
+
#: models.py:166
|
|
108
108
|
msgid "licence"
|
|
109
109
|
msgstr "aotre"
|
|
110
110
|
|
|
111
|
-
#: models.py:
|
|
111
|
+
#: models.py:177
|
|
112
112
|
msgid "owner"
|
|
113
113
|
msgstr "perc'henner"
|
|
114
114
|
|
|
115
|
-
#: models.py:
|
|
115
|
+
#: models.py:181
|
|
116
116
|
msgid "editors"
|
|
117
117
|
msgstr "aozerien"
|
|
118
118
|
|
|
119
|
-
#: models.py:
|
|
119
|
+
#: models.py:186 models.py:405
|
|
120
120
|
msgid "edit status"
|
|
121
121
|
msgstr "statud aozañ"
|
|
122
122
|
|
|
123
|
-
#: models.py:
|
|
123
|
+
#: models.py:191
|
|
124
124
|
msgid "share status"
|
|
125
125
|
msgstr "digor da biv?"
|
|
126
126
|
|
|
127
|
-
#: models.py:
|
|
127
|
+
#: models.py:194 models.py:400
|
|
128
128
|
msgid "settings"
|
|
129
129
|
msgstr "arventennoù"
|
|
130
130
|
|
|
131
|
-
#: models.py:
|
|
131
|
+
#: models.py:322
|
|
132
132
|
msgid "Clone of"
|
|
133
133
|
msgstr "Eilenn eus"
|
|
134
134
|
|
|
135
|
-
#: models.py:
|
|
135
|
+
#: models.py:395
|
|
136
136
|
msgid "display on load"
|
|
137
137
|
msgstr "diskwel pa vez karget"
|
|
138
138
|
|
|
139
|
-
#: models.py:
|
|
139
|
+
#: models.py:396
|
|
140
140
|
msgid "Display this layer on load."
|
|
141
141
|
msgstr "Diskwel ar gwiskad-mañ pa vez karget"
|
|
142
142
|
|
|
@@ -156,7 +156,7 @@ msgstr "%(current_user)s n'en/he deus kartenn ebet."
|
|
|
156
156
|
|
|
157
157
|
#: templates/auth/user_form.html:6
|
|
158
158
|
msgid "My Maps"
|
|
159
|
-
msgstr ""
|
|
159
|
+
msgstr "Ma c'hartennoù"
|
|
160
160
|
|
|
161
161
|
#: templates/auth/user_form.html:7
|
|
162
162
|
msgid "My Profile"
|
|
@@ -292,7 +292,7 @@ msgstr "Bezit awenet en ur furchal kartennoù"
|
|
|
292
292
|
msgid "You are logged in. Continuing..."
|
|
293
293
|
msgstr "Kevreet oc'h. Gortozit ur pennadig..."
|
|
294
294
|
|
|
295
|
-
#: templates/umap/map_list.html:9 views.py:
|
|
295
|
+
#: templates/umap/map_list.html:9 views.py:349
|
|
296
296
|
msgid "by"
|
|
297
297
|
msgstr "gant"
|
|
298
298
|
|
|
@@ -310,11 +310,11 @@ msgstr "Rakwel"
|
|
|
310
310
|
|
|
311
311
|
#: templates/umap/map_table.html:8
|
|
312
312
|
msgid "Who can see"
|
|
313
|
-
msgstr ""
|
|
313
|
+
msgstr "Piv a c'hall gwelet"
|
|
314
314
|
|
|
315
315
|
#: templates/umap/map_table.html:9
|
|
316
316
|
msgid "Who can edit"
|
|
317
|
-
msgstr ""
|
|
317
|
+
msgstr "Piv a c'hall kemmañ"
|
|
318
318
|
|
|
319
319
|
#: templates/umap/map_table.html:10
|
|
320
320
|
msgid "Last save"
|
|
@@ -328,60 +328,60 @@ msgstr "Perc'henner"
|
|
|
328
328
|
msgid "Actions"
|
|
329
329
|
msgstr "Oberoù"
|
|
330
330
|
|
|
331
|
-
#: templates/umap/map_table.html:
|
|
331
|
+
#: templates/umap/map_table.html:26 templates/umap/map_table.html:28
|
|
332
332
|
msgid "Open preview"
|
|
333
333
|
msgstr "Digeriñ ar rakwel"
|
|
334
334
|
|
|
335
|
-
#: templates/umap/map_table.html:
|
|
335
|
+
#: templates/umap/map_table.html:48 templates/umap/map_table.html:50
|
|
336
336
|
msgid "Share"
|
|
337
337
|
msgstr "Rannañ"
|
|
338
338
|
|
|
339
|
-
#: templates/umap/map_table.html:
|
|
339
|
+
#: templates/umap/map_table.html:54 templates/umap/map_table.html:56
|
|
340
340
|
msgid "Edit"
|
|
341
341
|
msgstr "Aozañ"
|
|
342
342
|
|
|
343
|
-
#: templates/umap/map_table.html:
|
|
343
|
+
#: templates/umap/map_table.html:60 templates/umap/map_table.html:62
|
|
344
344
|
msgid "Download"
|
|
345
345
|
msgstr "Pellgargañ"
|
|
346
346
|
|
|
347
|
-
#: templates/umap/map_table.html:
|
|
347
|
+
#: templates/umap/map_table.html:66 templates/umap/map_table.html:68
|
|
348
348
|
msgid "Clone"
|
|
349
|
-
msgstr ""
|
|
349
|
+
msgstr "Doublañ"
|
|
350
350
|
|
|
351
|
-
#: templates/umap/map_table.html:
|
|
351
|
+
#: templates/umap/map_table.html:76 templates/umap/map_table.html:78
|
|
352
352
|
msgid "Delete"
|
|
353
|
-
msgstr ""
|
|
353
|
+
msgstr "Dilemel"
|
|
354
354
|
|
|
355
|
-
#: templates/umap/map_table.html:
|
|
355
|
+
#: templates/umap/map_table.html:91
|
|
356
356
|
msgid "first"
|
|
357
357
|
msgstr "kentañ"
|
|
358
358
|
|
|
359
|
-
#: templates/umap/map_table.html:
|
|
359
|
+
#: templates/umap/map_table.html:92
|
|
360
360
|
msgid "previous"
|
|
361
361
|
msgstr "kent"
|
|
362
362
|
|
|
363
|
-
#: templates/umap/map_table.html:
|
|
363
|
+
#: templates/umap/map_table.html:100
|
|
364
364
|
#, python-format
|
|
365
365
|
msgid "Page %(maps_number)s of %(num_pages)s"
|
|
366
|
-
msgstr ""
|
|
366
|
+
msgstr "Pajenn %(maps_number)s diwar %(num_pages)s"
|
|
367
367
|
|
|
368
|
-
#: templates/umap/map_table.html:
|
|
368
|
+
#: templates/umap/map_table.html:105
|
|
369
369
|
msgid "next"
|
|
370
370
|
msgstr "war-lerc'h"
|
|
371
371
|
|
|
372
|
-
#: templates/umap/map_table.html:
|
|
372
|
+
#: templates/umap/map_table.html:106
|
|
373
373
|
msgid "last"
|
|
374
374
|
msgstr "diwezhañ"
|
|
375
375
|
|
|
376
|
-
#: templates/umap/map_table.html:
|
|
376
|
+
#: templates/umap/map_table.html:114
|
|
377
377
|
#, python-format
|
|
378
378
|
msgid "Lines per page: %(per_page)s"
|
|
379
|
-
msgstr ""
|
|
379
|
+
msgstr "Linennoù dre bajenn: %(per_page)s"
|
|
380
380
|
|
|
381
|
-
#: templates/umap/map_table.html:
|
|
381
|
+
#: templates/umap/map_table.html:119
|
|
382
382
|
#, python-format
|
|
383
383
|
msgid "%(count)s maps"
|
|
384
|
-
msgstr ""
|
|
384
|
+
msgstr "%(count)s a gartennoù"
|
|
385
385
|
|
|
386
386
|
#: templates/umap/navigation.html:10 templates/umap/user_dashboard.html:4
|
|
387
387
|
msgid "My Dashboard"
|
|
@@ -475,78 +475,83 @@ msgstr "Klask kartennoù"
|
|
|
475
475
|
msgid "Search"
|
|
476
476
|
msgstr "Klask"
|
|
477
477
|
|
|
478
|
-
#: templates/umap/user_dashboard.html:7 templates/umap/user_dashboard.html:
|
|
478
|
+
#: templates/umap/user_dashboard.html:7 templates/umap/user_dashboard.html:27
|
|
479
479
|
msgid "Search my maps"
|
|
480
480
|
msgstr "Klask e-touez ma c'hartennoù"
|
|
481
481
|
|
|
482
|
-
#: templates/umap/user_dashboard.html:
|
|
482
|
+
#: templates/umap/user_dashboard.html:10
|
|
483
483
|
#, python-format
|
|
484
484
|
msgid "My Maps (%(count)s)"
|
|
485
|
-
msgstr ""
|
|
485
|
+
msgstr "Ma c'hartennoù (%(count)s)"
|
|
486
486
|
|
|
487
|
-
#: templates/umap/user_dashboard.html:
|
|
487
|
+
#: templates/umap/user_dashboard.html:12
|
|
488
488
|
msgid "My profile"
|
|
489
489
|
msgstr "Ma frofil"
|
|
490
490
|
|
|
491
|
-
#: templates/umap/user_dashboard.html:
|
|
491
|
+
#: templates/umap/user_dashboard.html:20 templates/umap/user_dashboard.html:24
|
|
492
492
|
msgid "Map’s title"
|
|
493
|
-
msgstr ""
|
|
493
|
+
msgstr "Titl ar gartenn"
|
|
494
494
|
|
|
495
495
|
#: templates/umap/user_dashboard.html:32
|
|
496
496
|
#, python-format
|
|
497
497
|
msgid "Download %(count)s maps"
|
|
498
|
-
msgstr ""
|
|
498
|
+
msgstr "Pellgargañ %(count)s a gartennoù"
|
|
499
499
|
|
|
500
500
|
#: templates/umap/user_dashboard.html:42
|
|
501
501
|
msgid "You have no map yet."
|
|
502
502
|
msgstr "N'ho peus kartenn ebet c'hoazh."
|
|
503
503
|
|
|
504
|
-
#: views.py:
|
|
504
|
+
#: views.py:354
|
|
505
505
|
msgid "View the map"
|
|
506
506
|
msgstr "Diskouez ar gartenn"
|
|
507
507
|
|
|
508
|
-
#: views.py:
|
|
508
|
+
#: views.py:716
|
|
509
509
|
msgid "See full screen"
|
|
510
|
-
msgstr ""
|
|
510
|
+
msgstr "Gwelet er mod skramm a-bezh"
|
|
511
511
|
|
|
512
|
-
#: views.py:
|
|
512
|
+
#: views.py:817
|
|
513
513
|
msgid "Map editors updated with success!"
|
|
514
514
|
msgstr "Aozerien ar gartenn bet hizivaet gant berzh!"
|
|
515
515
|
|
|
516
|
-
#: views.py:
|
|
516
|
+
#: views.py:854
|
|
517
517
|
#, python-format
|
|
518
518
|
msgid "The uMap edit link for your map: %(map_name)s"
|
|
519
519
|
msgstr "Al liamm uMap evit aozañ ho kartenn: %(map_name)s"
|
|
520
520
|
|
|
521
|
-
#: views.py:
|
|
521
|
+
#: views.py:857
|
|
522
522
|
#, python-format
|
|
523
523
|
msgid "Here is your secret edit link: %(link)s"
|
|
524
524
|
msgstr "Setu ho liamm aozañ kuzh: %(link)s"
|
|
525
525
|
|
|
526
|
-
#: views.py:
|
|
526
|
+
#: views.py:864
|
|
527
|
+
#, python-format
|
|
528
|
+
msgid "Can't send email to %(email)s"
|
|
529
|
+
msgstr "N'haller ket kas ur postel da %(email)s"
|
|
530
|
+
|
|
531
|
+
#: views.py:867
|
|
527
532
|
#, python-format
|
|
528
533
|
msgid "Email sent to %(email)s"
|
|
529
534
|
msgstr "Postel kaset da %(email)s"
|
|
530
535
|
|
|
531
|
-
#: views.py:
|
|
536
|
+
#: views.py:878
|
|
532
537
|
msgid "Only its owner can delete the map."
|
|
533
538
|
msgstr "N'eus nemet perc'henner ar gartenn a c'hall he dilemel."
|
|
534
539
|
|
|
535
|
-
#: views.py:
|
|
540
|
+
#: views.py:906
|
|
536
541
|
#, python-format
|
|
537
542
|
msgid ""
|
|
538
543
|
"Your map has been cloned! If you want to edit this map from another "
|
|
539
544
|
"computer, please use this link: %(anonymous_url)s"
|
|
540
|
-
msgstr "
|
|
545
|
+
msgstr "Doublet eo bet ho kartenn! M'ho peus c'hoant d'he c'hemmañ diwar un urzhiataer all, implijit al liamm-mañ: %(anonymous_url)s"
|
|
541
546
|
|
|
542
|
-
#: views.py:
|
|
547
|
+
#: views.py:911
|
|
543
548
|
msgid "Congratulations, your map has been cloned!"
|
|
544
|
-
msgstr "
|
|
549
|
+
msgstr "Doublet eo bet ho kartenn gant berzh!"
|
|
545
550
|
|
|
546
|
-
#: views.py:
|
|
551
|
+
#: views.py:1145
|
|
547
552
|
msgid "Layer successfully deleted."
|
|
548
553
|
msgstr "Gwiskad dilamet gant berzh."
|
|
549
554
|
|
|
550
|
-
#: views.py:
|
|
555
|
+
#: views.py:1167
|
|
551
556
|
msgid "Permissions updated with success!"
|
|
552
557
|
msgstr "Aotreoù hizivaet gant berzh!"
|