umap-project 1.14.0a5__tar.gz → 2.0.0a0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of umap-project might be problematic. Click here for more details.
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/PKG-INFO +13 -15
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/pyproject.toml +12 -14
- umap_project-2.0.0a0/umap/__init__.py +1 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/decorators.py +0 -14
- umap_project-2.0.0a0/umap/locale/br/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/br/LC_MESSAGES/django.po +137 -85
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/cs_CZ/LC_MESSAGES/django.po +136 -84
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/el/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/el/LC_MESSAGES/django.po +136 -84
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/en/LC_MESSAGES/django.po +128 -88
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/es/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/es/LC_MESSAGES/django.po +136 -84
- umap_project-2.0.0a0/umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/fr/LC_MESSAGES/django.po +131 -91
- umap_project-2.0.0a0/umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/hu/LC_MESSAGES/django.po +137 -85
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/it/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/it/LC_MESSAGES/django.po +136 -84
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/ms/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/ms/LC_MESSAGES/django.po +136 -84
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/pl/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/pl/LC_MESSAGES/django.po +136 -84
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/sv/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/sv/LC_MESSAGES/django.po +135 -83
- umap_project-2.0.0a0/umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/zh_TW/LC_MESSAGES/django.po +143 -91
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/models.py +23 -1
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/settings/__init__.py +1 -4
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/settings/base.py +1 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/base.css +5 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/content.css +185 -13
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/favicons/icon.svg +2 -2
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/img/edit.svg +3 -3
- umap_project-2.0.0a0/umap/static/umap/img/icon-delete.svg +4 -0
- umap_project-2.0.0a0/umap/static/umap/img/icon-download.svg +13 -0
- umap_project-2.0.0a0/umap/static/umap/img/icon-duplicate.svg +5 -0
- umap_project-2.0.0a0/umap/static/umap/img/icon-edit.svg +12 -0
- umap_project-2.0.0a0/umap/static/umap/img/icon-share.svg +11 -0
- umap_project-2.0.0a0/umap/static/umap/img/icon-view.svg +12 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/img/logo.svg +2 -2
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/img/logo_small.svg +2 -2
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/img/opensource.svg +2 -2
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/img/osm.svg +2 -2
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/js/components/fragment.js +1 -1
- umap_project-2.0.0a0/umap/static/umap/js/modules/browser.js +159 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/js/modules/global.js +3 -1
- umap_project-2.0.0a0/umap/static/umap/js/modules/request.js +155 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/js/umap.autocomplete.js +28 -38
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/js/umap.controls.js +73 -58
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/js/umap.core.js +4 -9
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/js/umap.datalayer.permissions.js +13 -12
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/js/umap.features.js +51 -49
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/js/umap.forms.js +19 -19
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/js/umap.icon.js +17 -17
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/js/umap.importer.js +2 -1
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/js/umap.js +242 -291
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/js/umap.layer.js +173 -141
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/js/umap.permissions.js +24 -25
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/js/umap.popup.js +14 -14
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/js/umap.share.js +4 -4
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/js/umap.slideshow.js +4 -4
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/js/umap.tableeditor.js +2 -2
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/js/umap.ui.js +1 -1
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/am_ET.js +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/am_ET.json +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/ar.js +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/ar.json +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/ast.js +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/ast.json +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/bg.js +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/bg.json +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/br.js +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/br.json +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/ca.js +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/ca.json +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/cs_CZ.js +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/cs_CZ.json +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/da.js +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/da.json +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/de.js +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/de.json +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/el.js +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/el.json +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/en.js +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/en.json +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/en_US.json +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/es.js +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/es.json +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/et.js +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/et.json +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/fa_IR.js +6 -16
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/fa_IR.json +6 -16
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/fi.js +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/fi.json +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/fr.js +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/fr.json +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/gl.js +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/gl.json +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/he.js +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/he.json +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/hr.js +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/hr.json +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/hu.js +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/hu.json +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/id.js +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/id.json +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/is.js +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/is.json +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/it.js +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/it.json +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/ja.js +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/ja.json +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/ko.js +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/ko.json +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/lt.js +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/lt.json +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/ms.js +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/ms.json +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/nl.js +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/nl.json +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/no.js +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/no.json +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/pl.js +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/pl.json +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/pl_PL.json +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/pt.js +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/pt.json +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/pt_BR.js +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/pt_BR.json +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/pt_PT.js +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/pt_PT.json +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/ro.js +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/ro.json +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/ru.js +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/ru.json +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/sk_SK.js +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/sk_SK.json +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/sl.js +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/sl.json +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/sr.js +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/sr.json +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/sv.js +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/sv.json +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/th_TH.js +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/th_TH.json +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/tr.js +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/tr.json +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/uk_UA.js +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/uk_UA.json +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/vi.js +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/vi.json +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/vi_VN.json +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/zh.js +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/zh.json +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/zh_CN.json +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/zh_TW.Big5.json +1 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/zh_TW.js +17 -27
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/zh_TW.json +17 -27
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/map.css +2 -2
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/nav.css +2 -1
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/test/.eslintrc +0 -1
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/test/Choropleth.js +29 -27
- umap_project-2.0.0a0/umap/static/umap/test/DataLayer.js +463 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/test/Feature.js +33 -58
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/test/Map.Export.js +11 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/test/Map.js +66 -67
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/test/Marker.js +36 -32
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/test/Polygon.js +95 -95
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/test/Polyline.js +31 -31
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/test/TableEditor.js +29 -25
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/test/_pre.js +2 -7
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/test/index.html +4 -4
- umap_project-2.0.0a0/umap/static/umap/vendors/contextmenu/leaflet.contextmenu.css +54 -0
- umap_project-2.0.0a0/umap/static/umap/vendors/contextmenu/leaflet.contextmenu.js +586 -0
- umap_project-2.0.0a0/umap/static/umap/vendors/csv2geojson/index.js +259 -0
- umap_project-2.0.0a0/umap/static/umap/vendors/dompurify/purify.js +1633 -0
- umap_project-2.0.0a0/umap/static/umap/vendors/locatecontrol/L.Control.Locate.css +63 -0
- umap_project-2.0.0a0/umap/static/umap/vendors/locatecontrol/L.Control.Locate.js +950 -0
- umap_project-2.0.0a0/umap/static/umap/vendors/minimap/Control.MiniMap.css +88 -0
- umap_project-2.0.0a0/umap/static/umap/vendors/minimap/Control.MiniMap.js +352 -0
- umap_project-2.0.0a0/umap/static/umap/vendors/togeojson/togeojson.umd.js +2 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/templates/auth/user_form.html +3 -2
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/templates/base.html +1 -0
- umap_project-2.0.0a0/umap/templates/registration/login.html +52 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/templates/umap/about_summary.html +1 -1
- umap_project-2.0.0a0/umap/templates/umap/branding.html +3 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/templates/umap/content.html +15 -39
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/templates/umap/home.html +4 -2
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/templates/umap/js.html +0 -1
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/templates/umap/map_detail.html +9 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/templates/umap/map_init.html +1 -1
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/templates/umap/map_messages.html +4 -2
- umap_project-2.0.0a0/umap/templates/umap/map_table.html +134 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/templates/umap/navigation.html +2 -4
- umap_project-2.0.0a0/umap/templates/umap/user_dashboard.html +70 -0
- umap_project-2.0.0a0/umap/tests/__init__.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/tests/base.py +1 -1
- umap_project-2.0.0a0/umap/tests/fixtures/circle.svg +4 -0
- umap_project-2.0.0a0/umap/tests/integration/conftest.py +18 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/tests/integration/test_anonymous_owned_map.py +6 -3
- umap_project-2.0.0a0/umap/tests/integration/test_browser.py +293 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/tests/integration/test_collaborative_editing.py +23 -5
- umap_project-2.0.0a0/umap/tests/integration/test_dashboard.py +17 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/tests/integration/test_edit_datalayer.py +4 -3
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/tests/integration/test_export_map.py +1 -1
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/tests/integration/test_import.py +9 -4
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/tests/integration/test_map.py +64 -0
- umap_project-2.0.0a0/umap/tests/integration/test_map_preview.py +75 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/tests/integration/test_owned_map.py +11 -25
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/tests/integration/test_picto.py +3 -3
- umap_project-2.0.0a0/umap/tests/integration/test_querystring.py +52 -0
- umap_project-2.0.0a0/umap/tests/integration/test_share.py +22 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/tests/test_map_views.py +157 -14
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/tests/test_views.py +50 -11
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/urls.py +6 -12
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/views.py +170 -47
- umap_project-1.14.0a5/umap/__init__.py +0 -1
- umap_project-1.14.0a5/umap/locale/br/LC_MESSAGES/django.mo +0 -0
- umap_project-1.14.0a5/umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- umap_project-1.14.0a5/umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- umap_project-1.14.0a5/umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
- umap_project-1.14.0a5/umap/static/umap/js/umap.browser.js +0 -148
- umap_project-1.14.0a5/umap/static/umap/js/umap.xhr.js +0 -304
- umap_project-1.14.0a5/umap/static/umap/test/Controls.js +0 -100
- umap_project-1.14.0a5/umap/static/umap/test/DataLayer.js +0 -495
- umap_project-1.14.0a5/umap/static/umap/test/Map.Init.js +0 -46
- umap_project-1.14.0a5/umap/templates/registration/login.html +0 -37
- umap_project-1.14.0a5/umap/templates/umap/map_table.html +0 -73
- umap_project-1.14.0a5/umap/templates/umap/user_dashboard.html +0 -47
- umap_project-1.14.0a5/umap/tests/integration/test_browser.py +0 -133
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/.gitignore +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/LICENSE +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/README.md +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/admin.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/apps.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/autocomplete.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/bin/__init__.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/context_processors.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/fields.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/forms.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/am_ET/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/am_ET/LC_MESSAGES/django.po +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/ar/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/ar/LC_MESSAGES/django.po +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/ast/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/ast/LC_MESSAGES/django.po +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/bg/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/bg/LC_MESSAGES/django.po +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/ca/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/ca/LC_MESSAGES/django.po +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/da/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/da/LC_MESSAGES/django.po +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/de/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/de/LC_MESSAGES/django.po +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/en/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/et/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/et/LC_MESSAGES/django.po +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/eu/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/eu/LC_MESSAGES/django.po +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/fa_IR/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/fa_IR/LC_MESSAGES/django.po +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/fi/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/fi/LC_MESSAGES/django.po +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/gl/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/gl/LC_MESSAGES/django.po +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/he/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/he/LC_MESSAGES/django.po +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/hr/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/hr/LC_MESSAGES/django.po +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/id/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/id/LC_MESSAGES/django.po +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/is/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/is/LC_MESSAGES/django.po +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/ja/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/ja/LC_MESSAGES/django.po +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/ko/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/ko/LC_MESSAGES/django.po +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/lt/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/lt/LC_MESSAGES/django.po +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/nl/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/nl/LC_MESSAGES/django.po +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/no/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/no/LC_MESSAGES/django.po +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/pt/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/pt/LC_MESSAGES/django.po +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/pt_BR/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/pt_BR/LC_MESSAGES/django.po +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/pt_PT/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/pt_PT/LC_MESSAGES/django.po +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/ro/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/ro/LC_MESSAGES/django.po +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/ru/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/ru/LC_MESSAGES/django.po +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/si/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/si/LC_MESSAGES/django.po +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/sk_SK/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/sk_SK/LC_MESSAGES/django.po +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/sl/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/sl/LC_MESSAGES/django.po +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/sr/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/sr/LC_MESSAGES/django.po +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/th_TH/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/th_TH/LC_MESSAGES/django.po +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/tr/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/tr/LC_MESSAGES/django.po +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/uk_UA/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/uk_UA/LC_MESSAGES/django.po +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/vi/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/vi/LC_MESSAGES/django.po +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/zh/LC_MESSAGES/django.mo +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/locale/zh/LC_MESSAGES/django.po +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/management/__init__.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/management/commands/__init__.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/management/commands/anonymous_edit_url.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/management/commands/generate_js_locale.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/management/commands/import_pictograms.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/managers.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/middleware.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/migrations/0001_initial.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/migrations/0002_tilelayer_tms.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/migrations/0003_add_tilelayer.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/migrations/0004_add_licence.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/migrations/0005_remove_map_tilelayer.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/migrations/0006_auto_20190407_0719.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/migrations/0007_auto_20190416_1757.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/migrations/0008_alter_map_settings.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/migrations/0009_star.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/migrations/0010_alter_map_edit_status_alter_map_share_status.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/migrations/0011_alter_map_edit_status_alter_map_share_status.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/migrations/0012_datalayer_settings.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/migrations/0013_datalayer_edit_status.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/migrations/0014_map_created_at.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/migrations/0015_alter_pictogram_pictogram.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/migrations/0016_pictogram_category.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/migrations/__init__.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/settings/dev.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/settings/local.py.sample +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/.gitignore +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/bitbucket.png +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/favicons/apple-touch-icon.png +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/favicons/favicon.ico +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/favicons/icon-192.png +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/favicons/icon-512.png +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/font/FiraSans-Light.woff +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/font/FiraSans-Light.woff2 +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/font/FiraSans-LightItalic.woff +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/font/FiraSans-LightItalic.woff2 +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/font/FiraSans-SemiBold.woff +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/font/FiraSans-SemiBold.woff2 +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/font.css +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/github.png +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/img/16-white.svg +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/img/16.svg +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/img/24-white.svg +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/img/24.svg +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/img/icon-bg.png +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/img/logo_filigree.png +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/img/marker.png +0 -0
- /umap_project-1.14.0a5/umap/tests/fixtures/circle.svg → /umap_project-2.0.0a0/umap/static/umap/img/marker.svg +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/img/search.gif +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/img/source/16-white.svg +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/img/source/16.svg +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/img/source/24-white.svg +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/img/source/24.svg +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/js/modules/urls.js +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/eu.js +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/eu.json +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/si.js +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/locale/si.json +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/openstreetmap.png +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/test/Permissions.js +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/test/URLs.js +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/test/Util.js +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/theme.css +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/twitter.png +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/colorbrewer/colorbrewer.js +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/contextmenu/leaflet.contextmenu.min.css +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/contextmenu/leaflet.contextmenu.min.js +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/csv2geojson/csv2geojson.js +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/dompurify/purify.min.js +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/dompurify/purify.min.js.map +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/editable/Leaflet.Editable.js +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/editable/Path.Drag.js +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.css +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.js +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/editinosm/edit-in-osm.png +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/formbuilder/Leaflet.FormBuilder.js +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/fullscreen/Leaflet.fullscreen.js +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/fullscreen/Leaflet.fullscreen.min.js +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/fullscreen/fullscreen.png +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/fullscreen/fullscreen@2x.png +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/fullscreen/leaflet.fullscreen.css +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/georsstogeojson/GeoRSSToGeoJSON.js +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/hash/leaflet-hash.js +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/heat/leaflet-heat.js +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/i18n/Leaflet.i18n.js +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/iconlayers/check.png +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/iconlayers/iconLayers.css +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/iconlayers/iconLayers.js +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/iconlayers/transparent-pixel.png +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/leaflet/images/layers-2x.png +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/leaflet/images/layers.png +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/leaflet/images/marker-icon-2x.png +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/leaflet/images/marker-icon.png +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/leaflet/images/marker-shadow.png +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/leaflet/leaflet-src.esm.js +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/leaflet/leaflet-src.esm.js.map +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/leaflet/leaflet-src.js +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/leaflet/leaflet-src.js.map +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/leaflet/leaflet.css +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/leaflet/leaflet.js +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/leaflet/leaflet.js.map +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/loading/Control.Loading.css +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/loading/Control.Loading.js +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css.map +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js.map +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/markercluster/MarkerCluster.Default.css +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/markercluster/MarkerCluster.css +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/markercluster/WhereAreTheJavascriptFiles.txt +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/markercluster/leaflet.markercluster-src.js +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/markercluster/leaflet.markercluster-src.js.map +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/markercluster/leaflet.markercluster.js +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/markercluster/leaflet.markercluster.js.map +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/measurable/Leaflet.Measurable.css +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/measurable/Leaflet.Measurable.js +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/minimap/Control.MiniMap.min.css +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/minimap/Control.MiniMap.min.js +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/minimap/images/toggle.png +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/minimap/images/toggle.svg +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/osmtogeojson/osmtogeojson.js +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/photon/leaflet.photon.js +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/simple-statistics/simple-statistics.min.js +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/simple-statistics/simple-statistics.min.js.map +0 -0
- /umap_project-1.14.0a5/umap/static/umap/vendors/togeojson/togeojson.umd.js → /umap_project-2.0.0a0/umap/static/umap/vendors/togeojson/togeojson.js +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/togeojson/togeojson.umd.js.map +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/togpx/togpx.js +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/tokml/tokml.js +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/toolbar/leaflet.toolbar-src.css +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/toolbar/leaflet.toolbar-src.js +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/toolbar/leaflet.toolbar.css +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/static/umap/vendors/toolbar/leaflet.toolbar.js +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/storage.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/templates/404.html +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/templates/500.html +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/templates/auth/user_detail.html +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/templates/auth/user_stars.html +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/templates/umap/about.html +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/templates/umap/content_footer.html +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/templates/umap/css.html +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/templates/umap/footer.html +0 -0
- /umap_project-1.14.0a5/umap/templatetags/__init__.py → /umap_project-2.0.0a0/umap/templates/umap/header.html +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/templates/umap/locale.js +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/templates/umap/login_popup_end.html +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/templates/umap/map_fragment.html +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/templates/umap/map_list.html +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/templates/umap/messages.html +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/templates/umap/password_change.html +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/templates/umap/password_change_done.html +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/templates/umap/search.html +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/templates/umap/search_bar.html +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/templates/umap/success.html +0 -0
- {umap_project-1.14.0a5/umap/tests → umap_project-2.0.0a0/umap/templatetags}/__init__.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/templatetags/umap_tags.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/tests/conftest.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/tests/fixtures/choropleth_region_chomage.geojson +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/tests/fixtures/display_on_load.umap +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/tests/fixtures/star.svg +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/tests/fixtures/test_upload_data.csv +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/tests/fixtures/test_upload_data.gpx +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/tests/fixtures/test_upload_data.json +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/tests/fixtures/test_upload_data.kml +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/tests/fixtures/test_upload_empty_coordinates.json +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/tests/fixtures/test_upload_missing_name.json +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/tests/fixtures/test_upload_non_linear_ring.json +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/tests/integration/__init__.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/tests/integration/test_basics.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/tests/integration/test_drawing.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/tests/integration/test_facets_browser.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/tests/integration/test_slideshow.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/tests/integration/test_statics.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/tests/integration/test_tilelayer.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/tests/settings.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/tests/test_datalayer.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/tests/test_datalayer_views.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/tests/test_licence.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/tests/test_map.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/tests/test_merge_features.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/tests/test_tilelayer.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/tests/test_utils.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/utils.py +0 -0
- {umap_project-1.14.0a5 → umap_project-2.0.0a0}/umap/wsgi.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: umap-project
|
|
3
|
-
Version:
|
|
3
|
+
Version: 2.0.0a0
|
|
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>
|
|
@@ -11,33 +11,31 @@ Classifier: Intended Audience :: Developers
|
|
|
11
11
|
Classifier: Operating System :: OS Independent
|
|
12
12
|
Classifier: Programming Language :: Python
|
|
13
13
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
14
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
15
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
16
14
|
Classifier: Programming Language :: Python :: 3.10
|
|
17
15
|
Classifier: Programming Language :: Python :: 3.11
|
|
18
16
|
Classifier: Programming Language :: Python :: 3.12
|
|
19
17
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
20
|
-
Requires-Python: >=3.
|
|
18
|
+
Requires-Python: >=3.10
|
|
21
19
|
Requires-Dist: django-agnocomplete==2.2.0
|
|
22
|
-
Requires-Dist: django-environ==0.
|
|
20
|
+
Requires-Dist: django-environ==0.11.2
|
|
23
21
|
Requires-Dist: django-probes==1.7.0
|
|
24
|
-
Requires-Dist: django==
|
|
25
|
-
Requires-Dist: pillow==10.0
|
|
26
|
-
Requires-Dist:
|
|
22
|
+
Requires-Dist: django==5.0.2
|
|
23
|
+
Requires-Dist: pillow==10.2.0
|
|
24
|
+
Requires-Dist: psycopg==3.1.18
|
|
27
25
|
Requires-Dist: rcssmin==1.1.2
|
|
28
26
|
Requires-Dist: requests==2.31.0
|
|
29
27
|
Requires-Dist: rjsmin==1.2.2
|
|
30
|
-
Requires-Dist: social-auth-app-django==5.
|
|
31
|
-
Requires-Dist: social-auth-core==4.
|
|
28
|
+
Requires-Dist: social-auth-app-django==5.4.0
|
|
29
|
+
Requires-Dist: social-auth-core==4.5.2
|
|
32
30
|
Provides-Extra: dev
|
|
33
31
|
Requires-Dist: djlint==1.34.1; extra == 'dev'
|
|
34
|
-
Requires-Dist: hatch==1.9.
|
|
32
|
+
Requires-Dist: hatch==1.9.3; extra == 'dev'
|
|
35
33
|
Requires-Dist: isort==5.12; extra == 'dev'
|
|
36
|
-
Requires-Dist: mkdocs-material==9.
|
|
34
|
+
Requires-Dist: mkdocs-material==9.5.7; extra == 'dev'
|
|
37
35
|
Requires-Dist: mkdocs==1.5.3; extra == 'dev'
|
|
38
|
-
Requires-Dist: pymdown-extensions==10.
|
|
39
|
-
Requires-Dist: ruff==0.
|
|
40
|
-
Requires-Dist: vermin==1.
|
|
36
|
+
Requires-Dist: pymdown-extensions==10.7; extra == 'dev'
|
|
37
|
+
Requires-Dist: ruff==0.2.0; extra == 'dev'
|
|
38
|
+
Requires-Dist: vermin==1.6.0; extra == 'dev'
|
|
41
39
|
Provides-Extra: docker
|
|
42
40
|
Requires-Dist: uwsgi==2.0.23; extra == 'docker'
|
|
43
41
|
Provides-Extra: test
|
|
@@ -15,7 +15,7 @@ maintainers = [
|
|
|
15
15
|
]
|
|
16
16
|
homepage = "https://github.com/umap-project/umap"
|
|
17
17
|
keywords = ["django", "leaflet", "geodjango", "openstreetmap", "map"]
|
|
18
|
-
requires-python = ">=3.
|
|
18
|
+
requires-python = ">=3.10"
|
|
19
19
|
classifiers = [
|
|
20
20
|
"Development Status :: 4 - Beta",
|
|
21
21
|
"Intended Audience :: Developers",
|
|
@@ -23,35 +23,33 @@ classifiers = [
|
|
|
23
23
|
"Topic :: Software Development :: Libraries :: Python Modules",
|
|
24
24
|
"Programming Language :: Python",
|
|
25
25
|
"Programming Language :: Python :: 3 :: Only",
|
|
26
|
-
"Programming Language :: Python :: 3.8",
|
|
27
|
-
"Programming Language :: Python :: 3.9",
|
|
28
26
|
"Programming Language :: Python :: 3.10",
|
|
29
27
|
"Programming Language :: Python :: 3.11",
|
|
30
28
|
"Programming Language :: Python :: 3.12",
|
|
31
29
|
]
|
|
32
30
|
dependencies = [
|
|
33
|
-
"Django==
|
|
31
|
+
"Django==5.0.2",
|
|
34
32
|
"django-agnocomplete==2.2.0",
|
|
35
|
-
"django-environ==0.
|
|
33
|
+
"django-environ==0.11.2",
|
|
36
34
|
"django-probes==1.7.0",
|
|
37
|
-
"Pillow==10.0
|
|
38
|
-
"
|
|
35
|
+
"Pillow==10.2.0",
|
|
36
|
+
"psycopg==3.1.18",
|
|
39
37
|
"requests==2.31.0",
|
|
40
38
|
"rcssmin==1.1.2",
|
|
41
39
|
"rjsmin==1.2.2",
|
|
42
|
-
"social-auth-core==4.
|
|
43
|
-
"social-auth-app-django==5.
|
|
40
|
+
"social-auth-core==4.5.2",
|
|
41
|
+
"social-auth-app-django==5.4.0",
|
|
44
42
|
]
|
|
45
43
|
|
|
46
44
|
[project.optional-dependencies]
|
|
47
45
|
dev = [
|
|
48
|
-
"hatch==1.9.
|
|
49
|
-
"ruff==0.
|
|
46
|
+
"hatch==1.9.3",
|
|
47
|
+
"ruff==0.2.0",
|
|
50
48
|
"djlint==1.34.1",
|
|
51
49
|
"mkdocs==1.5.3",
|
|
52
|
-
"mkdocs-material==9.
|
|
53
|
-
"vermin==1.
|
|
54
|
-
"pymdown-extensions==10.
|
|
50
|
+
"mkdocs-material==9.5.7",
|
|
51
|
+
"vermin==1.6.0",
|
|
52
|
+
"pymdown-extensions==10.7",
|
|
55
53
|
"isort==5.12",
|
|
56
54
|
]
|
|
57
55
|
test = [
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
VERSION = "2.0.0a0"
|
|
@@ -60,17 +60,3 @@ def can_view_map(view_func):
|
|
|
60
60
|
return view_func(request, *args, **kwargs)
|
|
61
61
|
|
|
62
62
|
return wrapper
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
def jsonize_view(view_func):
|
|
66
|
-
@wraps(view_func)
|
|
67
|
-
def wrapper(request, *args, **kwargs):
|
|
68
|
-
response = view_func(request, *args, **kwargs)
|
|
69
|
-
response_kwargs = {}
|
|
70
|
-
if hasattr(response, "rendered_content"):
|
|
71
|
-
response_kwargs["html"] = response.rendered_content
|
|
72
|
-
if response.has_header("location"):
|
|
73
|
-
response_kwargs["redirect"] = response["location"]
|
|
74
|
-
return simple_json_response(**response_kwargs)
|
|
75
|
-
|
|
76
|
-
return wrapper
|
|
Binary file
|
|
@@ -10,7 +10,7 @@ msgid ""
|
|
|
10
10
|
msgstr ""
|
|
11
11
|
"Project-Id-Version: uMap\n"
|
|
12
12
|
"Report-Msgid-Bugs-To: \n"
|
|
13
|
-
"POT-Creation-Date: 2024-
|
|
13
|
+
"POT-Creation-Date: 2024-02-09 10:52+0000\n"
|
|
14
14
|
"PO-Revision-Date: 2013-11-22 14:00+0000\n"
|
|
15
15
|
"Last-Translator: Dren ar Frankig <hadrienlouque@gmail.com>, 2023-2024\n"
|
|
16
16
|
"Language-Team: Breton (http://app.transifex.com/openstreetmap/umap/language/br/)\n"
|
|
@@ -28,7 +28,7 @@ msgstr "N'haller he c'hemmañ nemet gant ul liamm aozañ kuzh"
|
|
|
28
28
|
msgid "Everyone can edit"
|
|
29
29
|
msgstr "An holl a c'hall kemmañ"
|
|
30
30
|
|
|
31
|
-
#: forms.py:69 models.py:
|
|
31
|
+
#: forms.py:69 models.py:371
|
|
32
32
|
msgid "Inherit"
|
|
33
33
|
msgstr "Dre ziouer"
|
|
34
34
|
|
|
@@ -36,107 +36,107 @@ msgstr "Dre ziouer"
|
|
|
36
36
|
msgid "Site is readonly for maintenance"
|
|
37
37
|
msgstr "Al lec'hienn zo da lenn hepken rak emeur ouzh he c'hempenn"
|
|
38
38
|
|
|
39
|
-
#: models.py:
|
|
39
|
+
#: models.py:50
|
|
40
40
|
msgid "name"
|
|
41
41
|
msgstr "anv"
|
|
42
42
|
|
|
43
|
-
#: models.py:
|
|
43
|
+
#: models.py:81
|
|
44
44
|
msgid "details"
|
|
45
45
|
msgstr "munudoù"
|
|
46
46
|
|
|
47
|
-
#: models.py:
|
|
47
|
+
#: models.py:82
|
|
48
48
|
msgid "Link to a page where the licence is detailed."
|
|
49
49
|
msgstr "Liamm war-zu ur bajenn a zispleg an aotre-implijout."
|
|
50
50
|
|
|
51
|
-
#: models.py:
|
|
51
|
+
#: models.py:92
|
|
52
52
|
msgid "URL template using OSM tile format"
|
|
53
53
|
msgstr "Patrom URL a implij furmad teol OSM"
|
|
54
54
|
|
|
55
|
-
#: models.py:
|
|
55
|
+
#: models.py:98
|
|
56
56
|
msgid "Order of the tilelayers in the edit box"
|
|
57
57
|
msgstr ""
|
|
58
58
|
|
|
59
|
-
#: models.py:
|
|
59
|
+
#: models.py:144 models.py:372
|
|
60
60
|
msgid "Everyone"
|
|
61
61
|
msgstr "An holl"
|
|
62
62
|
|
|
63
|
-
#: models.py:
|
|
63
|
+
#: models.py:145 models.py:151 models.py:373
|
|
64
64
|
msgid "Editors only"
|
|
65
65
|
msgstr "Aozerien nemetken"
|
|
66
66
|
|
|
67
|
-
#: models.py:
|
|
67
|
+
#: models.py:146 models.py:374
|
|
68
68
|
msgid "Owner only"
|
|
69
69
|
msgstr "Ar perc'henner hepken"
|
|
70
70
|
|
|
71
|
-
#: models.py:
|
|
71
|
+
#: models.py:149
|
|
72
72
|
msgid "Everyone (public)"
|
|
73
73
|
msgstr "An holl (publik)"
|
|
74
74
|
|
|
75
|
-
#: models.py:
|
|
75
|
+
#: models.py:150
|
|
76
76
|
msgid "Anyone with link"
|
|
77
77
|
msgstr "Piv bennak en deus ul liamm"
|
|
78
78
|
|
|
79
|
-
#: models.py:
|
|
79
|
+
#: models.py:152
|
|
80
80
|
msgid "Blocked"
|
|
81
81
|
msgstr "Stanket"
|
|
82
82
|
|
|
83
|
-
#: models.py:
|
|
83
|
+
#: models.py:155 models.py:378
|
|
84
84
|
msgid "description"
|
|
85
85
|
msgstr "deskrivadur"
|
|
86
86
|
|
|
87
|
-
#: models.py:
|
|
87
|
+
#: models.py:156
|
|
88
88
|
msgid "center"
|
|
89
89
|
msgstr "kreizañ"
|
|
90
90
|
|
|
91
|
-
#: models.py:
|
|
91
|
+
#: models.py:157
|
|
92
92
|
msgid "zoom"
|
|
93
93
|
msgstr "zoumañ"
|
|
94
94
|
|
|
95
|
-
#: models.py:
|
|
95
|
+
#: models.py:159
|
|
96
96
|
msgid "locate"
|
|
97
97
|
msgstr "lec'hiañ"
|
|
98
98
|
|
|
99
|
-
#: models.py:
|
|
99
|
+
#: models.py:159
|
|
100
100
|
msgid "Locate user on load?"
|
|
101
101
|
msgstr "Lec'hiañ an implijer en ur gargañ?"
|
|
102
102
|
|
|
103
|
-
#: models.py:
|
|
103
|
+
#: models.py:163
|
|
104
104
|
msgid "Choose the map licence."
|
|
105
105
|
msgstr "Dibabit aotre-implijout ar gartenn."
|
|
106
106
|
|
|
107
|
-
#: models.py:
|
|
107
|
+
#: models.py:164
|
|
108
108
|
msgid "licence"
|
|
109
109
|
msgstr "aotre"
|
|
110
110
|
|
|
111
|
-
#: models.py:
|
|
111
|
+
#: models.py:175
|
|
112
112
|
msgid "owner"
|
|
113
113
|
msgstr "perc'henner"
|
|
114
114
|
|
|
115
|
-
#: models.py:
|
|
115
|
+
#: models.py:179
|
|
116
116
|
msgid "editors"
|
|
117
117
|
msgstr "aozerien"
|
|
118
118
|
|
|
119
|
-
#: models.py:
|
|
119
|
+
#: models.py:184 models.py:392
|
|
120
120
|
msgid "edit status"
|
|
121
121
|
msgstr "statud aozañ"
|
|
122
122
|
|
|
123
|
-
#: models.py:
|
|
123
|
+
#: models.py:189
|
|
124
124
|
msgid "share status"
|
|
125
125
|
msgstr "digor da biv?"
|
|
126
126
|
|
|
127
|
-
#: models.py:
|
|
127
|
+
#: models.py:192 models.py:387
|
|
128
128
|
msgid "settings"
|
|
129
129
|
msgstr "arventennoù"
|
|
130
130
|
|
|
131
|
-
#: models.py:
|
|
131
|
+
#: models.py:320
|
|
132
132
|
msgid "Clone of"
|
|
133
133
|
msgstr "Eilenn eus"
|
|
134
134
|
|
|
135
|
-
#: models.py:
|
|
135
|
+
#: models.py:382
|
|
136
136
|
msgid "display on load"
|
|
137
137
|
msgstr "diskwel pa vez karget"
|
|
138
138
|
|
|
139
|
-
#: models.py:
|
|
139
|
+
#: models.py:383
|
|
140
140
|
msgid "Display this layer on load."
|
|
141
141
|
msgstr "Diskwel ar gwiskad-mañ pa vez karget"
|
|
142
142
|
|
|
@@ -154,28 +154,27 @@ msgstr "Merdeiñ e kartennoù %(current_user)s"
|
|
|
154
154
|
msgid "%(current_user)s has no maps."
|
|
155
155
|
msgstr "%(current_user)s n'en/he deus kartenn ebet."
|
|
156
156
|
|
|
157
|
-
#: templates/auth/user_form.html:6 templates/umap/navigation.html:12
|
|
158
|
-
#: templates/umap/user_dashboard.html:4 templates/umap/user_dashboard.html:10
|
|
159
|
-
msgid "My Dashboard"
|
|
160
|
-
msgstr "Ma zaolenn-vourzh"
|
|
161
|
-
|
|
162
157
|
#: templates/auth/user_form.html:6
|
|
158
|
+
msgid "My Maps"
|
|
159
|
+
msgstr ""
|
|
160
|
+
|
|
161
|
+
#: templates/auth/user_form.html:7
|
|
163
162
|
msgid "My Profile"
|
|
164
163
|
msgstr "Ma frofil"
|
|
165
164
|
|
|
166
|
-
#: templates/auth/user_form.html:
|
|
165
|
+
#: templates/auth/user_form.html:20
|
|
167
166
|
msgid "Save"
|
|
168
167
|
msgstr "Enrollañ"
|
|
169
168
|
|
|
170
|
-
#: templates/auth/user_form.html:
|
|
169
|
+
#: templates/auth/user_form.html:25
|
|
171
170
|
msgid "Your current providers"
|
|
172
171
|
msgstr "Ho pourchaserien a-vremañ"
|
|
173
172
|
|
|
174
|
-
#: templates/auth/user_form.html:
|
|
173
|
+
#: templates/auth/user_form.html:31
|
|
175
174
|
msgid "Connect to another provider"
|
|
176
175
|
msgstr "Kennaskañ ouzh ur pourchaser all"
|
|
177
176
|
|
|
178
|
-
#: templates/auth/user_form.html:
|
|
177
|
+
#: templates/auth/user_form.html:33
|
|
179
178
|
msgid ""
|
|
180
179
|
"It's a good habit to connect your account to more than one provider, in case"
|
|
181
180
|
" one provider becomes unavailable, temporarily or even permanently."
|
|
@@ -197,23 +196,23 @@ msgid ""
|
|
|
197
196
|
"them in your site."
|
|
198
197
|
msgstr "uMap a ro tro deoc'h da grouiñ kartennoù en ur serr-lagad gant foñsoù OpenStreetMap ha d'o enframmañ e-barzh ho lec'hienn."
|
|
199
198
|
|
|
200
|
-
#: templates/registration/login.html:
|
|
199
|
+
#: templates/registration/login.html:16
|
|
201
200
|
msgid "Please log in with your account"
|
|
202
201
|
msgstr "Kevreit gant ho kont mar plij"
|
|
203
202
|
|
|
204
|
-
#: templates/registration/login.html:
|
|
203
|
+
#: templates/registration/login.html:28
|
|
205
204
|
msgid "Username"
|
|
206
205
|
msgstr "Anv implijer"
|
|
207
206
|
|
|
208
|
-
#: templates/registration/login.html:
|
|
207
|
+
#: templates/registration/login.html:31
|
|
209
208
|
msgid "Password"
|
|
210
209
|
msgstr "Ger-tremen"
|
|
211
210
|
|
|
212
|
-
#: templates/registration/login.html:
|
|
211
|
+
#: templates/registration/login.html:32
|
|
213
212
|
msgid "Login"
|
|
214
213
|
msgstr "Kevreañ"
|
|
215
214
|
|
|
216
|
-
#: templates/registration/login.html:
|
|
215
|
+
#: templates/registration/login.html:37
|
|
217
216
|
msgid "Please choose a provider"
|
|
218
217
|
msgstr "Dibabit ur pourchaser mar plij"
|
|
219
218
|
|
|
@@ -257,8 +256,8 @@ msgstr "Enframmañ ha rannañ ho kartenn"
|
|
|
257
256
|
msgid "And it's <a href=\"%(repo_url)s\">open source</a>!"
|
|
258
257
|
msgstr "Hag <a href=\"%(repo_url)s\">open source</a> eo!"
|
|
259
258
|
|
|
260
|
-
#: templates/umap/about_summary.html:48 templates/umap/navigation.html:
|
|
261
|
-
#: templates/umap/user_dashboard.html:
|
|
259
|
+
#: templates/umap/about_summary.html:48 templates/umap/navigation.html:40
|
|
260
|
+
#: templates/umap/user_dashboard.html:41
|
|
262
261
|
msgid "Create a map"
|
|
263
262
|
msgstr "Krouiñ ur gartenn"
|
|
264
263
|
|
|
@@ -266,13 +265,13 @@ msgstr "Krouiñ ur gartenn"
|
|
|
266
265
|
msgid "Play with the demo"
|
|
267
266
|
msgstr "Amprouiñ an tañva!"
|
|
268
267
|
|
|
269
|
-
#: templates/umap/content.html:
|
|
268
|
+
#: templates/umap/content.html:22
|
|
270
269
|
msgid ""
|
|
271
270
|
"This instance of uMap is currently in read only mode, no creation/edit is "
|
|
272
271
|
"allowed."
|
|
273
272
|
msgstr "uMap zo da lenn hepken evit ar mare, n'haller ket krouiñ/aozañ."
|
|
274
273
|
|
|
275
|
-
#: templates/umap/content.html:
|
|
274
|
+
#: templates/umap/content.html:30
|
|
276
275
|
#, python-format
|
|
277
276
|
msgid ""
|
|
278
277
|
"This is a demo instance, used for tests and pre-rolling releases. If you "
|
|
@@ -285,7 +284,7 @@ msgstr ""
|
|
|
285
284
|
msgid "Map of the uMaps"
|
|
286
285
|
msgstr "Kartenn an uMapoù"
|
|
287
286
|
|
|
288
|
-
#: templates/umap/home.html:
|
|
287
|
+
#: templates/umap/home.html:14
|
|
289
288
|
msgid "Get inspired, browse maps"
|
|
290
289
|
msgstr "Bezit awenet en ur furchal kartennoù"
|
|
291
290
|
|
|
@@ -293,7 +292,7 @@ msgstr "Bezit awenet en ur furchal kartennoù"
|
|
|
293
292
|
msgid "You are logged in. Continuing..."
|
|
294
293
|
msgstr "Kevreet oc'h. Gortozit ur pennadig..."
|
|
295
294
|
|
|
296
|
-
#: templates/umap/map_list.html:9 views.py:
|
|
295
|
+
#: templates/umap/map_list.html:9 views.py:341
|
|
297
296
|
msgid "by"
|
|
298
297
|
msgstr "gant"
|
|
299
298
|
|
|
@@ -310,86 +309,118 @@ msgid "Preview"
|
|
|
310
309
|
msgstr "Rakwel"
|
|
311
310
|
|
|
312
311
|
#: templates/umap/map_table.html:7
|
|
313
|
-
msgid "Who can see
|
|
314
|
-
msgstr "
|
|
312
|
+
msgid "Who can see"
|
|
313
|
+
msgstr ""
|
|
315
314
|
|
|
316
315
|
#: templates/umap/map_table.html:8
|
|
316
|
+
msgid "Who can edit"
|
|
317
|
+
msgstr ""
|
|
318
|
+
|
|
319
|
+
#: templates/umap/map_table.html:9
|
|
317
320
|
msgid "Last save"
|
|
318
321
|
msgstr "Enrollet da ziwezhañ"
|
|
319
322
|
|
|
320
|
-
#: templates/umap/map_table.html:
|
|
323
|
+
#: templates/umap/map_table.html:10
|
|
321
324
|
msgid "Owner"
|
|
322
325
|
msgstr "Perc'henner"
|
|
323
326
|
|
|
324
|
-
#: templates/umap/map_table.html:
|
|
327
|
+
#: templates/umap/map_table.html:11
|
|
325
328
|
msgid "Actions"
|
|
326
329
|
msgstr "Oberoù"
|
|
327
330
|
|
|
328
|
-
#: templates/umap/map_table.html:
|
|
331
|
+
#: templates/umap/map_table.html:24 templates/umap/map_table.html:26
|
|
329
332
|
msgid "Open preview"
|
|
330
333
|
msgstr "Digeriñ ar rakwel"
|
|
331
334
|
|
|
332
|
-
#: templates/umap/map_table.html:
|
|
335
|
+
#: templates/umap/map_table.html:45 templates/umap/map_table.html:47
|
|
333
336
|
msgid "Share"
|
|
334
337
|
msgstr "Rannañ"
|
|
335
338
|
|
|
336
|
-
#: templates/umap/map_table.html:
|
|
339
|
+
#: templates/umap/map_table.html:50 templates/umap/map_table.html:52
|
|
337
340
|
msgid "Edit"
|
|
338
341
|
msgstr "Aozañ"
|
|
339
342
|
|
|
340
|
-
#: templates/umap/map_table.html:
|
|
343
|
+
#: templates/umap/map_table.html:55 templates/umap/map_table.html:57
|
|
341
344
|
msgid "Download"
|
|
342
345
|
msgstr "Pellgargañ"
|
|
343
346
|
|
|
344
|
-
#: templates/umap/map_table.html:
|
|
347
|
+
#: templates/umap/map_table.html:62 templates/umap/map_table.html:64
|
|
348
|
+
msgid "Clone"
|
|
349
|
+
msgstr ""
|
|
350
|
+
|
|
351
|
+
#: templates/umap/map_table.html:72 templates/umap/map_table.html:74
|
|
352
|
+
msgid "Delete"
|
|
353
|
+
msgstr ""
|
|
354
|
+
|
|
355
|
+
#: templates/umap/map_table.html:86
|
|
345
356
|
msgid "first"
|
|
346
357
|
msgstr "kentañ"
|
|
347
358
|
|
|
348
|
-
#: templates/umap/map_table.html:
|
|
359
|
+
#: templates/umap/map_table.html:87
|
|
349
360
|
msgid "previous"
|
|
350
361
|
msgstr "kent"
|
|
351
362
|
|
|
352
|
-
#: templates/umap/map_table.html:
|
|
363
|
+
#: templates/umap/map_table.html:96
|
|
353
364
|
#, python-format
|
|
354
365
|
msgid ""
|
|
355
366
|
"\n"
|
|
356
|
-
"
|
|
357
|
-
"
|
|
358
|
-
msgstr "
|
|
367
|
+
" Page %(maps_number)s of %(num_pages)s\n"
|
|
368
|
+
" "
|
|
369
|
+
msgstr ""
|
|
359
370
|
|
|
360
|
-
#: templates/umap/map_table.html:
|
|
371
|
+
#: templates/umap/map_table.html:102
|
|
361
372
|
msgid "next"
|
|
362
373
|
msgstr "war-lerc'h"
|
|
363
374
|
|
|
364
|
-
#: templates/umap/map_table.html:
|
|
375
|
+
#: templates/umap/map_table.html:103
|
|
365
376
|
msgid "last"
|
|
366
377
|
msgstr "diwezhañ"
|
|
367
378
|
|
|
368
|
-
#: templates/umap/
|
|
379
|
+
#: templates/umap/map_table.html:111
|
|
380
|
+
#, python-format
|
|
381
|
+
msgid ""
|
|
382
|
+
"\n"
|
|
383
|
+
" Lines per page: %(per_page)s\n"
|
|
384
|
+
" "
|
|
385
|
+
msgstr ""
|
|
386
|
+
|
|
387
|
+
#: templates/umap/map_table.html:116
|
|
388
|
+
#, python-format
|
|
389
|
+
msgid ""
|
|
390
|
+
"\n"
|
|
391
|
+
" %(count)s maps\n"
|
|
392
|
+
" "
|
|
393
|
+
msgstr ""
|
|
394
|
+
|
|
395
|
+
#: templates/umap/navigation.html:10 templates/umap/user_dashboard.html:4
|
|
396
|
+
msgid "My Dashboard"
|
|
397
|
+
msgstr "Ma zaolenn-vourzh"
|
|
398
|
+
|
|
399
|
+
#: templates/umap/navigation.html:13
|
|
369
400
|
msgid "Starred maps"
|
|
370
401
|
msgstr "Kartennoù spilhennet"
|
|
371
402
|
|
|
372
|
-
#: templates/umap/navigation.html:
|
|
403
|
+
#: templates/umap/navigation.html:17
|
|
373
404
|
msgid "Log in"
|
|
374
405
|
msgstr "Kevreañ"
|
|
375
406
|
|
|
376
|
-
#: templates/umap/navigation.html:
|
|
407
|
+
#: templates/umap/navigation.html:17
|
|
377
408
|
msgid "Sign in"
|
|
378
409
|
msgstr "Krouiñ ur gont"
|
|
379
410
|
|
|
380
|
-
#: templates/umap/navigation.html:
|
|
411
|
+
#: templates/umap/navigation.html:21
|
|
381
412
|
msgid "About"
|
|
382
413
|
msgstr "Diwar-benn"
|
|
383
414
|
|
|
384
|
-
#: templates/umap/navigation.html:
|
|
415
|
+
#: templates/umap/navigation.html:24
|
|
385
416
|
msgid "Help"
|
|
386
417
|
msgstr "Skoazell"
|
|
387
418
|
|
|
388
|
-
#: templates/umap/navigation.html:
|
|
419
|
+
#: templates/umap/navigation.html:29
|
|
389
420
|
msgid "Change password"
|
|
390
421
|
msgstr "Cheñch ar ger-tremen"
|
|
391
422
|
|
|
392
|
-
#: templates/umap/navigation.html:
|
|
423
|
+
#: templates/umap/navigation.html:33
|
|
393
424
|
msgid "Log out"
|
|
394
425
|
msgstr "Digevreañ"
|
|
395
426
|
|
|
@@ -449,7 +480,7 @@ msgstr "Kartennoù krouet da ziwezhañ"
|
|
|
449
480
|
msgid "Search maps"
|
|
450
481
|
msgstr "Klask kartennoù"
|
|
451
482
|
|
|
452
|
-
#: templates/umap/search_bar.html:14
|
|
483
|
+
#: templates/umap/search_bar.html:14 templates/umap/user_dashboard.html:25
|
|
453
484
|
msgid "Search"
|
|
454
485
|
msgstr "Klask"
|
|
455
486
|
|
|
@@ -457,60 +488,81 @@ msgstr "Klask"
|
|
|
457
488
|
msgid "Search my maps"
|
|
458
489
|
msgstr "Klask e-touez ma c'hartennoù"
|
|
459
490
|
|
|
460
|
-
#: templates/umap/user_dashboard.html:
|
|
491
|
+
#: templates/umap/user_dashboard.html:11
|
|
492
|
+
#, python-format
|
|
493
|
+
msgid "My Maps (%(count)s)"
|
|
494
|
+
msgstr ""
|
|
495
|
+
|
|
496
|
+
#: templates/umap/user_dashboard.html:13
|
|
461
497
|
msgid "My profile"
|
|
462
498
|
msgstr "Ma frofil"
|
|
463
499
|
|
|
464
|
-
#: templates/umap/user_dashboard.html:
|
|
500
|
+
#: templates/umap/user_dashboard.html:21
|
|
501
|
+
msgid "Map’s title"
|
|
502
|
+
msgstr ""
|
|
503
|
+
|
|
504
|
+
#: templates/umap/user_dashboard.html:31
|
|
505
|
+
#, python-format
|
|
506
|
+
msgid ""
|
|
507
|
+
"\n"
|
|
508
|
+
" Download %(count)s maps\n"
|
|
509
|
+
" "
|
|
510
|
+
msgstr ""
|
|
511
|
+
|
|
512
|
+
#: templates/umap/user_dashboard.html:41
|
|
465
513
|
msgid "You have no map yet."
|
|
466
514
|
msgstr "N'ho peus kartenn ebet c'hoazh."
|
|
467
515
|
|
|
468
|
-
#: views.py:
|
|
516
|
+
#: views.py:346
|
|
469
517
|
msgid "View the map"
|
|
470
518
|
msgstr "Diskouez ar gartenn"
|
|
471
519
|
|
|
472
|
-
#: views.py:
|
|
520
|
+
#: views.py:704
|
|
521
|
+
msgid "See full screen"
|
|
522
|
+
msgstr ""
|
|
523
|
+
|
|
524
|
+
#: views.py:779
|
|
473
525
|
msgid "Map has been updated!"
|
|
474
526
|
msgstr "Hizivaet eo bet ar gartenn!"
|
|
475
527
|
|
|
476
|
-
#: views.py:
|
|
528
|
+
#: views.py:804
|
|
477
529
|
msgid "Map editors updated with success!"
|
|
478
530
|
msgstr "Aozerien ar gartenn bet hizivaet gant berzh!"
|
|
479
531
|
|
|
480
|
-
#: views.py:
|
|
532
|
+
#: views.py:842
|
|
481
533
|
#, python-format
|
|
482
534
|
msgid "The uMap edit link for your map: %(map_name)s"
|
|
483
535
|
msgstr "Al liamm uMap evit aozañ ho kartenn: %(map_name)s"
|
|
484
536
|
|
|
485
|
-
#: views.py:
|
|
537
|
+
#: views.py:845
|
|
486
538
|
#, python-format
|
|
487
539
|
msgid "Here is your secret edit link: %(link)s"
|
|
488
540
|
msgstr "Setu ho liamm aozañ kuzh: %(link)s"
|
|
489
541
|
|
|
490
|
-
#: views.py:
|
|
542
|
+
#: views.py:851
|
|
491
543
|
#, python-format
|
|
492
544
|
msgid "Email sent to %(email)s"
|
|
493
545
|
msgstr "Postel kaset da %(email)s"
|
|
494
546
|
|
|
495
|
-
#: views.py:
|
|
547
|
+
#: views.py:862
|
|
496
548
|
msgid "Only its owner can delete the map."
|
|
497
549
|
msgstr "N'eus nemet perc'henner ar gartenn a c'hall he dilemel."
|
|
498
550
|
|
|
499
|
-
#: views.py:
|
|
551
|
+
#: views.py:890
|
|
500
552
|
#, python-format
|
|
501
553
|
msgid ""
|
|
502
554
|
"Your map has been cloned! If you want to edit this map from another "
|
|
503
555
|
"computer, please use this link: %(anonymous_url)s"
|
|
504
556
|
msgstr "Eilet eo bet ho kartenn! M'ho peus c'hoant d'he c'hemmañ diwar un urzhiataer all, implijit al liamm-mañ: %(anonymous_url)s"
|
|
505
557
|
|
|
506
|
-
#: views.py:
|
|
558
|
+
#: views.py:895
|
|
507
559
|
msgid "Congratulations, your map has been cloned!"
|
|
508
560
|
msgstr "Eilet eo bet ho kartenn gant berzh!"
|
|
509
561
|
|
|
510
|
-
#: views.py:
|
|
562
|
+
#: views.py:1131
|
|
511
563
|
msgid "Layer successfully deleted."
|
|
512
564
|
msgstr "Gwiskad dilamet gant berzh."
|
|
513
565
|
|
|
514
|
-
#: views.py:
|
|
566
|
+
#: views.py:1153
|
|
515
567
|
msgid "Permissions updated with success!"
|
|
516
568
|
msgstr "Aotreoù hizivaet gant berzh!"
|