umap-project 3.4.0b2__tar.gz → 3.4.0b3__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.
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/PKG-INFO +4 -4
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/pyproject.toml +3 -3
- umap_project-3.4.0b3/umap/__init__.py +1 -0
- umap_project-3.4.0b3/umap/locale/da/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/da/LC_MESSAGES/django.po +2 -2
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/en/LC_MESSAGES/django.po +14 -14
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/migrations/0018_datalayer_uuid.py +1 -1
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/models.py +1 -1
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/settings/local.py.sample +1 -1
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/css/form.css +2 -2
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/components/base.js +1 -1
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/browser.js +4 -4
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/data/features.js +1 -1
- umap_project-3.4.0b2/umap/static/umap/js/modules/managers.js → umap_project-3.4.0b3/umap/static/umap/js/modules/data/fields.js +29 -127
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/data/layer.js +6 -8
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/domutils.js +3 -3
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/filters.js +7 -7
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/help.js +1 -1
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/i18n.js +1 -1
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/importer.js +1 -1
- umap_project-3.4.0b3/umap/static/umap/js/modules/managers.js +114 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/rendering/controls.js +4 -2
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/rendering/layers/classified.js +1 -1
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/rendering/layers/heat.js +26 -21
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/rendering/template.js +4 -4
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/ui/dialog.js +10 -1
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/ui/panel.js +2 -2
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/umap.js +9 -4
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/utils.js +1 -1
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/am_ET.js +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/am_ET.json +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/ar.js +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/ar.json +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/ast.js +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/ast.json +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/bg.js +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/bg.json +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/br.js +1 -1
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/br.json +1 -1
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/ca.js +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/ca.json +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/cs_CZ.js +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/cs_CZ.json +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/da.js +48 -39
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/da.json +48 -39
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/de.js +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/de.json +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/el.js +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/el.json +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/en.js +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/en.json +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/en_US.json +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/es.js +49 -40
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/es.json +49 -40
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/et.js +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/et.json +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/eu.js +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/eu.json +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/fa_IR.js +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/fa_IR.json +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/fi.js +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/fi.json +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/fr.js +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/fr.json +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/gl.js +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/gl.json +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/he.js +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/he.json +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/hr.js +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/hr.json +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/hu.js +56 -47
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/hu.json +56 -47
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/id.js +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/id.json +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/is.js +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/is.json +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/it.js +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/it.json +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/ja.js +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/ja.json +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/ko.js +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/ko.json +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/lt.js +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/lt.json +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/ms.js +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/ms.json +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/nl.js +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/nl.json +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/no.js +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/no.json +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/pl.js +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/pl.json +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/pl_PL.json +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/pt.js +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/pt.json +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/pt_BR.js +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/pt_BR.json +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/pt_PT.js +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/pt_PT.json +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/ro.js +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/ro.json +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/ru.js +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/ru.json +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/si.js +1 -1
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/si.json +1 -1
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/sk_SK.js +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/sk_SK.json +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/sl.js +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/sl.json +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/sr.js +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/sr.json +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/sv.js +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/sv.json +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/th_TH.js +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/th_TH.json +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/tr.js +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/tr.json +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/uk_UA.js +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/uk_UA.json +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/vi.js +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/vi.json +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/vi_VN.json +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/zh.js +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/zh.json +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/zh_CN.json +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/zh_TW.Big5.json +14 -5
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/zh_TW.js +47 -38
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/locale/zh_TW.json +47 -38
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/templates/umap/login_popup_end.html +2 -2
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/conftest.py +8 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/test_anonymous_owned_map.py +1 -1
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/test_conditional_rules.py +1 -1
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/test_filters.py +6 -7
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/test_map_preview.py +1 -1
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/test_picto.py +1 -1
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/test_save.py +1 -1
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/test_websocket_sync.py +63 -19
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/test_dashboard.py +1 -1
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/test_statics.py +2 -2
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/test_views.py +1 -1
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/utils.py +1 -1
- umap_project-3.4.0b2/umap/__init__.py +0 -1
- umap_project-3.4.0b2/umap/locale/da/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/.gitignore +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/LICENSE +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/README.md +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/admin.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/apps.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/asgi.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/autocomplete.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/bin/__init__.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/context_processors.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/decorators.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/fields.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/forms.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/am_ET/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/am_ET/LC_MESSAGES/django.po +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/ar/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/ar/LC_MESSAGES/django.po +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/ast/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/ast/LC_MESSAGES/django.po +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/bg/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/bg/LC_MESSAGES/django.po +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/br/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/br/LC_MESSAGES/django.po +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/ca/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/ca/LC_MESSAGES/django.po +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/cs_CZ/LC_MESSAGES/django.po +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/de/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/de/LC_MESSAGES/django.po +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/el/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/el/LC_MESSAGES/django.po +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/en/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/es/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/es/LC_MESSAGES/django.po +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/et/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/et/LC_MESSAGES/django.po +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/eu/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/eu/LC_MESSAGES/django.po +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/fa_IR/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/fa_IR/LC_MESSAGES/django.po +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/fi/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/fi/LC_MESSAGES/django.po +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/fr/LC_MESSAGES/django.po +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/gl/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/gl/LC_MESSAGES/django.po +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/he/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/he/LC_MESSAGES/django.po +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/hr/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/hr/LC_MESSAGES/django.po +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/hu/LC_MESSAGES/django.po +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/id/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/id/LC_MESSAGES/django.po +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/is/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/is/LC_MESSAGES/django.po +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/it/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/it/LC_MESSAGES/django.po +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/ja/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/ja/LC_MESSAGES/django.po +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/ko/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/ko/LC_MESSAGES/django.po +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/lt/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/lt/LC_MESSAGES/django.po +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/ms/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/ms/LC_MESSAGES/django.po +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/nl/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/nl/LC_MESSAGES/django.po +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/no/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/no/LC_MESSAGES/django.po +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/pl/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/pl/LC_MESSAGES/django.po +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/pt/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/pt/LC_MESSAGES/django.po +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/pt_BR/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/pt_BR/LC_MESSAGES/django.po +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/pt_PT/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/pt_PT/LC_MESSAGES/django.po +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/ro/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/ro/LC_MESSAGES/django.po +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/ru/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/ru/LC_MESSAGES/django.po +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/si/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/si/LC_MESSAGES/django.po +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/sk_SK/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/sk_SK/LC_MESSAGES/django.po +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/sl/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/sl/LC_MESSAGES/django.po +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/sr/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/sr/LC_MESSAGES/django.po +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/sv/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/sv/LC_MESSAGES/django.po +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/th_TH/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/th_TH/LC_MESSAGES/django.po +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/tr/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/tr/LC_MESSAGES/django.po +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/uk_UA/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/uk_UA/LC_MESSAGES/django.po +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/vi/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/vi/LC_MESSAGES/django.po +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/zh/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/zh/LC_MESSAGES/django.po +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/locale/zh_TW/LC_MESSAGES/django.po +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/management/__init__.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/management/commands/__init__.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/management/commands/anonymous_edit_url.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/management/commands/clean_tilelayer.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/management/commands/empty_trash.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/management/commands/export_pictogram.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/management/commands/generate_js_locale.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/management/commands/import_pictograms.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/management/commands/migrate_to_S3.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/management/commands/purge_old_versions.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/management/commands/switch_user.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/managers.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/middleware.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/migrations/0001_initial.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/migrations/0002_tilelayer_tms.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/migrations/0003_add_tilelayer.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/migrations/0004_add_licence.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/migrations/0005_remove_map_tilelayer.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/migrations/0006_auto_20190407_0719.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/migrations/0007_auto_20190416_1757.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/migrations/0008_alter_map_settings.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/migrations/0009_star.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/migrations/0010_alter_map_edit_status_alter_map_share_status.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/migrations/0011_alter_map_edit_status_alter_map_share_status.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/migrations/0012_datalayer_settings.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/migrations/0013_datalayer_edit_status.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/migrations/0014_map_created_at.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/migrations/0015_alter_pictogram_pictogram.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/migrations/0016_pictogram_category.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/migrations/0017_migrate_to_openstreetmap_oauth2.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/migrations/0019_migrate_internal_remote_datalayers.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/migrations/0020_alter_tilelayer_url_template.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/migrations/0021_remove_map_description.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/migrations/0022_add_team.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/migrations/0023_alter_datalayer_uuid.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/migrations/0024_alter_map_share_status.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/migrations/0025_alter_datalayer_geojson.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/migrations/0026_datalayer_modified_at_datalayer_share_status.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/migrations/0027_map_tags.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/migrations/0028_map_is_template.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/migrations/__init__.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/settings/__init__.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/settings/base.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/settings/dev.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/.gitignore +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/base.css +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/content.css +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/css/bar.css +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/css/browser.css +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/css/contextmenu.css +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/css/dialog.css +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/css/icon.css +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/css/importers.css +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/css/panel.css +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/css/popup.css +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/css/slideshow.css +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/css/tableeditor.css +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/css/tooltip.css +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/css/window.css +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/favicons/apple-touch-icon.png +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/favicons/favicon.ico +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/favicons/icon-192.png +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/favicons/icon-512.png +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/favicons/icon.svg +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/font/FiraSans-Light.woff +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/font/FiraSans-Light.woff2 +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/font/FiraSans-LightItalic.woff +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/font/FiraSans-LightItalic.woff2 +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/font/FiraSans-SemiBold.woff +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/font/FiraSans-SemiBold.woff2 +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/font.css +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/img/16-white.svg +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/img/16.svg +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/img/24-white.svg +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/img/24.svg +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/img/alert-icon-error.svg +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/img/alert-icon-info.svg +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/img/alert-icon-success.svg +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/img/edit.svg +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/img/home.svg +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/img/icon-bg.png +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/img/icon-delete.svg +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/img/icon-download.svg +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/img/icon-duplicate.svg +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/img/icon-edit.svg +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/img/icon-external-link.svg +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/img/icon-share.svg +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/img/icon-view.svg +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/img/importers/banfr.svg +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/img/importers/cadastrefr.svg +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/img/importers/communesfr.svg +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/img/importers/datasets.svg +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/img/importers/geodatamine.svg +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/img/importers/opendata.svg +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/img/importers/overpass.svg +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/img/importers/random.svg +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/img/importers/random1.svg +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/img/importers/random2.svg +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/img/logo.svg +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/img/logo_filigree.png +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/img/logo_lightcyan.svg +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/img/logo_small.svg +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/img/marker.png +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/img/marker.svg +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/img/opensource.svg +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/img/osm.svg +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/img/providers/bitbucket.png +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/img/providers/github.png +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/img/providers/keycloak.png +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/img/providers/openstreetmap-oauth2.png +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/img/providers/twitter-oauth2.png +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/img/search.gif +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/img/source/16-white.svg +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/img/source/16.svg +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/img/source/24-white.svg +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/img/source/24.svg +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/img/target.svg +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/components/alerts/alert.css +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/components/alerts/alert.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/components/fragment.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/components/modal.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/autocomplete.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/caption.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/dompurify.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/drop.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/form/builder.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/form/fields.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/formatter.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/global.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/importers/banfr.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/importers/cadastrefr.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/importers/communesfr.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/importers/datasets.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/importers/geodatamine.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/importers/opendata.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/importers/openrouteservice.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/importers/overpass.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/leaflet-configure.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/orderable.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/permissions.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/printer.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/rendering/icon.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/rendering/layers/base.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/rendering/layers/cluster.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/rendering/map.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/rendering/popup.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/rendering/ui.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/request.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/rules.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/schema.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/share.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/slideshow.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/sync/engine.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/sync/hlc.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/sync/undo.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/sync/updaters.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/sync/websocket.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/tableeditor.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/templates.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/ui/bar.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/ui/base.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/ui/contextmenu.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/ui/tooltip.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/modules/urls.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/umap.controls.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/js/umap.core.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/map.css +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/nav.css +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/theme.css +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/unittests/URLs.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/unittests/hlc.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/unittests/sync.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/unittests/utils.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vars.css +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/betterknown/betterknown.mjs +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/colorbrewer/colorbrewer.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/csv2geojson/csv2geojson.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/dompurify/purify.es.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/dompurify/purify.es.mjs.map +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/editable/Leaflet.Editable.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/editable/Path.Drag.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.css +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/editinosm/edit-in-osm.png +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/fullscreen/Leaflet.fullscreen.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/fullscreen/Leaflet.fullscreen.min.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/fullscreen/fullscreen.png +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/fullscreen/fullscreen@2x.png +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/fullscreen/leaflet.fullscreen.css +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/geojson-to-gpx/index.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/georsstogeojson/GeoRSSToGeoJSON.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/hash/leaflet-hash.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/heat/leaflet-heat.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/i18n/Leaflet.i18n.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/iconlayers/check.png +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/iconlayers/iconLayers.css +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/iconlayers/iconLayers.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/iconlayers/transparent-pixel.png +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/leaflet/images/layers-2x.png +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/leaflet/images/layers.png +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/leaflet/images/marker-icon-2x.png +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/leaflet/images/marker-icon.png +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/leaflet/images/marker-shadow.png +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/leaflet/leaflet-src.esm.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/leaflet/leaflet-src.esm.js.map +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/leaflet/leaflet.css +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/loading/Control.Loading.css +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/loading/Control.Loading.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css.map +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js.map +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/measurable/Leaflet.Measurable.css +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/measurable/Leaflet.Measurable.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/minimap/Control.MiniMap.min.css +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/minimap/Control.MiniMap.min.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/minimap/images/toggle.png +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/minimap/images/toggle.svg +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/openrouteservice/ors-js-client.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/openrouteservice/ors-js-client.js.map +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/osmtogeojson/osmtogeojson.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/photon/leaflet.photon.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/simple-elevation-chart/elevation.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/simple-elevation-chart/elevation.svg +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/simple-statistics/simple-statistics.min.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/simple-statistics/simple-statistics.min.js.map +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/snapdom/snapdom.min.mjs +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/textpath/leaflet.textpath.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/togeojson/togeojson.es.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/togeojson/togeojson.es.mjs.map +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/tokml/tokml.es.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/static/umap/vendors/tokml/tokml.es.mjs.map +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/storage/__init__.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/storage/fs.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/storage/s3.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/storage/staticfiles.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/sync/__init__.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/sync/app.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/sync/payloads.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/templates/403.html +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/templates/404.html +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/templates/40x.html +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/templates/500.html +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/templates/auth/user_detail.html +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/templates/auth/user_form.html +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/templates/auth/user_stars.html +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/templates/base.html +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/templates/registration/login.html +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/templates/umap/about.html +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/templates/umap/about_summary.html +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/templates/umap/branding.html +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/templates/umap/components/alerts/alert.html +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/templates/umap/components/provider.html +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/templates/umap/content.html +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/templates/umap/content_footer.html +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/templates/umap/css.html +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/templates/umap/dashboard_menu.html +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/templates/umap/design_system.html +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/templates/umap/footer.html +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/templates/umap/header.html +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/templates/umap/home.html +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/templates/umap/js.html +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/templates/umap/locale.js +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/templates/umap/map_detail.html +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/templates/umap/map_fragment.html +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/templates/umap/map_init.html +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/templates/umap/map_list.html +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/templates/umap/map_table.html +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/templates/umap/messages.html +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/templates/umap/navigation.html +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/templates/umap/password_change.html +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/templates/umap/password_change_done.html +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/templates/umap/search.html +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/templates/umap/search_bar.html +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/templates/umap/success.html +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/templates/umap/team_confirm_delete.html +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/templates/umap/team_detail.html +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/templates/umap/team_form.html +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/templates/umap/user_dashboard.html +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/templates/umap/user_map_table.html +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/templates/umap/user_teams.html +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/templates/umap/user_templates.html +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/templatetags/__init__.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/templatetags/umap_tags.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/__init__.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/base.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/conftest.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/fixtures/categorized_highway.geojson +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/fixtures/choropleth_region_chomage.geojson +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/fixtures/circle.svg +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/fixtures/display_on_load.umap +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/fixtures/empty_tile.png +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/fixtures/heatmap_data.json +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/fixtures/remote_data.umap +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/fixtures/star.svg +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/fixtures/test_circles_layer.geojson +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/fixtures/test_import_osm_relation.json +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/fixtures/test_upload_data.csv +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/fixtures/test_upload_data.gpx +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/fixtures/test_upload_data.json +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/fixtures/test_upload_data.kml +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/fixtures/test_upload_data.umap +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/fixtures/test_upload_data_osm.json +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/fixtures/test_upload_data_with_iconurl.umap +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/fixtures/test_upload_empty_coordinates.json +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/fixtures/test_upload_georss.xml +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/fixtures/test_upload_missing_name.json +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/fixtures/test_upload_non_linear_ring.json +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/fixtures/test_upload_simple_marker.json +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/__init__.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/helpers.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/test_basics.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/test_browser.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/test_caption.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/test_categorized_layer.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/test_choropleth.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/test_circles_layer.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/test_cluster.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/test_dashboard.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/test_datalayer.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/test_draw_polygon.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/test_draw_polyline.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/test_draw_route.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/test_edit_datalayer.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/test_edit_map.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/test_edit_marker.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/test_edit_polygon.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/test_export_map.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/test_features_id_generation.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/test_fields.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/test_heatmap.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/test_iframe.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/test_import.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/test_map.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/test_map_list.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/test_optimistic_merge.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/test_owned_map.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/test_popup.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/test_querystring.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/test_remote_data.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/test_share.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/test_slideshow.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/test_star.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/test_tableeditor.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/test_team.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/test_templates.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/test_tilelayer.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/test_undo_redo.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/test_view_marker.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/test_view_polygon.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/integration/test_view_polyline.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/settings.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/test_clean_tilelayer.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/test_datalayer.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/test_datalayer_s3.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/test_datalayer_views.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/test_empty_trash.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/test_licence.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/test_map.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/test_map_views.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/test_merge_features.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/test_purge_old_versions.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/test_switch_user.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/test_team_views.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/test_tilelayer.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/tests/test_utils.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/urls.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/views.py +0 -0
- {umap_project-3.4.0b2 → umap_project-3.4.0b3}/umap/wsgi.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: umap-project
|
|
3
|
-
Version: 3.4.
|
|
3
|
+
Version: 3.4.0b3
|
|
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>
|
|
@@ -21,7 +21,7 @@ Requires-Dist: django-environ==0.12.0
|
|
|
21
21
|
Requires-Dist: django-probes==1.7.0
|
|
22
22
|
Requires-Dist: django==5.2.7
|
|
23
23
|
Requires-Dist: pillow==11.3.0
|
|
24
|
-
Requires-Dist: psycopg==3.2.
|
|
24
|
+
Requires-Dist: psycopg==3.2.11
|
|
25
25
|
Requires-Dist: rcssmin==1.2.1
|
|
26
26
|
Requires-Dist: requests==2.32.5
|
|
27
27
|
Requires-Dist: rjsmin==1.2.4
|
|
@@ -42,7 +42,7 @@ Requires-Dist: uvicorn==0.37.0; extra == 'docker'
|
|
|
42
42
|
Provides-Extra: s3
|
|
43
43
|
Requires-Dist: django-storages[s3]==1.14.6; extra == 's3'
|
|
44
44
|
Provides-Extra: sync
|
|
45
|
-
Requires-Dist: pydantic==2.
|
|
45
|
+
Requires-Dist: pydantic==2.12.3; extra == 'sync'
|
|
46
46
|
Requires-Dist: redis==6.4.0; extra == 'sync'
|
|
47
47
|
Requires-Dist: websockets==15.0.1; extra == 'sync'
|
|
48
48
|
Provides-Extra: test
|
|
@@ -52,7 +52,7 @@ Requires-Dist: moto[s3]==5.1.14; extra == 'test'
|
|
|
52
52
|
Requires-Dist: playwright>=1.39; extra == 'test'
|
|
53
53
|
Requires-Dist: pytest-django==4.11.1; extra == 'test'
|
|
54
54
|
Requires-Dist: pytest-playwright==0.7.1; extra == 'test'
|
|
55
|
-
Requires-Dist: pytest-rerunfailures==16.
|
|
55
|
+
Requires-Dist: pytest-rerunfailures==16.1; extra == 'test'
|
|
56
56
|
Requires-Dist: pytest-xdist<4,>=3.5.0; extra == 'test'
|
|
57
57
|
Requires-Dist: pytest==8.4.2; extra == 'test'
|
|
58
58
|
Description-Content-Type: text/markdown
|
|
@@ -33,7 +33,7 @@ dependencies = [
|
|
|
33
33
|
"django-environ==0.12.0",
|
|
34
34
|
"django-probes==1.7.0",
|
|
35
35
|
"Pillow==11.3.0",
|
|
36
|
-
"psycopg==3.2.
|
|
36
|
+
"psycopg==3.2.11",
|
|
37
37
|
"requests==2.32.5",
|
|
38
38
|
"rcssmin==1.2.1",
|
|
39
39
|
"rjsmin==1.2.4",
|
|
@@ -60,7 +60,7 @@ test = [
|
|
|
60
60
|
"pytest==8.4.2",
|
|
61
61
|
"pytest-django==4.11.1",
|
|
62
62
|
"pytest-playwright==0.7.1",
|
|
63
|
-
"pytest-rerunfailures==16.
|
|
63
|
+
"pytest-rerunfailures==16.1",
|
|
64
64
|
"pytest-xdist>=3.5.0,<4",
|
|
65
65
|
"moto[s3]==5.1.14"
|
|
66
66
|
]
|
|
@@ -71,7 +71,7 @@ s3 = [
|
|
|
71
71
|
"django-storages[s3]==1.14.6",
|
|
72
72
|
]
|
|
73
73
|
sync = [
|
|
74
|
-
"pydantic==2.
|
|
74
|
+
"pydantic==2.12.3",
|
|
75
75
|
"redis==6.4.0",
|
|
76
76
|
"websockets==15.0.1",
|
|
77
77
|
]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
VERSION = "3.4.0b3"
|
|
Binary file
|
|
@@ -424,13 +424,13 @@ msgid ""
|
|
|
424
424
|
"Oops, I didn't mean it, I want to <a href=\"%(login_url)s\" "
|
|
425
425
|
"class=\"login\">create an account</a> or <a href=\"%(login_url)s\" "
|
|
426
426
|
"class=\"login\">log in</a> (no worry, we'll attach the map to your account)."
|
|
427
|
-
msgstr ""
|
|
427
|
+
msgstr "Ups, det var ikke meningen, jeg vil gerne <a href=\"%(login_url)s\" class=\"login\">oprette en konto</a> eller <a href=\"%(login_url)s\" class=\"login\">logge ind</a> (bare rolig, vi knytter kortet til din konto)."
|
|
428
428
|
|
|
429
429
|
#: templates/umap/components/alerts/alert.html:35
|
|
430
430
|
msgid ""
|
|
431
431
|
"Yes, I want to continue editing anonymously, I will save the secret edit "
|
|
432
432
|
"link to be able to edit this map later or on another device"
|
|
433
|
-
msgstr ""
|
|
433
|
+
msgstr "Ja, jeg vil fortsætte med at redigere anonymt. Jeg gemmer det hemmelige redigeringslink, så jeg kan redigere dette kort senere eller på en anden enhed."
|
|
434
434
|
|
|
435
435
|
#: templates/umap/components/alerts/alert.html:39
|
|
436
436
|
msgid "Here is your secret link to edit the map, please keep it safe:"
|
|
@@ -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: 2025-10-
|
|
11
|
+
"POT-Creation-Date: 2025-10-17 06:00+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"
|
|
@@ -41,7 +41,7 @@ msgstr ""
|
|
|
41
41
|
msgid "name"
|
|
42
42
|
msgstr ""
|
|
43
43
|
|
|
44
|
-
#: models.py:63 models.py:
|
|
44
|
+
#: models.py:63 models.py:507
|
|
45
45
|
msgid "description"
|
|
46
46
|
msgstr ""
|
|
47
47
|
|
|
@@ -61,23 +61,23 @@ msgstr ""
|
|
|
61
61
|
msgid "Order of the tilelayers in the edit box"
|
|
62
62
|
msgstr ""
|
|
63
63
|
|
|
64
|
-
#: models.py:176 models.py:
|
|
64
|
+
#: models.py:176 models.py:501
|
|
65
65
|
msgid "Only editable with secret edit link"
|
|
66
66
|
msgstr ""
|
|
67
67
|
|
|
68
|
-
#: models.py:177 models.py:
|
|
68
|
+
#: models.py:177 models.py:502
|
|
69
69
|
msgid "Everyone can edit"
|
|
70
70
|
msgstr ""
|
|
71
71
|
|
|
72
|
-
#: models.py:180 models.py:
|
|
72
|
+
#: models.py:180 models.py:495
|
|
73
73
|
msgid "Everyone"
|
|
74
74
|
msgstr ""
|
|
75
75
|
|
|
76
|
-
#: models.py:181 models.py:190 models.py:
|
|
76
|
+
#: models.py:181 models.py:190 models.py:496
|
|
77
77
|
msgid "Editors and team only"
|
|
78
78
|
msgstr ""
|
|
79
79
|
|
|
80
|
-
#: models.py:182 models.py:
|
|
80
|
+
#: models.py:182 models.py:497
|
|
81
81
|
msgid "Owner only"
|
|
82
82
|
msgstr ""
|
|
83
83
|
|
|
@@ -97,7 +97,7 @@ msgstr ""
|
|
|
97
97
|
msgid "Blocked"
|
|
98
98
|
msgstr ""
|
|
99
99
|
|
|
100
|
-
#: models.py:192 models.py:
|
|
100
|
+
#: models.py:192 models.py:491
|
|
101
101
|
msgid "Deleted"
|
|
102
102
|
msgstr ""
|
|
103
103
|
|
|
@@ -137,15 +137,15 @@ msgstr ""
|
|
|
137
137
|
msgid "team"
|
|
138
138
|
msgstr ""
|
|
139
139
|
|
|
140
|
-
#: models.py:230 models.py:
|
|
140
|
+
#: models.py:230 models.py:523
|
|
141
141
|
msgid "edit status"
|
|
142
142
|
msgstr ""
|
|
143
143
|
|
|
144
|
-
#: models.py:235 models.py:
|
|
144
|
+
#: models.py:235 models.py:528
|
|
145
145
|
msgid "share status"
|
|
146
146
|
msgstr ""
|
|
147
147
|
|
|
148
|
-
#: models.py:238 models.py:
|
|
148
|
+
#: models.py:238 models.py:518
|
|
149
149
|
msgid "settings"
|
|
150
150
|
msgstr ""
|
|
151
151
|
|
|
@@ -161,15 +161,15 @@ msgstr ""
|
|
|
161
161
|
msgid "Clone of"
|
|
162
162
|
msgstr ""
|
|
163
163
|
|
|
164
|
-
#: models.py:
|
|
164
|
+
#: models.py:490 models.py:494 models.py:500
|
|
165
165
|
msgid "Inherit"
|
|
166
166
|
msgstr ""
|
|
167
167
|
|
|
168
|
-
#: models.py:
|
|
168
|
+
#: models.py:513
|
|
169
169
|
msgid "display on load"
|
|
170
170
|
msgstr ""
|
|
171
171
|
|
|
172
|
-
#: models.py:
|
|
172
|
+
#: models.py:514
|
|
173
173
|
msgid "Display this layer on load."
|
|
174
174
|
msgstr ""
|
|
175
175
|
|
|
@@ -289,7 +289,7 @@ class Map(NamedModel):
|
|
|
289
289
|
self.save()
|
|
290
290
|
|
|
291
291
|
def delete(self, **kwargs):
|
|
292
|
-
#
|
|
292
|
+
# Explicitly call datalayers.delete, so we can deal with removing files
|
|
293
293
|
# (the cascade delete would not call the model delete method)
|
|
294
294
|
# Use datalayer_set so to get also the deleted ones.
|
|
295
295
|
for datalayer in self.datalayer_set.all():
|
|
@@ -59,7 +59,7 @@ SOCIAL_AUTH_REDIRECT_IS_HTTPS = True
|
|
|
59
59
|
SOCIAL_AUTH_RAISE_EXCEPTIONS = False
|
|
60
60
|
SOCIAL_AUTH_BACKEND_ERROR_URL = "/"
|
|
61
61
|
|
|
62
|
-
# If you want to add a
|
|
62
|
+
# If you want to add a playground map, add its primary key
|
|
63
63
|
# UMAP_DEMO_PK = 204
|
|
64
64
|
# If you want to add a showcase map on the home page, add its primary key
|
|
65
65
|
# UMAP_SHOWCASE_PK = 1156
|
|
@@ -162,7 +162,6 @@ input[type="submit"] {
|
|
|
162
162
|
background-color: var(--color-mediumGray);
|
|
163
163
|
}
|
|
164
164
|
|
|
165
|
-
.dark .anonymous:hover,
|
|
166
165
|
.dark .button.anonymous:hover,
|
|
167
166
|
.dark [type="button"].anonymous:hover {
|
|
168
167
|
background-color: var(--color-veryDarkViolet);
|
|
@@ -782,12 +781,13 @@ input[type=hidden].blur+[type="button"] {
|
|
|
782
781
|
border-radius: initial;
|
|
783
782
|
}
|
|
784
783
|
|
|
785
|
-
.copiable-input button {
|
|
784
|
+
.copiable-input button[type=button] {
|
|
786
785
|
background-color: var(--background-color);
|
|
787
786
|
color: var(--text-color);
|
|
788
787
|
border: 2px solid var(--color-darkBlue);
|
|
789
788
|
border-left: none;
|
|
790
789
|
width: 40px;
|
|
790
|
+
height: 40px;
|
|
791
791
|
}
|
|
792
792
|
|
|
793
793
|
input.highlightable:not(:placeholder-shown) {
|
|
@@ -12,7 +12,7 @@ export class uMapElement extends HTMLElement {
|
|
|
12
12
|
|
|
13
13
|
/**
|
|
14
14
|
* Retrieves a clone of the content template either using the `template`
|
|
15
|
-
* attribute or an id
|
|
15
|
+
* attribute or an id matching the name of the component:
|
|
16
16
|
*
|
|
17
17
|
* `umap-alert` component => `umap-alert-template` template id lookup.
|
|
18
18
|
*/
|
|
@@ -97,8 +97,8 @@ export default class Browser {
|
|
|
97
97
|
}
|
|
98
98
|
|
|
99
99
|
toggleBadge() {
|
|
100
|
-
Utils.toggleBadge(this.filtersTitle, this.
|
|
101
|
-
Utils.toggleBadge('.umap-control-browse', this.
|
|
100
|
+
Utils.toggleBadge(this.filtersTitle, this.hasActiveFilters())
|
|
101
|
+
Utils.toggleBadge('.umap-control-browse', this.hasActiveFilters())
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
onFormChange() {
|
|
@@ -118,8 +118,8 @@ export default class Browser {
|
|
|
118
118
|
return !!document.querySelector('.on .umap-browser')
|
|
119
119
|
}
|
|
120
120
|
|
|
121
|
-
|
|
122
|
-
return !!this.options.filter || this._umap.
|
|
121
|
+
hasActiveFilters() {
|
|
122
|
+
return !!this.options.filter || this._umap.hasActiveFilters()
|
|
123
123
|
}
|
|
124
124
|
|
|
125
125
|
onMoveEnd() {
|
|
@@ -1,123 +1,15 @@
|
|
|
1
|
-
import * as Utils from '
|
|
2
|
-
import { translate } from '
|
|
3
|
-
import Orderable from '
|
|
4
|
-
import { uMapAlert as Alert } from '
|
|
5
|
-
import { Form } from '
|
|
1
|
+
import * as Utils from '../utils.js'
|
|
2
|
+
import { translate } from '../i18n.js'
|
|
3
|
+
import Orderable from '../orderable.js'
|
|
4
|
+
import { uMapAlert as Alert } from '../../components/alerts/alert.js'
|
|
5
|
+
import { Form } from '../form/builder.js'
|
|
6
6
|
|
|
7
|
-
export
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
active() {
|
|
12
|
-
return Object.values(this)
|
|
13
|
-
.filter((datalayer) => !datalayer.isDeleted)
|
|
14
|
-
.sort((a, b) => a.rank > b.rank)
|
|
15
|
-
}
|
|
16
|
-
reverse() {
|
|
17
|
-
return this.active().reverse()
|
|
18
|
-
}
|
|
19
|
-
count() {
|
|
20
|
-
return this.active().length
|
|
21
|
-
}
|
|
22
|
-
find(func) {
|
|
23
|
-
for (const datalayer of this.reverse()) {
|
|
24
|
-
if (func.call(datalayer, datalayer)) {
|
|
25
|
-
return datalayer
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
filter(func) {
|
|
30
|
-
return this.active().filter(func)
|
|
31
|
-
}
|
|
32
|
-
visible() {
|
|
33
|
-
return this.filter((datalayer) => datalayer.isVisible())
|
|
34
|
-
}
|
|
35
|
-
browsable() {
|
|
36
|
-
return this.reverse().filter((datalayer) => datalayer.allowBrowse())
|
|
37
|
-
}
|
|
38
|
-
prev(datalayer) {
|
|
39
|
-
const browsable = this.browsable()
|
|
40
|
-
const current = browsable.indexOf(datalayer)
|
|
41
|
-
const prev = browsable[current - 1] || browsable[browsable.length - 1]
|
|
42
|
-
if (!prev.canBrowse()) return this.prev(prev)
|
|
43
|
-
return prev
|
|
44
|
-
}
|
|
45
|
-
next(datalayer) {
|
|
46
|
-
const browsable = this.browsable()
|
|
47
|
-
const current = browsable.indexOf(datalayer)
|
|
48
|
-
const next = browsable[current + 1] || browsable[0]
|
|
49
|
-
if (!next.canBrowse()) return this.next(next)
|
|
50
|
-
return next
|
|
51
|
-
}
|
|
52
|
-
first() {
|
|
53
|
-
return this.active()[0]
|
|
54
|
-
}
|
|
55
|
-
last() {
|
|
56
|
-
const layers = this.active()
|
|
57
|
-
return layers[layers.length - 1]
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
export class FeatureManager extends Map {
|
|
62
|
-
add(feature) {
|
|
63
|
-
if (this.has(feature.id)) {
|
|
64
|
-
console.error('Duplicate id', feature, this.get(feature.id))
|
|
65
|
-
feature.id = Utils.generateId()
|
|
66
|
-
feature.datalayer._migrated = true
|
|
67
|
-
}
|
|
68
|
-
this.set(feature.id, feature)
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
all() {
|
|
72
|
-
return Array.from(this.values())
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
visible() {
|
|
76
|
-
return this.all().filter((feature) => !feature.isFiltered())
|
|
77
|
-
}
|
|
7
|
+
export const getDefaultFields = () => [
|
|
8
|
+
{ key: U.DEFAULT_LABEL_KEY, type: 'String' },
|
|
9
|
+
{ key: 'description', type: 'Text' },
|
|
10
|
+
]
|
|
78
11
|
|
|
79
|
-
|
|
80
|
-
this.delete(feature.id)
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
count() {
|
|
84
|
-
return this.size
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
sort(by) {
|
|
88
|
-
const features = this.all()
|
|
89
|
-
Utils.sortFeatures(features, by, U.lang)
|
|
90
|
-
this.clear()
|
|
91
|
-
for (const feature of features) {
|
|
92
|
-
this.set(feature.id, feature)
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
getIndex(feature) {
|
|
97
|
-
const entries = Array.from(this)
|
|
98
|
-
return entries.findIndex(([id]) => id === feature.id)
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
first() {
|
|
102
|
-
return this.values().next().value
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
last() {
|
|
106
|
-
return this.all()[this.size - 1]
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
next(feature) {
|
|
110
|
-
const index = this.getIndex(feature)
|
|
111
|
-
return this.all()[index + 1]
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
prev(feature) {
|
|
115
|
-
const index = this.getIndex(feature)
|
|
116
|
-
return this.all()[index - 1]
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
export class FieldManager extends Map {
|
|
12
|
+
export class Fields extends Map {
|
|
121
13
|
constructor(parent, dialog) {
|
|
122
14
|
super()
|
|
123
15
|
this.parent = parent
|
|
@@ -126,6 +18,15 @@ export class FieldManager extends Map {
|
|
|
126
18
|
this.pull()
|
|
127
19
|
}
|
|
128
20
|
|
|
21
|
+
isDefault() {
|
|
22
|
+
const keys = Array.from(this.keys())
|
|
23
|
+
const defaultKeys = getDefaultFields().map((field) => field.key)
|
|
24
|
+
return (
|
|
25
|
+
keys.length === defaultKeys.length &&
|
|
26
|
+
keys.every((value, index) => value === defaultKeys[index])
|
|
27
|
+
)
|
|
28
|
+
}
|
|
29
|
+
|
|
129
30
|
pull() {
|
|
130
31
|
this.clear()
|
|
131
32
|
for (const field of this.parent.properties.fields) {
|
|
@@ -261,13 +162,13 @@ export class FieldManager extends Map {
|
|
|
261
162
|
async editField(name) {
|
|
262
163
|
if (!name && this.parent.isRemoteLayer?.()) return
|
|
263
164
|
const FIELD_TYPES = [
|
|
264
|
-
'String',
|
|
265
|
-
'Text',
|
|
266
|
-
'Number',
|
|
267
|
-
'Date',
|
|
268
|
-
'Datetime',
|
|
269
|
-
'Enum',
|
|
270
|
-
'Boolean',
|
|
165
|
+
['String', translate('Short text')],
|
|
166
|
+
['Text', translate('Text')],
|
|
167
|
+
['Number', translate('Number')],
|
|
168
|
+
['Date', translate('Date')],
|
|
169
|
+
['Datetime', translate('Date and time')],
|
|
170
|
+
['Enum', translate('List of values')],
|
|
171
|
+
['Boolean', translate('Yes / No')],
|
|
271
172
|
]
|
|
272
173
|
const field = this.get(name) || {}
|
|
273
174
|
const metadatas = [
|
|
@@ -300,8 +201,9 @@ export class FieldManager extends Map {
|
|
|
300
201
|
body.appendChild(form.build())
|
|
301
202
|
if (this.parent.filters) {
|
|
302
203
|
addFilter.addEventListener('click', () => {
|
|
303
|
-
this.dialog.accept()
|
|
304
|
-
|
|
204
|
+
this.dialog.accept().then(() => {
|
|
205
|
+
this.parent.filters.createFilterForm(field.key)
|
|
206
|
+
})
|
|
305
207
|
})
|
|
306
208
|
addFilter.hidden = false
|
|
307
209
|
}
|
|
@@ -21,8 +21,9 @@ import TableEditor from '../tableeditor.js'
|
|
|
21
21
|
import * as Utils from '../utils.js'
|
|
22
22
|
import { LineString, Point, Polygon } from './features.js'
|
|
23
23
|
import Rules from '../rules.js'
|
|
24
|
-
import { FeatureManager
|
|
24
|
+
import { FeatureManager } from '../managers.js'
|
|
25
25
|
import { Filters } from '../filters.js'
|
|
26
|
+
import { Fields, getDefaultFields } from './fields.js'
|
|
26
27
|
|
|
27
28
|
export const LAYER_TYPES = [
|
|
28
29
|
DefaultLayer,
|
|
@@ -90,12 +91,9 @@ export class DataLayer {
|
|
|
90
91
|
if (this.showAtLoad()) this.show()
|
|
91
92
|
}
|
|
92
93
|
if (!this._needsFetch && !this._umap.fields.size) {
|
|
93
|
-
this.properties.fields =
|
|
94
|
-
{ key: U.DEFAULT_LABEL_KEY, type: 'String' },
|
|
95
|
-
{ key: 'description', type: 'Text' },
|
|
96
|
-
]
|
|
94
|
+
this.properties.fields = getDefaultFields()
|
|
97
95
|
}
|
|
98
|
-
this.fields = new
|
|
96
|
+
this.fields = new Fields(this, this._umap.dialog)
|
|
99
97
|
this.filters = new Filters(this, this._umap)
|
|
100
98
|
|
|
101
99
|
// Only layers that are displayed on load must be hidden/shown
|
|
@@ -150,7 +148,7 @@ export class DataLayer {
|
|
|
150
148
|
|
|
151
149
|
get fieldKeys() {
|
|
152
150
|
// Needed to get a similar API from layer and uMap, but
|
|
153
|
-
// uMap
|
|
151
|
+
// uMap would return concat of all datalayers fields
|
|
154
152
|
return Array.from(this.fields.keys())
|
|
155
153
|
}
|
|
156
154
|
|
|
@@ -209,7 +207,7 @@ export class DataLayer {
|
|
|
209
207
|
}
|
|
210
208
|
|
|
211
209
|
// This method does a targeted update of the UI,
|
|
212
|
-
// it
|
|
210
|
+
// it would be merged with `render`` method and the
|
|
213
211
|
// SCHEMA at some point
|
|
214
212
|
propagate(fields = []) {
|
|
215
213
|
const impacts = {
|
|
@@ -83,11 +83,11 @@ export const hexToRGB = (hex) => {
|
|
|
83
83
|
.map((x) => Number.parseInt(x, 16))
|
|
84
84
|
}
|
|
85
85
|
|
|
86
|
-
const
|
|
86
|
+
const CACHE_CONTRAST = {}
|
|
87
87
|
export const contrastedColor = (el, bgcolor) => {
|
|
88
88
|
// Return 0 for black and 1 for white
|
|
89
89
|
// bgcolor is a human color, it can be a any keyword (purple…)
|
|
90
|
-
if (typeof
|
|
90
|
+
if (typeof CACHE_CONTRAST[bgcolor] !== 'undefined') return CACHE_CONTRAST[bgcolor]
|
|
91
91
|
let rgb = window.getComputedStyle(el).getPropertyValue('background-color')
|
|
92
92
|
rgb = RGBRegex.exec(rgb)
|
|
93
93
|
if (rgb && rgb.length === 4) {
|
|
@@ -104,6 +104,6 @@ export const contrastedColor = (el, bgcolor) => {
|
|
|
104
104
|
}
|
|
105
105
|
if (!rgb) return 1
|
|
106
106
|
const out = contrastWCAG21(rgb)
|
|
107
|
-
if (bgcolor)
|
|
107
|
+
if (bgcolor) CACHE_CONTRAST[bgcolor] = out
|
|
108
108
|
return out
|
|
109
109
|
}
|
|
@@ -179,7 +179,7 @@ export class Filters {
|
|
|
179
179
|
}
|
|
180
180
|
|
|
181
181
|
isActive() {
|
|
182
|
-
return this.available.values().some((obj) => obj.isActive())
|
|
182
|
+
return Array.from(this.available.values()).some((obj) => obj.isActive())
|
|
183
183
|
}
|
|
184
184
|
|
|
185
185
|
// Loop on the data to compute the list of choices, min
|
|
@@ -306,7 +306,7 @@ export class Filters {
|
|
|
306
306
|
|
|
307
307
|
_listFilters(filters, container, title) {
|
|
308
308
|
const template = `
|
|
309
|
-
<details
|
|
309
|
+
<details>
|
|
310
310
|
<summary>${title}</summary>
|
|
311
311
|
<ul data-ref=ul></ul>
|
|
312
312
|
<div>
|
|
@@ -322,9 +322,8 @@ export class Filters {
|
|
|
322
322
|
`<li>${translate('Add a field prior to create a filter.')}</li>`
|
|
323
323
|
)
|
|
324
324
|
)
|
|
325
|
-
}
|
|
326
|
-
|
|
327
|
-
body.open = false
|
|
325
|
+
} else if (!filters._parent.fields.isDefault()) {
|
|
326
|
+
body.open = true
|
|
328
327
|
}
|
|
329
328
|
filters.available.forEach((filter, fieldKey) => {
|
|
330
329
|
const [li, { edit, remove }] = Utils.loadTemplateWithRefs(
|
|
@@ -442,8 +441,9 @@ export class Filters {
|
|
|
442
441
|
`)
|
|
443
442
|
body.appendChild(form.build())
|
|
444
443
|
editField.addEventListener('click', () => {
|
|
445
|
-
this._umap.dialog.accept()
|
|
446
|
-
|
|
444
|
+
this._umap.dialog.accept().then(() => {
|
|
445
|
+
this._parent.fields.editField(fieldKey)
|
|
446
|
+
})
|
|
447
447
|
})
|
|
448
448
|
|
|
449
449
|
return this._umap.dialog.open({ template: container }).then(() => {
|
|
@@ -118,7 +118,7 @@ const ENTRIES = {
|
|
|
118
118
|
<dt>KML</dt>
|
|
119
119
|
<dd>${translate('Properties imported:')}name, description</dd>
|
|
120
120
|
<dt>CSV</dt>
|
|
121
|
-
<dd>${translate('Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the
|
|
121
|
+
<dd>${translate('Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.')}</dd>
|
|
122
122
|
<dt>uMap</dt>
|
|
123
123
|
<dd>${translate('Imports all umap data, including layers and settings.')}</dd>
|
|
124
124
|
</div>
|
|
@@ -25,7 +25,7 @@ export function getLocale() {
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
// @function translate(string: String, data?: Object): String
|
|
28
|
-
// Actually try to translate the `string`, with
|
|
28
|
+
// Actually try to translate the `string`, with optional variable passed in `data`.
|
|
29
29
|
export function translate(string, data = {}) {
|
|
30
30
|
if (locale && locales[locale] && locales[locale][string] !== undefined) {
|
|
31
31
|
string = locales[locale][string]
|
|
@@ -353,7 +353,7 @@ export default class Importer extends Utils.WithTemplate {
|
|
|
353
353
|
|
|
354
354
|
async copy() {
|
|
355
355
|
// Format may be guessed from file later.
|
|
356
|
-
//
|
|
356
|
+
// Useful in case of multiple files with different formats.
|
|
357
357
|
if (!this.format && !this.files.length) {
|
|
358
358
|
this.onError(translate('Please choose a format'))
|
|
359
359
|
return false
|