umap-project 3.0.3__tar.gz → 3.0.5__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-3.0.3 → umap_project-3.0.5}/PKG-INFO +8 -8
- {umap_project-3.0.3 → umap_project-3.0.5}/pyproject.toml +7 -7
- umap_project-3.0.5/umap/__init__.py +1 -0
- umap_project-3.0.5/umap/locale/el/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/el/LC_MESSAGES/django.po +136 -56
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/en/LC_MESSAGES/django.po +18 -18
- umap_project-3.0.5/umap/locale/es/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/es/LC_MESSAGES/django.po +136 -56
- umap_project-3.0.5/umap/locale/nl/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/nl/LC_MESSAGES/django.po +1 -1
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/models.py +1 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/settings/base.py +1 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/css/bar.css +1 -1
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/css/form.css +44 -44
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/css/tooltip.css +13 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/autocomplete.js +7 -8
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/browser.js +89 -94
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/caption.js +6 -4
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/data/features.js +1 -19
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/data/layer.js +100 -61
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/facets.js +1 -1
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/form/fields.js +1 -1
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/importer.js +1 -1
- umap_project-3.0.5/umap/static/umap/js/modules/managers.js +46 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/permissions.js +1 -1
- umap_project-3.0.5/umap/static/umap/js/modules/rendering/controls.js +251 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/rendering/layers/heat.js +5 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/rendering/map.js +21 -10
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/rendering/ui.js +0 -1
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/rules.js +56 -46
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/schema.js +5 -1
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/share.js +2 -2
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/slideshow.js +1 -1
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/sync/engine.js +23 -9
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/ui/bar.js +2 -2
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/ui/base.js +13 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/umap.js +70 -113
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/umap.controls.js +0 -310
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/umap.core.js +0 -40
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/am_ET.js +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/am_ET.json +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/ar.js +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/ar.json +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/ast.js +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/ast.json +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/bg.js +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/bg.json +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/br.js +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/br.json +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/ca.js +27 -22
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/ca.json +27 -22
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/cs_CZ.js +5 -2
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/cs_CZ.json +5 -2
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/da.js +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/da.json +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/de.js +5 -2
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/de.json +5 -2
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/el.js +92 -87
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/el.json +92 -87
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/en.js +5 -2
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/en.json +5 -2
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/en_US.json +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/es.js +18 -15
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/es.json +18 -15
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/et.js +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/et.json +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/eu.js +5 -2
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/eu.json +5 -2
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/fa_IR.js +5 -2
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/fa_IR.json +5 -2
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/fi.js +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/fi.json +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/fr.js +5 -2
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/fr.json +5 -2
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/gl.js +5 -2
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/gl.json +5 -2
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/he.js +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/he.json +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/hr.js +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/hr.json +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/hu.js +5 -2
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/hu.json +5 -2
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/id.js +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/id.json +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/is.js +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/is.json +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/it.js +5 -2
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/it.json +5 -2
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/ja.js +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/ja.json +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/ko.js +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/ko.json +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/lt.js +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/lt.json +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/ms.js +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/ms.json +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/nl.js +7 -4
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/nl.json +7 -4
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/no.js +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/no.json +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/pl.js +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/pl.json +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/pl_PL.json +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/pt.js +5 -2
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/pt.json +5 -2
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/pt_BR.js +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/pt_BR.json +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/pt_PT.js +5 -2
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/pt_PT.json +5 -2
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/ro.js +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/ro.json +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/ru.js +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/ru.json +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/sk_SK.js +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/sk_SK.json +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/sl.js +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/sl.json +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/sr.js +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/sr.json +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/sv.js +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/sv.json +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/th_TH.js +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/th_TH.json +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/tr.js +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/tr.json +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/uk_UA.js +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/uk_UA.json +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/vi.js +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/vi.json +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/vi_VN.json +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/zh.js +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/zh.json +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/zh_CN.json +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/zh_TW.Big5.json +8 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/zh_TW.js +5 -2
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/zh_TW.json +5 -2
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/map.css +11 -33
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vars.css +4 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/togeojson/togeojson.es.js +350 -177
- umap_project-3.0.5/umap/static/umap/vendors/togeojson/togeojson.es.mjs.map +1 -0
- umap_project-3.0.5/umap/templates/umap/design_system.html +355 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/base.py +2 -2
- umap_project-3.0.5/umap/tests/fixtures/heatmap_data.json +1044 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/integration/test_browser.py +3 -3
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/integration/test_conditional_rules.py +2 -2
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/integration/test_datalayer.py +0 -1
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/integration/test_edit_map.py +7 -7
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/integration/test_facets_browser.py +2 -2
- umap_project-3.0.5/umap/tests/integration/test_heatmap.py +41 -0
- umap_project-3.0.5/umap/tests/integration/test_iframe.py +25 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/integration/test_import.py +58 -1
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/integration/test_map.py +7 -8
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/integration/test_optimistic_merge.py +12 -4
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/integration/test_querystring.py +1 -1
- umap_project-3.0.5/umap/tests/integration/test_remote_data.py +79 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/integration/test_websocket_sync.py +2 -2
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/urls.py +1 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/views.py +7 -0
- umap_project-3.0.3/umap/__init__.py +0 -1
- umap_project-3.0.3/umap/locale/el/LC_MESSAGES/django.mo +0 -0
- umap_project-3.0.3/umap/locale/es/LC_MESSAGES/django.mo +0 -0
- umap_project-3.0.3/umap/locale/nl/LC_MESSAGES/django.mo +0 -0
- umap_project-3.0.3/umap/static/umap/vendors/togeojson/togeojson.es.mjs.map +0 -1
- {umap_project-3.0.3 → umap_project-3.0.5}/.gitignore +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/LICENSE +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/README.md +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/admin.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/apps.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/asgi.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/autocomplete.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/bin/__init__.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/context_processors.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/decorators.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/fields.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/forms.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/am_ET/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/am_ET/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/ar/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/ar/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/ast/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/ast/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/bg/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/bg/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/br/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/br/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/ca/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/ca/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/cs_CZ/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/da/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/da/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/de/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/de/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/en/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/et/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/et/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/eu/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/eu/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/fa_IR/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/fa_IR/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/fi/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/fi/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/fr/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/gl/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/gl/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/he/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/he/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/hr/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/hr/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/hu/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/id/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/id/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/is/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/is/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/it/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/it/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/ja/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/ja/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/ko/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/ko/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/lt/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/lt/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/ms/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/ms/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/no/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/no/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/pl/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/pl/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/pt/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/pt/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/pt_BR/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/pt_BR/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/pt_PT/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/pt_PT/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/ro/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/ro/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/ru/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/ru/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/si/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/si/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/sk_SK/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/sk_SK/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/sl/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/sl/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/sr/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/sr/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/sv/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/sv/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/th_TH/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/th_TH/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/tr/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/tr/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/uk_UA/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/uk_UA/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/vi/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/vi/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/zh/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/zh/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/locale/zh_TW/LC_MESSAGES/django.po +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/management/__init__.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/management/commands/__init__.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/management/commands/anonymous_edit_url.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/management/commands/clean_tilelayer.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/management/commands/empty_trash.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/management/commands/generate_js_locale.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/management/commands/import_pictograms.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/management/commands/migrate_to_S3.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/managers.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/middleware.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/migrations/0001_initial.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/migrations/0002_tilelayer_tms.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/migrations/0003_add_tilelayer.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/migrations/0004_add_licence.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/migrations/0005_remove_map_tilelayer.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/migrations/0006_auto_20190407_0719.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/migrations/0007_auto_20190416_1757.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/migrations/0008_alter_map_settings.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/migrations/0009_star.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/migrations/0010_alter_map_edit_status_alter_map_share_status.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/migrations/0011_alter_map_edit_status_alter_map_share_status.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/migrations/0012_datalayer_settings.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/migrations/0013_datalayer_edit_status.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/migrations/0014_map_created_at.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/migrations/0015_alter_pictogram_pictogram.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/migrations/0016_pictogram_category.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/migrations/0017_migrate_to_openstreetmap_oauth2.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/migrations/0018_datalayer_uuid.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/migrations/0019_migrate_internal_remote_datalayers.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/migrations/0020_alter_tilelayer_url_template.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/migrations/0021_remove_map_description.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/migrations/0022_add_team.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/migrations/0023_alter_datalayer_uuid.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/migrations/0024_alter_map_share_status.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/migrations/0025_alter_datalayer_geojson.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/migrations/0026_datalayer_modified_at_datalayer_share_status.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/migrations/0027_map_tags.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/migrations/__init__.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/settings/__init__.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/settings/dev.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/settings/local.py.sample +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/.gitignore +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/base.css +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/content.css +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/css/contextmenu.css +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/css/dialog.css +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/css/icon.css +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/css/importers.css +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/css/panel.css +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/css/popup.css +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/css/slideshow.css +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/css/tableeditor.css +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/css/window.css +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/favicons/apple-touch-icon.png +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/favicons/favicon.ico +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/favicons/icon-192.png +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/favicons/icon-512.png +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/favicons/icon.svg +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/font/FiraSans-Light.woff +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/font/FiraSans-Light.woff2 +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/font/FiraSans-LightItalic.woff +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/font/FiraSans-LightItalic.woff2 +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/font/FiraSans-SemiBold.woff +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/font/FiraSans-SemiBold.woff2 +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/font.css +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/img/16-white.svg +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/img/16.svg +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/img/24-white.svg +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/img/24.svg +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/img/alert-icon-error.svg +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/img/alert-icon-info.svg +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/img/alert-icon-success.svg +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/img/edit.svg +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/img/home.svg +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/img/icon-bg.png +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/img/icon-delete.svg +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/img/icon-download.svg +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/img/icon-duplicate.svg +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/img/icon-edit.svg +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/img/icon-external-link.svg +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/img/icon-share.svg +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/img/icon-view.svg +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/img/importers/banfr.svg +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/img/importers/cadastrefr.svg +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/img/importers/communesfr.svg +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/img/importers/datasets.svg +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/img/importers/geodatamine.svg +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/img/importers/overpass.svg +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/img/importers/random.svg +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/img/importers/random1.svg +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/img/importers/random2.svg +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/img/logo.svg +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/img/logo_filigree.png +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/img/logo_lightcyan.svg +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/img/logo_small.svg +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/img/marker.png +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/img/marker.svg +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/img/opensource.svg +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/img/osm.svg +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/img/providers/bitbucket.png +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/img/providers/github.png +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/img/providers/keycloak.png +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/img/providers/openstreetmap-oauth2.png +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/img/providers/twitter-oauth2.png +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/img/search.gif +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/img/source/16-white.svg +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/img/source/16.svg +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/img/source/24-white.svg +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/img/source/24.svg +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/img/target.svg +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/components/alerts/alert.css +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/components/alerts/alert.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/components/base.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/components/fragment.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/dompurify.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/drop.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/form/builder.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/formatter.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/global.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/help.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/i18n.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/importers/banfr.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/importers/cadastrefr.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/importers/communesfr.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/importers/datasets.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/importers/geodatamine.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/importers/overpass.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/leaflet-configure.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/orderable.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/rendering/icon.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/rendering/layers/base.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/rendering/layers/classified.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/rendering/layers/cluster.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/rendering/popup.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/rendering/template.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/request.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/sync/hlc.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/sync/undo.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/sync/updaters.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/sync/websocket.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/tableeditor.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/ui/contextmenu.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/ui/dialog.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/ui/panel.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/ui/tooltip.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/urls.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/js/modules/utils.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/si.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/locale/si.json +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/nav.css +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/theme.css +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/unittests/URLs.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/unittests/hlc.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/unittests/sync.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/unittests/utils.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/colorbrewer/colorbrewer.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/csv2geojson/csv2geojson.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/dompurify/purify.es.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/dompurify/purify.es.mjs.map +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/editable/Leaflet.Editable.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/editable/Path.Drag.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.css +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/editinosm/edit-in-osm.png +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/fullscreen/Leaflet.fullscreen.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/fullscreen/Leaflet.fullscreen.min.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/fullscreen/fullscreen.png +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/fullscreen/fullscreen@2x.png +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/fullscreen/leaflet.fullscreen.css +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/geojson-to-gpx/index.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/georsstogeojson/GeoRSSToGeoJSON.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/hash/leaflet-hash.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/heat/leaflet-heat.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/i18n/Leaflet.i18n.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/iconlayers/check.png +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/iconlayers/iconLayers.css +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/iconlayers/iconLayers.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/iconlayers/transparent-pixel.png +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/leaflet/images/layers-2x.png +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/leaflet/images/layers.png +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/leaflet/images/marker-icon-2x.png +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/leaflet/images/marker-icon.png +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/leaflet/images/marker-shadow.png +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/leaflet/leaflet-src.esm.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/leaflet/leaflet-src.esm.js.map +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/leaflet/leaflet.css +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/loading/Control.Loading.css +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/loading/Control.Loading.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css.map +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js.map +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/markercluster/MarkerCluster.Default.css +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/markercluster/MarkerCluster.css +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/markercluster/leaflet.markercluster.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/markercluster/leaflet.markercluster.js.map +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/measurable/Leaflet.Measurable.css +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/measurable/Leaflet.Measurable.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/minimap/Control.MiniMap.min.css +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/minimap/Control.MiniMap.min.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/minimap/images/toggle.png +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/minimap/images/toggle.svg +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/osmtogeojson/osmtogeojson.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/photon/leaflet.photon.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/simple-statistics/simple-statistics.min.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/simple-statistics/simple-statistics.min.js.map +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/tokml/tokml.es.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/static/umap/vendors/tokml/tokml.es.mjs.map +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/storage/__init__.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/storage/fs.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/storage/s3.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/storage/staticfiles.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/sync/__init__.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/sync/app.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/sync/payloads.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/templates/403.html +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/templates/404.html +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/templates/40x.html +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/templates/500.html +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/templates/auth/user_detail.html +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/templates/auth/user_form.html +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/templates/auth/user_stars.html +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/templates/base.html +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/templates/registration/login.html +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/templates/umap/about.html +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/templates/umap/about_summary.html +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/templates/umap/branding.html +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/templates/umap/components/alerts/alert.html +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/templates/umap/components/provider.html +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/templates/umap/content.html +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/templates/umap/content_footer.html +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/templates/umap/css.html +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/templates/umap/dashboard_menu.html +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/templates/umap/footer.html +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/templates/umap/header.html +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/templates/umap/home.html +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/templates/umap/js.html +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/templates/umap/locale.js +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/templates/umap/login_popup_end.html +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/templates/umap/map_detail.html +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/templates/umap/map_fragment.html +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/templates/umap/map_init.html +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/templates/umap/map_list.html +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/templates/umap/map_table.html +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/templates/umap/messages.html +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/templates/umap/navigation.html +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/templates/umap/password_change.html +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/templates/umap/password_change_done.html +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/templates/umap/search.html +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/templates/umap/search_bar.html +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/templates/umap/success.html +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/templates/umap/team_confirm_delete.html +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/templates/umap/team_detail.html +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/templates/umap/team_form.html +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/templates/umap/user_dashboard.html +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/templates/umap/user_teams.html +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/templatetags/__init__.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/templatetags/umap_tags.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/__init__.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/conftest.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/fixtures/categorized_highway.geojson +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/fixtures/choropleth_region_chomage.geojson +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/fixtures/circle.svg +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/fixtures/display_on_load.umap +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/fixtures/empty_tile.png +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/fixtures/remote_data.umap +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/fixtures/star.svg +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/fixtures/test_circles_layer.geojson +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/fixtures/test_import_osm_relation.json +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/fixtures/test_upload_data.csv +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/fixtures/test_upload_data.gpx +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/fixtures/test_upload_data.json +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/fixtures/test_upload_data.kml +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/fixtures/test_upload_data.umap +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/fixtures/test_upload_data_osm.json +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/fixtures/test_upload_data_with_iconurl.umap +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/fixtures/test_upload_empty_coordinates.json +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/fixtures/test_upload_georss.xml +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/fixtures/test_upload_missing_name.json +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/fixtures/test_upload_non_linear_ring.json +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/fixtures/test_upload_simple_marker.json +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/integration/__init__.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/integration/conftest.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/integration/helpers.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/integration/test_anonymous_owned_map.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/integration/test_basics.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/integration/test_caption.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/integration/test_categorized_layer.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/integration/test_choropleth.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/integration/test_circles_layer.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/integration/test_cluster.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/integration/test_dashboard.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/integration/test_draw_polygon.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/integration/test_draw_polyline.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/integration/test_edit_datalayer.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/integration/test_edit_marker.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/integration/test_edit_polygon.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/integration/test_export_map.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/integration/test_features_id_generation.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/integration/test_map_list.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/integration/test_map_preview.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/integration/test_owned_map.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/integration/test_picto.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/integration/test_popup.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/integration/test_save.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/integration/test_share.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/integration/test_slideshow.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/integration/test_star.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/integration/test_tableeditor.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/integration/test_team.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/integration/test_tilelayer.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/integration/test_undo_redo.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/integration/test_view_marker.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/integration/test_view_polygon.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/integration/test_view_polyline.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/settings.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/test_clean_tilelayer.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/test_dashboard.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/test_datalayer.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/test_datalayer_s3.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/test_datalayer_views.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/test_empty_trash.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/test_licence.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/test_map.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/test_map_views.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/test_merge_features.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/test_statics.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/test_team_views.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/test_tilelayer.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/test_utils.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/tests/test_views.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/utils.py +0 -0
- {umap_project-3.0.3 → umap_project-3.0.5}/umap/wsgi.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: umap-project
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.5
|
|
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>
|
|
@@ -20,7 +20,7 @@ Requires-Dist: django-agnocomplete==2.2.0
|
|
|
20
20
|
Requires-Dist: django-environ==0.12.0
|
|
21
21
|
Requires-Dist: django-probes==1.7.0
|
|
22
22
|
Requires-Dist: django==5.1.8
|
|
23
|
-
Requires-Dist: pillow==11.1
|
|
23
|
+
Requires-Dist: pillow==11.2.1
|
|
24
24
|
Requires-Dist: psycopg==3.2.6
|
|
25
25
|
Requires-Dist: rcssmin==1.2.1
|
|
26
26
|
Requires-Dist: requests==2.32.3
|
|
@@ -31,26 +31,26 @@ Provides-Extra: dev
|
|
|
31
31
|
Requires-Dist: djlint==1.36.4; extra == 'dev'
|
|
32
32
|
Requires-Dist: hatch==1.14.1; extra == 'dev'
|
|
33
33
|
Requires-Dist: isort==6.0.1; extra == 'dev'
|
|
34
|
-
Requires-Dist: mkdocs-material==9.6.
|
|
34
|
+
Requires-Dist: mkdocs-material==9.6.12; extra == 'dev'
|
|
35
35
|
Requires-Dist: mkdocs-static-i18n==1.3.0; extra == 'dev'
|
|
36
36
|
Requires-Dist: mkdocs==1.6.1; extra == 'dev'
|
|
37
37
|
Requires-Dist: pymdown-extensions==10.14.3; extra == 'dev'
|
|
38
|
-
Requires-Dist: ruff==0.11.
|
|
38
|
+
Requires-Dist: ruff==0.11.6; extra == 'dev'
|
|
39
39
|
Requires-Dist: vermin==1.6.0; extra == 'dev'
|
|
40
40
|
Provides-Extra: docker
|
|
41
|
-
Requires-Dist: uvicorn==0.34.
|
|
41
|
+
Requires-Dist: uvicorn==0.34.2; 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.11.
|
|
45
|
+
Requires-Dist: pydantic==2.11.3; extra == 'sync'
|
|
46
46
|
Requires-Dist: redis==5.2.1; extra == 'sync'
|
|
47
47
|
Requires-Dist: websockets==15.0.1; extra == 'sync'
|
|
48
48
|
Provides-Extra: test
|
|
49
49
|
Requires-Dist: daphne==4.1.2; extra == 'test'
|
|
50
50
|
Requires-Dist: factory-boy==3.3.3; extra == 'test'
|
|
51
|
-
Requires-Dist: moto[s3]==5.1.
|
|
51
|
+
Requires-Dist: moto[s3]==5.1.4; extra == 'test'
|
|
52
52
|
Requires-Dist: playwright>=1.39; extra == 'test'
|
|
53
|
-
Requires-Dist: pytest-django==4.
|
|
53
|
+
Requires-Dist: pytest-django==4.11.1; extra == 'test'
|
|
54
54
|
Requires-Dist: pytest-playwright==0.7.0; extra == 'test'
|
|
55
55
|
Requires-Dist: pytest-rerunfailures==15.0; extra == 'test'
|
|
56
56
|
Requires-Dist: pytest-xdist<4,>=3.5.0; extra == 'test'
|
|
@@ -32,7 +32,7 @@ dependencies = [
|
|
|
32
32
|
"django-agnocomplete==2.2.0",
|
|
33
33
|
"django-environ==0.12.0",
|
|
34
34
|
"django-probes==1.7.0",
|
|
35
|
-
"Pillow==11.1
|
|
35
|
+
"Pillow==11.2.1",
|
|
36
36
|
"psycopg==3.2.6",
|
|
37
37
|
"requests==2.32.3",
|
|
38
38
|
"rcssmin==1.2.1",
|
|
@@ -44,10 +44,10 @@ dependencies = [
|
|
|
44
44
|
[project.optional-dependencies]
|
|
45
45
|
dev = [
|
|
46
46
|
"hatch==1.14.1",
|
|
47
|
-
"ruff==0.11.
|
|
47
|
+
"ruff==0.11.6",
|
|
48
48
|
"djlint==1.36.4",
|
|
49
49
|
"mkdocs==1.6.1",
|
|
50
|
-
"mkdocs-material==9.6.
|
|
50
|
+
"mkdocs-material==9.6.12",
|
|
51
51
|
"mkdocs-static-i18n==1.3.0",
|
|
52
52
|
"vermin==1.6.0",
|
|
53
53
|
"pymdown-extensions==10.14.3",
|
|
@@ -58,20 +58,20 @@ test = [
|
|
|
58
58
|
"factory-boy==3.3.3",
|
|
59
59
|
"playwright>=1.39",
|
|
60
60
|
"pytest==8.3.5",
|
|
61
|
-
"pytest-django==4.
|
|
61
|
+
"pytest-django==4.11.1",
|
|
62
62
|
"pytest-playwright==0.7.0",
|
|
63
63
|
"pytest-rerunfailures==15.0",
|
|
64
64
|
"pytest-xdist>=3.5.0,<4",
|
|
65
|
-
"moto[s3]==5.1.
|
|
65
|
+
"moto[s3]==5.1.4"
|
|
66
66
|
]
|
|
67
67
|
docker = [
|
|
68
|
-
"uvicorn==0.34.
|
|
68
|
+
"uvicorn==0.34.2",
|
|
69
69
|
]
|
|
70
70
|
s3 = [
|
|
71
71
|
"django-storages[s3]==1.14.6",
|
|
72
72
|
]
|
|
73
73
|
sync = [
|
|
74
|
-
"pydantic==2.11.
|
|
74
|
+
"pydantic==2.11.3",
|
|
75
75
|
"redis==5.2.1",
|
|
76
76
|
"websockets==15.0.1",
|
|
77
77
|
]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
VERSION = "3.0.5"
|
|
Binary file
|
|
@@ -13,7 +13,7 @@ msgid ""
|
|
|
13
13
|
msgstr ""
|
|
14
14
|
"Project-Id-Version: uMap\n"
|
|
15
15
|
"Report-Msgid-Bugs-To: \n"
|
|
16
|
-
"POT-Creation-Date: 2025-
|
|
16
|
+
"POT-Creation-Date: 2025-04-11 15:30+0000\n"
|
|
17
17
|
"PO-Revision-Date: 2013-11-22 14:00+0000\n"
|
|
18
18
|
"Last-Translator: prendi <prendi@openmailbox.org>, 2017\n"
|
|
19
19
|
"Language-Team: Greek (http://app.transifex.com/openstreetmap/umap/language/el/)\n"
|
|
@@ -40,137 +40,205 @@ msgstr "Λόγω συντήρησης, ο ιστότοπος είναι μόνο
|
|
|
40
40
|
msgid ""
|
|
41
41
|
"Using “%(name)s” to authenticate is deprecated and will be removed soon. "
|
|
42
42
|
"Please configure another provider below before losing access to your account"
|
|
43
|
-
" and maps."
|
|
44
|
-
msgstr ""
|
|
43
|
+
" and maps. Then, please logout and login again with the new provider."
|
|
44
|
+
msgstr "Η χρήση του «%(name)s» για τον έλεγχο ταυτότητας έχει ξεπεραστεί και θα καταργηθεί σύντομα. Παρακαλούμε ρυθμίστε έναν άλλο πάροχο παρακάτω πριν χάσετε την πρόσβαση στο λογαριασμό και τους χάρτες σας. Στη συνέχεια, παρακαλούμε αποσυνδεθείτε και συνδεθείτε ξανά με τον νέο πάροχο."
|
|
45
45
|
|
|
46
|
-
#: models.py:
|
|
46
|
+
#: models.py:61 models.py:80
|
|
47
47
|
msgid "name"
|
|
48
48
|
msgstr "όνομα"
|
|
49
49
|
|
|
50
|
-
#: models.py:
|
|
50
|
+
#: models.py:63 models.py:493
|
|
51
51
|
msgid "description"
|
|
52
52
|
msgstr "περιγραφή"
|
|
53
53
|
|
|
54
|
-
#: models.py:
|
|
54
|
+
#: models.py:111
|
|
55
55
|
msgid "details"
|
|
56
56
|
msgstr "λεπτομέρειες"
|
|
57
57
|
|
|
58
|
-
#: models.py:
|
|
58
|
+
#: models.py:112
|
|
59
59
|
msgid "Link to a page where the licence is detailed."
|
|
60
60
|
msgstr "Σύνδεσμος σελίδας αναλυτικής Άδειας Χρήσης."
|
|
61
61
|
|
|
62
|
-
#: models.py:
|
|
62
|
+
#: models.py:122
|
|
63
63
|
msgid "URL template using OSM tile format"
|
|
64
64
|
msgstr "Πρότυπο URL που χρησιμοποιεί μορφοποίηση πλακιδίων OSM"
|
|
65
65
|
|
|
66
|
-
#: models.py:
|
|
66
|
+
#: models.py:128
|
|
67
67
|
msgid "Order of the tilelayers in the edit box"
|
|
68
68
|
msgstr "Σειρά των υπόβαθρων στο πλαίσιο επεξεργασίας"
|
|
69
69
|
|
|
70
|
-
#: models.py:
|
|
70
|
+
#: models.py:176 models.py:487
|
|
71
71
|
msgid "Only editable with secret edit link"
|
|
72
72
|
msgstr "Επεξεργάσιμο μόνο με μυστικό σύνδεσμο"
|
|
73
73
|
|
|
74
|
-
#: models.py:
|
|
74
|
+
#: models.py:177 models.py:488
|
|
75
75
|
msgid "Everyone can edit"
|
|
76
76
|
msgstr "Όλοι μπορούν να επεξεργαστούν"
|
|
77
77
|
|
|
78
|
-
#: models.py:
|
|
78
|
+
#: models.py:180 models.py:481
|
|
79
79
|
msgid "Everyone"
|
|
80
80
|
msgstr "Οποιοσδήποτε"
|
|
81
81
|
|
|
82
|
-
#: models.py:
|
|
82
|
+
#: models.py:181 models.py:190 models.py:482
|
|
83
83
|
msgid "Editors and team only"
|
|
84
84
|
msgstr "Μόνο συντάκτες και ομάδα"
|
|
85
85
|
|
|
86
|
-
#: models.py:
|
|
86
|
+
#: models.py:182 models.py:483
|
|
87
87
|
msgid "Owner only"
|
|
88
88
|
msgstr "Μόνο ο κάτοχος"
|
|
89
89
|
|
|
90
|
-
#: models.py:
|
|
90
|
+
#: models.py:185
|
|
91
91
|
msgid "Draft (private)"
|
|
92
92
|
msgstr "Πρόχειρο (ιδιωτικό)"
|
|
93
93
|
|
|
94
|
-
#: models.py:
|
|
94
|
+
#: models.py:186
|
|
95
95
|
msgid "Everyone (public)"
|
|
96
96
|
msgstr "Όλοι (δημόσιος)"
|
|
97
97
|
|
|
98
|
-
#: models.py:
|
|
98
|
+
#: models.py:189
|
|
99
99
|
msgid "Anyone with link"
|
|
100
100
|
msgstr "Οποιοδήποτε με τον σύνδεσμο"
|
|
101
101
|
|
|
102
|
-
#: models.py:
|
|
102
|
+
#: models.py:191
|
|
103
103
|
msgid "Blocked"
|
|
104
104
|
msgstr "Αποκλεισμένος"
|
|
105
105
|
|
|
106
|
-
#: models.py:
|
|
106
|
+
#: models.py:192 models.py:477
|
|
107
107
|
msgid "Deleted"
|
|
108
108
|
msgstr "Διαγράφηκε"
|
|
109
109
|
|
|
110
|
-
#: models.py:
|
|
110
|
+
#: models.py:195
|
|
111
111
|
msgid "center"
|
|
112
112
|
msgstr "κέντρο"
|
|
113
113
|
|
|
114
|
-
#: models.py:
|
|
114
|
+
#: models.py:196
|
|
115
115
|
msgid "zoom"
|
|
116
116
|
msgstr "εστίαση"
|
|
117
117
|
|
|
118
|
-
#: models.py:
|
|
118
|
+
#: models.py:198
|
|
119
119
|
msgid "locate"
|
|
120
120
|
msgstr "εντοπισμός θέσης"
|
|
121
121
|
|
|
122
|
-
#: models.py:
|
|
122
|
+
#: models.py:198
|
|
123
123
|
msgid "Locate user on load?"
|
|
124
124
|
msgstr "Εντοπισμός θέσης χρήστη κατά την φόρτωση;"
|
|
125
125
|
|
|
126
|
-
#: models.py:
|
|
126
|
+
#: models.py:202
|
|
127
127
|
msgid "Choose the map licence."
|
|
128
128
|
msgstr "Επιλογή άδειας χρήσης του χάρτη."
|
|
129
129
|
|
|
130
|
-
#: models.py:
|
|
130
|
+
#: models.py:203
|
|
131
131
|
msgid "licence"
|
|
132
132
|
msgstr "άδεια"
|
|
133
133
|
|
|
134
|
-
#: models.py:
|
|
134
|
+
#: models.py:214
|
|
135
135
|
msgid "owner"
|
|
136
136
|
msgstr "ιδιοκτήτης"
|
|
137
137
|
|
|
138
|
-
#: models.py:
|
|
138
|
+
#: models.py:218
|
|
139
139
|
msgid "editors"
|
|
140
140
|
msgstr "συντάκτες"
|
|
141
141
|
|
|
142
|
-
#: models.py:
|
|
142
|
+
#: models.py:224
|
|
143
143
|
msgid "team"
|
|
144
144
|
msgstr "ομάδα"
|
|
145
145
|
|
|
146
|
-
#: models.py:
|
|
146
|
+
#: models.py:230 models.py:509
|
|
147
147
|
msgid "edit status"
|
|
148
148
|
msgstr "κατάσταση επεξεργασίας"
|
|
149
149
|
|
|
150
|
-
#: models.py:
|
|
150
|
+
#: models.py:235 models.py:514
|
|
151
151
|
msgid "share status"
|
|
152
152
|
msgstr "κατάσταση διαμοιρασμού"
|
|
153
153
|
|
|
154
|
-
#: models.py:
|
|
154
|
+
#: models.py:238 models.py:504
|
|
155
155
|
msgid "settings"
|
|
156
156
|
msgstr "ρυθμίσεις"
|
|
157
157
|
|
|
158
|
-
#: models.py:
|
|
158
|
+
#: models.py:410
|
|
159
159
|
msgid "Clone of"
|
|
160
160
|
msgstr "Κλώνος του"
|
|
161
161
|
|
|
162
|
-
#: models.py:
|
|
162
|
+
#: models.py:476 models.py:480 models.py:486
|
|
163
163
|
msgid "Inherit"
|
|
164
164
|
msgstr "Κληρονόμοι"
|
|
165
165
|
|
|
166
|
-
#: models.py:
|
|
166
|
+
#: models.py:499
|
|
167
167
|
msgid "display on load"
|
|
168
168
|
msgstr "εμφάνιση κατά τη φόρτωση"
|
|
169
169
|
|
|
170
|
-
#: models.py:
|
|
170
|
+
#: models.py:500
|
|
171
171
|
msgid "Display this layer on load."
|
|
172
172
|
msgstr "Εμφάνιση αυτού του επιπέδου κατά την φόρτωση."
|
|
173
173
|
|
|
174
|
+
#: settings/base.py:295
|
|
175
|
+
msgid "Art and Culture"
|
|
176
|
+
msgstr "Τέχνες και Πολιτισμός"
|
|
177
|
+
|
|
178
|
+
#: settings/base.py:296
|
|
179
|
+
msgid "Cycling"
|
|
180
|
+
msgstr "Ποδηλασία"
|
|
181
|
+
|
|
182
|
+
#: settings/base.py:297
|
|
183
|
+
msgid "Business"
|
|
184
|
+
msgstr "Επιχειρήσεις"
|
|
185
|
+
|
|
186
|
+
#: settings/base.py:298
|
|
187
|
+
msgid "Environment"
|
|
188
|
+
msgstr "Περιβάλλον"
|
|
189
|
+
|
|
190
|
+
#: settings/base.py:299
|
|
191
|
+
msgid "Education"
|
|
192
|
+
msgstr "Εκπαίδευση"
|
|
193
|
+
|
|
194
|
+
#: settings/base.py:300
|
|
195
|
+
msgid "Food and Agriculture"
|
|
196
|
+
msgstr "Διατροφή και Γεωργία"
|
|
197
|
+
|
|
198
|
+
#: settings/base.py:301
|
|
199
|
+
msgid "Geopolitics"
|
|
200
|
+
msgstr "Γεωπολιτική"
|
|
201
|
+
|
|
202
|
+
#: settings/base.py:302
|
|
203
|
+
msgid "Health"
|
|
204
|
+
msgstr "Υγεία"
|
|
205
|
+
|
|
206
|
+
#: settings/base.py:303
|
|
207
|
+
msgid "Hiking"
|
|
208
|
+
msgstr "Πεζοπορία-Ορειβασία"
|
|
209
|
+
|
|
210
|
+
#: settings/base.py:304
|
|
211
|
+
msgid "History"
|
|
212
|
+
msgstr "Ιστορία"
|
|
213
|
+
|
|
214
|
+
#: settings/base.py:305
|
|
215
|
+
msgid "Public sector"
|
|
216
|
+
msgstr "Δημόσιος τομέας"
|
|
217
|
+
|
|
218
|
+
#: settings/base.py:306
|
|
219
|
+
msgid "Science"
|
|
220
|
+
msgstr "Επιστήμες"
|
|
221
|
+
|
|
222
|
+
#: settings/base.py:307
|
|
223
|
+
msgid "Shopping"
|
|
224
|
+
msgstr "Ψώνια"
|
|
225
|
+
|
|
226
|
+
#: settings/base.py:308
|
|
227
|
+
msgid "Sport and Leisure"
|
|
228
|
+
msgstr "Αθλητισμός και ελεύθερος χρόνος"
|
|
229
|
+
|
|
230
|
+
#: settings/base.py:309
|
|
231
|
+
msgid "Travel"
|
|
232
|
+
msgstr "Ταξίδια"
|
|
233
|
+
|
|
234
|
+
#: settings/base.py:310
|
|
235
|
+
msgid "Transports"
|
|
236
|
+
msgstr "Μεταφορές"
|
|
237
|
+
|
|
238
|
+
#: settings/base.py:311
|
|
239
|
+
msgid "Tourism"
|
|
240
|
+
msgstr "Τουρισμός"
|
|
241
|
+
|
|
174
242
|
#: templates/403.html:8
|
|
175
243
|
msgid ""
|
|
176
244
|
"<a href=\"https://discover.umap-project.org/support/faq/#map-statuses\" "
|
|
@@ -423,7 +491,7 @@ msgstr "Οι ομάδες μου"
|
|
|
423
491
|
msgid "Map of the uMaps"
|
|
424
492
|
msgstr "Χάρτης των uMaps"
|
|
425
493
|
|
|
426
|
-
#: templates/umap/home.html:
|
|
494
|
+
#: templates/umap/home.html:25
|
|
427
495
|
msgid "Get inspired, browse maps"
|
|
428
496
|
msgstr "Περιηγήσου και αναζήτησε την έμπνευση στους χάρτες!"
|
|
429
497
|
|
|
@@ -431,11 +499,15 @@ msgstr "Περιηγήσου και αναζήτησε την έμπνευση
|
|
|
431
499
|
msgid "You are logged in. Continuing..."
|
|
432
500
|
msgstr "Είστε συνδεδεμένοι. Συνέχεια..."
|
|
433
501
|
|
|
434
|
-
#: templates/umap/map_list.html:
|
|
502
|
+
#: templates/umap/map_list.html:18 views.py:444
|
|
435
503
|
msgid "by"
|
|
436
504
|
msgstr "από"
|
|
437
505
|
|
|
438
|
-
#: templates/umap/map_list.html:
|
|
506
|
+
#: templates/umap/map_list.html:22
|
|
507
|
+
msgid "See the map"
|
|
508
|
+
msgstr "Δες τον χάρτη"
|
|
509
|
+
|
|
510
|
+
#: templates/umap/map_list.html:28
|
|
439
511
|
msgid "More"
|
|
440
512
|
msgstr "Περισσότερα"
|
|
441
513
|
|
|
@@ -594,11 +666,15 @@ msgid_plural "%(count)s maps found:"
|
|
|
594
666
|
msgstr[0] "%(count)s χάρτης βρέθηκε:"
|
|
595
667
|
msgstr[1] "%(count)s χάρτες βρέθηκαν:"
|
|
596
668
|
|
|
597
|
-
#: templates/umap/search.html:
|
|
669
|
+
#: templates/umap/search.html:30
|
|
598
670
|
msgid "No map found."
|
|
599
671
|
msgstr "Δεν βρέθηκε κανένας χάρτης."
|
|
600
672
|
|
|
601
|
-
#: templates/umap/search.html:
|
|
673
|
+
#: templates/umap/search.html:36
|
|
674
|
+
msgid "Latest created maps in category"
|
|
675
|
+
msgstr "Τελευταία δημιουργημένοι χάρτες στην κατηγορία"
|
|
676
|
+
|
|
677
|
+
#: templates/umap/search.html:43
|
|
602
678
|
msgid "Latest created maps"
|
|
603
679
|
msgstr "Χάρτες που δημιουργήθηκαν τελευταίοι"
|
|
604
680
|
|
|
@@ -606,7 +682,11 @@ msgstr "Χάρτες που δημιουργήθηκαν τελευταίοι"
|
|
|
606
682
|
msgid "Search maps"
|
|
607
683
|
msgstr "Αναζήτηση χαρτών"
|
|
608
684
|
|
|
609
|
-
#: templates/umap/search_bar.html:
|
|
685
|
+
#: templates/umap/search_bar.html:14
|
|
686
|
+
msgid "Any category"
|
|
687
|
+
msgstr "Οποιαδήποτε κατηγορία"
|
|
688
|
+
|
|
689
|
+
#: templates/umap/search_bar.html:19
|
|
610
690
|
msgid "Search"
|
|
611
691
|
msgstr "Αναζήτηση"
|
|
612
692
|
|
|
@@ -670,70 +750,70 @@ msgstr "Χρήστες"
|
|
|
670
750
|
msgid "New team"
|
|
671
751
|
msgstr "Νέα ομάδα"
|
|
672
752
|
|
|
673
|
-
#: views.py:
|
|
753
|
+
#: views.py:235
|
|
674
754
|
msgid "Cannot delete a team with more than one member"
|
|
675
755
|
msgstr "Δεν είναι δυνατή η διαγραφή μιας ομάδας που έχει περισσότερα από ένα μέλη"
|
|
676
756
|
|
|
677
|
-
#: views.py:
|
|
757
|
+
#: views.py:239
|
|
678
758
|
#, python-format
|
|
679
759
|
msgid "Team “%(name)s” has been deleted"
|
|
680
760
|
msgstr "Η ομάδα «%(name)s» έχει διαγραφεί."
|
|
681
761
|
|
|
682
|
-
#: views.py:
|
|
762
|
+
#: views.py:449
|
|
683
763
|
msgid "View the map"
|
|
684
764
|
msgstr "Προβολή του χάρτη"
|
|
685
765
|
|
|
686
|
-
#: views.py:
|
|
766
|
+
#: views.py:845
|
|
687
767
|
msgid "See full screen"
|
|
688
768
|
msgstr "Προβολή πλήρους οθόνης"
|
|
689
769
|
|
|
690
|
-
#: views.py:
|
|
770
|
+
#: views.py:988
|
|
691
771
|
msgid "Map editors updated with success!"
|
|
692
772
|
msgstr "Η ενημέρωση των συντακτών χάρτη ήταν επιτυχής!"
|
|
693
773
|
|
|
694
|
-
#: views.py:
|
|
774
|
+
#: views.py:1024
|
|
695
775
|
#, python-format
|
|
696
776
|
msgid "The uMap edit link for your map: %(map_name)s"
|
|
697
777
|
msgstr "Ο uMap σύνδεσμος επεξεργασίας του χάρτη σας: %(map_name)s"
|
|
698
778
|
|
|
699
|
-
#: views.py:
|
|
779
|
+
#: views.py:1027
|
|
700
780
|
#, python-format
|
|
701
781
|
msgid "Here is your secret edit link: %(link)s"
|
|
702
782
|
msgstr "Εδώ είναι ο μυστικός σύνδεσμος επεξεργασίας: %(link)s"
|
|
703
783
|
|
|
704
|
-
#: views.py:
|
|
784
|
+
#: views.py:1034
|
|
705
785
|
#, python-format
|
|
706
786
|
msgid "Can't send email to %(email)s"
|
|
707
787
|
msgstr "Αδυναμία αποστολής email στο %(email)s"
|
|
708
788
|
|
|
709
|
-
#: views.py:
|
|
789
|
+
#: views.py:1037
|
|
710
790
|
#, python-format
|
|
711
791
|
msgid "Email sent to %(email)s"
|
|
712
792
|
msgstr "Μήνυμα email στάλθηκε στο %(email)s"
|
|
713
793
|
|
|
714
|
-
#: views.py:
|
|
794
|
+
#: views.py:1048
|
|
715
795
|
msgid "Only its owner can delete the map."
|
|
716
796
|
msgstr "Μονό ο ιδιοκτήτης μπορεί να διαγράψει αυτό τον χάρτη."
|
|
717
797
|
|
|
718
|
-
#: views.py:
|
|
798
|
+
#: views.py:1054
|
|
719
799
|
msgid "Map successfully deleted."
|
|
720
800
|
msgstr "Ο χάρτης διαγράφηκε με επιτυχία."
|
|
721
801
|
|
|
722
|
-
#: views.py:
|
|
802
|
+
#: views.py:1080
|
|
723
803
|
#, python-format
|
|
724
804
|
msgid ""
|
|
725
805
|
"Your map has been cloned! If you want to edit this map from another "
|
|
726
806
|
"computer, please use this link: %(anonymous_url)s"
|
|
727
807
|
msgstr "Ο χάρτης κλωνοποιήθηκε! Αν θέλετε να τον επεξεργαστείτε από κάποιον άλλο υπολογιστή, παρακαλώ χρησιμοποιήστε αυτόν τον σύνδεσμο: %(anonymous_url)s"
|
|
728
808
|
|
|
729
|
-
#: views.py:
|
|
809
|
+
#: views.py:1085
|
|
730
810
|
msgid "Congratulations, your map has been cloned!"
|
|
731
811
|
msgstr "Συγχαρητήρια ο χάρτης σας κλωνοποιήθηκε!"
|
|
732
812
|
|
|
733
|
-
#: views.py:
|
|
813
|
+
#: views.py:1339
|
|
734
814
|
msgid "Layer successfully deleted."
|
|
735
815
|
msgstr "Το επίπεδο διαγράφηκε με επιτυχία."
|
|
736
816
|
|
|
737
|
-
#: views.py:
|
|
817
|
+
#: views.py:1361
|
|
738
818
|
msgid "Permissions updated with success!"
|
|
739
819
|
msgstr "Τα δικαιώματα ενημερώθηκαν με επιτυχία!"
|
|
@@ -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-04-
|
|
11
|
+
"POT-Creation-Date: 2025-04-25 15:38+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"
|
|
@@ -165,71 +165,71 @@ msgstr ""
|
|
|
165
165
|
msgid "Display this layer on load."
|
|
166
166
|
msgstr ""
|
|
167
167
|
|
|
168
|
-
#: settings/base.py:
|
|
168
|
+
#: settings/base.py:296
|
|
169
169
|
msgid "Art and Culture"
|
|
170
170
|
msgstr ""
|
|
171
171
|
|
|
172
|
-
#: settings/base.py:
|
|
172
|
+
#: settings/base.py:297
|
|
173
173
|
msgid "Cycling"
|
|
174
174
|
msgstr ""
|
|
175
175
|
|
|
176
|
-
#: settings/base.py:
|
|
176
|
+
#: settings/base.py:298
|
|
177
177
|
msgid "Business"
|
|
178
178
|
msgstr ""
|
|
179
179
|
|
|
180
|
-
#: settings/base.py:
|
|
180
|
+
#: settings/base.py:299
|
|
181
181
|
msgid "Environment"
|
|
182
182
|
msgstr ""
|
|
183
183
|
|
|
184
|
-
#: settings/base.py:
|
|
184
|
+
#: settings/base.py:300
|
|
185
185
|
msgid "Education"
|
|
186
186
|
msgstr ""
|
|
187
187
|
|
|
188
|
-
#: settings/base.py:
|
|
188
|
+
#: settings/base.py:301
|
|
189
189
|
msgid "Food and Agriculture"
|
|
190
190
|
msgstr ""
|
|
191
191
|
|
|
192
|
-
#: settings/base.py:
|
|
192
|
+
#: settings/base.py:302
|
|
193
193
|
msgid "Geopolitics"
|
|
194
194
|
msgstr ""
|
|
195
195
|
|
|
196
|
-
#: settings/base.py:
|
|
196
|
+
#: settings/base.py:303
|
|
197
197
|
msgid "Health"
|
|
198
198
|
msgstr ""
|
|
199
199
|
|
|
200
|
-
#: settings/base.py:
|
|
200
|
+
#: settings/base.py:304
|
|
201
201
|
msgid "Hiking"
|
|
202
202
|
msgstr ""
|
|
203
203
|
|
|
204
|
-
#: settings/base.py:
|
|
204
|
+
#: settings/base.py:305
|
|
205
205
|
msgid "History"
|
|
206
206
|
msgstr ""
|
|
207
207
|
|
|
208
|
-
#: settings/base.py:
|
|
208
|
+
#: settings/base.py:306
|
|
209
209
|
msgid "Public sector"
|
|
210
210
|
msgstr ""
|
|
211
211
|
|
|
212
|
-
#: settings/base.py:
|
|
212
|
+
#: settings/base.py:307
|
|
213
213
|
msgid "Science"
|
|
214
214
|
msgstr ""
|
|
215
215
|
|
|
216
|
-
#: settings/base.py:
|
|
216
|
+
#: settings/base.py:308
|
|
217
217
|
msgid "Shopping"
|
|
218
218
|
msgstr ""
|
|
219
219
|
|
|
220
|
-
#: settings/base.py:
|
|
220
|
+
#: settings/base.py:309
|
|
221
221
|
msgid "Sport and Leisure"
|
|
222
222
|
msgstr ""
|
|
223
223
|
|
|
224
|
-
#: settings/base.py:
|
|
224
|
+
#: settings/base.py:310
|
|
225
225
|
msgid "Travel"
|
|
226
226
|
msgstr ""
|
|
227
227
|
|
|
228
|
-
#: settings/base.py:
|
|
228
|
+
#: settings/base.py:311
|
|
229
229
|
msgid "Transports"
|
|
230
230
|
msgstr ""
|
|
231
231
|
|
|
232
|
-
#: settings/base.py:
|
|
232
|
+
#: settings/base.py:312
|
|
233
233
|
msgid "Tourism"
|
|
234
234
|
msgstr ""
|
|
235
235
|
|
|
Binary file
|