umap-project 2.6.0b0__tar.gz → 2.6.0b1__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.6.0b0 → umap_project-2.6.0b1}/PKG-INFO +6 -6
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/pyproject.toml +5 -5
- umap_project-2.6.0b1/umap/__init__.py +1 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/en/LC_MESSAGES/django.po +3 -3
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/settings/base.py +6 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/modules/autocomplete.js +5 -9
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/modules/data/features.js +5 -11
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/modules/importers/overpass.js +22 -8
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/modules/rendering/ui.js +18 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/modules/schema.js +1 -1
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/umap.controls.js +2 -1
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/umap.forms.js +9 -5
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/umap.js +7 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/am_ET.js +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/am_ET.json +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/ar.js +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/ar.json +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/ast.js +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/ast.json +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/bg.js +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/bg.json +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/br.js +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/br.json +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/ca.js +18 -12
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/ca.json +18 -12
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/cs_CZ.js +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/cs_CZ.json +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/da.js +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/da.json +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/de.js +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/de.json +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/el.js +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/el.json +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/en.js +2 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/en.json +2 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/en_US.json +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/es.js +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/es.json +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/et.js +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/et.json +8 -2
- umap_project-2.6.0b1/umap/static/umap/locale/eu.js +510 -0
- umap_project-2.6.0b1/umap/static/umap/locale/eu.json +508 -0
- umap_project-2.6.0b1/umap/static/umap/locale/fa_IR.js +510 -0
- umap_project-2.6.0b1/umap/static/umap/locale/fa_IR.json +508 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/fi.js +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/fi.json +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/fr.js +2 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/fr.json +2 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/gl.js +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/gl.json +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/he.js +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/he.json +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/hr.js +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/hr.json +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/hu.js +24 -18
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/hu.json +24 -18
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/id.js +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/id.json +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/is.js +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/is.json +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/it.js +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/it.json +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/ja.js +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/ja.json +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/ko.js +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/ko.json +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/lt.js +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/lt.json +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/ms.js +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/ms.json +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/nl.js +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/nl.json +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/no.js +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/no.json +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/pl.js +54 -48
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/pl.json +54 -48
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/pl_PL.json +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/pt.js +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/pt.json +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/pt_BR.js +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/pt_BR.json +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/pt_PT.js +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/pt_PT.json +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/ro.js +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/ro.json +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/ru.js +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/ru.json +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/sk_SK.js +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/sk_SK.json +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/sl.js +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/sl.json +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/sr.js +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/sr.json +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/sv.js +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/sv.json +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/th_TH.js +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/th_TH.json +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/tr.js +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/tr.json +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/uk_UA.js +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/uk_UA.json +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/vi.js +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/vi.json +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/vi_VN.json +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/zh.js +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/zh.json +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/zh_CN.json +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/zh_TW.Big5.json +8 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/zh_TW.js +102 -96
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/zh_TW.json +102 -96
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/map.css +2 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/templates/umap/content_footer.html +1 -1
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/templates/umap/map_list.html +3 -1
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/integration/test_edit_datalayer.py +2 -2
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/integration/test_import.py +60 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/integration/test_querystring.py +7 -0
- umap_project-2.6.0b0/umap/__init__.py +0 -1
- umap_project-2.6.0b0/umap/static/umap/locale/eu.js +0 -504
- umap_project-2.6.0b0/umap/static/umap/locale/eu.json +0 -502
- umap_project-2.6.0b0/umap/static/umap/locale/fa_IR.js +0 -504
- umap_project-2.6.0b0/umap/static/umap/locale/fa_IR.json +0 -502
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/.gitignore +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/LICENSE +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/README.md +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/admin.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/apps.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/autocomplete.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/bin/__init__.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/context_processors.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/decorators.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/fields.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/forms.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/am_ET/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/am_ET/LC_MESSAGES/django.po +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/ar/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/ar/LC_MESSAGES/django.po +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/ast/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/ast/LC_MESSAGES/django.po +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/bg/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/bg/LC_MESSAGES/django.po +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/br/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/br/LC_MESSAGES/django.po +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/ca/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/ca/LC_MESSAGES/django.po +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/cs_CZ/LC_MESSAGES/django.po +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/da/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/da/LC_MESSAGES/django.po +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/de/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/de/LC_MESSAGES/django.po +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/el/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/el/LC_MESSAGES/django.po +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/en/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/es/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/es/LC_MESSAGES/django.po +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/et/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/et/LC_MESSAGES/django.po +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/eu/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/eu/LC_MESSAGES/django.po +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/fa_IR/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/fa_IR/LC_MESSAGES/django.po +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/fi/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/fi/LC_MESSAGES/django.po +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/fr/LC_MESSAGES/django.po +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/gl/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/gl/LC_MESSAGES/django.po +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/he/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/he/LC_MESSAGES/django.po +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/hr/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/hr/LC_MESSAGES/django.po +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/hu/LC_MESSAGES/django.po +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/id/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/id/LC_MESSAGES/django.po +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/is/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/is/LC_MESSAGES/django.po +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/it/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/it/LC_MESSAGES/django.po +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/ja/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/ja/LC_MESSAGES/django.po +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/ko/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/ko/LC_MESSAGES/django.po +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/lt/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/lt/LC_MESSAGES/django.po +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/ms/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/ms/LC_MESSAGES/django.po +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/nl/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/nl/LC_MESSAGES/django.po +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/no/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/no/LC_MESSAGES/django.po +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/pl/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/pl/LC_MESSAGES/django.po +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/pt/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/pt/LC_MESSAGES/django.po +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/pt_BR/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/pt_BR/LC_MESSAGES/django.po +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/pt_PT/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/pt_PT/LC_MESSAGES/django.po +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/ro/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/ro/LC_MESSAGES/django.po +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/ru/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/ru/LC_MESSAGES/django.po +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/si/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/si/LC_MESSAGES/django.po +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/sk_SK/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/sk_SK/LC_MESSAGES/django.po +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/sl/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/sl/LC_MESSAGES/django.po +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/sr/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/sr/LC_MESSAGES/django.po +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/sv/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/sv/LC_MESSAGES/django.po +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/th_TH/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/th_TH/LC_MESSAGES/django.po +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/tr/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/tr/LC_MESSAGES/django.po +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/uk_UA/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/uk_UA/LC_MESSAGES/django.po +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/vi/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/vi/LC_MESSAGES/django.po +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/zh/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/zh/LC_MESSAGES/django.po +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/locale/zh_TW/LC_MESSAGES/django.po +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/management/__init__.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/management/commands/__init__.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/management/commands/anonymous_edit_url.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/management/commands/generate_js_locale.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/management/commands/import_pictograms.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/management/commands/run_websocket_server.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/managers.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/middleware.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/migrations/0001_initial.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/migrations/0002_tilelayer_tms.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/migrations/0003_add_tilelayer.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/migrations/0004_add_licence.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/migrations/0005_remove_map_tilelayer.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/migrations/0006_auto_20190407_0719.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/migrations/0007_auto_20190416_1757.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/migrations/0008_alter_map_settings.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/migrations/0009_star.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/migrations/0010_alter_map_edit_status_alter_map_share_status.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/migrations/0011_alter_map_edit_status_alter_map_share_status.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/migrations/0012_datalayer_settings.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/migrations/0013_datalayer_edit_status.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/migrations/0014_map_created_at.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/migrations/0015_alter_pictogram_pictogram.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/migrations/0016_pictogram_category.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/migrations/0017_migrate_to_openstreetmap_oauth2.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/migrations/0018_datalayer_uuid.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/migrations/0019_migrate_internal_remote_datalayers.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/migrations/0020_alter_tilelayer_url_template.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/migrations/0021_remove_map_description.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/migrations/0022_add_team.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/migrations/__init__.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/models.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/settings/__init__.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/settings/dev.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/settings/local.py.sample +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/.gitignore +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/base.css +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/bitbucket.png +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/content.css +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/css/contextmenu.css +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/css/dialog.css +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/css/icon.css +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/css/importers.css +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/css/panel.css +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/css/slideshow.css +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/css/tableeditor.css +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/css/tooltip.css +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/css/window.css +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/favicons/apple-touch-icon.png +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/favicons/favicon.ico +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/favicons/icon-192.png +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/favicons/icon-512.png +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/favicons/icon.svg +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/font/FiraSans-Light.woff +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/font/FiraSans-Light.woff2 +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/font/FiraSans-LightItalic.woff +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/font/FiraSans-LightItalic.woff2 +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/font/FiraSans-SemiBold.woff +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/font/FiraSans-SemiBold.woff2 +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/font.css +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/github.png +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/img/16-white.svg +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/img/16.svg +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/img/24-white.svg +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/img/24.svg +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/img/alert-icon-error.svg +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/img/alert-icon-info.svg +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/img/alert-icon-success.svg +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/img/edit.svg +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/img/icon-bg.png +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/img/icon-delete.svg +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/img/icon-download.svg +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/img/icon-duplicate.svg +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/img/icon-edit.svg +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/img/icon-external-link.svg +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/img/icon-share.svg +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/img/icon-view.svg +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/img/importers/communesfr.svg +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/img/importers/datasets.svg +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/img/importers/geodatamine.svg +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/img/importers/overpass.svg +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/img/importers/random.svg +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/img/importers/random1.svg +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/img/importers/random2.svg +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/img/logo.svg +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/img/logo_filigree.png +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/img/logo_small.svg +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/img/marker.png +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/img/marker.svg +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/img/opensource.svg +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/img/osm.svg +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/img/search.gif +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/img/source/16-white.svg +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/img/source/16.svg +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/img/source/24-white.svg +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/img/source/24.svg +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/components/alerts/alert.css +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/components/alerts/alert.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/components/base.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/components/fragment.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/modules/browser.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/modules/caption.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/modules/data/layer.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/modules/dompurify.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/modules/facets.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/modules/formatter.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/modules/global.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/modules/help.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/modules/i18n.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/modules/importer.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/modules/importers/communesfr.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/modules/importers/datasets.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/modules/importers/geodatamine.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/modules/leaflet-configure.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/modules/orderable.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/modules/permissions.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/modules/rendering/icon.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/modules/rendering/layers/base.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/modules/rendering/layers/classified.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/modules/rendering/layers/cluster.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/modules/rendering/layers/heat.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/modules/rendering/popup.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/modules/rendering/template.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/modules/request.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/modules/rules.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/modules/share.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/modules/slideshow.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/modules/sync/engine.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/modules/sync/updaters.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/modules/sync/websocket.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/modules/tableeditor.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/modules/ui/base.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/modules/ui/contextmenu.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/modules/ui/dialog.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/modules/ui/panel.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/modules/ui/tooltip.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/modules/urls.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/modules/utils.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/umap.core.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/si.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/locale/si.json +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/nav.css +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/openstreetmap.png +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/test/.eslintrc +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/test/DataLayer.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/test/Feature.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/test/Map.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/test/Marker.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/test/Polygon.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/test/Polyline.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/test/Util.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/test/_pre.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/test/index.html +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/theme.css +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/twitter.png +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/unittests/URLs.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/unittests/sync.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/unittests/utils.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vars.css +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/colorbrewer/colorbrewer.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/contextmenu/leaflet.contextmenu.min.css +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/contextmenu/leaflet.contextmenu.min.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/csv2geojson/csv2geojson.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/dompurify/purify.es.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/dompurify/purify.es.mjs.map +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/editable/Leaflet.Editable.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/editable/Path.Drag.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.css +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/editinosm/edit-in-osm.png +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/formbuilder/Leaflet.FormBuilder.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/fullscreen/Leaflet.fullscreen.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/fullscreen/Leaflet.fullscreen.min.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/fullscreen/fullscreen.png +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/fullscreen/fullscreen@2x.png +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/fullscreen/leaflet.fullscreen.css +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/geojson-to-gpx/index.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/georsstogeojson/GeoRSSToGeoJSON.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/hash/leaflet-hash.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/heat/leaflet-heat.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/i18n/Leaflet.i18n.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/iconlayers/check.png +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/iconlayers/iconLayers.css +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/iconlayers/iconLayers.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/iconlayers/transparent-pixel.png +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/leaflet/images/layers-2x.png +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/leaflet/images/layers.png +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/leaflet/images/marker-icon-2x.png +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/leaflet/images/marker-icon.png +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/leaflet/images/marker-shadow.png +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/leaflet/leaflet-src.esm.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/leaflet/leaflet-src.esm.js.map +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/leaflet/leaflet.css +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/loading/Control.Loading.css +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/loading/Control.Loading.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css.map +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js.map +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/markercluster/MarkerCluster.Default.css +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/markercluster/MarkerCluster.css +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/markercluster/leaflet.markercluster.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/markercluster/leaflet.markercluster.js.map +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/measurable/Leaflet.Measurable.css +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/measurable/Leaflet.Measurable.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/minimap/Control.MiniMap.min.css +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/minimap/Control.MiniMap.min.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/minimap/images/toggle.png +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/minimap/images/toggle.svg +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/osmtogeojson/osmtogeojson.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/photon/leaflet.photon.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/simple-statistics/simple-statistics.min.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/simple-statistics/simple-statistics.min.js.map +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/togeojson/togeojson.es.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/togeojson/togeojson.es.mjs.map +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/tokml/tokml.es.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/tokml/tokml.es.mjs.map +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/toolbar/leaflet.toolbar.css +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/vendors/toolbar/leaflet.toolbar.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/storage.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/templates/404.html +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/templates/500.html +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/templates/auth/user_detail.html +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/templates/auth/user_form.html +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/templates/auth/user_stars.html +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/templates/base.html +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/templates/registration/login.html +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/templates/umap/about.html +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/templates/umap/about_summary.html +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/templates/umap/branding.html +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/templates/umap/components/alerts/alert.html +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/templates/umap/content.html +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/templates/umap/css.html +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/templates/umap/dashboard_menu.html +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/templates/umap/footer.html +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/templates/umap/header.html +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/templates/umap/home.html +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/templates/umap/js.html +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/templates/umap/locale.js +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/templates/umap/login_popup_end.html +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/templates/umap/map_detail.html +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/templates/umap/map_fragment.html +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/templates/umap/map_init.html +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/templates/umap/map_table.html +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/templates/umap/messages.html +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/templates/umap/navigation.html +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/templates/umap/password_change.html +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/templates/umap/password_change_done.html +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/templates/umap/search.html +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/templates/umap/search_bar.html +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/templates/umap/success.html +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/templates/umap/team_confirm_delete.html +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/templates/umap/team_detail.html +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/templates/umap/team_form.html +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/templates/umap/user_dashboard.html +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/templates/umap/user_teams.html +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/templatetags/__init__.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/templatetags/umap_tags.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/__init__.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/base.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/conftest.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/fixtures/categorized_highway.geojson +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/fixtures/choropleth_region_chomage.geojson +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/fixtures/circle.svg +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/fixtures/display_on_load.umap +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/fixtures/star.svg +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/fixtures/test_circles_layer.geojson +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/fixtures/test_import_osm_relation.json +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/fixtures/test_upload_data.csv +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/fixtures/test_upload_data.gpx +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/fixtures/test_upload_data.json +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/fixtures/test_upload_data.kml +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/fixtures/test_upload_data.umap +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/fixtures/test_upload_data_osm.json +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/fixtures/test_upload_empty_coordinates.json +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/fixtures/test_upload_georss.xml +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/fixtures/test_upload_missing_name.json +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/fixtures/test_upload_non_linear_ring.json +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/integration/__init__.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/integration/conftest.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/integration/helpers.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/integration/test_anonymous_owned_map.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/integration/test_basics.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/integration/test_browser.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/integration/test_caption.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/integration/test_categorized_layer.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/integration/test_choropleth.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/integration/test_circles_layer.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/integration/test_conditional_rules.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/integration/test_dashboard.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/integration/test_datalayer.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/integration/test_draw_polygon.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/integration/test_draw_polyline.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/integration/test_edit_map.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/integration/test_edit_marker.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/integration/test_edit_polygon.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/integration/test_export_map.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/integration/test_facets_browser.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/integration/test_features_id_generation.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/integration/test_map.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/integration/test_map_list.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/integration/test_map_preview.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/integration/test_optimistic_merge.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/integration/test_owned_map.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/integration/test_picto.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/integration/test_share.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/integration/test_slideshow.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/integration/test_star.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/integration/test_tableeditor.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/integration/test_team.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/integration/test_tilelayer.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/integration/test_view_marker.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/integration/test_view_polygon.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/integration/test_view_polyline.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/integration/test_websocket_sync.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/settings.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/test_datalayer.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/test_datalayer_views.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/test_licence.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/test_map.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/test_map_views.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/test_merge_features.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/test_statics.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/test_team_views.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/test_tilelayer.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/test_utils.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/tests/test_views.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/urls.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/utils.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/views.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/websocket_server.py +0 -0
- {umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/wsgi.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: umap-project
|
|
3
|
-
Version: 2.6.
|
|
3
|
+
Version: 2.6.0b1
|
|
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>
|
|
@@ -28,23 +28,23 @@ Requires-Dist: requests==2.32.3
|
|
|
28
28
|
Requires-Dist: rjsmin==1.2.2
|
|
29
29
|
Requires-Dist: social-auth-app-django==5.4.2
|
|
30
30
|
Requires-Dist: social-auth-core==4.5.4
|
|
31
|
-
Requires-Dist: websockets==13.0
|
|
31
|
+
Requires-Dist: websockets==13.0.1
|
|
32
32
|
Provides-Extra: dev
|
|
33
|
-
Requires-Dist: djlint==1.
|
|
33
|
+
Requires-Dist: djlint==1.35.2; extra == 'dev'
|
|
34
34
|
Requires-Dist: hatch==1.12.0; extra == 'dev'
|
|
35
35
|
Requires-Dist: isort==5.13.2; extra == 'dev'
|
|
36
36
|
Requires-Dist: mkdocs-material==9.5.33; extra == 'dev'
|
|
37
37
|
Requires-Dist: mkdocs-static-i18n==1.2.3; extra == 'dev'
|
|
38
|
-
Requires-Dist: mkdocs==1.6.
|
|
38
|
+
Requires-Dist: mkdocs==1.6.1; extra == 'dev'
|
|
39
39
|
Requires-Dist: pymdown-extensions==10.9; extra == 'dev'
|
|
40
|
-
Requires-Dist: ruff==0.6.
|
|
40
|
+
Requires-Dist: ruff==0.6.3; extra == 'dev'
|
|
41
41
|
Requires-Dist: vermin==1.6.0; extra == 'dev'
|
|
42
42
|
Provides-Extra: docker
|
|
43
43
|
Requires-Dist: uwsgi==2.0.26; extra == 'docker'
|
|
44
44
|
Provides-Extra: test
|
|
45
45
|
Requires-Dist: factory-boy==3.3.1; extra == 'test'
|
|
46
46
|
Requires-Dist: playwright>=1.39; extra == 'test'
|
|
47
|
-
Requires-Dist: pytest-django==4.
|
|
47
|
+
Requires-Dist: pytest-django==4.9.0; extra == 'test'
|
|
48
48
|
Requires-Dist: pytest-playwright==0.5.1; extra == 'test'
|
|
49
49
|
Requires-Dist: pytest-xdist<4,>=3.5.0; extra == 'test'
|
|
50
50
|
Requires-Dist: pytest==8.3.2; extra == 'test'
|
|
@@ -40,15 +40,15 @@ dependencies = [
|
|
|
40
40
|
"rjsmin==1.2.2",
|
|
41
41
|
"social-auth-core==4.5.4",
|
|
42
42
|
"social-auth-app-django==5.4.2",
|
|
43
|
-
"websockets==13.0",
|
|
43
|
+
"websockets==13.0.1",
|
|
44
44
|
]
|
|
45
45
|
|
|
46
46
|
[project.optional-dependencies]
|
|
47
47
|
dev = [
|
|
48
48
|
"hatch==1.12.0",
|
|
49
|
-
"ruff==0.6.
|
|
50
|
-
"djlint==1.
|
|
51
|
-
"mkdocs==1.6.
|
|
49
|
+
"ruff==0.6.3",
|
|
50
|
+
"djlint==1.35.2",
|
|
51
|
+
"mkdocs==1.6.1",
|
|
52
52
|
"mkdocs-material==9.5.33",
|
|
53
53
|
"mkdocs-static-i18n==1.2.3",
|
|
54
54
|
"vermin==1.6.0",
|
|
@@ -59,7 +59,7 @@ test = [
|
|
|
59
59
|
"factory-boy==3.3.1",
|
|
60
60
|
"playwright>=1.39",
|
|
61
61
|
"pytest==8.3.2",
|
|
62
|
-
"pytest-django==4.
|
|
62
|
+
"pytest-django==4.9.0",
|
|
63
63
|
"pytest-playwright==0.5.1",
|
|
64
64
|
"pytest-xdist>=3.5.0,<4",
|
|
65
65
|
]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
VERSION = "2.6.0b1"
|
|
@@ -8,7 +8,7 @@ msgid ""
|
|
|
8
8
|
msgstr ""
|
|
9
9
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"POT-Creation-Date: 2024-
|
|
11
|
+
"POT-Creation-Date: 2024-09-04 14:02+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"
|
|
@@ -368,11 +368,11 @@ msgstr ""
|
|
|
368
368
|
msgid "You are logged in. Continuing..."
|
|
369
369
|
msgstr ""
|
|
370
370
|
|
|
371
|
-
#: templates/umap/map_list.html:
|
|
371
|
+
#: templates/umap/map_list.html:11 views.py:433
|
|
372
372
|
msgid "by"
|
|
373
373
|
msgstr ""
|
|
374
374
|
|
|
375
|
-
#: templates/umap/map_list.html:
|
|
375
|
+
#: templates/umap/map_list.html:20
|
|
376
376
|
msgid "More"
|
|
377
377
|
msgstr ""
|
|
378
378
|
|
|
@@ -51,6 +51,12 @@ LANG_INFO.update(
|
|
|
51
51
|
"name": "Malay",
|
|
52
52
|
"name_local": "Bahasa Melayu",
|
|
53
53
|
},
|
|
54
|
+
"fa-ir": {
|
|
55
|
+
"bidi": True,
|
|
56
|
+
"code": "fa-ir",
|
|
57
|
+
"name": "Persian (Iran)",
|
|
58
|
+
"name_local": "فارسی",
|
|
59
|
+
},
|
|
54
60
|
}
|
|
55
61
|
)
|
|
56
62
|
# Local time zone for this installation. Choices can be found here:
|
|
@@ -306,15 +306,11 @@ export const SingleMixin = (Base) =>
|
|
|
306
306
|
textContent: '×',
|
|
307
307
|
})
|
|
308
308
|
this.input.style.display = 'none'
|
|
309
|
-
DomEvent.on(
|
|
310
|
-
|
|
311
|
-
'
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
this.input.style.display = 'block'
|
|
315
|
-
},
|
|
316
|
-
this
|
|
317
|
-
)
|
|
309
|
+
DomEvent.on(close, 'click', () => {
|
|
310
|
+
this.selectedContainer.innerHTML = ''
|
|
311
|
+
this.input.style.display = 'block'
|
|
312
|
+
this.options.on_unselect(result)
|
|
313
|
+
})
|
|
318
314
|
this.hide()
|
|
319
315
|
}
|
|
320
316
|
}
|
|
@@ -98,6 +98,10 @@ class Feature {
|
|
|
98
98
|
this.pushGeometry()
|
|
99
99
|
}
|
|
100
100
|
|
|
101
|
+
isOnScreen() {
|
|
102
|
+
return this.ui?.isOnScreen()
|
|
103
|
+
}
|
|
104
|
+
|
|
101
105
|
pushGeometry() {
|
|
102
106
|
this.ui.setLatLngs(this.toLatLngs())
|
|
103
107
|
}
|
|
@@ -257,7 +261,7 @@ class Feature {
|
|
|
257
261
|
builder.helpers['properties.name'].input.focus()
|
|
258
262
|
})
|
|
259
263
|
this.map.editedFeature = this
|
|
260
|
-
if (!this.isOnScreen()) this.zoomTo(event)
|
|
264
|
+
if (!this.ui.isOnScreen()) this.zoomTo(event)
|
|
261
265
|
}
|
|
262
266
|
|
|
263
267
|
getAdvancedEditActions(container) {
|
|
@@ -661,11 +665,6 @@ export class Point extends Feature {
|
|
|
661
665
|
super.zoomTo(event)
|
|
662
666
|
}
|
|
663
667
|
}
|
|
664
|
-
|
|
665
|
-
isOnScreen(bounds) {
|
|
666
|
-
bounds = bounds || this.map.getBounds()
|
|
667
|
-
return bounds.contains(this.toLatLngs())
|
|
668
|
-
}
|
|
669
668
|
}
|
|
670
669
|
|
|
671
670
|
class Path extends Feature {
|
|
@@ -753,11 +752,6 @@ class Path extends Feature {
|
|
|
753
752
|
return items
|
|
754
753
|
}
|
|
755
754
|
|
|
756
|
-
isOnScreen(bounds) {
|
|
757
|
-
bounds = bounds || this.map.getBounds()
|
|
758
|
-
return bounds.overlaps(this.bounds)
|
|
759
|
-
}
|
|
760
|
-
|
|
761
755
|
zoomTo({ easing, callback }) {
|
|
762
756
|
// Use bounds instead of centroid for paths.
|
|
763
757
|
easing = easing || this.map.getOption('easing')
|
{umap_project-2.6.0b0 → umap_project-2.6.0b1}/umap/static/umap/js/modules/importers/overpass.js
RENAMED
|
@@ -25,10 +25,20 @@ class Autocomplete extends SingleMixin(BaseAjax) {
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
createResult(item) {
|
|
28
|
+
const labels = [item.properties.name]
|
|
29
|
+
if (item.properties.county) {
|
|
30
|
+
labels.push(item.properties.county)
|
|
31
|
+
}
|
|
32
|
+
if (item.properties.state) {
|
|
33
|
+
labels.push(item.properties.state)
|
|
34
|
+
}
|
|
35
|
+
if (item.properties.country) {
|
|
36
|
+
labels.push(item.properties.country)
|
|
37
|
+
}
|
|
28
38
|
return super.createResult({
|
|
29
39
|
// Overpass convention to get their id from an osm one.
|
|
30
40
|
value: item.properties.osm_id + 3600000000,
|
|
31
|
-
label:
|
|
41
|
+
label: labels.join(', '),
|
|
32
42
|
})
|
|
33
43
|
}
|
|
34
44
|
}
|
|
@@ -42,11 +52,10 @@ export class Importer {
|
|
|
42
52
|
options?.searchUrl ||
|
|
43
53
|
'https://photon.komoot.io/api?q={q}&layer=county&layer=city&layer=state'
|
|
44
54
|
this.id = 'overpass'
|
|
55
|
+
this.boundaryChoice = null
|
|
45
56
|
}
|
|
46
57
|
|
|
47
58
|
async open(importer) {
|
|
48
|
-
let boundary = null
|
|
49
|
-
let boundaryName = null
|
|
50
59
|
const container = DomUtil.create('div')
|
|
51
60
|
container.innerHTML = TEMPLATE
|
|
52
61
|
this.autocomplete = new Autocomplete(container.querySelector('#area'), {
|
|
@@ -55,10 +64,15 @@ export class Importer {
|
|
|
55
64
|
'Type area name, or let empty to load data in current map view'
|
|
56
65
|
),
|
|
57
66
|
on_select: (choice) => {
|
|
58
|
-
|
|
59
|
-
|
|
67
|
+
this.boundaryChoice = choice
|
|
68
|
+
},
|
|
69
|
+
on_unselect: (choice) => {
|
|
70
|
+
this.boundaryChoice = null
|
|
60
71
|
},
|
|
61
72
|
})
|
|
73
|
+
if (this.boundaryChoice) {
|
|
74
|
+
this.autocomplete.displaySelected(this.boundaryChoice)
|
|
75
|
+
}
|
|
62
76
|
this.map.help.parse(container)
|
|
63
77
|
|
|
64
78
|
const confirm = (form) => {
|
|
@@ -69,10 +83,10 @@ export class Importer {
|
|
|
69
83
|
let tags = form.tags
|
|
70
84
|
if (!tags.startsWith('[')) tags = `[${tags}]`
|
|
71
85
|
let area = '{south},{west},{north},{east}'
|
|
72
|
-
if (
|
|
86
|
+
if (this.boundaryChoice) area = `area:${this.boundaryChoice.item.value}`
|
|
73
87
|
const query = `[out:json];nwr${tags}(${area});out ${form.out};`
|
|
74
88
|
importer.url = `${this.baseUrl}?data=${query}`
|
|
75
|
-
if (
|
|
89
|
+
if (this.boundaryChoice) importer.layerName = this.boundaryChoice.item.label
|
|
76
90
|
importer.format = 'osm'
|
|
77
91
|
}
|
|
78
92
|
|
|
@@ -81,7 +95,7 @@ export class Importer {
|
|
|
81
95
|
template: container,
|
|
82
96
|
className: `${this.id} importer dark`,
|
|
83
97
|
accept: translate('Choose this data'),
|
|
84
|
-
cancel: false
|
|
98
|
+
cancel: false,
|
|
85
99
|
})
|
|
86
100
|
.then(confirm)
|
|
87
101
|
}
|
|
@@ -146,9 +146,16 @@ const FeatureMixin = {
|
|
|
146
146
|
getPopupToolbarAnchor: () => [0, 0],
|
|
147
147
|
}
|
|
148
148
|
|
|
149
|
+
const PointMixin = {
|
|
150
|
+
isOnScreen: function (bounds) {
|
|
151
|
+
bounds = bounds || this._map.getBounds()
|
|
152
|
+
return bounds.contains(this.getCenter())
|
|
153
|
+
},
|
|
154
|
+
}
|
|
155
|
+
|
|
149
156
|
export const LeafletMarker = Marker.extend({
|
|
150
157
|
parentClass: Marker,
|
|
151
|
-
includes: [FeatureMixin],
|
|
158
|
+
includes: [FeatureMixin, PointMixin],
|
|
152
159
|
|
|
153
160
|
initialize: function (feature, latlng) {
|
|
154
161
|
FeatureMixin.initialize.call(this, feature, latlng)
|
|
@@ -411,6 +418,11 @@ const PathMixin = {
|
|
|
411
418
|
'dashArray',
|
|
412
419
|
'interactive',
|
|
413
420
|
],
|
|
421
|
+
|
|
422
|
+
isOnScreen: function (bounds) {
|
|
423
|
+
bounds = bounds || this._map.getBounds()
|
|
424
|
+
return bounds.overlaps(this.getBounds())
|
|
425
|
+
},
|
|
414
426
|
}
|
|
415
427
|
|
|
416
428
|
export const LeafletPolyline = Polyline.extend({
|
|
@@ -552,7 +564,7 @@ export const MaskPolygon = LeafletPolygon.extend({
|
|
|
552
564
|
|
|
553
565
|
export const CircleMarker = BaseCircleMarker.extend({
|
|
554
566
|
parentClass: BaseCircleMarker,
|
|
555
|
-
includes: [FeatureMixin, PathMixin],
|
|
567
|
+
includes: [FeatureMixin, PathMixin, PointMixin],
|
|
556
568
|
initialize: function (feature, latlng) {
|
|
557
569
|
if (Array.isArray(latlng) && !(latlng[0] instanceof Number)) {
|
|
558
570
|
// Must be a line or polygon
|
|
@@ -570,4 +582,8 @@ export const CircleMarker = BaseCircleMarker.extend({
|
|
|
570
582
|
getCenter: function () {
|
|
571
583
|
return this._latlng
|
|
572
584
|
},
|
|
585
|
+
// FIXME when Leaflet.Editable knows about CircleMarker
|
|
586
|
+
editEnabled: () => false,
|
|
587
|
+
enableEdit: () => {}, // No-op
|
|
588
|
+
disableEdit: () => {}, // No-op
|
|
573
589
|
})
|
|
@@ -795,13 +795,14 @@ U.TileLayerControl = L.Control.IconLayers.extend({
|
|
|
795
795
|
}
|
|
796
796
|
})
|
|
797
797
|
}
|
|
798
|
+
this._allLayers = layers
|
|
798
799
|
L.Control.IconLayers.prototype.setLayers.call(this, layers.slice(0, this.maxShown))
|
|
799
800
|
if (this.map.selected_tilelayer) this.setActiveLayer(this.map.selected_tilelayer)
|
|
800
801
|
},
|
|
801
802
|
|
|
802
803
|
_createLayerElements: function () {
|
|
803
804
|
L.Control.IconLayers.prototype._createLayerElements.call(this)
|
|
804
|
-
if (Object.keys(this.
|
|
805
|
+
if (Object.keys(this._allLayers).length <= this.maxShown) return
|
|
805
806
|
const lastRow = this._container.querySelector(
|
|
806
807
|
'.leaflet-iconLayers-layersRow:last-child'
|
|
807
808
|
)
|
|
@@ -902,8 +902,8 @@ L.FormBuilder.MultiChoice = L.FormBuilder.Element.extend({
|
|
|
902
902
|
if (!this.container.querySelector(`input[type="radio"][value="${value}"]`)) {
|
|
903
903
|
value = this.options.default !== undefined ? this.options.default : this.default
|
|
904
904
|
}
|
|
905
|
-
const choices = this.getChoices().map(([value, label]) => value)
|
|
906
|
-
if (choices.includes(value)) {
|
|
905
|
+
const choices = this.getChoices().map(([value, label]) => `${value}`)
|
|
906
|
+
if (choices.includes(`${value}`)) {
|
|
907
907
|
this.container.querySelector(`input[type="radio"][value="${value}"]`).checked =
|
|
908
908
|
true
|
|
909
909
|
}
|
|
@@ -925,8 +925,8 @@ L.FormBuilder.MultiChoice = L.FormBuilder.Element.extend({
|
|
|
925
925
|
`${this.className} by${choices.length}`,
|
|
926
926
|
this.parentNode
|
|
927
927
|
)
|
|
928
|
-
for (
|
|
929
|
-
this.addChoice(
|
|
928
|
+
for (const [i, [value, label]] of choices.entries()) {
|
|
929
|
+
this.addChoice(value, label, i)
|
|
930
930
|
}
|
|
931
931
|
this.fetch()
|
|
932
932
|
},
|
|
@@ -958,8 +958,12 @@ L.FormBuilder.TernaryChoices = L.FormBuilder.MultiChoice.extend({
|
|
|
958
958
|
case false:
|
|
959
959
|
value = false
|
|
960
960
|
break
|
|
961
|
-
|
|
961
|
+
case 'null':
|
|
962
|
+
case null:
|
|
962
963
|
value = null
|
|
964
|
+
break
|
|
965
|
+
default:
|
|
966
|
+
value = undefined
|
|
963
967
|
}
|
|
964
968
|
return value
|
|
965
969
|
},
|
|
@@ -144,7 +144,10 @@ U.Map = L.Map.extend({
|
|
|
144
144
|
delete this.options.displayDataBrowserOnLoad
|
|
145
145
|
}
|
|
146
146
|
if (this.options.datalayersControl === 'expanded') {
|
|
147
|
-
this.options.onLoadPanel
|
|
147
|
+
if (!this.options.onLoadPanel) {
|
|
148
|
+
this.options.onLoadPanel = 'datalayers'
|
|
149
|
+
}
|
|
150
|
+
delete this.options.datalayersControl
|
|
148
151
|
}
|
|
149
152
|
if (this.options.onLoadPanel === 'facet') {
|
|
150
153
|
this.options.onLoadPanel = 'datafilters'
|
|
@@ -280,7 +283,9 @@ U.Map = L.Map.extend({
|
|
|
280
283
|
// Specific case for datalayersControl
|
|
281
284
|
// which accepts "expanded" value, on top of true/false/null
|
|
282
285
|
if (L.Util.queryString('datalayersControl') === 'expanded') {
|
|
283
|
-
options.onLoadPanel
|
|
286
|
+
if (!options.onLoadPanel) {
|
|
287
|
+
options.onLoadPanel = 'datalayers'
|
|
288
|
+
}
|
|
284
289
|
}
|
|
285
290
|
},
|
|
286
291
|
|
|
@@ -115,7 +115,6 @@ const locale = {
|
|
|
115
115
|
"display name": "ስሙን አሳይ",
|
|
116
116
|
"Display on load": "በመጫን ላይ እያለ አሳይ",
|
|
117
117
|
"Display the control to open OpenStreetMap editor": "Display the control to open OpenStreetMap editor",
|
|
118
|
-
"Display the data layers control": "Display the data layers control",
|
|
119
118
|
"Display the embed control": "Display the embed control",
|
|
120
119
|
"Display the fullscreen control": "Display the fullscreen control",
|
|
121
120
|
"Display the locate control": "Display the locate control",
|
|
@@ -498,7 +497,14 @@ const locale = {
|
|
|
498
497
|
"Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
|
|
499
498
|
"Expression is empty": "Expression is empty",
|
|
500
499
|
"OK": "OK",
|
|
501
|
-
"Cancel": "Cancel"
|
|
500
|
+
"Cancel": "Cancel",
|
|
501
|
+
"Attach map to a team": "Attach map to a team",
|
|
502
|
+
"Display the polygon inverted": "Display the polygon inverted",
|
|
503
|
+
"Proportional circles": "Proportional circles",
|
|
504
|
+
"Property name to compute circles": "Property name to compute circles",
|
|
505
|
+
"Min circle radius": "Min circle radius",
|
|
506
|
+
"Max circle radius": "Max circle radius",
|
|
507
|
+
"Display the open browser control": "Display the open browser control"
|
|
502
508
|
}
|
|
503
509
|
L.registerLocale("am_ET", locale)
|
|
504
510
|
L.setLocale("am_ET")
|
|
@@ -115,7 +115,6 @@
|
|
|
115
115
|
"display name": "ስሙን አሳይ",
|
|
116
116
|
"Display on load": "በመጫን ላይ እያለ አሳይ",
|
|
117
117
|
"Display the control to open OpenStreetMap editor": "Display the control to open OpenStreetMap editor",
|
|
118
|
-
"Display the data layers control": "Display the data layers control",
|
|
119
118
|
"Display the embed control": "Display the embed control",
|
|
120
119
|
"Display the fullscreen control": "Display the fullscreen control",
|
|
121
120
|
"Display the locate control": "Display the locate control",
|
|
@@ -498,5 +497,12 @@
|
|
|
498
497
|
"Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
|
|
499
498
|
"Expression is empty": "Expression is empty",
|
|
500
499
|
"OK": "OK",
|
|
501
|
-
"Cancel": "Cancel"
|
|
500
|
+
"Cancel": "Cancel",
|
|
501
|
+
"Attach map to a team": "Attach map to a team",
|
|
502
|
+
"Display the polygon inverted": "Display the polygon inverted",
|
|
503
|
+
"Proportional circles": "Proportional circles",
|
|
504
|
+
"Property name to compute circles": "Property name to compute circles",
|
|
505
|
+
"Min circle radius": "Min circle radius",
|
|
506
|
+
"Max circle radius": "Max circle radius",
|
|
507
|
+
"Display the open browser control": "Display the open browser control"
|
|
502
508
|
}
|
|
@@ -115,7 +115,6 @@ const locale = {
|
|
|
115
115
|
"display name": "display name",
|
|
116
116
|
"Display on load": "Display on load",
|
|
117
117
|
"Display the control to open OpenStreetMap editor": "Display the control to open OpenStreetMap editor",
|
|
118
|
-
"Display the data layers control": "Display the data layers control",
|
|
119
118
|
"Display the embed control": "Display the embed control",
|
|
120
119
|
"Display the fullscreen control": "Display the fullscreen control",
|
|
121
120
|
"Display the locate control": "Display the locate control",
|
|
@@ -498,7 +497,14 @@ const locale = {
|
|
|
498
497
|
"Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
|
|
499
498
|
"Expression is empty": "Expression is empty",
|
|
500
499
|
"OK": "OK",
|
|
501
|
-
"Cancel": "Cancel"
|
|
500
|
+
"Cancel": "Cancel",
|
|
501
|
+
"Attach map to a team": "Attach map to a team",
|
|
502
|
+
"Display the polygon inverted": "Display the polygon inverted",
|
|
503
|
+
"Proportional circles": "Proportional circles",
|
|
504
|
+
"Property name to compute circles": "Property name to compute circles",
|
|
505
|
+
"Min circle radius": "Min circle radius",
|
|
506
|
+
"Max circle radius": "Max circle radius",
|
|
507
|
+
"Display the open browser control": "Display the open browser control"
|
|
502
508
|
}
|
|
503
509
|
L.registerLocale("ar", locale)
|
|
504
510
|
L.setLocale("ar")
|
|
@@ -115,7 +115,6 @@
|
|
|
115
115
|
"display name": "display name",
|
|
116
116
|
"Display on load": "Display on load",
|
|
117
117
|
"Display the control to open OpenStreetMap editor": "Display the control to open OpenStreetMap editor",
|
|
118
|
-
"Display the data layers control": "Display the data layers control",
|
|
119
118
|
"Display the embed control": "Display the embed control",
|
|
120
119
|
"Display the fullscreen control": "Display the fullscreen control",
|
|
121
120
|
"Display the locate control": "Display the locate control",
|
|
@@ -498,5 +497,12 @@
|
|
|
498
497
|
"Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
|
|
499
498
|
"Expression is empty": "Expression is empty",
|
|
500
499
|
"OK": "OK",
|
|
501
|
-
"Cancel": "Cancel"
|
|
500
|
+
"Cancel": "Cancel",
|
|
501
|
+
"Attach map to a team": "Attach map to a team",
|
|
502
|
+
"Display the polygon inverted": "Display the polygon inverted",
|
|
503
|
+
"Proportional circles": "Proportional circles",
|
|
504
|
+
"Property name to compute circles": "Property name to compute circles",
|
|
505
|
+
"Min circle radius": "Min circle radius",
|
|
506
|
+
"Max circle radius": "Max circle radius",
|
|
507
|
+
"Display the open browser control": "Display the open browser control"
|
|
502
508
|
}
|
|
@@ -115,7 +115,6 @@ const locale = {
|
|
|
115
115
|
"display name": "display name",
|
|
116
116
|
"Display on load": "Display on load",
|
|
117
117
|
"Display the control to open OpenStreetMap editor": "Display the control to open OpenStreetMap editor",
|
|
118
|
-
"Display the data layers control": "Display the data layers control",
|
|
119
118
|
"Display the embed control": "Display the embed control",
|
|
120
119
|
"Display the fullscreen control": "Display the fullscreen control",
|
|
121
120
|
"Display the locate control": "Display the locate control",
|
|
@@ -498,7 +497,14 @@ const locale = {
|
|
|
498
497
|
"Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
|
|
499
498
|
"Expression is empty": "Expression is empty",
|
|
500
499
|
"OK": "OK",
|
|
501
|
-
"Cancel": "Cancel"
|
|
500
|
+
"Cancel": "Cancel",
|
|
501
|
+
"Attach map to a team": "Attach map to a team",
|
|
502
|
+
"Display the polygon inverted": "Display the polygon inverted",
|
|
503
|
+
"Proportional circles": "Proportional circles",
|
|
504
|
+
"Property name to compute circles": "Property name to compute circles",
|
|
505
|
+
"Min circle radius": "Min circle radius",
|
|
506
|
+
"Max circle radius": "Max circle radius",
|
|
507
|
+
"Display the open browser control": "Display the open browser control"
|
|
502
508
|
}
|
|
503
509
|
L.registerLocale("ast", locale)
|
|
504
510
|
L.setLocale("ast")
|
|
@@ -115,7 +115,6 @@
|
|
|
115
115
|
"display name": "display name",
|
|
116
116
|
"Display on load": "Display on load",
|
|
117
117
|
"Display the control to open OpenStreetMap editor": "Display the control to open OpenStreetMap editor",
|
|
118
|
-
"Display the data layers control": "Display the data layers control",
|
|
119
118
|
"Display the embed control": "Display the embed control",
|
|
120
119
|
"Display the fullscreen control": "Display the fullscreen control",
|
|
121
120
|
"Display the locate control": "Display the locate control",
|
|
@@ -498,5 +497,12 @@
|
|
|
498
497
|
"Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
|
|
499
498
|
"Expression is empty": "Expression is empty",
|
|
500
499
|
"OK": "OK",
|
|
501
|
-
"Cancel": "Cancel"
|
|
500
|
+
"Cancel": "Cancel",
|
|
501
|
+
"Attach map to a team": "Attach map to a team",
|
|
502
|
+
"Display the polygon inverted": "Display the polygon inverted",
|
|
503
|
+
"Proportional circles": "Proportional circles",
|
|
504
|
+
"Property name to compute circles": "Property name to compute circles",
|
|
505
|
+
"Min circle radius": "Min circle radius",
|
|
506
|
+
"Max circle radius": "Max circle radius",
|
|
507
|
+
"Display the open browser control": "Display the open browser control"
|
|
502
508
|
}
|
|
@@ -115,7 +115,6 @@ const locale = {
|
|
|
115
115
|
"display name": "показвано име",
|
|
116
116
|
"Display on load": "Дисплей на зареждане",
|
|
117
117
|
"Display the control to open OpenStreetMap editor": "Display the control to open OpenStreetMap editor",
|
|
118
|
-
"Display the data layers control": "Display the data layers control",
|
|
119
118
|
"Display the embed control": "Display the embed control",
|
|
120
119
|
"Display the fullscreen control": "Показване управлението за цял екран",
|
|
121
120
|
"Display the locate control": "Display the locate control",
|
|
@@ -498,7 +497,14 @@ const locale = {
|
|
|
498
497
|
"Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
|
|
499
498
|
"Expression is empty": "Expression is empty",
|
|
500
499
|
"OK": "OK",
|
|
501
|
-
"Cancel": "Cancel"
|
|
500
|
+
"Cancel": "Cancel",
|
|
501
|
+
"Attach map to a team": "Attach map to a team",
|
|
502
|
+
"Display the polygon inverted": "Display the polygon inverted",
|
|
503
|
+
"Proportional circles": "Proportional circles",
|
|
504
|
+
"Property name to compute circles": "Property name to compute circles",
|
|
505
|
+
"Min circle radius": "Min circle radius",
|
|
506
|
+
"Max circle radius": "Max circle radius",
|
|
507
|
+
"Display the open browser control": "Display the open browser control"
|
|
502
508
|
}
|
|
503
509
|
L.registerLocale("bg", locale)
|
|
504
510
|
L.setLocale("bg")
|
|
@@ -115,7 +115,6 @@
|
|
|
115
115
|
"display name": "показвано име",
|
|
116
116
|
"Display on load": "Дисплей на зареждане",
|
|
117
117
|
"Display the control to open OpenStreetMap editor": "Display the control to open OpenStreetMap editor",
|
|
118
|
-
"Display the data layers control": "Display the data layers control",
|
|
119
118
|
"Display the embed control": "Display the embed control",
|
|
120
119
|
"Display the fullscreen control": "Показване управлението за цял екран",
|
|
121
120
|
"Display the locate control": "Display the locate control",
|
|
@@ -498,5 +497,12 @@
|
|
|
498
497
|
"Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
|
|
499
498
|
"Expression is empty": "Expression is empty",
|
|
500
499
|
"OK": "OK",
|
|
501
|
-
"Cancel": "Cancel"
|
|
500
|
+
"Cancel": "Cancel",
|
|
501
|
+
"Attach map to a team": "Attach map to a team",
|
|
502
|
+
"Display the polygon inverted": "Display the polygon inverted",
|
|
503
|
+
"Proportional circles": "Proportional circles",
|
|
504
|
+
"Property name to compute circles": "Property name to compute circles",
|
|
505
|
+
"Min circle radius": "Min circle radius",
|
|
506
|
+
"Max circle radius": "Max circle radius",
|
|
507
|
+
"Display the open browser control": "Display the open browser control"
|
|
502
508
|
}
|
|
@@ -115,7 +115,6 @@ const locale = {
|
|
|
115
115
|
"display name": "anv diskwel",
|
|
116
116
|
"Display on load": "Diskwel en ur gargañ",
|
|
117
117
|
"Display the control to open OpenStreetMap editor": "Diskwel an afell evit digeriñ an aozer OpenStreetMap",
|
|
118
|
-
"Display the data layers control": "Diskwel panell ar gwiskadoù roadennoù",
|
|
119
118
|
"Display the embed control": "Diskwel an afell \"enframmañ\"",
|
|
120
119
|
"Display the fullscreen control": "Diskwel an afell \"skramm a-bezh\"",
|
|
121
120
|
"Display the locate control": "Diskwel an afell \"lec'hiañ\"",
|
|
@@ -498,7 +497,14 @@ const locale = {
|
|
|
498
497
|
"Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
|
|
499
498
|
"Expression is empty": "Expression is empty",
|
|
500
499
|
"OK": "Mat eo",
|
|
501
|
-
"Cancel": "Nullañ"
|
|
500
|
+
"Cancel": "Nullañ",
|
|
501
|
+
"Attach map to a team": "Attach map to a team",
|
|
502
|
+
"Display the polygon inverted": "Display the polygon inverted",
|
|
503
|
+
"Proportional circles": "Proportional circles",
|
|
504
|
+
"Property name to compute circles": "Property name to compute circles",
|
|
505
|
+
"Min circle radius": "Min circle radius",
|
|
506
|
+
"Max circle radius": "Max circle radius",
|
|
507
|
+
"Display the open browser control": "Display the open browser control"
|
|
502
508
|
}
|
|
503
509
|
L.registerLocale("br", locale)
|
|
504
510
|
L.setLocale("br")
|
|
@@ -115,7 +115,6 @@
|
|
|
115
115
|
"display name": "anv diskwel",
|
|
116
116
|
"Display on load": "Diskwel en ur gargañ",
|
|
117
117
|
"Display the control to open OpenStreetMap editor": "Diskwel an afell evit digeriñ an aozer OpenStreetMap",
|
|
118
|
-
"Display the data layers control": "Diskwel panell ar gwiskadoù roadennoù",
|
|
119
118
|
"Display the embed control": "Diskwel an afell \"enframmañ\"",
|
|
120
119
|
"Display the fullscreen control": "Diskwel an afell \"skramm a-bezh\"",
|
|
121
120
|
"Display the locate control": "Diskwel an afell \"lec'hiañ\"",
|
|
@@ -498,5 +497,12 @@
|
|
|
498
497
|
"Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
|
|
499
498
|
"Expression is empty": "Expression is empty",
|
|
500
499
|
"OK": "Mat eo",
|
|
501
|
-
"Cancel": "Nullañ"
|
|
500
|
+
"Cancel": "Nullañ",
|
|
501
|
+
"Attach map to a team": "Attach map to a team",
|
|
502
|
+
"Display the polygon inverted": "Display the polygon inverted",
|
|
503
|
+
"Proportional circles": "Proportional circles",
|
|
504
|
+
"Property name to compute circles": "Property name to compute circles",
|
|
505
|
+
"Min circle radius": "Min circle radius",
|
|
506
|
+
"Max circle radius": "Max circle radius",
|
|
507
|
+
"Display the open browser control": "Display the open browser control"
|
|
502
508
|
}
|