umap-project 1.4.3__py3-none-any.whl → 1.5.0__py3-none-any.whl
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/__init__.py +1 -1
- umap/locale/br/LC_MESSAGES/django.mo +0 -0
- umap/locale/br/LC_MESSAGES/django.po +29 -28
- umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
- umap/locale/cs_CZ/LC_MESSAGES/django.po +35 -35
- umap/locale/en/LC_MESSAGES/django.po +28 -28
- umap/migrations/0010_alter_map_edit_status_alter_map_share_status.py +23 -0
- umap/migrations/0011_alter_map_edit_status_alter_map_share_status.py +24 -0
- umap/models.py +10 -2
- umap/settings/base.py +2 -0
- umap/static/umap/base.css +4 -4
- umap/static/umap/img/16-white.svg +18 -3
- umap/static/umap/img/logo_small.svg +14 -0
- umap/static/umap/img/source/16-white.svg +19 -5
- umap/static/umap/js/umap.controls.js +122 -132
- umap/static/umap/js/umap.core.js +13 -6
- umap/static/umap/js/umap.features.js +41 -15
- umap/static/umap/js/umap.forms.js +55 -5
- umap/static/umap/js/umap.js +59 -100
- umap/static/umap/js/umap.layer.js +69 -26
- umap/static/umap/js/umap.permissions.js +5 -0
- umap/static/umap/js/umap.popup.js +3 -6
- umap/static/umap/js/umap.xhr.js +2 -1
- umap/static/umap/locale/am_ET.js +14 -7
- umap/static/umap/locale/am_ET.json +14 -7
- umap/static/umap/locale/ar.js +14 -7
- umap/static/umap/locale/ar.json +14 -7
- umap/static/umap/locale/ast.js +14 -7
- umap/static/umap/locale/ast.json +14 -7
- umap/static/umap/locale/bg.js +14 -7
- umap/static/umap/locale/bg.json +14 -7
- umap/static/umap/locale/br.js +149 -142
- umap/static/umap/locale/br.json +149 -142
- umap/static/umap/locale/ca.js +14 -7
- umap/static/umap/locale/ca.json +14 -7
- umap/static/umap/locale/cs_CZ.js +42 -35
- umap/static/umap/locale/cs_CZ.json +42 -35
- umap/static/umap/locale/da.js +14 -7
- umap/static/umap/locale/da.json +14 -7
- umap/static/umap/locale/de.js +14 -7
- umap/static/umap/locale/de.json +14 -7
- umap/static/umap/locale/el.js +14 -7
- umap/static/umap/locale/el.json +14 -7
- umap/static/umap/locale/en.js +14 -7
- umap/static/umap/locale/en.json +14 -7
- umap/static/umap/locale/en_US.json +14 -7
- umap/static/umap/locale/es.js +14 -7
- umap/static/umap/locale/es.json +14 -7
- umap/static/umap/locale/et.js +14 -7
- umap/static/umap/locale/et.json +14 -7
- umap/static/umap/locale/eu.js +7 -7
- umap/static/umap/locale/eu.json +7 -7
- umap/static/umap/locale/fa_IR.js +14 -7
- umap/static/umap/locale/fa_IR.json +14 -7
- umap/static/umap/locale/fi.js +14 -7
- umap/static/umap/locale/fi.json +14 -7
- umap/static/umap/locale/fr.js +14 -7
- umap/static/umap/locale/fr.json +14 -7
- umap/static/umap/locale/gl.js +14 -7
- umap/static/umap/locale/gl.json +14 -7
- umap/static/umap/locale/he.js +14 -7
- umap/static/umap/locale/he.json +14 -7
- umap/static/umap/locale/hr.js +14 -7
- umap/static/umap/locale/hr.json +14 -7
- umap/static/umap/locale/hu.js +14 -7
- umap/static/umap/locale/hu.json +14 -7
- umap/static/umap/locale/id.js +14 -7
- umap/static/umap/locale/id.json +14 -7
- umap/static/umap/locale/is.js +14 -7
- umap/static/umap/locale/is.json +14 -7
- umap/static/umap/locale/it.js +14 -7
- umap/static/umap/locale/it.json +14 -7
- umap/static/umap/locale/ja.js +14 -7
- umap/static/umap/locale/ja.json +14 -7
- umap/static/umap/locale/ko.js +14 -7
- umap/static/umap/locale/ko.json +14 -7
- umap/static/umap/locale/lt.js +14 -7
- umap/static/umap/locale/lt.json +14 -7
- umap/static/umap/locale/ms.js +14 -7
- umap/static/umap/locale/ms.json +14 -7
- umap/static/umap/locale/nl.js +14 -7
- umap/static/umap/locale/nl.json +14 -7
- umap/static/umap/locale/no.js +14 -7
- umap/static/umap/locale/no.json +14 -7
- umap/static/umap/locale/pl.js +14 -7
- umap/static/umap/locale/pl.json +14 -7
- umap/static/umap/locale/pl_PL.json +14 -7
- umap/static/umap/locale/pt.js +14 -7
- umap/static/umap/locale/pt.json +14 -7
- umap/static/umap/locale/pt_BR.js +14 -7
- umap/static/umap/locale/pt_BR.json +14 -7
- umap/static/umap/locale/pt_PT.js +14 -7
- umap/static/umap/locale/pt_PT.json +14 -7
- umap/static/umap/locale/ro.js +14 -7
- umap/static/umap/locale/ro.json +14 -7
- umap/static/umap/locale/ru.js +14 -7
- umap/static/umap/locale/ru.json +14 -7
- umap/static/umap/locale/sk_SK.js +14 -7
- umap/static/umap/locale/sk_SK.json +14 -7
- umap/static/umap/locale/sl.js +14 -7
- umap/static/umap/locale/sl.json +14 -7
- umap/static/umap/locale/sr.js +14 -7
- umap/static/umap/locale/sr.json +14 -7
- umap/static/umap/locale/sv.js +38 -31
- umap/static/umap/locale/sv.json +38 -31
- umap/static/umap/locale/th_TH.js +14 -7
- umap/static/umap/locale/th_TH.json +14 -7
- umap/static/umap/locale/tr.js +14 -7
- umap/static/umap/locale/tr.json +14 -7
- umap/static/umap/locale/uk_UA.js +14 -7
- umap/static/umap/locale/uk_UA.json +14 -7
- umap/static/umap/locale/vi.js +14 -7
- umap/static/umap/locale/vi.json +14 -7
- umap/static/umap/locale/vi_VN.json +14 -7
- umap/static/umap/locale/zh.js +14 -7
- umap/static/umap/locale/zh.json +14 -7
- umap/static/umap/locale/zh_CN.json +14 -7
- umap/static/umap/locale/zh_TW.Big5.json +14 -7
- umap/static/umap/locale/zh_TW.js +14 -7
- umap/static/umap/locale/zh_TW.json +14 -7
- umap/static/umap/map.css +119 -47
- umap/static/umap/test/DataLayer.js +32 -6
- umap/static/umap/test/Permissions.js +2 -2
- umap/static/umap/test/Util.js +26 -7
- umap/static/umap/vendors/leaflet/leaflet-src.js +7156 -7156
- umap/static/umap/vendors/togeojson/togeojson.js +2 -406
- umap/tests/test_map.py +16 -0
- umap/tests/test_views.py +18 -0
- umap/views.py +4 -2
- {umap_project-1.4.3.dist-info → umap_project-1.5.0.dist-info}/METADATA +3 -3
- {umap_project-1.4.3.dist-info → umap_project-1.5.0.dist-info}/RECORD +134 -131
- {umap_project-1.4.3.dist-info → umap_project-1.5.0.dist-info}/WHEEL +0 -0
- {umap_project-1.4.3.dist-info → umap_project-1.5.0.dist-info}/entry_points.txt +0 -0
- {umap_project-1.4.3.dist-info → umap_project-1.5.0.dist-info}/licenses/LICENSE +0 -0
umap/static/umap/base.css
CHANGED
|
@@ -460,7 +460,7 @@ i.info {
|
|
|
460
460
|
background-position: -120px -48px;
|
|
461
461
|
}
|
|
462
462
|
.umap-clone:before {
|
|
463
|
-
background-position: -
|
|
463
|
+
background-position: -150px -78px;
|
|
464
464
|
}
|
|
465
465
|
.umap-delete:before {
|
|
466
466
|
background-position: -40px -8px;
|
|
@@ -469,10 +469,10 @@ i.info {
|
|
|
469
469
|
background-position: -6px -6px;
|
|
470
470
|
}
|
|
471
471
|
.umap-empty:before {
|
|
472
|
-
background-position: -
|
|
472
|
+
background-position: -110px -78px;
|
|
473
473
|
}
|
|
474
474
|
.umap-download:before {
|
|
475
|
-
background-position: -
|
|
475
|
+
background-position: -77px -78px;
|
|
476
476
|
}
|
|
477
477
|
.permissions-panel,
|
|
478
478
|
.umap-upload,
|
|
@@ -481,7 +481,7 @@ i.info {
|
|
|
481
481
|
.umap-datalayer-container,
|
|
482
482
|
.umap-layer-properties-container,
|
|
483
483
|
.umap-browse-data,
|
|
484
|
-
.umap-
|
|
484
|
+
.umap-facet-search,
|
|
485
485
|
.umap-browse-datalayers {
|
|
486
486
|
padding: 0 10px;
|
|
487
487
|
}
|
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
<svg id="svg2" width="144" height="144" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
|
2
|
+
<defs id="defs4">
|
|
3
|
+
<clipPath id="clip0_241_10857">
|
|
4
|
+
<rect id="rect586" width="18.05" height="19.01" fill="#fff"/>
|
|
5
|
+
</clipPath>
|
|
6
|
+
</defs>
|
|
2
7
|
<metadata id="metadata7">
|
|
3
8
|
<rdf:RDF>
|
|
4
9
|
<cc:Work rdf:about="">
|
|
@@ -31,14 +36,12 @@
|
|
|
31
36
|
<g id="text4356" transform="translate(-4 -172)" fill="#4d4d4d">
|
|
32
37
|
<path id="path4384" d="m35.742 999.44 3.0762-3.0762-3.0664-3.0664 1.1914-1.1914 3.0664 3.0664 3.0566-3.0566 1.1719 1.1816-3.0469 3.0566 3.0664 3.0664-1.1914 1.1914-3.0664-3.0664-3.0762 3.0762-1.1816-1.1816" fill="#f2f2f2" stroke="#999" stroke-width=".25"/>
|
|
33
38
|
</g>
|
|
34
|
-
<path id="path4384-3" d="m11.192 853.36 2e-6 -4.1999-4.1923 1e-5 -3e-6 -1.6267h4.1923v-4.1733l1.6088 7e-3 0.0067 4.1666h4.1923l-3.9e-5 1.6266-4.1922 4e-5 -1.5e-5 4.1999h-1.6155" fill="#4d4d4d"/>
|
|
35
39
|
<path id="path3684" d="m63.714 866.36-1.1428 1.1429 2.2857 2.2857 1.1428-1.1429zm-1.7143 1.7143-6.2857 6.2857 2.2857 2.2857 6.2857-6.2857zm-6.2857 6.2857-1.7143 4 4-1.7143z" fill="#f2f2f2" stroke="#999" stroke-width=".25"/>
|
|
36
40
|
<text id="text4457-6" x="41.647079" y="916.79706" fill="#000000" font-family="sans-serif" letter-spacing="0px" word-spacing="0px" style="line-height:0%" xml:space="preserve"><tspan id="tspan4459-6" x="41.647079" y="916.79706" font-family="sans-serif" font-size="30.476px" style="line-height:1.25"> </tspan></text>
|
|
37
41
|
<g id="text4356-2" transform="translate(44 -124)" fill="#fff">
|
|
38
42
|
<path id="path4384-2" d="m35.742 999.44 3.0762-3.0762-3.0664-3.0664 1.1914-1.1914 3.0664 3.0664 3.0566-3.0566 1.1719 1.1816-3.0469 3.0566 3.0664 3.0664-1.1914 1.1914-3.0664-3.0664-3.0762 3.0762-1.1816-1.1816" fill="#f2f2f2"/>
|
|
39
43
|
</g>
|
|
40
44
|
<path id="path3684-2" d="m63.714 890.36-1.1428 1.1428 2.2857 2.2858 1.1428-1.1429zm-1.7143 1.7143-6.2857 6.2857 2.2857 2.2857 6.2857-6.2857zm-6.2857 6.2857-1.7143 4 4-1.7143z" fill="#b3b3b3"/>
|
|
41
|
-
<path id="table-5-8-8-6" d="m30 914.36v1h1v-1zm2 0v1h10v-1zm-2 2v1h1v-1zm2 0v1h10v-1zm-2 2v1h1v-1zm2 0v1h10v-1zm-2 2v1h1v-1zm2 0v1h10v-1zm-2 2v1h1v-1zm2 0v1h10v-1zm-2 2v1h1v-1zm2 0v1h10v-1z" fill="#464646"/>
|
|
42
45
|
<path id="table-5-8-8-6-1" d="m54 914.36v1h1v-1zm2 0v1h10v-1zm-2 2v1h1v-1zm2 0v1h10v-1zm-2 2v1h1v-1zm2 0v1h10v-1zm-2 2v1h1v-1zm2 0v1h10v-1zm-2 2v1h1v-1zm2 0v1h10v-1zm-2 2v1h1v-1zm2 0v1h10v-1z" fill="#f2f2f2"/>
|
|
43
46
|
<circle id="path3764" cx="108" cy="844.36" r="1.5" fill="#f2f2f2" stroke="#999" stroke-width=".25"/>
|
|
44
47
|
<path id="rect4274" d="m107 847.36h2v6h-2z" fill="#f2f2f2" stroke="#999" stroke-width=".25"/>
|
|
@@ -131,6 +134,18 @@
|
|
|
131
134
|
<rect id="rect4241-8-2" x="85" y="901.36" width="2" height="2" fill="#f2f2f2"/>
|
|
132
135
|
<rect id="rect4243-2-5" x="89" y="901.36" width="2" height="2" fill="#f2f2f2"/>
|
|
133
136
|
<path id="delete-30-7" d="m131 937.36v1c-1.4286 0-3.2857 0.5999-4 2v1h10v-1c-0.71429-1.4001-2.5714-2-4-2v-1zm-4 5 2 9h6l2-9z" fill="#b3b3b3" stroke="#999" stroke-width=".25"/>
|
|
134
|
-
<path id="
|
|
137
|
+
<path id="path437" d="m113.29 943.47 0.9072 0.5491c0.1786 0.10817 0.2366 0.34196 0.1294 0.52223-0.0319 0.0535-0.0764 0.0983-0.1294 0.13055l-7.0072 4.2412-7.0071-4.2412c-0.17869-0.10817-0.23664-0.34196-0.12942-0.52222 0.0319-0.0536 0.0763-0.0984 0.12942-0.13056l0.90714-0.5491 6.0999 3.6922zm0 3.578 0.9072 0.5491c0.1786 0.1081 0.2366 0.3419 0.1294 0.5222-0.0319 0.0535-0.0764 0.0983-0.1294 0.1306l-6.6189 4.0061c-0.239 0.1447-0.53753 0.1447-0.77652 0l-6.6188-4.0061c-0.17869-0.1082-0.23664-0.342-0.12942-0.5223 0.0319-0.0536 0.0763-0.0984 0.12942-0.1305l0.90714-0.5491 6.0999 3.6921zm-5.7117-10.575 6.6189 4.0062c0.1786 0.10815 0.2366 0.34196 0.1294 0.52222-0.0319 0.0536-0.0764 0.0984-0.1294 0.13056l-7.0072 4.2412-7.0071-4.2412c-0.17869-0.10815-0.23664-0.34196-0.12942-0.52222 0.0319-0.0536 0.0763-0.0984 0.12942-0.13056l6.6188-4.0062c0.23899-0.14465 0.53752-0.14465 0.77652 0z" fill="#f2f2f2" stroke="#999" stroke-width=".178"/>
|
|
138
|
+
<path id="linestring" d="m7 937.36v2h1.8828l6.1172 3.0586v0.23438l-6.707 6.707h-1.293v2h2v-1.293l6.707-6.707h1.293v-2h-1.8828l-6.1172-3.0586v-0.94141z" color="#000000" fill="#f2f2f2" fill-rule="evenodd" stroke="#999" stroke-width=".2"/>
|
|
139
|
+
<path id="polygon" d="m29 936.36v2h0.92773l-0.85547 12h-1.0723v2h2v-1.1992l8-1.6016v0.80078h2v-2h-0.77734l1.5547-7h1.2227v-2h-2v0.72656l-9-2.4531v-1.2734h-2z" fill="#f2f2f2" fill-rule="evenodd" stroke="#999" stroke-width=".2"/>
|
|
140
|
+
<path id="marker" d="m84 936.36c-2.625 0-5.25 1.7022-6 5.1064 0 2.0426 1.5 6.1277 6 10.894 4.5-4.7659 6-8.851 6-10.894-0.75-3.4042-3.375-5.1064-6-5.1064zm0 2.383c1.6569 0 3 1.2193 3 2.7234s-1.3431 2.7234-3 2.7234c-1.6568 0-3-1.2194-3-2.7234s1.3432-2.7234 3-2.7234z" fill="#f2f2f2" stroke="#999" stroke-width=".25"/>
|
|
141
|
+
<g id="settings" class="sprite" transform="matrix(.16295 0 0 .16296 27.835 912.23)" fill="#f2f2f2" stroke="#999" stroke-width="1.4974">
|
|
142
|
+
<path id="path27812" d="m98.762 43.652c-0.186-1.386-1.481-2.582-2.876-2.659l-6.172-0.337c-1.395-0.076-2.899-1.224-3.341-2.55l-2.28-5.518c-0.629-1.249-0.379-3.121 0.553-4.161l4.122-4.6c0.933-1.042 0.962-2.77 0.066-3.842l-8.813-8.813c-1.073-0.897-2.803-0.867-3.845 0.065l-4.598 4.122c-1.039 0.934-2.915 1.182-4.161 0.551l-5.521-2.279c-1.324-0.442-2.472-1.945-2.549-3.34l-0.337-6.17c-0.077-1.396-1.272-2.691-2.659-2.878 0 0-3.252-0.44-6.248-0.44-2.991 0-6.243 0.44-6.243 0.44-1.386 0.188-2.582 1.483-2.658 2.878l-0.338 6.17c-0.076 1.396-1.224 2.898-2.551 3.34l-5.517 2.279c-1.249 0.631-3.122 0.382-4.161-0.551l-4.601-4.122c-1.042-0.932-2.769-0.962-3.842-0.065l-8.813 8.813c-0.897 1.073-0.867 2.801 0.066 3.842l4.122 4.6c0.933 1.041 1.182 2.913 0.551 4.161l-2.279 5.518c-0.442 1.326-1.946 2.474-3.34 2.55l-6.17 0.337c-1.396 0.077-2.691 1.272-2.879 2.659 0 0-0.439 3.253-0.439 6.243s0.44 6.24 0.44 6.24c0.188 1.389 1.483 2.582 2.879 2.659l6.169 0.339c1.396 0.075 2.898 1.225 3.341 2.549l2.278 5.517c0.631 1.248 0.381 3.122-0.551 4.163l-4.122 4.598c-0.933 1.042-0.963 2.771-0.066 3.845l8.814 8.813c1.073 0.896 2.801 0.866 3.842-0.066l4.6-4.122c1.041-0.932 2.913-1.182 4.161-0.553l5.517 2.28c1.327 0.441 2.475 1.946 2.55 3.343l0.338 6.168c0.076 1.395 1.272 2.692 2.658 2.88 0 0 3.252 0.439 6.244 0.439 2.996 0 6.25-0.439 6.25-0.439 1.385-0.188 2.58-1.485 2.657-2.88l0.337-6.168c0.077-1.396 1.225-2.901 2.551-3.343l5.517-2.28c1.248-0.629 3.122-0.379 4.163 0.553l4.598 4.122c1.042 0.933 2.771 0.964 3.843 0.067l8.815-8.814c0.896-1.073 0.866-2.803-0.066-3.845l-4.122-4.598c-0.932-1.041-1.182-2.915-0.553-4.163l2.28-5.517c0.441-1.324 1.946-2.474 3.341-2.549l6.172-0.339c1.395-0.077 2.692-1.271 2.876-2.659 0 0 0.441-3.25 0.441-6.24s-0.441-6.243-0.441-6.243zm-48.658 18.709c-6.886 0-12.468-5.585-12.468-12.467 0-6.885 5.582-12.467 12.468-12.467 6.89 0 12.475 5.582 12.475 12.467-1e-3 6.882-5.586 12.467-12.475 12.467z" fill="#f2f2f2" stroke="#999" stroke-width="1.4974"/>
|
|
143
|
+
</g>
|
|
144
|
+
<g id="undo" transform="matrix(.71301 0 0 .66261 53.494 938.13)" clip-path="url(#clip0_241_10857)" fill="none" stroke="#f2f2f2" stroke-miterlimit="10" stroke-width="1.4549">
|
|
145
|
+
<path id="path580" d="m1.07 4.41h9.42c0.9234-0.0066 1.8391 0.16957 2.6941 0.5184 0.8551 0.34883 1.6327 0.8634 2.288 1.5141s1.1754 1.4246 1.5303 2.2771c0.3549 0.85256 0.5376 1.767 0.5376 2.6904 0.0067 0.9277-0.1712 1.8474-0.5231 2.7058-0.3519 0.8583-0.871 1.6382-1.527 2.2941-0.656 0.656-1.4358 1.1751-2.2941 1.527-0.8584 0.352-1.7781 0.5298-2.7058 0.5231h-9.42"/>
|
|
146
|
+
<path id="path582" d="m4.75 8.45-4.04-4.05 4.04-4.05"/>
|
|
147
|
+
</g>
|
|
148
|
+
<path id="path438" d="m9 849.94v4.05c0 0.20708 0.1679 0.375 0.375 0.375h5.25c0.20708 0 0.375-0.16792 0.375-0.375v-4.05c0-0.20708-0.16792-0.375-0.375-0.375h-5.25c-0.2071 0-0.375 0.16792-0.375 0.375z" fill="none" stroke="#f2f2f2"/>
|
|
149
|
+
<path id="save" d="m15.213 842.36h-8.8376c-0.2071 0-0.375 0.1679-0.375 0.37499v11.25c0 0.20708 0.1679 0.375 0.375 0.375h11.25c0.20708 0 0.375-0.16792 0.375-0.375v-8.6766c0-0.0953-0.0363-0.18697-0.1014-0.25648l-2.4124-2.5733c-0.07095-0.0756-0.16995-0.11853-0.2736-0.11853z" fill="none" stroke="#f2f2f2"/>
|
|
135
150
|
</g>
|
|
136
151
|
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg width="35" height="35" viewBox="0 0 35 35" fill="none" version="1.1" id="svg15" sodipodi:docname="logo_small.svg" inkscape:version="1.2.2 (b0a8486541, 2022-12-01)" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
|
|
3
|
+
<sodipodi:namedview id="namedview17" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1" showgrid="false" inkscape:zoom="22.25" inkscape:cx="12.94382" inkscape:cy="17.325843" inkscape:window-width="1920" inkscape:window-height="1019" inkscape:window-x="0" inkscape:window-y="0" inkscape:window-maximized="1" inkscape:current-layer="svg15" />
|
|
4
|
+
<rect x="0" y="0" width="35" height="35" rx="17.5" fill="#f2f2f2" stroke="#F2F2F2" stroke-width="0.5" id="rect2" style="stroke:none" />
|
|
5
|
+
<g clip-path="url(#clip0_217_11335)" id="g8" transform="translate(0.09990314,-0.7800653)">
|
|
6
|
+
<path d="m 12.2438,6.86133 c -2.46004,1.16961 -4.44899,3.14137 -5.63988,5.59127 -1.19088,2.4498 -1.51282,5.232 -0.9129,7.8891 0.59991,2.6571 2.08599,5.031 4.21394,6.7315 2.12794,1.7005 4.77114,2.6265 7.49514,2.6256 -9.28126,-8.6625 -11.41876,-19.35 -5.1563,-22.83747 z m 5.1563,22.83747 c 2.724,9e-4 5.3672,-0.9251 7.4951,-2.6256 2.128,-1.7005 3.6141,-4.0744 4.214,-6.7315 0.5999,-2.6571 0.2779,-5.4393 -0.9129,-7.8891 -1.1909,-2.4499 -3.1799,-4.42166 -5.64,-5.59127 6.2625,3.48747 4.125,14.17497 -5.1562,22.83747 z" fill="#323e56" id="path4" />
|
|
7
|
+
<path d="m 21.8439,12.0365 c 0,0.5836 -0.1149,1.1614 -0.3382,1.7006 -0.2234,0.5391 -0.5507,1.029 -0.9633,1.4416 -0.4127,0.4127 -0.9025,0.74 -1.4417,0.9633 -0.5391,0.2233 -1.117,0.3383 -1.7005,0.3383 -0.5836,0 -1.1614,-0.115 -1.7006,-0.3383 -0.5391,-0.2233 -1.029,-0.5506 -1.4416,-0.9633 -0.4127,-0.4126 -0.74,-0.9025 -0.9633,-1.4416 -0.2233,-0.5392 -0.3383,-1.117 -0.3383,-1.7006 0,-1.1785 0.4682,-2.30882 1.3016,-3.14218 0.8333,-0.83337 1.9636,-1.30155 3.1422,-1.30155 1.1785,0 2.3088,0.46818 3.1422,1.30155 0.8333,0.83336 1.3015,1.96368 1.3015,3.14218 z" fill="#323e56" id="path6" />
|
|
8
|
+
</g>
|
|
9
|
+
<defs id="defs13">
|
|
10
|
+
<clipPath id="clip0_217_11335">
|
|
11
|
+
<rect x="5.4001498" y="5.6992202" width="24" height="24" rx="12" fill="#ffffff" id="rect10" />
|
|
12
|
+
</clipPath>
|
|
13
|
+
</defs>
|
|
14
|
+
</svg>
|
|
@@ -2,8 +2,12 @@
|
|
|
2
2
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
3
|
|
|
4
4
|
<svg width="144" height="144" id="svg2" version="1.1" inkscape:version="1.2.2 (b0a8486541, 2022-12-01)" sodipodi:docname="16-white.svg" inkscape:export-filename="16-white.png" inkscape:export-xdpi="96" inkscape:export-ydpi="96" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
|
|
5
|
-
<defs id="defs4"
|
|
6
|
-
|
|
5
|
+
<defs id="defs4">
|
|
6
|
+
<clipPath id="clip0_241_10857">
|
|
7
|
+
<rect width="18.049999" height="19.01" fill="#ffffff" id="rect586" x="0" y="0" />
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
<sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="9.2657163" inkscape:cx="68.963907" inkscape:cy="48.29632" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" inkscape:window-width="1920" inkscape:window-height="1019" inkscape:window-x="0" inkscape:window-y="0" inkscape:window-maximized="1" showguides="true" inkscape:guide-bbox="true" inkscape:snap-grids="true" inkscape:snap-to-guides="true" inkscape:showpageshadow="2" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1">
|
|
7
11
|
<inkscape:grid type="xygrid" id="grid3004" empspacing="4" visible="true" enabled="true" snapvisiblegridlinesonly="true" originx="0" originy="0" />
|
|
8
12
|
<sodipodi:guide orientation="-1,0" position="24,144" id="guide3084" inkscape:locked="false" inkscape:label="" inkscape:color="rgb(0,134,229)" />
|
|
9
13
|
<sodipodi:guide orientation="0,1" position="0,72" id="guide3086" inkscape:locked="false" inkscape:label="" inkscape:color="rgb(0,134,229)" />
|
|
@@ -49,14 +53,12 @@
|
|
|
49
53
|
<g id="text4356" style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#4d4d4d;fill-opacity:1;stroke:none" transform="translate(-4,-172.00004)">
|
|
50
54
|
<path inkscape:connector-curvature="0" id="path4384" style="font-variant:normal;font-stretch:normal;font-size:20px;font-family:Arial;-inkscape-font-specification:Arial;fill:#f2f2f2;fill-opacity:1;stroke:#999999;stroke-width:0.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 35.742187,999.43835 3.076172,-3.07617 -3.066406,-3.0664 1.191406,-1.19141 3.066407,3.06641 3.05664,-3.05664 1.171875,1.18164 -3.046875,3.05664 3.066406,3.0664 -1.191406,1.19138 -3.066406,-3.06638 -3.076172,3.07618 -1.181641,-1.18165" />
|
|
51
55
|
</g>
|
|
52
|
-
<path inkscape:connector-curvature="0" d="m 11.192256,853.3618 2e-6,-4.19993 -4.192255,10e-6 -3e-6,-1.62667 h 4.192263 v -4.17331 l 1.608812,0.007 0.0067,4.16664 h 4.192255 l -3.9e-5,1.62662 -4.19222,4e-5 -1.5e-5,4.19994 h -1.615475" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20px;line-height:125%;font-family:Arial;-inkscape-font-specification:Arial;letter-spacing:0px;word-spacing:0px;fill:#4d4d4d;fill-opacity:1;stroke:none" id="path4384-3" />
|
|
53
56
|
<path style="fill:#f2f2f2;fill-opacity:1;stroke:#999999;stroke-width:0.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 63.71429,866.36213 -1.14285,1.14286 2.28571,2.28572 1.14285,-1.14286 z m -1.71429,1.71428 -6.285714,6.28574 2.285715,2.2857 6.285719,-6.28572 z m -6.285714,6.28574 -1.714286,3.99999 4.000001,-1.71429 z" id="path3684" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccccccccccc" />
|
|
54
57
|
<text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none" x="41.647079" y="916.79706" id="text4457-6"><tspan y="916.79706" x="41.647079" sodipodi:role="line" id="tspan4459-6" style="font-size:30.4762px;line-height:1.25;font-family:sans-serif"> </tspan></text>
|
|
55
58
|
<g id="text4356-2" style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none" transform="translate(44,-124.00004)">
|
|
56
59
|
<path inkscape:connector-curvature="0" id="path4384-2" style="font-variant:normal;font-stretch:normal;font-size:20px;font-family:Arial;-inkscape-font-specification:Arial;fill:#f2f2f2;fill-opacity:1" d="m 35.742187,999.43835 3.076172,-3.07617 -3.066406,-3.0664 1.191406,-1.19141 3.066407,3.06641 3.05664,-3.05664 1.171875,1.18164 -3.046875,3.05664 3.066406,3.0664 -1.191406,1.19138 -3.066406,-3.06638 -3.076172,3.07618 -1.181641,-1.18165" />
|
|
57
60
|
</g>
|
|
58
61
|
<path style="fill:#b3b3b3;fill-opacity:1;stroke:none" d="m 63.71429,890.36216 -1.14285,1.1428 2.28571,2.2858 1.14285,-1.1429 z m -1.71429,1.7143 -6.285714,6.28572 2.285714,2.2857 6.28572,-6.2857 z m -6.285714,6.28572 -1.714286,4 4,-1.7143 z" id="path3684-2" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccccccccccc" />
|
|
59
|
-
<path id="table-5-8-8-6" style="fill:#464646;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 30,914.3622 v 1 h 1 v -1 z m 2,0 v 1 h 10 v -1 z m -2,2 v 1 h 1 v -1 z m 2,0 v 1 h 10 v -1 z m -2,2 v 1 h 1 v -1 z m 2,0 v 1 h 10 v -1 z m -2,2 v 1 h 1 v -1 z m 2,0 v 1 h 10 v -1 z m -2,2 v 1 h 1 v -1 z m 2,0 v 1 h 10 v -1 z m -2,2 v 1 h 1 v -1 z m 2,0 v 1 h 10 v -1 z" inkscape:connector-curvature="0" />
|
|
60
62
|
<path inkscape:connector-curvature="0" id="table-5-8-8-6-1" style="fill:#f2f2f2;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 54,914.3622 v 1 h 1 v -1 z m 2,0 v 1 h 10 v -1 z m -2,2 v 1 h 1 v -1 z m 2,0 v 1 h 10 v -1 z m -2,2 v 1 h 1 v -1 z m 2,0 v 1 h 10 v -1 z m -2,2 v 1 h 1 v -1 z m 2,0 v 1 h 10 v -1 z m -2,2 v 1 h 1 v -1 z m 2,0 v 1 h 10 v -1 z m -2,2 v 1 h 1 v -1 z m 2,0 v 1 h 10 v -1 z" />
|
|
61
63
|
<circle style="fill:#f2f2f2;fill-opacity:1;stroke:#999999;stroke-width:0.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3764" cx="108" cy="844.36218" r="1.5" />
|
|
62
64
|
<path style="fill:#f2f2f2;fill-opacity:1;stroke:#999999;stroke-width:0.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 107,847.36218 h 2 v 6 h -2 z" id="rect4274" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccc" />
|
|
@@ -152,6 +154,18 @@
|
|
|
152
154
|
<rect style="fill:#f2f2f2;fill-opacity:1;stroke:none;stroke-width:0.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4241-8-2" width="2" height="2" x="85" y="901.36218" />
|
|
153
155
|
<rect style="fill:#f2f2f2;fill-opacity:1;stroke:none;stroke-width:0.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4243-2-5" width="2" height="2" x="89" y="901.36218" />
|
|
154
156
|
<path style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 131,937.3621 v 1 c -1.42857,0 -3.28571,0.5999 -4,2 v 1 h 10 v -1 c -0.71429,-1.4001 -2.57143,-2 -4,-2 v -1 z m -4,5 2,9 h 6 l 2,-9 z" id="delete-30-7" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccccccccccc" inkscape:label="delete-30" />
|
|
155
|
-
<path d="m
|
|
157
|
+
<path d="m 113.2903,943.46769 0.9072,0.5491 c 0.1786,0.10817 0.2366,0.34196 0.1294,0.52223 -0.0319,0.0535 -0.0764,0.0983 -0.1294,0.13055 l -7.00717,4.24121 -7.00708,-4.24121 c -0.17869,-0.10817 -0.236639,-0.34196 -0.12942,-0.52222 0.0319,-0.0536 0.0763,-0.0984 0.12942,-0.13056 l 0.90714,-0.5491 6.09994,3.69219 z m 0,3.57799 0.9072,0.5491 c 0.1786,0.1081 0.2366,0.3419 0.1294,0.5222 -0.0319,0.0535 -0.0764,0.0983 -0.1294,0.1306 l -6.61891,4.0061 c -0.239,0.1447 -0.53753,0.1447 -0.77652,0 l -6.61882,-4.0061 c -0.17869,-0.1082 -0.236639,-0.342 -0.12942,-0.5223 0.0319,-0.0536 0.0763,-0.0984 0.12942,-0.1305 l 0.90714,-0.5491 6.09994,3.6921 z m -5.71171,-10.57501 6.61891,4.00621 c 0.1786,0.10815 0.2366,0.34196 0.1294,0.52222 -0.0319,0.0536 -0.0764,0.0984 -0.1294,0.13056 l -7.00717,4.24119 -7.00708,-4.24119 c -0.17869,-0.10815 -0.236639,-0.34196 -0.12942,-0.52222 0.0319,-0.0536 0.0763,-0.0984 0.12942,-0.13056 l 6.61882,-4.00621 c 0.23899,-0.14465 0.53752,-0.14465 0.77652,0 z" fill="#4d4d4d" id="path437" style="fill:#f2f2f2;fill-opacity:1;stroke:#999999;stroke-opacity:1;stroke-width:0.178;stroke-dasharray:none" />
|
|
158
|
+
<path id="linestring" style="color:#000000;fill:#f2f2f2;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.2;stroke-dasharray:none;stroke-opacity:1" d="m 7,937.36218 v 2 h 1.8828125 l 6.1171875,3.05859 v 0.23438 l -6.7070312,6.70703 h -1.2929688 v 2 h 2 v -1.29297 l 6.707031,-6.70703 h 1.292969 v -2 h -1.882812 l -6.117188,-3.05859 v -0.94141 z" />
|
|
159
|
+
<path id="polygon" style="fill:#f2f2f2;fill-rule:evenodd;stroke:#999999;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-dasharray:none;fill-opacity:1" d="M 29 936.36218 L 29 938.36218 L 29.927734 938.36218 L 29.072266 950.36218 L 28 950.36218 L 28 952.36218 L 30 952.36218 L 30 951.16296 L 38 949.5614 L 38 950.36218 L 40 950.36218 L 40 948.36218 L 39.222656 948.36218 L 40.777344 941.36218 L 42 941.36218 L 42 939.36218 L 40 939.36218 L 40 940.08874 L 31 937.63562 L 31 936.36218 L 29 936.36218 z " />
|
|
160
|
+
<path id="marker" d="m 84,936.36218 c -2.625,0 -5.25,1.70216 -6,5.1064 0,2.04256 1.5,6.12768 6,10.8936 4.5,-4.76592 6,-8.85104 6,-10.8936 -0.75,-3.40424 -3.375,-5.1064 -6,-5.1064 z m 0,2.38304 c 1.656857,0 3,1.21928 3,2.72336 0,1.50408 -1.343143,2.72344 -3,2.72344 -1.656848,0 -3,-1.21936 -3,-2.72344 0,-1.50408 1.343152,-2.72336 3,-2.72336 z" style="fill:#f2f2f2;fill-opacity:1;stroke:#999999;stroke-width:0.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" inkscape:connector-curvature="0" />
|
|
161
|
+
<g transform="matrix(0.16294606,0,0,0.16295934,27.835262,912.23132)" id="settings" style="fill:#f2f2f2;fill-opacity:1;stroke:#999999;stroke-width:1.49736;stroke-miterlimit:4;stroke-dasharray:none" class="sprite">
|
|
162
|
+
<path inkscape:connector-curvature="0" d="m 98.762,43.652 c -0.186,-1.386 -1.481,-2.582 -2.876,-2.659 l -6.172,-0.337 c -1.395,-0.076 -2.899,-1.224 -3.341,-2.55 l -2.28,-5.518 c -0.629,-1.249 -0.379,-3.121 0.553,-4.161 l 4.122,-4.6 c 0.933,-1.042 0.962,-2.77 0.066,-3.842 l -8.813,-8.813 c -1.073,-0.897 -2.803,-0.867 -3.845,0.065 l -4.598,4.122 c -1.039,0.934 -2.915,1.182 -4.161,0.551 l -5.521,-2.279 c -1.324,-0.442 -2.472,-1.945 -2.549,-3.34 l -0.337,-6.17 c -0.077,-1.396 -1.272,-2.691 -2.659,-2.878 0,0 -3.252,-0.44 -6.248,-0.44 -2.991,0 -6.243,0.44 -6.243,0.44 -1.386,0.188 -2.582,1.483 -2.658,2.878 l -0.338,6.17 c -0.076,1.396 -1.224,2.898 -2.551,3.34 l -5.517,2.279 c -1.249,0.631 -3.122,0.382 -4.161,-0.551 l -4.601,-4.122 c -1.042,-0.932 -2.769,-0.962 -3.842,-0.065 l -8.813,8.813 c -0.897,1.073 -0.867,2.801 0.066,3.842 l 4.122,4.6 c 0.933,1.041 1.182,2.913 0.551,4.161 l -2.279,5.518 c -0.442,1.326 -1.946,2.474 -3.34,2.55 l -6.17,0.337 c -1.396,0.077 -2.691,1.272 -2.879,2.659 0,0 -0.439,3.253 -0.439,6.243 0,2.99 0.44,6.24 0.44,6.24 0.188,1.389 1.483,2.582 2.879,2.659 l 6.169,0.339 c 1.396,0.075 2.898,1.225 3.341,2.549 l 2.278,5.517 c 0.631,1.248 0.381,3.122 -0.551,4.163 l -4.122,4.598 c -0.933,1.042 -0.963,2.771 -0.066,3.845 l 8.814,8.813 c 1.073,0.896 2.801,0.866 3.842,-0.066 l 4.6,-4.122 c 1.041,-0.932 2.913,-1.182 4.161,-0.553 l 5.517,2.28 c 1.327,0.441 2.475,1.946 2.55,3.343 l 0.338,6.168 c 0.076,1.395 1.272,2.692 2.658,2.88 0,0 3.252,0.439 6.244,0.439 2.996,0 6.25,-0.439 6.25,-0.439 1.385,-0.188 2.58,-1.485 2.657,-2.88 l 0.337,-6.168 c 0.077,-1.396 1.225,-2.901 2.551,-3.343 l 5.517,-2.28 c 1.248,-0.629 3.122,-0.379 4.163,0.553 l 4.598,4.122 c 1.042,0.933 2.771,0.964 3.843,0.067 l 8.815,-8.814 c 0.896,-1.073 0.866,-2.803 -0.066,-3.845 l -4.122,-4.598 c -0.932,-1.041 -1.182,-2.915 -0.553,-4.163 l 2.28,-5.517 c 0.441,-1.324 1.946,-2.474 3.341,-2.549 l 6.172,-0.339 c 1.395,-0.077 2.692,-1.271 2.876,-2.659 0,0 0.441,-3.25 0.441,-6.24 0,-2.99 -0.441,-6.243 -0.441,-6.243 z m -48.658,18.709 c -6.886,0 -12.468,-5.585 -12.468,-12.467 0,-6.885 5.582,-12.467 12.468,-12.467 6.89,0 12.475,5.582 12.475,12.467 -10e-4,6.882 -5.586,12.467 -12.475,12.467 z" id="path27812" style="fill:#f2f2f2;fill-opacity:1;stroke:#999999;stroke-width:1.49736;stroke-miterlimit:4;stroke-dasharray:none" />
|
|
163
|
+
</g>
|
|
164
|
+
<g clip-path="url(#clip0_241_10857)" id="undo" transform="matrix(0.71300568,0,0,0.66260978,53.493751,938.13028)" style="fill:none;stroke:#f2f2f2;stroke-width:1.45488;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1">
|
|
165
|
+
<path d="m 1.07001,4.41003 h 9.41999 c 0.9234,-0.0066 1.8391,0.16957 2.6941,0.5184 0.8551,0.34883 1.6327,0.8634 2.288,1.51407 0.6553,0.65067 1.1754,1.42458 1.5303,2.27713 0.3549,0.85256 0.5376,1.76697 0.5376,2.69037 0.0067,0.9277 -0.1712,1.8474 -0.5231,2.7058 -0.3519,0.8583 -0.871,1.6382 -1.527,2.2941 -0.656,0.656 -1.4358,1.1751 -2.2941,1.527 -0.8584,0.352 -1.7781,0.5298 -2.7058,0.5231 h -9.41999" stroke="#f2f2f2" stroke-miterlimit="10" id="path580" style="fill:none;stroke:#f2f2f2;stroke-width:1.45486;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1" />
|
|
166
|
+
<path d="m 4.75002,8.44998 -4.039998,-4.05 4.039998,-4.050004" stroke="#f2f2f2" stroke-miterlimit="10" id="path582" style="fill:none;stroke:#f2f2f2;stroke-width:1.45486;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1" />
|
|
167
|
+
</g>
|
|
168
|
+
<path d="m 9,849.93721 v 4.04997 c 0,0.20708 0.167895,0.375 0.375,0.375 h 5.25 c 0.207075,0 0.375,-0.16792 0.375,-0.375 v -4.04997 c 0,-0.20708 -0.167925,-0.375 -0.375,-0.375 h -5.25 c -0.207105,0 -0.375,0.16792 -0.375,0.375 z" stroke="#f2f2f2" id="path438" style="fill:none;stroke-width:0.999997" />
|
|
169
|
+
<path d="m 15.21255,842.36218 h -8.83755 c -0.207105,0 -0.375,0.1679 -0.375,0.37499 v 11.24993 c 0,0.20708 0.167895,0.375 0.375,0.375 h 11.25 c 0.207075,0 0.375,-0.16792 0.375,-0.375 v -8.67664 c 0,-0.0953 -0.0363,-0.18697 -0.1014,-0.25648 l -2.41245,-2.57327 c -0.07095,-0.0756 -0.16995,-0.11853 -0.2736,-0.11853 z" stroke="#f2f2f2" id="save" style="fill:none;stroke-width:0.999997" />
|
|
156
170
|
</g>
|
|
157
171
|
</svg>
|
|
@@ -314,13 +314,11 @@ L.U.EditControl = L.Control.extend({
|
|
|
314
314
|
},
|
|
315
315
|
|
|
316
316
|
onAdd: function (map) {
|
|
317
|
-
const container = L.DomUtil.create(
|
|
318
|
-
'div',
|
|
319
|
-
'leaflet-control-edit-enable umap-control'
|
|
320
|
-
),
|
|
317
|
+
const container = L.DomUtil.create('div', 'leaflet-control-edit-enable'),
|
|
321
318
|
edit = L.DomUtil.create('a', '', container)
|
|
322
319
|
edit.href = '#'
|
|
323
320
|
edit.title = `${L._('Enable editing')} (Ctrl+E)`
|
|
321
|
+
edit.textContent = L._('Edit')
|
|
324
322
|
|
|
325
323
|
L.DomEvent.addListener(edit, 'click', L.DomEvent.stop).addListener(
|
|
326
324
|
edit,
|
|
@@ -671,6 +669,9 @@ L.U.DataLayer.addInitHook(function () {
|
|
|
671
669
|
L.U.Map.include({
|
|
672
670
|
_openBrowser: function () {
|
|
673
671
|
const browserContainer = L.DomUtil.create('div', 'umap-browse-data')
|
|
672
|
+
// HOTFIX. Remove when this is merged and released:
|
|
673
|
+
// https://github.com/Leaflet/Leaflet/pull/9052
|
|
674
|
+
L.DomEvent.disableClickPropagation(browserContainer)
|
|
674
675
|
|
|
675
676
|
const title = L.DomUtil.add(
|
|
676
677
|
'h3',
|
|
@@ -750,11 +751,7 @@ L.U.Map.include({
|
|
|
750
751
|
const build = () => {
|
|
751
752
|
ul.innerHTML = ''
|
|
752
753
|
datalayer.eachFeature((feature) => {
|
|
753
|
-
if (
|
|
754
|
-
(filterValue && !feature.matchFilter(filterValue, filterKeys)) ||
|
|
755
|
-
feature.properties.isVisible === false
|
|
756
|
-
)
|
|
757
|
-
return
|
|
754
|
+
if (filterValue && !feature.matchFilter(filterValue, filterKeys)) return
|
|
758
755
|
ul.appendChild(addFeature(feature))
|
|
759
756
|
})
|
|
760
757
|
}
|
|
@@ -785,148 +782,72 @@ L.U.Map.include({
|
|
|
785
782
|
L.bind(appendAll, this)()
|
|
786
783
|
L.DomEvent.on(filter, 'input', appendAll, this)
|
|
787
784
|
L.DomEvent.on(filter, 'input', resetLayers, this)
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
this.ui.openPanel({ data: { html: browserContainer }, actions: [link] })
|
|
785
|
+
|
|
786
|
+
this.ui.openPanel({
|
|
787
|
+
data: { html: browserContainer },
|
|
788
|
+
actions: [this._aboutLink()],
|
|
789
|
+
})
|
|
794
790
|
},
|
|
795
791
|
|
|
796
|
-
|
|
797
|
-
const
|
|
798
|
-
title = L.DomUtil.add(
|
|
799
|
-
|
|
800
|
-
'umap-filter-title',
|
|
801
|
-
filterContainer,
|
|
802
|
-
this.options.name
|
|
803
|
-
),
|
|
804
|
-
propertiesContainer = L.DomUtil.create(
|
|
805
|
-
'div',
|
|
806
|
-
'umap-filter-properties',
|
|
807
|
-
filterContainer
|
|
808
|
-
),
|
|
809
|
-
advancedFilterKeys = this.getAdvancedFilterKeys()
|
|
792
|
+
_openFacet: function () {
|
|
793
|
+
const container = L.DomUtil.create('div', 'umap-facet-search'),
|
|
794
|
+
title = L.DomUtil.add('h3', 'umap-filter-title', container, L._('Facet search')),
|
|
795
|
+
keys = Object.keys(this.getFacetKeys())
|
|
810
796
|
|
|
811
|
-
const
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
}
|
|
817
|
-
advancedFilterKeys.forEach((property) => {
|
|
818
|
-
advancedFiltersFull[property] = []
|
|
819
|
-
if (!filtersAlreadyLoaded || !this.getMap().options.advancedFilters[property]) {
|
|
820
|
-
this.getMap().options.advancedFilters[property] = []
|
|
821
|
-
}
|
|
797
|
+
const knownValues = {}
|
|
798
|
+
|
|
799
|
+
keys.forEach((key) => {
|
|
800
|
+
knownValues[key] = []
|
|
801
|
+
if (!this.facets[key]) this.facets[key] = []
|
|
822
802
|
})
|
|
803
|
+
|
|
823
804
|
this.eachBrowsableDataLayer((datalayer) => {
|
|
824
805
|
datalayer.eachFeature((feature) => {
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
}
|
|
806
|
+
keys.forEach((key) => {
|
|
807
|
+
let value = feature.properties[key]
|
|
808
|
+
if (typeof value !== 'undefined' && !knownValues[key].includes(value)) {
|
|
809
|
+
knownValues[key].push(value)
|
|
830
810
|
}
|
|
831
811
|
})
|
|
832
812
|
})
|
|
833
813
|
})
|
|
834
814
|
|
|
835
|
-
const addPropertyValue = function (property, value) {
|
|
836
|
-
const property_li = L.DomUtil.create('li', ''),
|
|
837
|
-
filter_check = L.DomUtil.create('input', '', property_li),
|
|
838
|
-
filter_label = L.DomUtil.create('label', '', property_li)
|
|
839
|
-
filter_check.type = 'checkbox'
|
|
840
|
-
filter_check.id = `checkbox_${property}_${value}`
|
|
841
|
-
filter_check.checked =
|
|
842
|
-
this.getMap().options.advancedFilters[property] &&
|
|
843
|
-
this.getMap().options.advancedFilters[property].includes(value)
|
|
844
|
-
filter_check.setAttribute('data-property', property)
|
|
845
|
-
filter_check.setAttribute('data-value', value)
|
|
846
|
-
filter_label.htmlFor = `checkbox_${property}_${value}`
|
|
847
|
-
filter_label.innerHTML = value
|
|
848
|
-
L.DomEvent.on(
|
|
849
|
-
filter_check,
|
|
850
|
-
'change',
|
|
851
|
-
function (e) {
|
|
852
|
-
const property = e.srcElement.dataset.property
|
|
853
|
-
const value = e.srcElement.dataset.value
|
|
854
|
-
if (e.srcElement.checked) {
|
|
855
|
-
this.getMap().options.advancedFilters[property].push(value)
|
|
856
|
-
} else {
|
|
857
|
-
this.getMap().options.advancedFilters[property].splice(
|
|
858
|
-
this.getMap().options.advancedFilters[property].indexOf(value),
|
|
859
|
-
1
|
|
860
|
-
)
|
|
861
|
-
}
|
|
862
|
-
L.bind(filterFeatures, this)()
|
|
863
|
-
},
|
|
864
|
-
this
|
|
865
|
-
)
|
|
866
|
-
return property_li
|
|
867
|
-
}
|
|
868
|
-
|
|
869
|
-
const addProperty = function (property) {
|
|
870
|
-
const container = L.DomUtil.create(
|
|
871
|
-
'div',
|
|
872
|
-
'property-container',
|
|
873
|
-
propertiesContainer
|
|
874
|
-
),
|
|
875
|
-
headline = L.DomUtil.add('h5', '', container, property)
|
|
876
|
-
const ul = L.DomUtil.create('ul', '', container)
|
|
877
|
-
const orderedValues = advancedFiltersFull[property]
|
|
878
|
-
orderedValues.sort()
|
|
879
|
-
orderedValues.forEach((value) => {
|
|
880
|
-
ul.appendChild(L.bind(addPropertyValue, this)(property, value))
|
|
881
|
-
})
|
|
882
|
-
}
|
|
883
|
-
|
|
884
815
|
const filterFeatures = function () {
|
|
885
|
-
let
|
|
816
|
+
let found = false
|
|
886
817
|
this.eachBrowsableDataLayer((datalayer) => {
|
|
887
|
-
datalayer.
|
|
888
|
-
|
|
889
|
-
for (const [property, values] of Object.entries(
|
|
890
|
-
this.map.options.advancedFilters
|
|
891
|
-
)) {
|
|
892
|
-
if (values.length > 0) {
|
|
893
|
-
if (
|
|
894
|
-
!feature.properties[property] ||
|
|
895
|
-
!values.includes(feature.properties[property])
|
|
896
|
-
) {
|
|
897
|
-
feature.properties.isVisible = false
|
|
898
|
-
}
|
|
899
|
-
}
|
|
900
|
-
}
|
|
901
|
-
if (feature.properties.isVisible) {
|
|
902
|
-
noResults = false
|
|
903
|
-
if (!this.isLoaded()) this.fetchData()
|
|
904
|
-
this.map.addLayer(feature)
|
|
905
|
-
this.fire('show')
|
|
906
|
-
} else {
|
|
907
|
-
this.map.removeLayer(feature)
|
|
908
|
-
this.fire('hide')
|
|
909
|
-
}
|
|
910
|
-
})
|
|
818
|
+
datalayer.resetLayer(true)
|
|
819
|
+
if (datalayer.hasDataVisible()) found = true
|
|
911
820
|
})
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
this.help.hide()
|
|
916
|
-
}
|
|
821
|
+
// TODO: display a results counter in the panel instead.
|
|
822
|
+
if (!found)
|
|
823
|
+
this.ui.alert({ content: L._('No results for these facets'), level: 'info' })
|
|
917
824
|
}
|
|
918
825
|
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
826
|
+
const fields = keys.map((current) => [
|
|
827
|
+
`facets.${current}`,
|
|
828
|
+
{
|
|
829
|
+
handler: 'FacetSearch',
|
|
830
|
+
choices: knownValues[current],
|
|
831
|
+
label: this.getFacetKeys()[current],
|
|
832
|
+
},
|
|
833
|
+
])
|
|
834
|
+
const builder = new L.U.FormBuilder(this, fields, {
|
|
835
|
+
makeDirty: false,
|
|
836
|
+
callback: filterFeatures,
|
|
837
|
+
callbackContext: this,
|
|
922
838
|
})
|
|
839
|
+
container.appendChild(builder.build())
|
|
840
|
+
|
|
841
|
+
this.ui.openPanel({ data: { html: container }, actions: [this._aboutLink()] })
|
|
842
|
+
},
|
|
923
843
|
|
|
844
|
+
_aboutLink: function () {
|
|
924
845
|
const link = L.DomUtil.create('li', '')
|
|
925
846
|
L.DomUtil.create('i', 'umap-icon-16 umap-caption', link)
|
|
926
847
|
const label = L.DomUtil.create('span', '', link)
|
|
927
848
|
label.textContent = label.title = L._('About')
|
|
928
849
|
L.DomEvent.on(link, 'click', this.displayCaption, this)
|
|
929
|
-
|
|
850
|
+
return link
|
|
930
851
|
},
|
|
931
852
|
|
|
932
853
|
displayCaption: function () {
|
|
@@ -1008,11 +929,11 @@ L.U.Map.include({
|
|
|
1008
929
|
labelBrowser.textContent = labelBrowser.title = L._('Browse data')
|
|
1009
930
|
L.DomEvent.on(browser, 'click', this.openBrowser, this)
|
|
1010
931
|
const actions = [browser]
|
|
1011
|
-
if (this.options.
|
|
932
|
+
if (this.options.facetKey) {
|
|
1012
933
|
const filter = L.DomUtil.create('li', '')
|
|
1013
934
|
L.DomUtil.create('i', 'umap-icon-16 umap-add', filter)
|
|
1014
935
|
const labelFilter = L.DomUtil.create('span', '', filter)
|
|
1015
|
-
labelFilter.textContent = labelFilter.title = L._('
|
|
936
|
+
labelFilter.textContent = labelFilter.title = L._('Facet search')
|
|
1016
937
|
L.DomEvent.on(filter, 'click', this.openFilter, this)
|
|
1017
938
|
actions.push(filter)
|
|
1018
939
|
}
|
|
@@ -1032,7 +953,7 @@ L.U.Map.include({
|
|
|
1032
953
|
return togpx(map.toGeoJSON())
|
|
1033
954
|
},
|
|
1034
955
|
ext: '.gpx',
|
|
1035
|
-
filetype: 'application/xml',
|
|
956
|
+
filetype: 'application/gpx+xml',
|
|
1036
957
|
},
|
|
1037
958
|
kml: {
|
|
1038
959
|
formatter: function (map) {
|
|
@@ -1052,6 +973,76 @@ L.U.Map.include({
|
|
|
1052
973
|
},
|
|
1053
974
|
},
|
|
1054
975
|
|
|
976
|
+
renderEditToolbar: function () {
|
|
977
|
+
const container = L.DomUtil.create(
|
|
978
|
+
'div',
|
|
979
|
+
'umap-main-edit-toolbox with-transition dark',
|
|
980
|
+
this._controlContainer
|
|
981
|
+
),
|
|
982
|
+
logo = L.DomUtil.add('a', 'logo', container),
|
|
983
|
+
name = L.DomUtil.create('a', 'map-name', container),
|
|
984
|
+
share_status = L.DomUtil.create('a', 'share-status', container),
|
|
985
|
+
update = () => {
|
|
986
|
+
name.textContent = this.getDisplayName()
|
|
987
|
+
share_status.textContent = L._('Visibility: {status}', {
|
|
988
|
+
status: this.permissions.getShareStatusDisplay(),
|
|
989
|
+
})
|
|
990
|
+
}
|
|
991
|
+
update()
|
|
992
|
+
name.href = '#'
|
|
993
|
+
share_status.href = '#'
|
|
994
|
+
logo.href = '/'
|
|
995
|
+
if (this.options.user) {
|
|
996
|
+
const userLabel = L.DomUtil.add(
|
|
997
|
+
'a',
|
|
998
|
+
'umap-user',
|
|
999
|
+
container,
|
|
1000
|
+
L._(`My maps ({username})`, { username: this.options.user.name })
|
|
1001
|
+
)
|
|
1002
|
+
userLabel.href = this.options.user.url
|
|
1003
|
+
}
|
|
1004
|
+
this.help.button(container, 'edit')
|
|
1005
|
+
L.DomEvent.on(name, 'click', this.edit, this)
|
|
1006
|
+
L.DomEvent.on(share_status, 'click', this.permissions.edit, this.permissions)
|
|
1007
|
+
this.on('postsync', L.bind(update, this))
|
|
1008
|
+
const save = L.DomUtil.create('a', 'leaflet-control-edit-save button', container)
|
|
1009
|
+
save.href = '#'
|
|
1010
|
+
save.title = `${L._('Save current edits')} (Ctrl+S)`
|
|
1011
|
+
save.textContent = L._('Save')
|
|
1012
|
+
const cancel = L.DomUtil.create('a', 'leaflet-control-edit-cancel', container)
|
|
1013
|
+
cancel.href = '#'
|
|
1014
|
+
cancel.title = `${L._('Cancel edits')} (Ctrl+Z)`
|
|
1015
|
+
cancel.textContent = L._('Cancel all')
|
|
1016
|
+
const disable = L.DomUtil.create('a', 'leaflet-control-edit-disable', container)
|
|
1017
|
+
disable.href = '#'
|
|
1018
|
+
disable.textContent = L._('Disable editing')
|
|
1019
|
+
disable.title = `${disable.textContent} (Ctrl+E)`
|
|
1020
|
+
|
|
1021
|
+
L.DomEvent.addListener(disable, 'click', L.DomEvent.stop).addListener(
|
|
1022
|
+
disable,
|
|
1023
|
+
'click',
|
|
1024
|
+
function (e) {
|
|
1025
|
+
this.disableEdit(e)
|
|
1026
|
+
this.ui.closePanel()
|
|
1027
|
+
},
|
|
1028
|
+
this
|
|
1029
|
+
)
|
|
1030
|
+
|
|
1031
|
+
L.DomEvent.addListener(save, 'click', L.DomEvent.stop).addListener(
|
|
1032
|
+
save,
|
|
1033
|
+
'click',
|
|
1034
|
+
this.save,
|
|
1035
|
+
this
|
|
1036
|
+
)
|
|
1037
|
+
|
|
1038
|
+
L.DomEvent.addListener(cancel, 'click', L.DomEvent.stop).addListener(
|
|
1039
|
+
cancel,
|
|
1040
|
+
'click',
|
|
1041
|
+
this.askForReset,
|
|
1042
|
+
this
|
|
1043
|
+
)
|
|
1044
|
+
},
|
|
1045
|
+
|
|
1055
1046
|
renderShareBox: function () {
|
|
1056
1047
|
const container = L.DomUtil.create('div', 'umap-share')
|
|
1057
1048
|
const embedTitle = L.DomUtil.add('h4', '', container, L._('Embed the map'))
|
|
@@ -1216,7 +1207,6 @@ L.U.TileLayerControl = L.Control.extend({
|
|
|
1216
1207
|
'click',
|
|
1217
1208
|
function () {
|
|
1218
1209
|
this.map.selectTileLayer(tilelayer)
|
|
1219
|
-
this.map.ui.closePanel()
|
|
1220
1210
|
if (options && options.callback) options.callback(tilelayer)
|
|
1221
1211
|
},
|
|
1222
1212
|
this
|
umap/static/umap/js/umap.core.js
CHANGED
|
@@ -174,7 +174,7 @@ L.Util.greedyTemplate = (str, data, ignore) => {
|
|
|
174
174
|
}
|
|
175
175
|
|
|
176
176
|
return str.replace(
|
|
177
|
-
/\{ *([\
|
|
177
|
+
/\{ *([^\{\}/\-]+)(?:\|("[^"]*"))? *\}/g,
|
|
178
178
|
(str, key, staticFallback) => {
|
|
179
179
|
const vars = key.split('|')
|
|
180
180
|
let value
|
|
@@ -253,6 +253,10 @@ L.Util.buildQueryString = (params) => {
|
|
|
253
253
|
|
|
254
254
|
L.Util.getBaseUrl = () => `//${window.location.host}${window.location.pathname}`
|
|
255
255
|
|
|
256
|
+
L.Util.hasVar = (value) => {
|
|
257
|
+
return typeof value === 'string' && value.indexOf('{') != -1
|
|
258
|
+
}
|
|
259
|
+
|
|
256
260
|
L.DomUtil.add = (tagName, className, container, content) => {
|
|
257
261
|
const el = L.DomUtil.create(tagName, className, container)
|
|
258
262
|
if (content) {
|
|
@@ -548,7 +552,9 @@ L.U.Help = L.Class.extend({
|
|
|
548
552
|
'A comma separated list of numbers that defines the stroke dash pattern. Ex.: "5, 10, 15".'
|
|
549
553
|
),
|
|
550
554
|
zoomTo: L._('Zoom level for automatic zooms'),
|
|
551
|
-
labelKey: L._(
|
|
555
|
+
labelKey: L._(
|
|
556
|
+
'The name of the property to use as feature label (eg.: "nom"). You can also use properties inside brackets to use more than one or mix with static content (eg.: "{name} in {place}")'
|
|
557
|
+
),
|
|
552
558
|
stroke: L._('Whether to display or not polygons paths.'),
|
|
553
559
|
fill: L._('Whether to fill polygons with color.'),
|
|
554
560
|
fillColor: L._('Optional. Same as color if not set.'),
|
|
@@ -557,13 +563,14 @@ L.U.Help = L.Class.extend({
|
|
|
557
563
|
permanentCredit: L._(
|
|
558
564
|
'Will be permanently visible in the bottom left corner of the map'
|
|
559
565
|
),
|
|
560
|
-
sortKey: L._(
|
|
566
|
+
sortKey: L._(
|
|
567
|
+
'Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.'
|
|
568
|
+
),
|
|
561
569
|
slugKey: L._('The name of the property to use as feature unique identifier.'),
|
|
562
570
|
filterKey: L._('Comma separated list of properties to use when filtering features'),
|
|
563
|
-
|
|
564
|
-
'Comma separated list of properties to use for
|
|
571
|
+
facetKey: L._(
|
|
572
|
+
'Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)'
|
|
565
573
|
),
|
|
566
|
-
advancedFiltersNoResults: L._('No results for these filters'),
|
|
567
574
|
interactive: L._('If false, the polygon will act as a part of the underlying map.'),
|
|
568
575
|
outlink: L._('Define link to open in a new window on polygon click.'),
|
|
569
576
|
dynamicRemoteData: L._('Fetch data each time map view changes.'),
|