umap-project 1.4.3__tar.gz → 1.5.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of umap-project might be problematic. Click here for more details.
- {umap_project-1.4.3 → umap_project-1.5.0}/PKG-INFO +3 -3
- {umap_project-1.4.3 → umap_project-1.5.0}/pyproject.toml +2 -2
- umap_project-1.5.0/umap/__init__.py +1 -0
- umap_project-1.5.0/umap/locale/br/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/br/LC_MESSAGES/django.po +29 -28
- umap_project-1.5.0/umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/cs_CZ/LC_MESSAGES/django.po +35 -35
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/en/LC_MESSAGES/django.po +28 -28
- umap_project-1.5.0/umap/migrations/0010_alter_map_edit_status_alter_map_share_status.py +23 -0
- umap_project-1.5.0/umap/migrations/0011_alter_map_edit_status_alter_map_share_status.py +24 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/models.py +10 -2
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/settings/base.py +2 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/base.css +4 -4
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/img/16-white.svg +18 -3
- umap_project-1.5.0/umap/static/umap/img/logo_small.svg +14 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/img/source/16-white.svg +19 -5
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/js/umap.controls.js +122 -132
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/js/umap.core.js +13 -6
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/js/umap.features.js +41 -15
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/js/umap.forms.js +55 -5
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/js/umap.js +59 -100
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/js/umap.layer.js +69 -26
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/js/umap.permissions.js +5 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/js/umap.popup.js +3 -6
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/js/umap.xhr.js +2 -1
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/am_ET.js +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/am_ET.json +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/ar.js +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/ar.json +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/ast.js +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/ast.json +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/bg.js +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/bg.json +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/br.js +149 -142
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/br.json +149 -142
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/ca.js +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/ca.json +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/cs_CZ.js +42 -35
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/cs_CZ.json +42 -35
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/da.js +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/da.json +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/de.js +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/de.json +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/el.js +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/el.json +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/en.js +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/en.json +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/en_US.json +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/es.js +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/es.json +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/et.js +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/et.json +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/eu.js +7 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/eu.json +7 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/fa_IR.js +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/fa_IR.json +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/fi.js +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/fi.json +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/fr.js +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/fr.json +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/gl.js +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/gl.json +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/he.js +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/he.json +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/hr.js +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/hr.json +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/hu.js +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/hu.json +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/id.js +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/id.json +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/is.js +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/is.json +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/it.js +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/it.json +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/ja.js +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/ja.json +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/ko.js +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/ko.json +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/lt.js +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/lt.json +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/ms.js +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/ms.json +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/nl.js +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/nl.json +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/no.js +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/no.json +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/pl.js +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/pl.json +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/pl_PL.json +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/pt.js +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/pt.json +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/pt_BR.js +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/pt_BR.json +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/pt_PT.js +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/pt_PT.json +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/ro.js +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/ro.json +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/ru.js +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/ru.json +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/sk_SK.js +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/sk_SK.json +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/sl.js +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/sl.json +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/sr.js +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/sr.json +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/sv.js +38 -31
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/sv.json +38 -31
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/th_TH.js +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/th_TH.json +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/tr.js +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/tr.json +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/uk_UA.js +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/uk_UA.json +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/vi.js +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/vi.json +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/vi_VN.json +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/zh.js +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/zh.json +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/zh_CN.json +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/zh_TW.Big5.json +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/zh_TW.js +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/zh_TW.json +14 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/map.css +119 -47
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/test/DataLayer.js +32 -6
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/test/Permissions.js +2 -2
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/test/Util.js +26 -7
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/leaflet/leaflet-src.js +7156 -7156
- umap_project-1.5.0/umap/static/umap/vendors/togeojson/togeojson.js +2 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/tests/test_map.py +16 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/tests/test_views.py +18 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/views.py +4 -2
- umap_project-1.4.3/umap/__init__.py +0 -1
- umap_project-1.4.3/umap/locale/br/LC_MESSAGES/django.mo +0 -0
- umap_project-1.4.3/umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
- umap_project-1.4.3/umap/static/umap/vendors/togeojson/togeojson.js +0 -406
- {umap_project-1.4.3 → umap_project-1.5.0}/.gitignore +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/LICENSE +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/README.md +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/admin.py +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/apps.py +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/autocomplete.py +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/bin/__init__.py +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/context_processors.py +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/decorators.py +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/fields.py +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/forms.py +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/am_ET/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/am_ET/LC_MESSAGES/django.po +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/ar/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/ar/LC_MESSAGES/django.po +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/ast/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/ast/LC_MESSAGES/django.po +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/bg/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/bg/LC_MESSAGES/django.po +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/ca/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/ca/LC_MESSAGES/django.po +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/da/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/da/LC_MESSAGES/django.po +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/de/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/de/LC_MESSAGES/django.po +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/el/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/el/LC_MESSAGES/django.po +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/en/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/es/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/es/LC_MESSAGES/django.po +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/et/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/et/LC_MESSAGES/django.po +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/eu/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/eu/LC_MESSAGES/django.po +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/fa_IR/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/fa_IR/LC_MESSAGES/django.po +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/fi/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/fi/LC_MESSAGES/django.po +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/fr/LC_MESSAGES/django.po +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/gl/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/gl/LC_MESSAGES/django.po +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/he/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/he/LC_MESSAGES/django.po +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/hr/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/hr/LC_MESSAGES/django.po +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/hu/LC_MESSAGES/django.po +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/id/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/id/LC_MESSAGES/django.po +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/is/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/is/LC_MESSAGES/django.po +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/it/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/it/LC_MESSAGES/django.po +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/ja/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/ja/LC_MESSAGES/django.po +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/ko/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/ko/LC_MESSAGES/django.po +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/lt/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/lt/LC_MESSAGES/django.po +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/ms/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/ms/LC_MESSAGES/django.po +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/nl/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/nl/LC_MESSAGES/django.po +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/no/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/no/LC_MESSAGES/django.po +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/pl/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/pl/LC_MESSAGES/django.po +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/pt/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/pt/LC_MESSAGES/django.po +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/pt_BR/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/pt_BR/LC_MESSAGES/django.po +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/pt_PT/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/pt_PT/LC_MESSAGES/django.po +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/ro/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/ro/LC_MESSAGES/django.po +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/ru/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/ru/LC_MESSAGES/django.po +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/si/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/si/LC_MESSAGES/django.po +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/sk_SK/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/sk_SK/LC_MESSAGES/django.po +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/sl/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/sl/LC_MESSAGES/django.po +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/sr/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/sr/LC_MESSAGES/django.po +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/sv/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/sv/LC_MESSAGES/django.po +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/th_TH/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/th_TH/LC_MESSAGES/django.po +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/tr/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/tr/LC_MESSAGES/django.po +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/uk_UA/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/uk_UA/LC_MESSAGES/django.po +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/vi/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/vi/LC_MESSAGES/django.po +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/zh/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/zh/LC_MESSAGES/django.po +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/locale/zh_TW/LC_MESSAGES/django.po +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/management/__init__.py +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/management/commands/__init__.py +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/management/commands/anonymous_edit_url.py +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/management/commands/generate_js_locale.py +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/management/commands/import_pictograms.py +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/managers.py +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/middleware.py +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/migrations/0001_initial.py +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/migrations/0002_tilelayer_tms.py +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/migrations/0003_add_tilelayer.py +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/migrations/0004_add_licence.py +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/migrations/0005_remove_map_tilelayer.py +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/migrations/0006_auto_20190407_0719.py +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/migrations/0007_auto_20190416_1757.py +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/migrations/0008_alter_map_settings.py +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/migrations/0009_star.py +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/migrations/__init__.py +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/settings/__init__.py +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/settings/dev.py +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/settings/local.py.sample +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/.gitignore +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/favicon.ico +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/bitbucket.png +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/content.css +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/font/FiraSans-Light.woff +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/font/FiraSans-Light.woff2 +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/font/FiraSans-LightItalic.woff +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/font/FiraSans-LightItalic.woff2 +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/font/FiraSans-SemiBold.woff +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/font/FiraSans-SemiBold.woff2 +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/font.css +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/github.png +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/img/16.svg +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/img/24-white.svg +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/img/24.svg +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/img/edit.svg +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/img/icon-bg.png +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/img/logo.svg +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/img/logo_filigree.png +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/img/marker.png +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/img/opensource.svg +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/img/osm.svg +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/img/search.gif +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/img/source/16.svg +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/img/source/24-white.svg +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/img/source/24.svg +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/js/umap.autocomplete.js +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/js/umap.icon.js +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/js/umap.slideshow.js +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/js/umap.tableeditor.js +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/js/umap.ui.js +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/si.js +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/locale/si.json +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/nav.css +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/openstreetmap.png +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/test/.eslintrc +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/test/Controls.js +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/test/Feature.js +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/test/Map.js +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/test/Marker.js +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/test/Polygon.js +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/test/Polyline.js +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/test/TableEditor.js +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/test/_pre.js +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/test/index.html +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/theme.css +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/twitter.png +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/choropleth/choropleth.js +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/chroma/chroma.min.js +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/contextmenu/leaflet.contextmenu.css +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/contextmenu/leaflet.contextmenu.js +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/contextmenu/leaflet.contextmenu.min.css +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/contextmenu/leaflet.contextmenu.min.js +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/csv2geojson/csv2geojson.js +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/csv2geojson/index.js +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/dompurify/purify.js +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/editable/Leaflet.Editable.js +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/editable/Path.Drag.js +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.css +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.js +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/editinosm/edit-in-osm.png +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/formbuilder/Leaflet.FormBuilder.js +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/fullscreen/Leaflet.fullscreen.js +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/fullscreen/Leaflet.fullscreen.min.js +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/fullscreen/fullscreen.png +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/fullscreen/fullscreen@2x.png +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/fullscreen/leaflet.fullscreen.css +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/georsstogeojson/GeoRSSToGeoJSON.js +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/hash/leaflet-hash.js +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/heat/leaflet-heat.js +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/i18n/Leaflet.i18n.js +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/leaflet/images/layers-2x.png +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/leaflet/images/layers.png +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/leaflet/images/marker-icon-2x.png +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/leaflet/images/marker-icon.png +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/leaflet/images/marker-shadow.png +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/leaflet/leaflet-src.esm.js +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/leaflet/leaflet-src.esm.js.map +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/leaflet/leaflet-src.js.map +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/leaflet/leaflet.css +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/leaflet/leaflet.js +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/leaflet/leaflet.js.map +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/loading/Control.Loading.css +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/loading/Control.Loading.js +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.css +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.js +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/markercluster/MarkerCluster.Default.css +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/markercluster/MarkerCluster.css +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/markercluster/WhereAreTheJavascriptFiles.txt +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/markercluster/leaflet.markercluster-src.js +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/markercluster/leaflet.markercluster-src.js.map +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/markercluster/leaflet.markercluster.js +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/markercluster/leaflet.markercluster.js.map +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/measurable/Leaflet.Measurable.css +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/measurable/Leaflet.Measurable.js +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/minimap/Control.MiniMap.css +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/minimap/Control.MiniMap.js +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/minimap/images/toggle.png +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/minimap/images/toggle.svg +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/osmtogeojson/osmtogeojson.js +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/photon/leaflet.photon.js +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/print/leaflet.browser.print.js +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/print/leaflet.browser.print.min.js +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/togpx/togpx.js +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/tokml/tokml.js +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/toolbar/leaflet.toolbar-src.css +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/toolbar/leaflet.toolbar-src.js +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/toolbar/leaflet.toolbar.css +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/static/umap/vendors/toolbar/leaflet.toolbar.js +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/templates/404.html +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/templates/500.html +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/templates/auth/user_detail.html +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/templates/auth/user_stars.html +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/templates/base.html +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/templates/registration/login.html +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/templates/umap/about.html +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/templates/umap/about_summary.html +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/templates/umap/content.html +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/templates/umap/content_footer.html +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/templates/umap/css.html +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/templates/umap/footer.html +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/templates/umap/home.html +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/templates/umap/js.html +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/templates/umap/locale.js +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/templates/umap/login_popup_end.html +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/templates/umap/map_detail.html +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/templates/umap/map_fragment.html +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/templates/umap/map_init.html +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/templates/umap/map_list.html +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/templates/umap/map_messages.html +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/templates/umap/map_table.html +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/templates/umap/messages.html +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/templates/umap/navigation.html +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/templates/umap/password_change.html +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/templates/umap/password_change_done.html +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/templates/umap/search.html +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/templates/umap/search_bar.html +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/templates/umap/success.html +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/templates/umap/user_dashboard.html +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/templatetags/__init__.py +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/templatetags/umap_tags.py +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/tests/__init__.py +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/tests/base.py +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/tests/conftest.py +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/tests/fixtures/test_upload_data.csv +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/tests/fixtures/test_upload_data.gpx +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/tests/fixtures/test_upload_data.json +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/tests/fixtures/test_upload_data.kml +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/tests/fixtures/test_upload_empty_coordinates.json +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/tests/fixtures/test_upload_missing_name.json +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/tests/fixtures/test_upload_non_linear_ring.json +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/tests/settings.py +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/tests/test_datalayer.py +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/tests/test_datalayer_views.py +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/tests/test_licence.py +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/tests/test_map_views.py +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/tests/test_tilelayer.py +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/tests/test_utils.py +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/urls.py +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/utils.py +0 -0
- {umap_project-1.4.3 → umap_project-1.5.0}/umap/wsgi.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: umap-project
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.5.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>
|
|
@@ -30,10 +30,10 @@ Requires-Dist: requests==2.30.0
|
|
|
30
30
|
Requires-Dist: social-auth-app-django==5.2.0
|
|
31
31
|
Requires-Dist: social-auth-core==4.4.2
|
|
32
32
|
Provides-Extra: dev
|
|
33
|
-
Requires-Dist: black==
|
|
33
|
+
Requires-Dist: black==23.3.0; extra == 'dev'
|
|
34
34
|
Requires-Dist: djlint==1.31.0; extra == 'dev'
|
|
35
35
|
Requires-Dist: hatch==1.7.0; extra == 'dev'
|
|
36
|
-
Requires-Dist: mkdocs==1.2
|
|
36
|
+
Requires-Dist: mkdocs==1.5.2; extra == 'dev'
|
|
37
37
|
Provides-Extra: docker
|
|
38
38
|
Requires-Dist: uwsgi==2.0.21; extra == 'docker'
|
|
39
39
|
Provides-Extra: test
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
VERSION = "1.5.0"
|
|
Binary file
|
|
@@ -3,15 +3,16 @@
|
|
|
3
3
|
# This file is distributed under the same license as the PACKAGE package.
|
|
4
4
|
#
|
|
5
5
|
# Translators:
|
|
6
|
-
# Dren
|
|
7
|
-
# Dren
|
|
6
|
+
# Dren ar Frankig <hadrienlouque@gmail.com>, 2023
|
|
7
|
+
# Dren ar Frankig <hadrienlouque@gmail.com>, 2023
|
|
8
|
+
# Dren ar Frankig <hadrienlouque@gmail.com>, 2023
|
|
8
9
|
msgid ""
|
|
9
10
|
msgstr ""
|
|
10
11
|
"Project-Id-Version: uMap\n"
|
|
11
12
|
"Report-Msgid-Bugs-To: \n"
|
|
12
13
|
"POT-Creation-Date: 2023-07-19 13:43+0000\n"
|
|
13
14
|
"PO-Revision-Date: 2013-11-22 14:00+0000\n"
|
|
14
|
-
"Last-Translator: Dren
|
|
15
|
+
"Last-Translator: Dren ar Frankig <hadrienlouque@gmail.com>, 2023\n"
|
|
15
16
|
"Language-Team: Breton (http://app.transifex.com/openstreetmap/umap/language/br/)\n"
|
|
16
17
|
"MIME-Version: 1.0\n"
|
|
17
18
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
@@ -22,7 +23,7 @@ msgstr ""
|
|
|
22
23
|
#: forms.py:43
|
|
23
24
|
#, python-format
|
|
24
25
|
msgid "Secret edit link is %s"
|
|
25
|
-
msgstr ""
|
|
26
|
+
msgstr "Liamm aozañ kuzh: %s"
|
|
26
27
|
|
|
27
28
|
#: forms.py:47
|
|
28
29
|
msgid "Everyone can edit"
|
|
@@ -30,11 +31,11 @@ msgstr "An holl a c'hall kemmañ"
|
|
|
30
31
|
|
|
31
32
|
#: forms.py:48
|
|
32
33
|
msgid "Only editable with secret edit link"
|
|
33
|
-
msgstr ""
|
|
34
|
+
msgstr "N'haller he c'hemmañ nemet gant ul liamm aozañ kuzh"
|
|
34
35
|
|
|
35
36
|
#: middleware.py:14
|
|
36
37
|
msgid "Site is readonly for maintenance"
|
|
37
|
-
msgstr ""
|
|
38
|
+
msgstr "Al lec'hienn zo da lenn hepken rak emeur ouzh he c'hempenn"
|
|
38
39
|
|
|
39
40
|
#: models.py:40
|
|
40
41
|
msgid "name"
|
|
@@ -46,11 +47,11 @@ msgstr "munudoù"
|
|
|
46
47
|
|
|
47
48
|
#: models.py:72
|
|
48
49
|
msgid "Link to a page where the licence is detailed."
|
|
49
|
-
msgstr ""
|
|
50
|
+
msgstr "Liamm war-zu ur bajenn a zispleg an aotre-implijout."
|
|
50
51
|
|
|
51
52
|
#: models.py:82
|
|
52
53
|
msgid "URL template using OSM tile format"
|
|
53
|
-
msgstr ""
|
|
54
|
+
msgstr "Patrom URL a implij furmad teol OSM"
|
|
54
55
|
|
|
55
56
|
#: models.py:88
|
|
56
57
|
msgid "Order of the tilelayers in the edit box"
|
|
@@ -66,7 +67,7 @@ msgstr "Aozerien nemetken"
|
|
|
66
67
|
|
|
67
68
|
#: models.py:136
|
|
68
69
|
msgid "Owner only"
|
|
69
|
-
msgstr "
|
|
70
|
+
msgstr "Ar perc'henner hepken"
|
|
70
71
|
|
|
71
72
|
#: models.py:139
|
|
72
73
|
msgid "Everyone (public)"
|
|
@@ -98,7 +99,7 @@ msgstr "lec'hiañ"
|
|
|
98
99
|
|
|
99
100
|
#: models.py:149
|
|
100
101
|
msgid "Locate user on load?"
|
|
101
|
-
msgstr ""
|
|
102
|
+
msgstr "Lec'hiañ an implijer en ur gargañ?"
|
|
102
103
|
|
|
103
104
|
#: models.py:153
|
|
104
105
|
msgid "Choose the map licence."
|
|
@@ -118,11 +119,11 @@ msgstr "aozerien"
|
|
|
118
119
|
|
|
119
120
|
#: models.py:171
|
|
120
121
|
msgid "edit status"
|
|
121
|
-
msgstr ""
|
|
122
|
+
msgstr "statud aozañ"
|
|
122
123
|
|
|
123
124
|
#: models.py:174
|
|
124
125
|
msgid "share status"
|
|
125
|
-
msgstr ""
|
|
126
|
+
msgstr "digor da biv?"
|
|
126
127
|
|
|
127
128
|
#: models.py:177
|
|
128
129
|
msgid "settings"
|
|
@@ -130,15 +131,15 @@ msgstr "arventennoù"
|
|
|
130
131
|
|
|
131
132
|
#: models.py:250
|
|
132
133
|
msgid "Clone of"
|
|
133
|
-
msgstr ""
|
|
134
|
+
msgstr "Eilenn eus"
|
|
134
135
|
|
|
135
136
|
#: models.py:299
|
|
136
137
|
msgid "display on load"
|
|
137
|
-
msgstr ""
|
|
138
|
+
msgstr "diskwel pa vez karget"
|
|
138
139
|
|
|
139
140
|
#: models.py:300
|
|
140
141
|
msgid "Display this layer on load."
|
|
141
|
-
msgstr ""
|
|
142
|
+
msgstr "Diskwel ar gwiskad-mañ pa vez karget"
|
|
142
143
|
|
|
143
144
|
#: templates/404.html:6
|
|
144
145
|
msgid "Take me to the home page"
|
|
@@ -168,7 +169,7 @@ msgstr "%(current_user)s n'en/he deus kartenn spilhennet ebet."
|
|
|
168
169
|
msgid ""
|
|
169
170
|
"uMap lets you create maps with OpenStreetMap layers in a minute and embed "
|
|
170
171
|
"them in your site."
|
|
171
|
-
msgstr ""
|
|
172
|
+
msgstr "uMap a ro tro deoc'h da grouiñ kartennoù en ur serr-lagad gant foñsoù OpenStreetMap ha d'o enframmañ e-barzh ho lec'hienn."
|
|
172
173
|
|
|
173
174
|
#: templates/registration/login.html:3
|
|
174
175
|
msgid "Please log in with your account"
|
|
@@ -207,11 +208,11 @@ msgstr "Ouzhpennañ \"poentoù heverk\": balizennoù, linennoù, lieskornoù..."
|
|
|
207
208
|
|
|
208
209
|
#: templates/umap/about_summary.html:23
|
|
209
210
|
msgid "Manage POIs colours and icons"
|
|
210
|
-
msgstr "Dibab livioù
|
|
211
|
+
msgstr "Dibab livioù hag ikonoù ar poentoù heverk"
|
|
211
212
|
|
|
212
213
|
#: templates/umap/about_summary.html:24
|
|
213
214
|
msgid "Manage map options: display a minimap, locate user on load…"
|
|
214
|
-
msgstr ""
|
|
215
|
+
msgstr "Merañ dibarzhioù ar gartenn: diskwel ar gartennig, lec'hiañ an implijer..."
|
|
215
216
|
|
|
216
217
|
#: templates/umap/about_summary.html:25
|
|
217
218
|
msgid "Batch import geostructured data (geojson, gpx, kml, osm...)"
|
|
@@ -219,7 +220,7 @@ msgstr "Enporzhiañ roadennoù geografek a-vern (geojson, gpx, kml, osm...)"
|
|
|
219
220
|
|
|
220
221
|
#: templates/umap/about_summary.html:26
|
|
221
222
|
msgid "Choose the license for your data"
|
|
222
|
-
msgstr "
|
|
223
|
+
msgstr "Diuzañ aotre-implijout ho roadennoù"
|
|
223
224
|
|
|
224
225
|
#: templates/umap/about_summary.html:27
|
|
225
226
|
msgid "Embed and share your map"
|
|
@@ -237,13 +238,13 @@ msgstr "Krouiñ ur gartenn"
|
|
|
237
238
|
|
|
238
239
|
#: templates/umap/about_summary.html:51
|
|
239
240
|
msgid "Play with the demo"
|
|
240
|
-
msgstr "Amprouiñ an
|
|
241
|
+
msgstr "Amprouiñ an tañva!"
|
|
241
242
|
|
|
242
243
|
#: templates/umap/content.html:23
|
|
243
244
|
msgid ""
|
|
244
245
|
"This instance of uMap is currently in read only mode, no creation/edit is "
|
|
245
246
|
"allowed."
|
|
246
|
-
msgstr ""
|
|
247
|
+
msgstr "uMap zo da lenn hepken evit ar mare, n'haller ket krouiñ/aozañ."
|
|
247
248
|
|
|
248
249
|
#: templates/umap/content.html:31
|
|
249
250
|
#, python-format
|
|
@@ -256,11 +257,11 @@ msgstr ""
|
|
|
256
257
|
|
|
257
258
|
#: templates/umap/home.html:8
|
|
258
259
|
msgid "Map of the uMaps"
|
|
259
|
-
msgstr ""
|
|
260
|
+
msgstr "Kartenn an uMapoù"
|
|
260
261
|
|
|
261
262
|
#: templates/umap/home.html:13
|
|
262
263
|
msgid "Get inspired, browse maps"
|
|
263
|
-
msgstr "Bezit awenet en ur furchal
|
|
264
|
+
msgstr "Bezit awenet en ur furchal kartennoù"
|
|
264
265
|
|
|
265
266
|
#: templates/umap/login_popup_end.html:2
|
|
266
267
|
msgid "You are logged in. Continuing..."
|
|
@@ -350,7 +351,7 @@ msgstr "Cheñch ar ger-tremen"
|
|
|
350
351
|
msgid ""
|
|
351
352
|
"Please enter your old password, for security's sake, and then enter your new"
|
|
352
353
|
" password twice so we can verify you typed it in correctly."
|
|
353
|
-
msgstr ""
|
|
354
|
+
msgstr "Enankit ho ker-tremen kozh ha div wezh ho ker-tremen nevez war-lerc'h mar plij."
|
|
354
355
|
|
|
355
356
|
#: templates/umap/password_change.html:13
|
|
356
357
|
msgid "Old password"
|
|
@@ -408,7 +409,7 @@ msgstr "Ma zaolenn-vourzh"
|
|
|
408
409
|
|
|
409
410
|
#: templates/umap/user_dashboard.html:7
|
|
410
411
|
msgid "Search my maps"
|
|
411
|
-
msgstr ""
|
|
412
|
+
msgstr "Klask em c'hartennoù"
|
|
412
413
|
|
|
413
414
|
#: templates/umap/user_dashboard.html:18
|
|
414
415
|
msgid "You have no map yet."
|
|
@@ -429,12 +430,12 @@ msgstr "Aozerien ar gartenn bet hizivaet gant berzh!"
|
|
|
429
430
|
#: views.py:670
|
|
430
431
|
#, python-format
|
|
431
432
|
msgid "The uMap edit link for your map: %(map_name)s"
|
|
432
|
-
msgstr ""
|
|
433
|
+
msgstr "Al liamm uMap evit aozañ ho kartenn: %(map_name)s"
|
|
433
434
|
|
|
434
435
|
#: views.py:673
|
|
435
436
|
#, python-format
|
|
436
437
|
msgid "Here is your secret edit link: %(link)s"
|
|
437
|
-
msgstr ""
|
|
438
|
+
msgstr "Setu ho liamm aozañ kuzh: %(link)s"
|
|
438
439
|
|
|
439
440
|
#: views.py:679
|
|
440
441
|
#, python-format
|
|
@@ -450,7 +451,7 @@ msgstr "N'eus nemet perc'henner ar gartenn a c'hall he dilemel."
|
|
|
450
451
|
msgid ""
|
|
451
452
|
"Your map has been cloned! If you want to edit this map from another "
|
|
452
453
|
"computer, please use this link: %(anonymous_url)s"
|
|
453
|
-
msgstr ""
|
|
454
|
+
msgstr "Eilet eo bet ho kartenn! M'ho peus c'hoant d'he c'hemmañ diwar un urzhiataer all, implijit al liamm-mañ: %(anonymous_url)s"
|
|
454
455
|
|
|
455
456
|
#: views.py:718
|
|
456
457
|
msgid "Congratulations, your map has been cloned!"
|
|
Binary file
|
|
@@ -15,9 +15,9 @@ msgid ""
|
|
|
15
15
|
msgstr ""
|
|
16
16
|
"Project-Id-Version: uMap\n"
|
|
17
17
|
"Report-Msgid-Bugs-To: \n"
|
|
18
|
-
"POT-Creation-Date: 2023-07-
|
|
18
|
+
"POT-Creation-Date: 2023-07-19 13:43+0000\n"
|
|
19
19
|
"PO-Revision-Date: 2013-11-22 14:00+0000\n"
|
|
20
|
-
"Last-Translator:
|
|
20
|
+
"Last-Translator: Aleš Fiala <f.ales1@seznam.cz>, 2023\n"
|
|
21
21
|
"Language-Team: Czech (Czech Republic) (http://app.transifex.com/openstreetmap/umap/language/cs_CZ/)\n"
|
|
22
22
|
"MIME-Version: 1.0\n"
|
|
23
23
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
@@ -64,27 +64,27 @@ msgstr "Pořadí vrstev při editaci"
|
|
|
64
64
|
|
|
65
65
|
#: models.py:134
|
|
66
66
|
msgid "Everyone"
|
|
67
|
-
msgstr ""
|
|
67
|
+
msgstr "Kdokoli"
|
|
68
68
|
|
|
69
69
|
#: models.py:135 models.py:141
|
|
70
70
|
msgid "Editors only"
|
|
71
|
-
msgstr ""
|
|
71
|
+
msgstr "Jen přispěvatelé"
|
|
72
72
|
|
|
73
73
|
#: models.py:136
|
|
74
74
|
msgid "Owner only"
|
|
75
|
-
msgstr ""
|
|
75
|
+
msgstr "Jen vlastník"
|
|
76
76
|
|
|
77
77
|
#: models.py:139
|
|
78
78
|
msgid "Everyone (public)"
|
|
79
|
-
msgstr ""
|
|
79
|
+
msgstr "Kdokoli (veřejná)"
|
|
80
80
|
|
|
81
81
|
#: models.py:140
|
|
82
82
|
msgid "Anyone with link"
|
|
83
|
-
msgstr ""
|
|
83
|
+
msgstr "Kdokoli kdo má odkaz"
|
|
84
84
|
|
|
85
85
|
#: models.py:142
|
|
86
86
|
msgid "Blocked"
|
|
87
|
-
msgstr ""
|
|
87
|
+
msgstr "Blokováno"
|
|
88
88
|
|
|
89
89
|
#: models.py:145 models.py:295
|
|
90
90
|
msgid "description"
|
|
@@ -163,18 +163,18 @@ msgstr "%(current_user)s nemá mapy."
|
|
|
163
163
|
#: templates/auth/user_stars.html:5
|
|
164
164
|
#, python-format
|
|
165
165
|
msgid "Browse %(current_user)s's starred maps"
|
|
166
|
-
msgstr ""
|
|
166
|
+
msgstr "Prohlížet mapy označené hvězdičkou uživatele %(current_user)s"
|
|
167
167
|
|
|
168
168
|
#: templates/auth/user_stars.html:12
|
|
169
169
|
#, python-format
|
|
170
170
|
msgid "%(current_user)s has no starred maps yet."
|
|
171
|
-
msgstr ""
|
|
171
|
+
msgstr "%(current_user)s nemá zatím žádné mapy označené hvězdičkou."
|
|
172
172
|
|
|
173
173
|
#: templates/base.html:12
|
|
174
174
|
msgid ""
|
|
175
175
|
"uMap lets you create maps with OpenStreetMap layers in a minute and embed "
|
|
176
176
|
"them in your site."
|
|
177
|
-
msgstr ""
|
|
177
|
+
msgstr "uMap umožňuje vytvářet mapy s vrstvami OpenStreetMap za okamžik a vložit je do svých stránek."
|
|
178
178
|
|
|
179
179
|
#: templates/registration/login.html:3
|
|
180
180
|
msgid "Please log in with your account"
|
|
@@ -249,7 +249,7 @@ msgstr "Vyzkoušejte si to hned"
|
|
|
249
249
|
msgid ""
|
|
250
250
|
"This instance of uMap is currently in read only mode, no creation/edit is "
|
|
251
251
|
"allowed."
|
|
252
|
-
msgstr ""
|
|
252
|
+
msgstr "Tato instance uMap je aktuálně v režimu pouze pro čtení, není povoleno žádné vytváření/úpravy."
|
|
253
253
|
|
|
254
254
|
#: templates/umap/content.html:31
|
|
255
255
|
#, python-format
|
|
@@ -282,39 +282,39 @@ msgstr "Více"
|
|
|
282
282
|
|
|
283
283
|
#: templates/umap/map_table.html:6
|
|
284
284
|
msgid "Map"
|
|
285
|
-
msgstr ""
|
|
285
|
+
msgstr "Mapa"
|
|
286
286
|
|
|
287
287
|
#: templates/umap/map_table.html:7
|
|
288
288
|
msgid "Name"
|
|
289
|
-
msgstr ""
|
|
289
|
+
msgstr "Název"
|
|
290
290
|
|
|
291
291
|
#: templates/umap/map_table.html:8
|
|
292
292
|
msgid "Who can see / edit"
|
|
293
|
-
msgstr ""
|
|
293
|
+
msgstr "Kdo může zobrazit / upravit"
|
|
294
294
|
|
|
295
295
|
#: templates/umap/map_table.html:9
|
|
296
296
|
msgid "Last save"
|
|
297
|
-
msgstr ""
|
|
297
|
+
msgstr "Poslední uložení"
|
|
298
298
|
|
|
299
299
|
#: templates/umap/map_table.html:10
|
|
300
300
|
msgid "Owner"
|
|
301
|
-
msgstr ""
|
|
301
|
+
msgstr "Vlastník"
|
|
302
302
|
|
|
303
303
|
#: templates/umap/map_table.html:11
|
|
304
304
|
msgid "Actions"
|
|
305
|
-
msgstr ""
|
|
305
|
+
msgstr "Akce"
|
|
306
306
|
|
|
307
307
|
#: templates/umap/map_table.html:28
|
|
308
308
|
msgid "Share"
|
|
309
|
-
msgstr ""
|
|
309
|
+
msgstr "Sdílet"
|
|
310
310
|
|
|
311
311
|
#: templates/umap/map_table.html:29
|
|
312
312
|
msgid "Edit"
|
|
313
|
-
msgstr ""
|
|
313
|
+
msgstr "Upravit"
|
|
314
314
|
|
|
315
315
|
#: templates/umap/map_table.html:30
|
|
316
316
|
msgid "Download"
|
|
317
|
-
msgstr ""
|
|
317
|
+
msgstr "Stažení"
|
|
318
318
|
|
|
319
319
|
#: templates/umap/navigation.html:12
|
|
320
320
|
msgid "My maps"
|
|
@@ -322,7 +322,7 @@ msgstr "Moje mapy"
|
|
|
322
322
|
|
|
323
323
|
#: templates/umap/navigation.html:15
|
|
324
324
|
msgid "Starred maps"
|
|
325
|
-
msgstr ""
|
|
325
|
+
msgstr "Mapy označené hvězdičkou"
|
|
326
326
|
|
|
327
327
|
#: templates/umap/navigation.html:19
|
|
328
328
|
msgid "Log in"
|
|
@@ -386,18 +386,18 @@ msgstr "Vaše heslo bylo změněno."
|
|
|
386
386
|
#, python-format
|
|
387
387
|
msgid "%(count)s map found:"
|
|
388
388
|
msgid_plural "%(count)s maps found:"
|
|
389
|
-
msgstr[0] ""
|
|
390
|
-
msgstr[1] ""
|
|
391
|
-
msgstr[2] ""
|
|
392
|
-
msgstr[3] ""
|
|
389
|
+
msgstr[0] "%(count)s nalezená mapa:"
|
|
390
|
+
msgstr[1] "%(count)s nalezené mapy:"
|
|
391
|
+
msgstr[2] "%(count)s nalezené mapy:"
|
|
392
|
+
msgstr[3] "%(count)s nalezených map:"
|
|
393
393
|
|
|
394
394
|
#: templates/umap/search.html:18
|
|
395
395
|
msgid "No map found."
|
|
396
|
-
msgstr ""
|
|
396
|
+
msgstr "Mapa nenalezena."
|
|
397
397
|
|
|
398
398
|
#: templates/umap/search.html:21
|
|
399
399
|
msgid "Latest created maps"
|
|
400
|
-
msgstr ""
|
|
400
|
+
msgstr "Nedávno vytvořené mapy"
|
|
401
401
|
|
|
402
402
|
#: templates/umap/search_bar.html:3
|
|
403
403
|
msgid "Search maps"
|
|
@@ -409,15 +409,15 @@ msgstr "Hledej"
|
|
|
409
409
|
|
|
410
410
|
#: templates/umap/user_dashboard.html:4 templates/umap/user_dashboard.html:9
|
|
411
411
|
msgid "My dashboard"
|
|
412
|
-
msgstr ""
|
|
412
|
+
msgstr "Můj ovládací panel"
|
|
413
413
|
|
|
414
414
|
#: templates/umap/user_dashboard.html:7
|
|
415
415
|
msgid "Search my maps"
|
|
416
|
-
msgstr ""
|
|
416
|
+
msgstr "Prohledávat moje mapy"
|
|
417
417
|
|
|
418
418
|
#: templates/umap/user_dashboard.html:18
|
|
419
419
|
msgid "You have no map yet."
|
|
420
|
-
msgstr ""
|
|
420
|
+
msgstr "Zatím nemáte žádnou mapu."
|
|
421
421
|
|
|
422
422
|
#: views.py:286
|
|
423
423
|
msgid "View the map"
|
|
@@ -434,17 +434,17 @@ msgstr "Seznam přispěvovatelů byl úspěšně upraven!"
|
|
|
434
434
|
#: views.py:670
|
|
435
435
|
#, python-format
|
|
436
436
|
msgid "The uMap edit link for your map: %(map_name)s"
|
|
437
|
-
msgstr ""
|
|
437
|
+
msgstr "Odkaz na úpravu uMap pro vaši mapu: %(map_name)s"
|
|
438
438
|
|
|
439
439
|
#: views.py:673
|
|
440
440
|
#, python-format
|
|
441
441
|
msgid "Here is your secret edit link: %(link)s"
|
|
442
|
-
msgstr ""
|
|
442
|
+
msgstr "Zde je váš tajný odkaz na úpravu: %(link)s"
|
|
443
443
|
|
|
444
444
|
#: views.py:679
|
|
445
445
|
#, python-format
|
|
446
446
|
msgid "Email sent to %(email)s"
|
|
447
|
-
msgstr ""
|
|
447
|
+
msgstr "E-mail odeslán na %(email)s"
|
|
448
448
|
|
|
449
449
|
#: views.py:690
|
|
450
450
|
msgid "Only its owner can delete the map."
|
|
@@ -461,6 +461,6 @@ msgstr "Byla vytvořena kopie mapy! Pokud chcete upravovat tuto mapu z jiného p
|
|
|
461
461
|
msgid "Congratulations, your map has been cloned!"
|
|
462
462
|
msgstr "Gratulujeme, byla vytvořena kopie mapy!"
|
|
463
463
|
|
|
464
|
-
#: views.py:
|
|
464
|
+
#: views.py:897
|
|
465
465
|
msgid "Layer successfully deleted."
|
|
466
466
|
msgstr "Vrstva úspěšně vymazána."
|
|
@@ -8,7 +8,7 @@ msgid ""
|
|
|
8
8
|
msgstr ""
|
|
9
9
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"POT-Creation-Date: 2023-
|
|
11
|
+
"POT-Creation-Date: 2023-08-15 14:42+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"
|
|
@@ -34,107 +34,107 @@ msgstr ""
|
|
|
34
34
|
msgid "Site is readonly for maintenance"
|
|
35
35
|
msgstr ""
|
|
36
36
|
|
|
37
|
-
#: models.py:
|
|
37
|
+
#: models.py:48
|
|
38
38
|
msgid "name"
|
|
39
39
|
msgstr ""
|
|
40
40
|
|
|
41
|
-
#: models.py:
|
|
41
|
+
#: models.py:79
|
|
42
42
|
msgid "details"
|
|
43
43
|
msgstr ""
|
|
44
44
|
|
|
45
|
-
#: models.py:
|
|
45
|
+
#: models.py:80
|
|
46
46
|
msgid "Link to a page where the licence is detailed."
|
|
47
47
|
msgstr ""
|
|
48
48
|
|
|
49
|
-
#: models.py:
|
|
49
|
+
#: models.py:90
|
|
50
50
|
msgid "URL template using OSM tile format"
|
|
51
51
|
msgstr ""
|
|
52
52
|
|
|
53
|
-
#: models.py:
|
|
53
|
+
#: models.py:96
|
|
54
54
|
msgid "Order of the tilelayers in the edit box"
|
|
55
55
|
msgstr ""
|
|
56
56
|
|
|
57
|
-
#: models.py:
|
|
57
|
+
#: models.py:142
|
|
58
58
|
msgid "Everyone"
|
|
59
59
|
msgstr ""
|
|
60
60
|
|
|
61
|
-
#: models.py:
|
|
61
|
+
#: models.py:143 models.py:149
|
|
62
62
|
msgid "Editors only"
|
|
63
63
|
msgstr ""
|
|
64
64
|
|
|
65
|
-
#: models.py:
|
|
65
|
+
#: models.py:144
|
|
66
66
|
msgid "Owner only"
|
|
67
67
|
msgstr ""
|
|
68
68
|
|
|
69
|
-
#: models.py:
|
|
69
|
+
#: models.py:147
|
|
70
70
|
msgid "Everyone (public)"
|
|
71
71
|
msgstr ""
|
|
72
72
|
|
|
73
|
-
#: models.py:
|
|
73
|
+
#: models.py:148
|
|
74
74
|
msgid "Anyone with link"
|
|
75
75
|
msgstr ""
|
|
76
76
|
|
|
77
|
-
#: models.py:
|
|
77
|
+
#: models.py:150
|
|
78
78
|
msgid "Blocked"
|
|
79
79
|
msgstr ""
|
|
80
80
|
|
|
81
|
-
#: models.py:
|
|
81
|
+
#: models.py:153 models.py:303
|
|
82
82
|
msgid "description"
|
|
83
83
|
msgstr ""
|
|
84
84
|
|
|
85
|
-
#: models.py:
|
|
85
|
+
#: models.py:154
|
|
86
86
|
msgid "center"
|
|
87
87
|
msgstr ""
|
|
88
88
|
|
|
89
|
-
#: models.py:
|
|
89
|
+
#: models.py:155
|
|
90
90
|
msgid "zoom"
|
|
91
91
|
msgstr ""
|
|
92
92
|
|
|
93
|
-
#: models.py:
|
|
93
|
+
#: models.py:157
|
|
94
94
|
msgid "locate"
|
|
95
95
|
msgstr ""
|
|
96
96
|
|
|
97
|
-
#: models.py:
|
|
97
|
+
#: models.py:157
|
|
98
98
|
msgid "Locate user on load?"
|
|
99
99
|
msgstr ""
|
|
100
100
|
|
|
101
|
-
#: models.py:
|
|
101
|
+
#: models.py:161
|
|
102
102
|
msgid "Choose the map licence."
|
|
103
103
|
msgstr ""
|
|
104
104
|
|
|
105
|
-
#: models.py:
|
|
105
|
+
#: models.py:162
|
|
106
106
|
msgid "licence"
|
|
107
107
|
msgstr ""
|
|
108
108
|
|
|
109
|
-
#: models.py:
|
|
109
|
+
#: models.py:172
|
|
110
110
|
msgid "owner"
|
|
111
111
|
msgstr ""
|
|
112
112
|
|
|
113
|
-
#: models.py:
|
|
113
|
+
#: models.py:176
|
|
114
114
|
msgid "editors"
|
|
115
115
|
msgstr ""
|
|
116
116
|
|
|
117
|
-
#: models.py:
|
|
117
|
+
#: models.py:179
|
|
118
118
|
msgid "edit status"
|
|
119
119
|
msgstr ""
|
|
120
120
|
|
|
121
|
-
#: models.py:
|
|
121
|
+
#: models.py:182
|
|
122
122
|
msgid "share status"
|
|
123
123
|
msgstr ""
|
|
124
124
|
|
|
125
|
-
#: models.py:
|
|
125
|
+
#: models.py:185
|
|
126
126
|
msgid "settings"
|
|
127
127
|
msgstr ""
|
|
128
128
|
|
|
129
|
-
#: models.py:
|
|
129
|
+
#: models.py:258
|
|
130
130
|
msgid "Clone of"
|
|
131
131
|
msgstr ""
|
|
132
132
|
|
|
133
|
-
#: models.py:
|
|
133
|
+
#: models.py:307
|
|
134
134
|
msgid "display on load"
|
|
135
135
|
msgstr ""
|
|
136
136
|
|
|
137
|
-
#: models.py:
|
|
137
|
+
#: models.py:308
|
|
138
138
|
msgid "Display this layer on load."
|
|
139
139
|
msgstr ""
|
|
140
140
|
|
|
@@ -451,6 +451,6 @@ msgstr ""
|
|
|
451
451
|
msgid "Congratulations, your map has been cloned!"
|
|
452
452
|
msgstr ""
|
|
453
453
|
|
|
454
|
-
#: views.py:
|
|
454
|
+
#: views.py:901
|
|
455
455
|
msgid "Layer successfully deleted."
|
|
456
456
|
msgstr ""
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# Generated by Django 4.2.2 on 2023-07-20 09:54
|
|
2
|
+
|
|
3
|
+
from django.db import migrations, models
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
class Migration(migrations.Migration):
|
|
7
|
+
|
|
8
|
+
dependencies = [
|
|
9
|
+
('umap', '0009_star'),
|
|
10
|
+
]
|
|
11
|
+
|
|
12
|
+
operations = [
|
|
13
|
+
migrations.AlterField(
|
|
14
|
+
model_name='map',
|
|
15
|
+
name='edit_status',
|
|
16
|
+
field=models.SmallIntegerField(choices=[(1, 'Everyone'), (2, 'Editors only'), (3, 'Owner only')], default=3, verbose_name='edit status'),
|
|
17
|
+
),
|
|
18
|
+
migrations.AlterField(
|
|
19
|
+
model_name='map',
|
|
20
|
+
name='share_status',
|
|
21
|
+
field=models.SmallIntegerField(choices=[(1, 'Everyone (public)'), (2, 'Anyone with link'), (3, 'Editors only'), (9, 'Blocked')], default=1, verbose_name='share status'),
|
|
22
|
+
),
|
|
23
|
+
]
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# Generated by Django 4.2.2 on 2023-08-07 06:07
|
|
2
|
+
|
|
3
|
+
from django.db import migrations, models
|
|
4
|
+
import umap.models
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
class Migration(migrations.Migration):
|
|
8
|
+
|
|
9
|
+
dependencies = [
|
|
10
|
+
('umap', '0010_alter_map_edit_status_alter_map_share_status'),
|
|
11
|
+
]
|
|
12
|
+
|
|
13
|
+
operations = [
|
|
14
|
+
migrations.AlterField(
|
|
15
|
+
model_name='map',
|
|
16
|
+
name='edit_status',
|
|
17
|
+
field=models.SmallIntegerField(choices=[(1, 'Everyone'), (2, 'Editors only'), (3, 'Owner only')], default=umap.models.get_default_edit_status, verbose_name='edit status'),
|
|
18
|
+
),
|
|
19
|
+
migrations.AlterField(
|
|
20
|
+
model_name='map',
|
|
21
|
+
name='share_status',
|
|
22
|
+
field=models.SmallIntegerField(choices=[(1, 'Everyone (public)'), (2, 'Anyone with link'), (3, 'Editors only'), (9, 'Blocked')], default=umap.models.get_default_share_status, verbose_name='share status'),
|
|
23
|
+
),
|
|
24
|
+
]
|
|
@@ -36,6 +36,14 @@ User.add_to_class("get_url", get_user_url)
|
|
|
36
36
|
User.add_to_class("get_stars_url", get_user_stars_url)
|
|
37
37
|
|
|
38
38
|
|
|
39
|
+
def get_default_share_status():
|
|
40
|
+
return settings.UMAP_DEFAULT_SHARE_STATUS or Map.PUBLIC
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
def get_default_edit_status():
|
|
44
|
+
return settings.UMAP_DEFAULT_EDIT_STATUS or Map.OWNER
|
|
45
|
+
|
|
46
|
+
|
|
39
47
|
class NamedModel(models.Model):
|
|
40
48
|
name = models.CharField(max_length=200, verbose_name=_("name"))
|
|
41
49
|
|
|
@@ -168,10 +176,10 @@ class Map(NamedModel):
|
|
|
168
176
|
settings.AUTH_USER_MODEL, blank=True, verbose_name=_("editors")
|
|
169
177
|
)
|
|
170
178
|
edit_status = models.SmallIntegerField(
|
|
171
|
-
choices=EDIT_STATUS, default=
|
|
179
|
+
choices=EDIT_STATUS, default=get_default_edit_status, verbose_name=_("edit status")
|
|
172
180
|
)
|
|
173
181
|
share_status = models.SmallIntegerField(
|
|
174
|
-
choices=SHARE_STATUS, default=
|
|
182
|
+
choices=SHARE_STATUS, default=get_default_share_status, verbose_name=_("share status")
|
|
175
183
|
)
|
|
176
184
|
settings = models.JSONField(
|
|
177
185
|
blank=True, null=True, verbose_name=_("settings"), default=dict
|