umap-project 2.4.2__tar.gz → 2.5.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of umap-project might be problematic. Click here for more details.
- {umap_project-2.4.2 → umap_project-2.5.1}/PKG-INFO +8 -8
- {umap_project-2.4.2 → umap_project-2.5.1}/pyproject.toml +7 -7
- umap_project-2.5.1/umap/__init__.py +1 -0
- umap_project-2.5.1/umap/locale/el/LC_MESSAGES/django.mo +0 -0
- umap_project-2.5.1/umap/locale/eu/LC_MESSAGES/django.mo +0 -0
- umap_project-2.5.1/umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/hu/LC_MESSAGES/django.po +100 -50
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/base.css +4 -1
- umap_project-2.5.1/umap/static/umap/css/contextmenu.css +11 -0
- umap_project-2.5.1/umap/static/umap/css/dialog.css +39 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/css/panel.css +4 -2
- umap_project-2.5.1/umap/static/umap/css/slideshow.css +69 -0
- umap_project-2.5.1/umap/static/umap/css/tableeditor.css +69 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/css/tooltip.css +3 -3
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/img/16-white.svg +4 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/img/source/16-white.svg +5 -1
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/js/components/alerts/alert.css +10 -10
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/js/modules/autocomplete.js +23 -1
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/js/modules/browser.js +14 -8
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/js/modules/facets.js +40 -10
- umap_project-2.5.1/umap/static/umap/js/modules/formatter.js +153 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/js/modules/global.js +10 -1
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/js/modules/help.js +25 -25
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/js/modules/importer.js +4 -4
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/js/modules/importers/communesfr.js +3 -1
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/js/modules/importers/datasets.js +8 -6
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/js/modules/importers/geodatamine.js +10 -10
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/js/modules/importers/overpass.js +18 -14
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/js/modules/rules.js +13 -1
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/js/modules/schema.js +16 -12
- umap_project-2.4.2/umap/static/umap/js/umap.share.js → umap_project-2.5.1/umap/static/umap/js/modules/share.js +60 -99
- umap_project-2.5.1/umap/static/umap/js/modules/slideshow.js +141 -0
- umap_project-2.5.1/umap/static/umap/js/modules/tableeditor.js +329 -0
- umap_project-2.5.1/umap/static/umap/js/modules/ui/base.js +93 -0
- umap_project-2.5.1/umap/static/umap/js/modules/ui/contextmenu.js +50 -0
- umap_project-2.5.1/umap/static/umap/js/modules/ui/dialog.js +190 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/js/modules/ui/panel.js +6 -4
- umap_project-2.5.1/umap/static/umap/js/modules/ui/tooltip.js +46 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/js/modules/utils.js +20 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/js/umap.controls.js +1 -1
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/js/umap.features.js +22 -14
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/js/umap.forms.js +157 -154
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/js/umap.js +48 -34
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/js/umap.layer.js +232 -164
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/js/umap.permissions.js +1 -1
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/js/umap.popup.js +1 -1
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/am_ET.js +22 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/am_ET.json +19 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/ar.js +22 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/ar.json +19 -5
- umap_project-2.5.1/umap/static/umap/locale/ast.js +504 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/ast.json +19 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/bg.js +22 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/bg.json +19 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/br.js +22 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/br.json +19 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/ca.js +56 -39
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/ca.json +53 -39
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/cs_CZ.js +22 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/cs_CZ.json +19 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/da.js +22 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/da.json +19 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/de.js +22 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/de.json +19 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/el.js +27 -10
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/el.json +19 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/en.js +22 -6
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/en.json +19 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/en_US.json +19 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/es.js +22 -6
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/es.json +19 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/et.js +22 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/et.json +19 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/eu.js +167 -150
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/eu.json +167 -150
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/fa_IR.js +22 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/fa_IR.json +19 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/fi.js +22 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/fi.json +19 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/fr.js +22 -6
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/fr.json +19 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/gl.js +22 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/gl.json +19 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/he.js +22 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/he.json +19 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/hr.js +22 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/hr.json +19 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/hu.js +89 -72
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/hu.json +89 -75
- umap_project-2.5.1/umap/static/umap/locale/id.js +504 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/id.json +19 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/is.js +22 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/is.json +19 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/it.js +22 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/it.json +19 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/ja.js +22 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/ja.json +19 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/ko.js +22 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/ko.json +19 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/lt.js +22 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/lt.json +19 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/ms.js +22 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/ms.json +19 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/nl.js +22 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/nl.json +19 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/no.js +22 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/no.json +19 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/pl.js +22 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/pl.json +19 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/pl_PL.json +19 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/pt.js +22 -6
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/pt.json +21 -7
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/pt_BR.js +22 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/pt_BR.json +19 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/pt_PT.js +22 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/pt_PT.json +19 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/ro.js +22 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/ro.json +19 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/ru.js +22 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/ru.json +19 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/sk_SK.js +22 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/sk_SK.json +19 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/sl.js +22 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/sl.json +19 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/sr.js +22 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/sr.json +19 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/sv.js +22 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/sv.json +19 -5
- umap_project-2.5.1/umap/static/umap/locale/th_TH.js +504 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/th_TH.json +19 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/tr.js +22 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/tr.json +19 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/uk_UA.js +22 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/uk_UA.json +19 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/vi.js +22 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/vi.json +19 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/vi_VN.json +19 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/zh.js +22 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/zh.json +19 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/zh_CN.json +19 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/zh_TW.Big5.json +19 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/zh_TW.js +22 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/zh_TW.json +19 -5
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/map.css +2 -145
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vars.css +5 -0
- umap_project-2.5.1/umap/static/umap/vendors/formbuilder/Leaflet.FormBuilder.js +464 -0
- umap_project-2.5.1/umap/static/umap/vendors/geojson-to-gpx/index.js +155 -0
- umap_project-2.5.1/umap/static/umap/vendors/osmtogeojson/osmtogeojson.js +1 -0
- umap_project-2.5.1/umap/static/umap/vendors/togeojson/togeojson.es.js +1109 -0
- umap_project-2.4.2/umap/static/umap/vendors/togeojson/togeojson.umd.js.map → umap_project-2.5.1/umap/static/umap/vendors/togeojson/togeojson.es.mjs.map +1 -1
- umap_project-2.5.1/umap/static/umap/vendors/tokml/tokml.es.js +895 -0
- umap_project-2.5.1/umap/static/umap/vendors/tokml/tokml.es.mjs.map +1 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/storage.py +6 -2
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/templates/umap/components/alerts/alert.html +3 -3
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/templates/umap/css.html +3 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/templates/umap/js.html +0 -6
- umap_project-2.5.1/umap/tests/fixtures/categorized_highway.geojson +1 -0
- umap_project-2.5.1/umap/tests/fixtures/test_import_osm_relation.json +130 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/integration/conftest.py +8 -1
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/integration/test_browser.py +3 -2
- umap_project-2.5.1/umap/tests/integration/test_categorized_layer.py +141 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/integration/test_conditional_rules.py +21 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/integration/test_datalayer.py +9 -4
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/integration/test_edit_datalayer.py +1 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/integration/test_edit_polygon.py +1 -1
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/integration/test_export_map.py +2 -3
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/integration/test_import.py +22 -0
- umap_project-2.5.1/umap/tests/integration/test_tableeditor.py +177 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/integration/test_websocket_sync.py +2 -2
- umap_project-2.4.2/umap/__init__.py +0 -1
- umap_project-2.4.2/umap/locale/el/LC_MESSAGES/django.mo +0 -0
- umap_project-2.4.2/umap/locale/eu/LC_MESSAGES/django.mo +0 -0
- umap_project-2.4.2/umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- umap_project-2.4.2/umap/static/umap/css/dialog.css +0 -18
- umap_project-2.4.2/umap/static/umap/js/modules/ui/dialog.js +0 -52
- umap_project-2.4.2/umap/static/umap/js/modules/ui/tooltip.js +0 -116
- umap_project-2.4.2/umap/static/umap/js/umap.slideshow.js +0 -163
- umap_project-2.4.2/umap/static/umap/js/umap.tableeditor.js +0 -118
- umap_project-2.4.2/umap/static/umap/locale/ast.js +0 -487
- umap_project-2.4.2/umap/static/umap/locale/id.js +0 -487
- umap_project-2.4.2/umap/static/umap/locale/th_TH.js +0 -487
- umap_project-2.4.2/umap/static/umap/vendors/formbuilder/Leaflet.FormBuilder.js +0 -482
- umap_project-2.4.2/umap/static/umap/vendors/osmtogeojson/osmtogeojson.js +0 -2
- umap_project-2.4.2/umap/static/umap/vendors/togeojson/togeojson.umd.js +0 -2
- umap_project-2.4.2/umap/static/umap/vendors/togpx/togpx.js +0 -547
- umap_project-2.4.2/umap/static/umap/vendors/tokml/tokml.js +0 -343
- umap_project-2.4.2/umap/tests/integration/test_tableeditor.py +0 -23
- {umap_project-2.4.2 → umap_project-2.5.1}/.gitignore +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/LICENSE +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/README.md +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/admin.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/apps.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/autocomplete.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/bin/__init__.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/context_processors.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/decorators.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/fields.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/forms.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/am_ET/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/am_ET/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/ar/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/ar/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/ast/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/ast/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/bg/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/bg/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/br/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/br/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/ca/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/ca/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/cs_CZ/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/da/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/da/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/de/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/de/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/el/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/en/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/en/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/es/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/es/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/et/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/et/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/eu/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/fa_IR/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/fa_IR/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/fi/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/fi/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/fr/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/gl/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/gl/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/he/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/he/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/hr/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/hr/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/id/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/id/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/is/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/is/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/it/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/it/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/ja/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/ja/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/ko/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/ko/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/lt/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/lt/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/ms/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/ms/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/nl/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/nl/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/no/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/no/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/pl/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/pl/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/pt/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/pt/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/pt_BR/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/pt_BR/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/pt_PT/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/pt_PT/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/ro/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/ro/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/ru/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/ru/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/si/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/si/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/sk_SK/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/sk_SK/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/sl/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/sl/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/sr/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/sr/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/sv/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/sv/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/th_TH/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/th_TH/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/tr/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/tr/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/uk_UA/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/uk_UA/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/vi/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/vi/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/zh/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/zh/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/locale/zh_TW/LC_MESSAGES/django.po +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/management/__init__.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/management/commands/__init__.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/management/commands/anonymous_edit_url.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/management/commands/generate_js_locale.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/management/commands/import_pictograms.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/management/commands/run_websocket_server.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/managers.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/middleware.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/migrations/0001_initial.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/migrations/0002_tilelayer_tms.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/migrations/0003_add_tilelayer.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/migrations/0004_add_licence.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/migrations/0005_remove_map_tilelayer.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/migrations/0006_auto_20190407_0719.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/migrations/0007_auto_20190416_1757.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/migrations/0008_alter_map_settings.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/migrations/0009_star.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/migrations/0010_alter_map_edit_status_alter_map_share_status.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/migrations/0011_alter_map_edit_status_alter_map_share_status.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/migrations/0012_datalayer_settings.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/migrations/0013_datalayer_edit_status.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/migrations/0014_map_created_at.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/migrations/0015_alter_pictogram_pictogram.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/migrations/0016_pictogram_category.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/migrations/0017_migrate_to_openstreetmap_oauth2.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/migrations/0018_datalayer_uuid.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/migrations/0019_migrate_internal_remote_datalayers.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/migrations/0020_alter_tilelayer_url_template.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/migrations/0021_remove_map_description.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/migrations/__init__.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/models.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/settings/__init__.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/settings/base.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/settings/dev.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/settings/local.py.sample +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/.gitignore +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/bitbucket.png +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/content.css +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/css/icon.css +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/css/importers.css +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/css/window.css +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/favicons/apple-touch-icon.png +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/favicons/favicon.ico +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/favicons/icon-192.png +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/favicons/icon-512.png +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/favicons/icon.svg +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/font/FiraSans-Light.woff +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/font/FiraSans-Light.woff2 +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/font/FiraSans-LightItalic.woff +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/font/FiraSans-LightItalic.woff2 +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/font/FiraSans-SemiBold.woff +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/font/FiraSans-SemiBold.woff2 +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/font.css +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/github.png +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/img/16.svg +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/img/24-white.svg +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/img/24.svg +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/img/alert-icon-error.svg +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/img/alert-icon-info.svg +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/img/alert-icon-success.svg +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/img/edit.svg +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/img/icon-bg.png +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/img/icon-delete.svg +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/img/icon-download.svg +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/img/icon-duplicate.svg +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/img/icon-edit.svg +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/img/icon-external-link.svg +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/img/icon-share.svg +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/img/icon-view.svg +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/img/importers/communesfr.svg +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/img/importers/datasets.svg +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/img/importers/geodatamine.svg +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/img/importers/overpass.svg +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/img/importers/random.svg +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/img/importers/random1.svg +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/img/importers/random2.svg +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/img/logo.svg +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/img/logo_filigree.png +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/img/logo_small.svg +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/img/marker.png +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/img/marker.svg +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/img/opensource.svg +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/img/osm.svg +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/img/search.gif +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/img/source/16.svg +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/img/source/24-white.svg +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/img/source/24.svg +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/js/components/alerts/alert.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/js/components/base.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/js/components/fragment.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/js/modules/caption.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/js/modules/dompurify.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/js/modules/i18n.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/js/modules/leaflet-configure.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/js/modules/orderable.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/js/modules/request.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/js/modules/sync/engine.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/js/modules/sync/updaters.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/js/modules/sync/websocket.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/js/modules/urls.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/js/umap.core.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/js/umap.datalayer.permissions.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/js/umap.icon.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/si.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/locale/si.json +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/nav.css +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/openstreetmap.png +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/test/.eslintrc +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/test/DataLayer.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/test/Feature.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/test/Map.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/test/Marker.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/test/Polygon.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/test/Polyline.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/test/TableEditor.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/test/Util.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/test/_pre.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/test/index.html +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/theme.css +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/twitter.png +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/unittests/URLs.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/unittests/sync.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/unittests/utils.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/colorbrewer/colorbrewer.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/contextmenu/leaflet.contextmenu.min.css +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/contextmenu/leaflet.contextmenu.min.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/csv2geojson/csv2geojson.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/dompurify/purify.es.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/dompurify/purify.es.mjs.map +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/editable/Leaflet.Editable.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/editable/Path.Drag.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.css +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/editinosm/edit-in-osm.png +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/fullscreen/Leaflet.fullscreen.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/fullscreen/Leaflet.fullscreen.min.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/fullscreen/fullscreen.png +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/fullscreen/fullscreen@2x.png +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/fullscreen/leaflet.fullscreen.css +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/georsstogeojson/GeoRSSToGeoJSON.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/hash/leaflet-hash.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/heat/leaflet-heat.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/i18n/Leaflet.i18n.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/iconlayers/check.png +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/iconlayers/iconLayers.css +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/iconlayers/iconLayers.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/iconlayers/transparent-pixel.png +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/leaflet/images/layers-2x.png +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/leaflet/images/layers.png +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/leaflet/images/marker-icon-2x.png +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/leaflet/images/marker-icon.png +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/leaflet/images/marker-shadow.png +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/leaflet/leaflet-src.esm.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/leaflet/leaflet-src.esm.js.map +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/leaflet/leaflet-src.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/leaflet/leaflet-src.js.map +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/leaflet/leaflet.css +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/leaflet/leaflet.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/leaflet/leaflet.js.map +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/loading/Control.Loading.css +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/loading/Control.Loading.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css.map +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js.map +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/markercluster/MarkerCluster.Default.css +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/markercluster/MarkerCluster.css +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/markercluster/WhereAreTheJavascriptFiles.txt +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/markercluster/leaflet.markercluster-src.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/markercluster/leaflet.markercluster-src.js.map +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/markercluster/leaflet.markercluster.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/markercluster/leaflet.markercluster.js.map +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/measurable/Leaflet.Measurable.css +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/measurable/Leaflet.Measurable.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/minimap/Control.MiniMap.min.css +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/minimap/Control.MiniMap.min.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/minimap/images/toggle.png +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/minimap/images/toggle.svg +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/photon/leaflet.photon.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/simple-statistics/simple-statistics.min.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/simple-statistics/simple-statistics.min.js.map +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/toolbar/leaflet.toolbar-src.css +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/toolbar/leaflet.toolbar-src.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/toolbar/leaflet.toolbar.css +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/static/umap/vendors/toolbar/leaflet.toolbar.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/templates/404.html +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/templates/500.html +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/templates/auth/user_detail.html +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/templates/auth/user_form.html +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/templates/auth/user_stars.html +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/templates/base.html +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/templates/registration/login.html +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/templates/umap/about.html +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/templates/umap/about_summary.html +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/templates/umap/branding.html +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/templates/umap/content.html +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/templates/umap/content_footer.html +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/templates/umap/footer.html +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/templates/umap/header.html +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/templates/umap/home.html +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/templates/umap/locale.js +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/templates/umap/login_popup_end.html +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/templates/umap/map_detail.html +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/templates/umap/map_fragment.html +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/templates/umap/map_init.html +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/templates/umap/map_list.html +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/templates/umap/map_table.html +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/templates/umap/messages.html +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/templates/umap/navigation.html +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/templates/umap/password_change.html +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/templates/umap/password_change_done.html +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/templates/umap/search.html +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/templates/umap/search_bar.html +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/templates/umap/success.html +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/templates/umap/user_dashboard.html +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/templatetags/__init__.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/templatetags/umap_tags.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/__init__.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/base.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/conftest.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/fixtures/choropleth_region_chomage.geojson +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/fixtures/circle.svg +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/fixtures/display_on_load.umap +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/fixtures/star.svg +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/fixtures/test_upload_data.csv +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/fixtures/test_upload_data.gpx +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/fixtures/test_upload_data.json +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/fixtures/test_upload_data.kml +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/fixtures/test_upload_data.umap +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/fixtures/test_upload_data_osm.json +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/fixtures/test_upload_empty_coordinates.json +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/fixtures/test_upload_missing_name.json +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/fixtures/test_upload_non_linear_ring.json +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/integration/__init__.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/integration/test_anonymous_owned_map.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/integration/test_basics.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/integration/test_caption.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/integration/test_choropleth.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/integration/test_dashboard.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/integration/test_draw_polygon.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/integration/test_draw_polyline.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/integration/test_edit_map.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/integration/test_edit_marker.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/integration/test_facets_browser.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/integration/test_features_id_generation.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/integration/test_map.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/integration/test_map_list.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/integration/test_map_preview.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/integration/test_optimistic_merge.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/integration/test_owned_map.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/integration/test_picto.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/integration/test_querystring.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/integration/test_share.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/integration/test_slideshow.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/integration/test_star.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/integration/test_statics.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/integration/test_tilelayer.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/integration/test_view_marker.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/integration/test_view_polygon.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/integration/test_view_polyline.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/settings.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/test_datalayer.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/test_datalayer_views.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/test_licence.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/test_map.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/test_map_views.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/test_merge_features.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/test_tilelayer.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/test_utils.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/tests/test_views.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/urls.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/utils.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/views.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/websocket_server.py +0 -0
- {umap_project-2.4.2 → umap_project-2.5.1}/umap/wsgi.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: umap-project
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.5.1
|
|
4
4
|
Summary: Create maps with OpenStreetMap layers in a minute and embed them in your site.
|
|
5
5
|
Author-email: Yohan Boniface <yb@enix.org>
|
|
6
6
|
Maintainer-email: David Larlet <david@larlet.fr>
|
|
@@ -19,10 +19,10 @@ Requires-Python: >=3.10
|
|
|
19
19
|
Requires-Dist: django-agnocomplete==2.2.0
|
|
20
20
|
Requires-Dist: django-environ==0.11.2
|
|
21
21
|
Requires-Dist: django-probes==1.7.0
|
|
22
|
-
Requires-Dist: django==5.0.
|
|
23
|
-
Requires-Dist: pillow==10.
|
|
24
|
-
Requires-Dist: psycopg==3.1
|
|
25
|
-
Requires-Dist: pydantic==2.
|
|
22
|
+
Requires-Dist: django==5.0.7
|
|
23
|
+
Requires-Dist: pillow==10.4.0
|
|
24
|
+
Requires-Dist: psycopg==3.2.1
|
|
25
|
+
Requires-Dist: pydantic==2.8.2
|
|
26
26
|
Requires-Dist: rcssmin==1.1.2
|
|
27
27
|
Requires-Dist: requests==2.32.3
|
|
28
28
|
Requires-Dist: rjsmin==1.2.2
|
|
@@ -33,11 +33,11 @@ Provides-Extra: dev
|
|
|
33
33
|
Requires-Dist: djlint==1.34.1; extra == 'dev'
|
|
34
34
|
Requires-Dist: hatch==1.12.0; extra == 'dev'
|
|
35
35
|
Requires-Dist: isort==5.13.2; extra == 'dev'
|
|
36
|
-
Requires-Dist: mkdocs-material==9.5.
|
|
36
|
+
Requires-Dist: mkdocs-material==9.5.28; extra == 'dev'
|
|
37
37
|
Requires-Dist: mkdocs-static-i18n==1.2.3; extra == 'dev'
|
|
38
38
|
Requires-Dist: mkdocs==1.6.0; extra == 'dev'
|
|
39
39
|
Requires-Dist: pymdown-extensions==10.8.1; extra == 'dev'
|
|
40
|
-
Requires-Dist: ruff==0.
|
|
40
|
+
Requires-Dist: ruff==0.5.1; extra == 'dev'
|
|
41
41
|
Requires-Dist: vermin==1.6.0; extra == 'dev'
|
|
42
42
|
Provides-Extra: docker
|
|
43
43
|
Requires-Dist: uwsgi==2.0.26; extra == 'docker'
|
|
@@ -45,7 +45,7 @@ Provides-Extra: test
|
|
|
45
45
|
Requires-Dist: factory-boy==3.2.1; extra == 'test'
|
|
46
46
|
Requires-Dist: playwright>=1.39; extra == 'test'
|
|
47
47
|
Requires-Dist: pytest-django==4.8.0; extra == 'test'
|
|
48
|
-
Requires-Dist: pytest-playwright==0.5.
|
|
48
|
+
Requires-Dist: pytest-playwright==0.5.1; extra == 'test'
|
|
49
49
|
Requires-Dist: pytest-xdist<4,>=3.5.0; extra == 'test'
|
|
50
50
|
Requires-Dist: pytest==8.2.2; extra == 'test'
|
|
51
51
|
Description-Content-Type: text/markdown
|
|
@@ -28,13 +28,13 @@ classifiers = [
|
|
|
28
28
|
"Programming Language :: Python :: 3.12",
|
|
29
29
|
]
|
|
30
30
|
dependencies = [
|
|
31
|
-
"Django==5.0.
|
|
31
|
+
"Django==5.0.7",
|
|
32
32
|
"django-agnocomplete==2.2.0",
|
|
33
33
|
"django-environ==0.11.2",
|
|
34
34
|
"django-probes==1.7.0",
|
|
35
|
-
"Pillow==10.
|
|
36
|
-
"psycopg==3.1
|
|
37
|
-
"pydantic==2.
|
|
35
|
+
"Pillow==10.4.0",
|
|
36
|
+
"psycopg==3.2.1",
|
|
37
|
+
"pydantic==2.8.2",
|
|
38
38
|
"requests==2.32.3",
|
|
39
39
|
"rcssmin==1.1.2",
|
|
40
40
|
"rjsmin==1.2.2",
|
|
@@ -46,10 +46,10 @@ dependencies = [
|
|
|
46
46
|
[project.optional-dependencies]
|
|
47
47
|
dev = [
|
|
48
48
|
"hatch==1.12.0",
|
|
49
|
-
"ruff==0.
|
|
49
|
+
"ruff==0.5.1",
|
|
50
50
|
"djlint==1.34.1",
|
|
51
51
|
"mkdocs==1.6.0",
|
|
52
|
-
"mkdocs-material==9.5.
|
|
52
|
+
"mkdocs-material==9.5.28",
|
|
53
53
|
"mkdocs-static-i18n==1.2.3",
|
|
54
54
|
"vermin==1.6.0",
|
|
55
55
|
"pymdown-extensions==10.8.1",
|
|
@@ -60,7 +60,7 @@ test = [
|
|
|
60
60
|
"playwright>=1.39",
|
|
61
61
|
"pytest==8.2.2",
|
|
62
62
|
"pytest-django==4.8.0",
|
|
63
|
-
"pytest-playwright==0.5.
|
|
63
|
+
"pytest-playwright==0.5.1",
|
|
64
64
|
"pytest-xdist>=3.5.0,<4",
|
|
65
65
|
]
|
|
66
66
|
docker = [
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
VERSION = "2.5.1"
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -9,7 +9,7 @@ msgid ""
|
|
|
9
9
|
msgstr ""
|
|
10
10
|
"Project-Id-Version: uMap\n"
|
|
11
11
|
"Report-Msgid-Bugs-To: \n"
|
|
12
|
-
"POT-Creation-Date: 2024-
|
|
12
|
+
"POT-Creation-Date: 2024-06-26 20:59+0000\n"
|
|
13
13
|
"PO-Revision-Date: 2013-11-22 14:00+0000\n"
|
|
14
14
|
"Last-Translator: Gábor Babos <gabor.babos@gmail.com>, 2017-2019,2023-2024\n"
|
|
15
15
|
"Language-Team: Hungarian (http://app.transifex.com/openstreetmap/umap/language/hu/)\n"
|
|
@@ -27,7 +27,7 @@ msgstr "Kizárólag titkos szerkesztési linkkel szerkeszthető"
|
|
|
27
27
|
msgid "Everyone can edit"
|
|
28
28
|
msgstr "Bárki szerkesztheti"
|
|
29
29
|
|
|
30
|
-
#: forms.py:69 models.py:
|
|
30
|
+
#: forms.py:69 models.py:389
|
|
31
31
|
msgid "Inherit"
|
|
32
32
|
msgstr "Öröklés"
|
|
33
33
|
|
|
@@ -35,54 +35,50 @@ msgstr "Öröklés"
|
|
|
35
35
|
msgid "Site is readonly for maintenance"
|
|
36
36
|
msgstr "Karbantartás miatt a webhely csak olvasható"
|
|
37
37
|
|
|
38
|
-
#: models.py:
|
|
38
|
+
#: models.py:53
|
|
39
39
|
msgid "name"
|
|
40
40
|
msgstr "név"
|
|
41
41
|
|
|
42
|
-
#: models.py:
|
|
42
|
+
#: models.py:84
|
|
43
43
|
msgid "details"
|
|
44
44
|
msgstr "részletek"
|
|
45
45
|
|
|
46
|
-
#: models.py:
|
|
46
|
+
#: models.py:85
|
|
47
47
|
msgid "Link to a page where the licence is detailed."
|
|
48
48
|
msgstr "Link egy részletes licencinformációkat tartalmazó lapra."
|
|
49
49
|
|
|
50
|
-
#: models.py:
|
|
50
|
+
#: models.py:95
|
|
51
51
|
msgid "URL template using OSM tile format"
|
|
52
52
|
msgstr "OSM-csempeformátumot használó URL-sablon"
|
|
53
53
|
|
|
54
|
-
#: models.py:
|
|
54
|
+
#: models.py:101
|
|
55
55
|
msgid "Order of the tilelayers in the edit box"
|
|
56
56
|
msgstr "Csemperétegek sorrendje a szerkesztődobozban"
|
|
57
57
|
|
|
58
|
-
#: models.py:
|
|
58
|
+
#: models.py:147 models.py:390
|
|
59
59
|
msgid "Everyone"
|
|
60
60
|
msgstr "Mindenki"
|
|
61
61
|
|
|
62
|
-
#: models.py:
|
|
62
|
+
#: models.py:148 models.py:154 models.py:391
|
|
63
63
|
msgid "Editors only"
|
|
64
64
|
msgstr "Csak a szerkesztők"
|
|
65
65
|
|
|
66
|
-
#: models.py:
|
|
66
|
+
#: models.py:149 models.py:392
|
|
67
67
|
msgid "Owner only"
|
|
68
68
|
msgstr "Csak a tulajdonos"
|
|
69
69
|
|
|
70
|
-
#: models.py:
|
|
70
|
+
#: models.py:152
|
|
71
71
|
msgid "Everyone (public)"
|
|
72
72
|
msgstr "Mindenki (nyilvános)"
|
|
73
73
|
|
|
74
|
-
#: models.py:
|
|
74
|
+
#: models.py:153
|
|
75
75
|
msgid "Anyone with link"
|
|
76
76
|
msgstr "A link birtokában bárki"
|
|
77
77
|
|
|
78
|
-
#: models.py:
|
|
78
|
+
#: models.py:155
|
|
79
79
|
msgid "Blocked"
|
|
80
80
|
msgstr "Blokkolva"
|
|
81
81
|
|
|
82
|
-
#: models.py:157 models.py:391
|
|
83
|
-
msgid "description"
|
|
84
|
-
msgstr "leírás"
|
|
85
|
-
|
|
86
82
|
#: models.py:158
|
|
87
83
|
msgid "center"
|
|
88
84
|
msgstr "középpont"
|
|
@@ -115,7 +111,7 @@ msgstr "tulajdonos"
|
|
|
115
111
|
msgid "editors"
|
|
116
112
|
msgstr "szerkesztők"
|
|
117
113
|
|
|
118
|
-
#: models.py:186 models.py:
|
|
114
|
+
#: models.py:186 models.py:413
|
|
119
115
|
msgid "edit status"
|
|
120
116
|
msgstr "szerkeszthetőség"
|
|
121
117
|
|
|
@@ -123,19 +119,23 @@ msgstr "szerkeszthetőség"
|
|
|
123
119
|
msgid "share status"
|
|
124
120
|
msgstr "megoszthatóság"
|
|
125
121
|
|
|
126
|
-
#: models.py:194 models.py:
|
|
122
|
+
#: models.py:194 models.py:408
|
|
127
123
|
msgid "settings"
|
|
128
124
|
msgstr "beállítások"
|
|
129
125
|
|
|
130
|
-
#: models.py:
|
|
126
|
+
#: models.py:330
|
|
131
127
|
msgid "Clone of"
|
|
132
128
|
msgstr "Másolat erről: "
|
|
133
129
|
|
|
134
|
-
#: models.py:
|
|
130
|
+
#: models.py:399
|
|
131
|
+
msgid "description"
|
|
132
|
+
msgstr "leírás"
|
|
133
|
+
|
|
134
|
+
#: models.py:403
|
|
135
135
|
msgid "display on load"
|
|
136
136
|
msgstr "megjelenítés betöltéskor"
|
|
137
137
|
|
|
138
|
-
#: models.py:
|
|
138
|
+
#: models.py:404
|
|
139
139
|
msgid "Display this layer on load."
|
|
140
140
|
msgstr "Réteg megjelenítése betöltéskor"
|
|
141
141
|
|
|
@@ -264,13 +264,59 @@ msgstr "Térkép készítése"
|
|
|
264
264
|
msgid "Play with the demo"
|
|
265
265
|
msgstr "Játék a bemutatóval"
|
|
266
266
|
|
|
267
|
-
#: templates/umap/
|
|
267
|
+
#: templates/umap/components/alerts/alert.html:14
|
|
268
|
+
#: templates/umap/components/alerts/alert.html:49
|
|
269
|
+
#: templates/umap/components/alerts/alert.html:71
|
|
270
|
+
msgid "Close"
|
|
271
|
+
msgstr "Bezárás"
|
|
272
|
+
|
|
273
|
+
#: templates/umap/components/alerts/alert.html:27
|
|
274
|
+
#, python-format
|
|
275
|
+
msgid ""
|
|
276
|
+
"Pro-tip: to easily find back your maps, <a href=\"%(login_url)s\" "
|
|
277
|
+
"target=\"_blank\">create an account</a> or <a href=\"%(login_url)s\" "
|
|
278
|
+
"target=\"_blank\">log in</a>."
|
|
279
|
+
msgstr "Haladó tipp: ha térképét később szeretné könnyedén megtalálni, <a href=\"%(login_url)s\" target=\"_blank\">hozzon létre egy fiókot</a> vagy <a href=\"%(login_url)s\" target=\"_blank\">jelentkezzék be</a>."
|
|
280
|
+
|
|
281
|
+
#: templates/umap/components/alerts/alert.html:30
|
|
282
|
+
msgid "Here is your secret link to edit the map, please keep it safe:"
|
|
283
|
+
msgstr "Itt van a térkép szerkesztéséhez vezető titkos link, őrizze meg gondosan:"
|
|
284
|
+
|
|
285
|
+
#: templates/umap/components/alerts/alert.html:33
|
|
286
|
+
msgid "Copy link"
|
|
287
|
+
msgstr "Link másolása"
|
|
288
|
+
|
|
289
|
+
#: templates/umap/components/alerts/alert.html:39
|
|
290
|
+
msgid "Enter your email address to receive the secret link:"
|
|
291
|
+
msgstr "Adja meg az e-mail-címét, hogy megkapja a titkos linket: "
|
|
292
|
+
|
|
293
|
+
#: templates/umap/components/alerts/alert.html:41
|
|
294
|
+
msgid "Email"
|
|
295
|
+
msgstr "E-mail"
|
|
296
|
+
|
|
297
|
+
#: templates/umap/components/alerts/alert.html:42
|
|
298
|
+
msgid "Send me the link"
|
|
299
|
+
msgstr "Link elküldése magamnak"
|
|
300
|
+
|
|
301
|
+
#: templates/umap/components/alerts/alert.html:63
|
|
302
|
+
msgid "See their edits in another tab"
|
|
303
|
+
msgstr "Szerkesztéseik megtekintése egy másik fülön"
|
|
304
|
+
|
|
305
|
+
#: templates/umap/components/alerts/alert.html:64
|
|
306
|
+
msgid "Keep your changes and loose theirs"
|
|
307
|
+
msgstr "Saját szerkesztéseim megőrzése és az övék elvetése"
|
|
308
|
+
|
|
309
|
+
#: templates/umap/components/alerts/alert.html:65
|
|
310
|
+
msgid "Keep their changes and loose yours"
|
|
311
|
+
msgstr "Az ő szerkesztéseik megőrzése és a sajátjaim elvetése"
|
|
312
|
+
|
|
313
|
+
#: templates/umap/content.html:24
|
|
268
314
|
msgid ""
|
|
269
315
|
"This instance of uMap is currently in read only mode, no creation/edit is "
|
|
270
316
|
"allowed."
|
|
271
317
|
msgstr "A uMap e példánya jelenleg csak olvasási módban működik, létrehozás/szerkesztés nem engedélyezett."
|
|
272
318
|
|
|
273
|
-
#: templates/umap/content.html:
|
|
319
|
+
#: templates/umap/content.html:32
|
|
274
320
|
#, python-format
|
|
275
321
|
msgid ""
|
|
276
322
|
"This is a demo instance, used for tests and pre-rolling releases. If you "
|
|
@@ -279,11 +325,11 @@ msgid ""
|
|
|
279
325
|
"instance, it's <a href=\"%(repo_url)s\">open source</a>!"
|
|
280
326
|
msgstr "Ez egy demonstrációs változat, amelyet tesztelésre és még nem nyilvános kiadásoknál használnak. Ha stabil változatra van szüksége, használja ezt a címet: <a href=\"%(stable_url)s\">%(stable_url)s</a>. A uMap-et a saját szerverére is telepítheti, hiszen <a href=\"%(repo_url)s\">nyílt forráskódú</a>!"
|
|
281
327
|
|
|
282
|
-
#: templates/umap/home.html:
|
|
328
|
+
#: templates/umap/home.html:11
|
|
283
329
|
msgid "Map of the uMaps"
|
|
284
330
|
msgstr "uMap-térképek térképe"
|
|
285
331
|
|
|
286
|
-
#: templates/umap/home.html:
|
|
332
|
+
#: templates/umap/home.html:17
|
|
287
333
|
msgid "Get inspired, browse maps"
|
|
288
334
|
msgstr "Szerezzen ihletet, böngésszen a térképek között!"
|
|
289
335
|
|
|
@@ -291,7 +337,7 @@ msgstr "Szerezzen ihletet, böngésszen a térképek között!"
|
|
|
291
337
|
msgid "You are logged in. Continuing..."
|
|
292
338
|
msgstr "Be van jelentkezve. Továbblépés…"
|
|
293
339
|
|
|
294
|
-
#: templates/umap/map_list.html:9 views.py:
|
|
340
|
+
#: templates/umap/map_list.html:9 views.py:348
|
|
295
341
|
msgid "by"
|
|
296
342
|
msgstr "– készítette:"
|
|
297
343
|
|
|
@@ -347,37 +393,37 @@ msgstr "Letöltés"
|
|
|
347
393
|
msgid "Clone"
|
|
348
394
|
msgstr "Másolat készítése"
|
|
349
395
|
|
|
350
|
-
#: templates/umap/map_table.html:
|
|
396
|
+
#: templates/umap/map_table.html:77 templates/umap/map_table.html:79
|
|
351
397
|
msgid "Delete"
|
|
352
398
|
msgstr "Törlés"
|
|
353
399
|
|
|
354
|
-
#: templates/umap/map_table.html:
|
|
400
|
+
#: templates/umap/map_table.html:93
|
|
355
401
|
msgid "first"
|
|
356
402
|
msgstr "első"
|
|
357
403
|
|
|
358
|
-
#: templates/umap/map_table.html:
|
|
404
|
+
#: templates/umap/map_table.html:94
|
|
359
405
|
msgid "previous"
|
|
360
406
|
msgstr "előző"
|
|
361
407
|
|
|
362
|
-
#: templates/umap/map_table.html:
|
|
408
|
+
#: templates/umap/map_table.html:102
|
|
363
409
|
#, python-format
|
|
364
410
|
msgid "Page %(maps_number)s of %(num_pages)s"
|
|
365
411
|
msgstr "%(maps_number)s / %(num_pages)s oldal"
|
|
366
412
|
|
|
367
|
-
#: templates/umap/map_table.html:
|
|
413
|
+
#: templates/umap/map_table.html:107
|
|
368
414
|
msgid "next"
|
|
369
415
|
msgstr "következő"
|
|
370
416
|
|
|
371
|
-
#: templates/umap/map_table.html:
|
|
417
|
+
#: templates/umap/map_table.html:108
|
|
372
418
|
msgid "last"
|
|
373
419
|
msgstr "utolsó"
|
|
374
420
|
|
|
375
|
-
#: templates/umap/map_table.html:
|
|
421
|
+
#: templates/umap/map_table.html:116
|
|
376
422
|
#, python-format
|
|
377
423
|
msgid "Lines per page: %(per_page)s"
|
|
378
424
|
msgstr "Sorok oldalanként: %(per_page)s"
|
|
379
425
|
|
|
380
|
-
#: templates/umap/map_table.html:
|
|
426
|
+
#: templates/umap/map_table.html:121
|
|
381
427
|
#, python-format
|
|
382
428
|
msgid "%(count)s maps"
|
|
383
429
|
msgstr "%(count)s térkép"
|
|
@@ -448,18 +494,18 @@ msgstr "A jelszómódosítás sikeres"
|
|
|
448
494
|
msgid "Your password was changed."
|
|
449
495
|
msgstr "A jelszava megváltozott."
|
|
450
496
|
|
|
451
|
-
#: templates/umap/search.html:
|
|
497
|
+
#: templates/umap/search.html:13
|
|
452
498
|
#, python-format
|
|
453
499
|
msgid "%(count)s map found:"
|
|
454
500
|
msgid_plural "%(count)s maps found:"
|
|
455
501
|
msgstr[0] "%(count)s térképet találtunk:"
|
|
456
502
|
msgstr[1] "%(count)s térképet találtunk:"
|
|
457
503
|
|
|
458
|
-
#: templates/umap/search.html:
|
|
504
|
+
#: templates/umap/search.html:21
|
|
459
505
|
msgid "No map found."
|
|
460
506
|
msgstr "Nem található ilyen térkép."
|
|
461
507
|
|
|
462
|
-
#: templates/umap/search.html:
|
|
508
|
+
#: templates/umap/search.html:24
|
|
463
509
|
msgid "Latest created maps"
|
|
464
510
|
msgstr "Legutóbb létrehozott térképek"
|
|
465
511
|
|
|
@@ -497,57 +543,61 @@ msgstr "%(count)s térkép letöltése"
|
|
|
497
543
|
msgid "You have no map yet."
|
|
498
544
|
msgstr "Önnek még nincs térképe."
|
|
499
545
|
|
|
500
|
-
#: views.py:
|
|
546
|
+
#: views.py:353
|
|
501
547
|
msgid "View the map"
|
|
502
548
|
msgstr "Térkép megtekintése"
|
|
503
549
|
|
|
504
|
-
#: views.py:
|
|
550
|
+
#: views.py:719
|
|
505
551
|
msgid "See full screen"
|
|
506
552
|
msgstr "Teljes képernyős nézet megtekintése"
|
|
507
553
|
|
|
508
|
-
#: views.py:
|
|
554
|
+
#: views.py:847
|
|
509
555
|
msgid "Map editors updated with success!"
|
|
510
556
|
msgstr "A térképszerkesztők sikeresen frissültek."
|
|
511
557
|
|
|
512
|
-
#: views.py:
|
|
558
|
+
#: views.py:883
|
|
513
559
|
#, python-format
|
|
514
560
|
msgid "The uMap edit link for your map: %(map_name)s"
|
|
515
561
|
msgstr "A térképéhez tartozó uMap szerkesztési link: %(map_name)s"
|
|
516
562
|
|
|
517
|
-
#: views.py:
|
|
563
|
+
#: views.py:886
|
|
518
564
|
#, python-format
|
|
519
565
|
msgid "Here is your secret edit link: %(link)s"
|
|
520
566
|
msgstr "Az Ön titkos szerkesztési linkje: %(link)s"
|
|
521
567
|
|
|
522
|
-
#: views.py:
|
|
568
|
+
#: views.py:893
|
|
523
569
|
#, python-format
|
|
524
570
|
msgid "Can't send email to %(email)s"
|
|
525
571
|
msgstr "Nem sikerül e-mailt küldeni ide: %(email)s"
|
|
526
572
|
|
|
527
|
-
#: views.py:
|
|
573
|
+
#: views.py:896
|
|
528
574
|
#, python-format
|
|
529
575
|
msgid "Email sent to %(email)s"
|
|
530
576
|
msgstr "E-mail elküldve ide: %(email)s"
|
|
531
577
|
|
|
532
|
-
#: views.py:
|
|
578
|
+
#: views.py:907
|
|
533
579
|
msgid "Only its owner can delete the map."
|
|
534
580
|
msgstr "A térképet csak a tulajdonosa törölheti."
|
|
535
581
|
|
|
536
|
-
#: views.py:
|
|
582
|
+
#: views.py:910
|
|
583
|
+
msgid "Map successfully deleted."
|
|
584
|
+
msgstr "Térkép sikeresen törölve."
|
|
585
|
+
|
|
586
|
+
#: views.py:936
|
|
537
587
|
#, python-format
|
|
538
588
|
msgid ""
|
|
539
589
|
"Your map has been cloned! If you want to edit this map from another "
|
|
540
590
|
"computer, please use this link: %(anonymous_url)s"
|
|
541
591
|
msgstr "Elkészült a térképe másolata. Ha egy másik számítógépről szeretné szerkeszteni, ezt a linket használja: %(anonymous_url)s"
|
|
542
592
|
|
|
543
|
-
#: views.py:
|
|
593
|
+
#: views.py:941
|
|
544
594
|
msgid "Congratulations, your map has been cloned!"
|
|
545
595
|
msgstr "Gratulálunk, elkészült a térképe másolata!"
|
|
546
596
|
|
|
547
|
-
#: views.py:
|
|
597
|
+
#: views.py:1176
|
|
548
598
|
msgid "Layer successfully deleted."
|
|
549
599
|
msgstr "A réteg sikeresen törlődött."
|
|
550
600
|
|
|
551
|
-
#: views.py:
|
|
601
|
+
#: views.py:1198
|
|
552
602
|
msgid "Permissions updated with success!"
|
|
553
603
|
msgstr "Az engedélyek sikeresen frissültek!"
|
|
@@ -277,6 +277,7 @@ button.flat,
|
|
|
277
277
|
width: initial;
|
|
278
278
|
display: initial;
|
|
279
279
|
line-height: inherit;
|
|
280
|
+
color: var(--text-color);
|
|
280
281
|
}
|
|
281
282
|
button.flat:hover,
|
|
282
283
|
[type="button"].flat:hover,
|
|
@@ -496,8 +497,10 @@ input.switch:checked ~ label:after {
|
|
|
496
497
|
}
|
|
497
498
|
.button-bar.by3,
|
|
498
499
|
.button-bar.by5,
|
|
500
|
+
.button-bar.by6,
|
|
499
501
|
.umap-multiplechoice.by3,
|
|
500
|
-
.umap-multiplechoice.by5
|
|
502
|
+
.umap-multiplechoice.by5,
|
|
503
|
+
.umap-multiplechoice.by6 {
|
|
501
504
|
grid-template-columns: 1fr 1fr 1fr;
|
|
502
505
|
}
|
|
503
506
|
.button-bar.by4,
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
.umap-contextmenu {
|
|
2
|
+
background-color: var(--background-color);
|
|
3
|
+
padding: calc(var(--box-padding) / 2) var(--box-padding);
|
|
4
|
+
position: absolute;
|
|
5
|
+
z-index: var(--zindex-contextmenu);
|
|
6
|
+
border-radius: var(--border-radius);
|
|
7
|
+
box-shadow: var(--block-shadow);
|
|
8
|
+
}
|
|
9
|
+
.umap-contextmenu li + li {
|
|
10
|
+
margin-top: var(--text-margin);
|
|
11
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
.umap-dialog {
|
|
2
|
+
z-index: var(--zindex-dialog);
|
|
3
|
+
margin: auto;
|
|
4
|
+
margin-top: 100px;
|
|
5
|
+
width: 40vw;
|
|
6
|
+
max-width: 100vw;
|
|
7
|
+
max-height: 50vh;
|
|
8
|
+
padding: 20px;
|
|
9
|
+
border: 1px solid #222;
|
|
10
|
+
background-color: var(--background-color);
|
|
11
|
+
color: var(--text-color);
|
|
12
|
+
border-radius: 5px;
|
|
13
|
+
overflow-y: auto;
|
|
14
|
+
height: fit-content;
|
|
15
|
+
max-height: 90vh;
|
|
16
|
+
}
|
|
17
|
+
:where([data-component="no-dialog"]:not([hidden])) {
|
|
18
|
+
display: block;
|
|
19
|
+
position: relative;
|
|
20
|
+
}
|
|
21
|
+
:where([data-component*="dialog"] menu) {
|
|
22
|
+
display: flex;
|
|
23
|
+
gap: calc(var(--gutter) / 2);
|
|
24
|
+
justify-content: flex-end;
|
|
25
|
+
margin: 0;
|
|
26
|
+
padding: 0;
|
|
27
|
+
}
|
|
28
|
+
:where([data-component*="dialog"] [data-ref="fieldset"]) {
|
|
29
|
+
border: 0;
|
|
30
|
+
margin: unset;
|
|
31
|
+
padding: unset;
|
|
32
|
+
}
|
|
33
|
+
/* hack for Firefox */
|
|
34
|
+
@-moz-document url-prefix() {
|
|
35
|
+
[data-component="no-dialog"]:not([hidden]) {
|
|
36
|
+
inset-inline-start: 0;
|
|
37
|
+
transform: none;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
@@ -8,7 +8,6 @@
|
|
|
8
8
|
z-index: var(--zindex-panels);
|
|
9
9
|
background-color: var(--background-color);
|
|
10
10
|
color: var(--text-color);
|
|
11
|
-
opacity: 0.98;
|
|
12
11
|
cursor: initial;
|
|
13
12
|
border-radius: 5px;
|
|
14
13
|
border: 1px solid var(--color-lightGray);
|
|
@@ -27,7 +26,7 @@
|
|
|
27
26
|
.panel.full.on {
|
|
28
27
|
visibility: visible;
|
|
29
28
|
right: calc(var(--panel-gutter) * 2 + var(--control-size));
|
|
30
|
-
left: var(--panel-gutter);
|
|
29
|
+
left: calc(var(--panel-gutter) * 2 + var(--control-size));
|
|
31
30
|
height: initial;
|
|
32
31
|
max-height: initial;
|
|
33
32
|
}
|
|
@@ -78,6 +77,9 @@
|
|
|
78
77
|
right: calc(var(--panel-gutter) * 2 + var(--control-size));
|
|
79
78
|
visibility: visible;
|
|
80
79
|
}
|
|
80
|
+
.panel-left-on .panel.full {
|
|
81
|
+
left: calc(var(--panel-gutter) * 3 + var(--control-size) + var(--panel-width));
|
|
82
|
+
}
|
|
81
83
|
}
|
|
82
84
|
@media all and (orientation:portrait) {
|
|
83
85
|
.panel {
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
.umap-slideshow-toolbox {
|
|
2
|
+
position: absolute;
|
|
3
|
+
right: 0;
|
|
4
|
+
top: 0;
|
|
5
|
+
display: none;
|
|
6
|
+
}
|
|
7
|
+
.umap-slideshow-enabled .umap-slideshow-toolbox {
|
|
8
|
+
display: inline-block;
|
|
9
|
+
}
|
|
10
|
+
.umap-slideshow-toolbox li {
|
|
11
|
+
display: inline-block;
|
|
12
|
+
cursor: pointer;
|
|
13
|
+
font-size: 1.5em;
|
|
14
|
+
background-color: var(--background-color);
|
|
15
|
+
color: var(--text-color);
|
|
16
|
+
width: calc(var(--footer-height) * 2);
|
|
17
|
+
height: var(--footer-height);
|
|
18
|
+
line-height: var(--footer-height);
|
|
19
|
+
vertical-align: middle;
|
|
20
|
+
text-align: center;
|
|
21
|
+
}
|
|
22
|
+
.umap-slideshow-toolbox li + li {
|
|
23
|
+
border-left: 1px solid var(--color-light);
|
|
24
|
+
}
|
|
25
|
+
.umap-slideshow-toolbox li:hover {
|
|
26
|
+
background-color: var(--color-mediumGray);
|
|
27
|
+
}
|
|
28
|
+
.umap-slideshow-active .umap-slideshow-toolbox .play,
|
|
29
|
+
.umap-slideshow-toolbox .play {
|
|
30
|
+
width: calc(var(--footer-height) * 3);
|
|
31
|
+
text-align: left;
|
|
32
|
+
padding-left: 20px;
|
|
33
|
+
}
|
|
34
|
+
.umap-slideshow-toolbox .play:after {
|
|
35
|
+
content: '⏯︎';
|
|
36
|
+
}
|
|
37
|
+
.umap-slideshow-active .umap-slideshow-toolbox .play:after {
|
|
38
|
+
content: '⏸︎';
|
|
39
|
+
}
|
|
40
|
+
.umap-slideshow-toolbox .stop:before {
|
|
41
|
+
content: '⏹';
|
|
42
|
+
}
|
|
43
|
+
.umap-slideshow-toolbox .next:before {
|
|
44
|
+
content: '⏵︎';
|
|
45
|
+
}
|
|
46
|
+
.umap-slideshow-toolbox .prev:before {
|
|
47
|
+
content: '⏴︎';
|
|
48
|
+
}
|
|
49
|
+
.umap-slideshow-toolbox .play div {
|
|
50
|
+
height: 20px;
|
|
51
|
+
width: 20px;
|
|
52
|
+
margin: 0px auto;
|
|
53
|
+
position: relative;
|
|
54
|
+
top: 5px;
|
|
55
|
+
border-left: 3px solid rgba(255,255,239,.15);
|
|
56
|
+
border-right: 3px solid rgba(255,255,255,.15);
|
|
57
|
+
border-bottom: 3px solid rgba(255,255,255,.15);
|
|
58
|
+
border-top: 3px solid rgba(255,255,255,.8);
|
|
59
|
+
border-radius:100%;
|
|
60
|
+
display: inline-block;
|
|
61
|
+
visibility: hidden;
|
|
62
|
+
}
|
|
63
|
+
@keyframes rotation {
|
|
64
|
+
from {transform: rotate(0deg);}
|
|
65
|
+
to {transform: rotate(359deg);}
|
|
66
|
+
}
|
|
67
|
+
.umap-slideshow-active .umap-slideshow-toolbox .play .spinner {
|
|
68
|
+
visibility: visible;
|
|
69
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
.umap-table-editor {
|
|
2
|
+
width: 100%;
|
|
3
|
+
overflow-x: auto;
|
|
4
|
+
}
|
|
5
|
+
.umap-table-editor table {
|
|
6
|
+
white-space: nowrap;
|
|
7
|
+
table-layout: fixed;
|
|
8
|
+
border-collapse: collapse;
|
|
9
|
+
border-bottom: 1px solid black;
|
|
10
|
+
border-top: 1px solid black;
|
|
11
|
+
min-width: 100%;
|
|
12
|
+
}
|
|
13
|
+
.umap-table-editor thead {
|
|
14
|
+
text-align: center;
|
|
15
|
+
height: 48px;
|
|
16
|
+
line-height: 48px;
|
|
17
|
+
background-color: var(--color-darkGray);
|
|
18
|
+
}
|
|
19
|
+
.umap-table-editor thead tr {
|
|
20
|
+
border-bottom: 3px solid var(--color-accent);
|
|
21
|
+
}
|
|
22
|
+
.umap-table-editor thead th {
|
|
23
|
+
border-left: 1px solid black;
|
|
24
|
+
}
|
|
25
|
+
.umap-table-editor .tbody tr input {
|
|
26
|
+
margin: 0;
|
|
27
|
+
border-right: none;
|
|
28
|
+
display: inline;
|
|
29
|
+
}
|
|
30
|
+
.umap-table-editor td {
|
|
31
|
+
overflow: hidden;
|
|
32
|
+
border: 1px solid black;
|
|
33
|
+
}
|
|
34
|
+
.umap-table-editor td:focus {
|
|
35
|
+
outline: 1px solid var(--color-accent);
|
|
36
|
+
}
|
|
37
|
+
.umap-table-editor th, .umap-table-editor td {
|
|
38
|
+
padding: 10px;
|
|
39
|
+
vertical-align: top;
|
|
40
|
+
}
|
|
41
|
+
.umap-table-editor tr:nth-child(even) {
|
|
42
|
+
background-color: var(--color-mediumGray);
|
|
43
|
+
}
|
|
44
|
+
.umap-table-editor tr {
|
|
45
|
+
border-left: 1px solid black;
|
|
46
|
+
border-right: 1px solid black;
|
|
47
|
+
}
|
|
48
|
+
.umap-table-editor .formbox,
|
|
49
|
+
.umap-table-editor input {
|
|
50
|
+
margin: 0;
|
|
51
|
+
min-height: initial;
|
|
52
|
+
}
|
|
53
|
+
.umap-table-editor textarea,
|
|
54
|
+
.umap-table-editor input[type=text] {
|
|
55
|
+
border-radius: initial;
|
|
56
|
+
width: initial;
|
|
57
|
+
position: fixed;
|
|
58
|
+
}
|
|
59
|
+
.umap-table-editor th button {
|
|
60
|
+
transform: rotate(90deg);
|
|
61
|
+
font-size: 1.25rem;
|
|
62
|
+
display: inline-block;
|
|
63
|
+
vertical-align: middle;
|
|
64
|
+
margin-left: 1rem;
|
|
65
|
+
font-weight: bold;
|
|
66
|
+
}
|
|
67
|
+
.umap-table-editor th button:hover {
|
|
68
|
+
text-decoration: none;
|
|
69
|
+
}
|