umap-project 3.0.2__py3-none-any.whl → 3.0.4__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/en/LC_MESSAGES/django.po +11 -7
- umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- umap/locale/fr/LC_MESSAGES/django.po +11 -7
- umap/locale/nl/LC_MESSAGES/django.mo +0 -0
- umap/locale/nl/LC_MESSAGES/django.po +136 -56
- umap/settings/base.py +2 -2
- umap/static/umap/base.css +4 -0
- umap/static/umap/css/bar.css +1 -1
- umap/static/umap/css/form.css +44 -44
- umap/static/umap/js/modules/browser.js +1 -0
- umap/static/umap/js/modules/caption.js +2 -2
- umap/static/umap/js/modules/data/features.js +3 -4
- umap/static/umap/js/modules/data/layer.js +9 -1
- umap/static/umap/js/modules/form/fields.js +4 -2
- umap/static/umap/js/modules/importers/cadastrefr.js +14 -12
- umap/static/umap/js/modules/importers/geodatamine.js +11 -9
- umap/static/umap/js/modules/rendering/map.js +2 -4
- umap/static/umap/js/modules/schema.js +12 -0
- umap/static/umap/js/modules/ui/bar.js +2 -2
- umap/static/umap/js/modules/umap.js +22 -0
- umap/static/umap/js/umap.controls.js +3 -3
- umap/static/umap/locale/ca.js +8 -6
- umap/static/umap/locale/ca.json +8 -6
- umap/static/umap/locale/cs_CZ.js +4 -2
- umap/static/umap/locale/cs_CZ.json +4 -2
- umap/static/umap/locale/de.js +4 -2
- umap/static/umap/locale/de.json +4 -2
- umap/static/umap/locale/en.js +4 -2
- umap/static/umap/locale/en.json +4 -2
- umap/static/umap/locale/es.js +4 -2
- umap/static/umap/locale/es.json +4 -2
- umap/static/umap/locale/eu.js +4 -2
- umap/static/umap/locale/eu.json +4 -2
- umap/static/umap/locale/fa_IR.js +4 -2
- umap/static/umap/locale/fa_IR.json +4 -2
- umap/static/umap/locale/fr.js +4 -2
- umap/static/umap/locale/fr.json +4 -2
- umap/static/umap/locale/gl.js +4 -2
- umap/static/umap/locale/gl.json +4 -2
- umap/static/umap/locale/hu.js +4 -2
- umap/static/umap/locale/hu.json +4 -2
- umap/static/umap/locale/it.js +4 -2
- umap/static/umap/locale/it.json +4 -2
- umap/static/umap/locale/nl.js +12 -10
- umap/static/umap/locale/nl.json +12 -10
- umap/static/umap/locale/pt.js +4 -2
- umap/static/umap/locale/pt.json +4 -2
- umap/static/umap/locale/pt_PT.js +4 -2
- umap/static/umap/locale/pt_PT.json +4 -2
- umap/static/umap/locale/zh_TW.js +4 -2
- umap/static/umap/locale/zh_TW.json +4 -2
- umap/static/umap/map.css +3 -2
- umap/static/umap/vars.css +4 -0
- umap/templates/umap/search.html +10 -1
- umap/tests/integration/test_edit_map.py +1 -7
- umap/tests/integration/test_iframe.py +25 -0
- umap/tests/integration/test_picto.py +10 -2
- umap/views.py +6 -3
- {umap_project-3.0.2.dist-info → umap_project-3.0.4.dist-info}/METADATA +1 -1
- {umap_project-3.0.2.dist-info → umap_project-3.0.4.dist-info}/RECORD +64 -63
- {umap_project-3.0.2.dist-info → umap_project-3.0.4.dist-info}/WHEEL +0 -0
- {umap_project-3.0.2.dist-info → umap_project-3.0.4.dist-info}/entry_points.txt +0 -0
- {umap_project-3.0.2.dist-info → umap_project-3.0.4.dist-info}/licenses/LICENSE +0 -0
umap/templates/umap/search.html
CHANGED
|
@@ -32,7 +32,16 @@
|
|
|
32
32
|
{% endif %}
|
|
33
33
|
{% else %}
|
|
34
34
|
<h2>
|
|
35
|
-
{%
|
|
35
|
+
{% if request.GET.tags %}
|
|
36
|
+
{% trans "Latest created maps in category" %}
|
|
37
|
+
{% for value, label in UMAP_TAGS %}
|
|
38
|
+
{% if request.GET.tags == value %}
|
|
39
|
+
<mark>{{ label }}</mark>:
|
|
40
|
+
{% endif %}
|
|
41
|
+
{% endfor %}
|
|
42
|
+
{% else %}
|
|
43
|
+
{% trans "Latest created maps" %}
|
|
44
|
+
{% endif %}
|
|
36
45
|
</h2>
|
|
37
46
|
<div class="grid-container">
|
|
38
47
|
{% include "umap/map_list.html" with prefix="search_map" %}
|
|
@@ -69,13 +69,7 @@ def test_zoomcontrol_impacts_ui(live_server, page, tilelayer):
|
|
|
69
69
|
|
|
70
70
|
# Hide them
|
|
71
71
|
page.get_by_text("User interface options").click()
|
|
72
|
-
|
|
73
|
-
page.locator(".panel")
|
|
74
|
-
.filter(has_text=re.compile("Display the zoom control"))
|
|
75
|
-
.locator("label")
|
|
76
|
-
.nth(2)
|
|
77
|
-
)
|
|
78
|
-
hide_zoom_controls.click()
|
|
72
|
+
page.locator(".panel .umap-field-zoomControl").get_by_text("never").click()
|
|
79
73
|
|
|
80
74
|
expect(zoom_in).to_be_hidden()
|
|
81
75
|
expect(zoom_out).to_be_hidden()
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
from playwright.sync_api import expect
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
def test_home_control_is_hidden(live_server, map, tilelayer, page):
|
|
5
|
+
body = f"""
|
|
6
|
+
<html>
|
|
7
|
+
<head></head>
|
|
8
|
+
<body>
|
|
9
|
+
<iframe width="100%" height="300px" frameborder="0" allowfullscreen allow="geolocation"
|
|
10
|
+
src="{map.get_absolute_url()}?scaleControl=false&miniMap=false&scrollWheelZoom=false&zoomControl=true&editMode=disabled&moreControl=true&searchControl=null&tilelayersControl=null&embedControl=null&datalayersControl=true&onLoadPanel=caption&captionBar=false&captionMenus=true"></iframe>
|
|
11
|
+
</body>
|
|
12
|
+
</html>
|
|
13
|
+
"""
|
|
14
|
+
|
|
15
|
+
def handle(route):
|
|
16
|
+
route.fulfill(body=body)
|
|
17
|
+
|
|
18
|
+
url = f"{live_server.url}/test-iframe"
|
|
19
|
+
# Intercept the route
|
|
20
|
+
page.route(url, handle)
|
|
21
|
+
|
|
22
|
+
page.goto(url)
|
|
23
|
+
expect(
|
|
24
|
+
page.locator("iframe").content_frame.get_by_role("link", name="Home logo")
|
|
25
|
+
).to_be_hidden()
|
|
@@ -32,9 +32,15 @@ FIXTURES = Path(__file__).parent.parent / "fixtures"
|
|
|
32
32
|
@pytest.fixture
|
|
33
33
|
def pictos():
|
|
34
34
|
path = FIXTURES / "star.svg"
|
|
35
|
-
Pictogram(
|
|
35
|
+
Pictogram(
|
|
36
|
+
name="star", pictogram=ContentFile(path.read_text(), path.name), category="cat1"
|
|
37
|
+
).save()
|
|
36
38
|
path = FIXTURES / "circle.svg"
|
|
37
|
-
Pictogram(
|
|
39
|
+
Pictogram(
|
|
40
|
+
name="circle",
|
|
41
|
+
pictogram=ContentFile(path.read_text(), path.name),
|
|
42
|
+
category="cat2",
|
|
43
|
+
).save()
|
|
38
44
|
|
|
39
45
|
|
|
40
46
|
def test_can_change_picto_at_map_level(openmap, live_server, page, pictos):
|
|
@@ -57,6 +63,8 @@ def test_can_change_picto_at_map_level(openmap, live_server, page, pictos):
|
|
|
57
63
|
define.click()
|
|
58
64
|
# No picto defined yet, so recent should not be visible
|
|
59
65
|
expect(page.get_by_text("Recent")).to_be_hidden()
|
|
66
|
+
expect(page.get_by_text("cat1")).to_be_visible()
|
|
67
|
+
expect(page.get_by_text("cat2")).to_be_visible()
|
|
60
68
|
symbols = page.locator(".umap-pictogram-body .umap-pictogram-choice")
|
|
61
69
|
expect(symbols).to_have_count(2)
|
|
62
70
|
search = page.locator(".umap-pictogram-body input")
|
umap/views.py
CHANGED
|
@@ -1047,12 +1047,15 @@ class MapDelete(DeleteView):
|
|
|
1047
1047
|
if not self.object.can_delete(self.request):
|
|
1048
1048
|
return HttpResponseForbidden(_("Only its owner can delete the map."))
|
|
1049
1049
|
self.object.move_to_trash()
|
|
1050
|
-
|
|
1050
|
+
if self.request.user.is_authenticated:
|
|
1051
|
+
redirect_url = reverse("user_dashboard")
|
|
1052
|
+
else:
|
|
1053
|
+
redirect_url = reverse("home")
|
|
1051
1054
|
messages.info(self.request, _("Map successfully deleted."))
|
|
1052
1055
|
if is_ajax(self.request):
|
|
1053
|
-
return simple_json_response(redirect=
|
|
1056
|
+
return simple_json_response(redirect=redirect_url)
|
|
1054
1057
|
else:
|
|
1055
|
-
return HttpResponseRedirect(form.data.get("next") or
|
|
1058
|
+
return HttpResponseRedirect(form.data.get("next") or redirect_url)
|
|
1056
1059
|
|
|
1057
1060
|
|
|
1058
1061
|
class MapClone(PermissionsMixin, View):
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
umap/__init__.py,sha256=
|
|
1
|
+
umap/__init__.py,sha256=gstwLm_3jJsK_8nUzN2sU0wolpUI2xdhOkLO1ceXLuA,18
|
|
2
2
|
umap/admin.py,sha256=YlK4CgEWb2eFYRKiklsKouxeiQ8z_b-H2Fv2XCaiGFQ,3014
|
|
3
3
|
umap/apps.py,sha256=5ssKqPUuNJlapaBmr4LY_HDb7J1NFCT3wzythxQOOfs,109
|
|
4
4
|
umap/asgi.py,sha256=sJkGqDLgMoPkq2nMRyRE_Hz3ZLJm1X5lgXiQJu6rYt0,660
|
|
@@ -12,7 +12,7 @@ umap/middleware.py,sha256=-cCPlG43b8BSS9UDCW5rUSX-SvaG6lpGx_3Zm5QHa9M,1556
|
|
|
12
12
|
umap/models.py,sha256=hyrrWrnmVDOY6asEROBQhSsewQEXt489GOXuKXROiW8,19469
|
|
13
13
|
umap/urls.py,sha256=LA3zxyu-GDo8kVqdyU7_bdbDGhDJV8_yFW4oEPTXw4s,7559
|
|
14
14
|
umap/utils.py,sha256=WlTnzS2LUraYViSMsI2tf_0caq_yw_p8RLqpkjynf5E,6379
|
|
15
|
-
umap/views.py,sha256=
|
|
15
|
+
umap/views.py,sha256=dPCjTG-0EayFThH4yD1f8bc01BYN5x2GEefMROb_o94,48195
|
|
16
16
|
umap/wsgi.py,sha256=IopIgnDZbCus3XpSetTHnra9VyzWi0Y2tJo-CmfTWCY,1132
|
|
17
17
|
umap/bin/__init__.py,sha256=iA3ON4A6NCpenrn3q2OgefUKF5QRFIQS-FtS0pxruI8,234
|
|
18
18
|
umap/locale/am_ET/LC_MESSAGES/django.mo,sha256=ZF_hEGHnrIX6XZBVqmWR4xbE5D8Y6s1GS5sYOxnFQBY,5377
|
|
@@ -36,7 +36,7 @@ umap/locale/de/LC_MESSAGES/django.po,sha256=0tb6RSxENd7VEhMcR37xw3CTBTl4vvj2HNS_
|
|
|
36
36
|
umap/locale/el/LC_MESSAGES/django.mo,sha256=HQDIUXQJQBMQdZsagQLwNg_-obAgWlXjGo3Fm-4nOyQ,18164
|
|
37
37
|
umap/locale/el/LC_MESSAGES/django.po,sha256=O4EJCt2ftu_4MLE5BXa3BjSMXBVj4x17liuP4G_wxao,25189
|
|
38
38
|
umap/locale/en/LC_MESSAGES/django.mo,sha256=UXCQbz2AxBvh-IQ7bGgjoBnijo8h9DfE9107A-2Mgkk,337
|
|
39
|
-
umap/locale/en/LC_MESSAGES/django.po,sha256=
|
|
39
|
+
umap/locale/en/LC_MESSAGES/django.po,sha256=ZtvUEMZbby_cosqvG1NkomZ6y3QL6dPyW08UM-CXjFM,16232
|
|
40
40
|
umap/locale/es/LC_MESSAGES/django.mo,sha256=Sa2idM_a_3YTpGb2O6-bpAHzFuhopDC3x4Dul-Zbj7I,13428
|
|
41
41
|
umap/locale/es/LC_MESSAGES/django.po,sha256=YVmhORb2o4Zi8nkKs8zeofCLllptQkOiGScJvsTVyTM,20703
|
|
42
42
|
umap/locale/et/LC_MESSAGES/django.mo,sha256=e1Vc1BCFkXui1HH9Olrf02GOp9EgPRrMMB8CDM3xpBo,8664
|
|
@@ -47,8 +47,8 @@ umap/locale/fa_IR/LC_MESSAGES/django.mo,sha256=HU5l77iM_X3iMclmleDH41FHwKFKTFocr
|
|
|
47
47
|
umap/locale/fa_IR/LC_MESSAGES/django.po,sha256=u2KHiTbM_CnqrVP9vNKYkbHeSYLR5VWj5SZv-B8fZo8,20925
|
|
48
48
|
umap/locale/fi/LC_MESSAGES/django.mo,sha256=O9foYGhfFTBjBb4Y9abWjOiZNpWtO-315nyHUaiJETM,4779
|
|
49
49
|
umap/locale/fi/LC_MESSAGES/django.po,sha256=5kG9XujFNllOh_wuakGmAHeMy9vqNWFLf9SSrMTaWlk,15709
|
|
50
|
-
umap/locale/fr/LC_MESSAGES/django.mo,sha256=
|
|
51
|
-
umap/locale/fr/LC_MESSAGES/django.po,sha256=
|
|
50
|
+
umap/locale/fr/LC_MESSAGES/django.mo,sha256=iSC8zpgbekHdR9xEibM1pQJGn_A6Pwwr4LUKzPmgABA,15063
|
|
51
|
+
umap/locale/fr/LC_MESSAGES/django.po,sha256=jhDQaZsV8Pvo0-G33BKpp4N4fZ31MOss5nOUAaFo2RQ,22629
|
|
52
52
|
umap/locale/gl/LC_MESSAGES/django.mo,sha256=i-or8X3SnF25bdD-K1s97XwlyjKlTIpFH3DXSfQZzKs,13398
|
|
53
53
|
umap/locale/gl/LC_MESSAGES/django.po,sha256=hnXAN8uEyRV_iCJimNGwDPhyFlH0sFL_QwEKhe9RdOc,20317
|
|
54
54
|
umap/locale/he/LC_MESSAGES/django.mo,sha256=A6pkjaL4HQ7lyfvXcGIxle61RXdo7Byq3mfK2FIrSnc,6640
|
|
@@ -71,8 +71,8 @@ umap/locale/lt/LC_MESSAGES/django.mo,sha256=A4RbTyKvur2NUY0aKXCDmSIQV0G0GeOhQ1vw
|
|
|
71
71
|
umap/locale/lt/LC_MESSAGES/django.po,sha256=GK_nTnzSiMY4g2pf5uzh5Nzl57OTB4O9Y29ikZVp274,16324
|
|
72
72
|
umap/locale/ms/LC_MESSAGES/django.mo,sha256=o0sXUFZSc9D0inCws0Hs6zJK5yaL7n19CaxjH1D9hVY,9654
|
|
73
73
|
umap/locale/ms/LC_MESSAGES/django.po,sha256=UHTzJmBvzw-MST9ycj8UrvrAQIaUqL2s1fV6t3-Aj5s,17766
|
|
74
|
-
umap/locale/nl/LC_MESSAGES/django.mo,sha256=
|
|
75
|
-
umap/locale/nl/LC_MESSAGES/django.po,sha256=
|
|
74
|
+
umap/locale/nl/LC_MESSAGES/django.mo,sha256=dWAEuiwdWFy8P2nwzzyoESF5Ut5t0zKQ5DSC5EDXkiI,14494
|
|
75
|
+
umap/locale/nl/LC_MESSAGES/django.po,sha256=Vtm1XTKFdzb5Ct9xDHxvV4Z1OwsyJ32-4Waun1W3UGk,21721
|
|
76
76
|
umap/locale/no/LC_MESSAGES/django.mo,sha256=ADQ1RdDyg19YZHw2wKl_bxEgMu_0wK7HaoYk_nsxXks,423
|
|
77
77
|
umap/locale/no/LC_MESSAGES/django.po,sha256=HXr3Y_gxOPjdU1pSV_tyX_l7pbDMVrFBdf0gm3gciwI,7998
|
|
78
78
|
umap/locale/pl/LC_MESSAGES/django.mo,sha256=1l5SWSKSpRMrj9muHWCR6B0BWTlPwDFc_OiwjE4bazg,10200
|
|
@@ -146,21 +146,21 @@ umap/migrations/0026_datalayer_modified_at_datalayer_share_status.py,sha256=TnFC
|
|
|
146
146
|
umap/migrations/0027_map_tags.py,sha256=zAJzbZkB5Lsp1zczqVbRU2zLwMRfBQzvrDR6G37sKZM,610
|
|
147
147
|
umap/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
148
148
|
umap/settings/__init__.py,sha256=aPJkOTk0uFusIBA-uOjdUi10R5Cxt4jl5yv2_uCTUvo,1702
|
|
149
|
-
umap/settings/base.py,sha256=
|
|
149
|
+
umap/settings/base.py,sha256=kyEAUNrX5KJUx3QrgVUTKowCGCeJvYRuKcppisGTtGk,11757
|
|
150
150
|
umap/settings/dev.py,sha256=pj1mpmZXiI2syW8pB01wcVeqCFABF3V-nlOxArir4cw,386
|
|
151
151
|
umap/settings/local.py.sample,sha256=wpnoe7qtXer_xBuhWbcbqcSCotTJRu6h8hG7N-sD0b4,3157
|
|
152
152
|
umap/static/.gitignore,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
153
|
-
umap/static/umap/base.css,sha256=
|
|
153
|
+
umap/static/umap/base.css,sha256=lYYsRzIoFCxkrPIaJm0C6Xj2I1M99mv_ii_gFOJxY-A,5136
|
|
154
154
|
umap/static/umap/content.css,sha256=ToEEtcXLiu0RFSZtivVKWIg7H7AFPZdHG8FioDelsRA,12030
|
|
155
155
|
umap/static/umap/font.css,sha256=fYmTKNd_Ts6TrmBbnLRgyeUS4vpfxkEqhLR-pkd3KrA,904
|
|
156
|
-
umap/static/umap/map.css,sha256
|
|
156
|
+
umap/static/umap/map.css,sha256=-K-WEvuU5JVh-d6q9_ZMR6NsFowLekWzVDs6BQY0n8s,24826
|
|
157
157
|
umap/static/umap/nav.css,sha256=MsckfSfuMgADt71FIVpW351ZC2ATlr50iGW-47hziwk,1956
|
|
158
158
|
umap/static/umap/theme.css,sha256=gkbyghlT5kNfz0Qyg1JL7xalqvHVx321eO9qlnvcaAU,49
|
|
159
|
-
umap/static/umap/vars.css,sha256=
|
|
160
|
-
umap/static/umap/css/bar.css,sha256=
|
|
159
|
+
umap/static/umap/vars.css,sha256=E6FnvCQxs8TCWW4lfXMkSnuEQEwOklZnGFX5tqtW_nI,2164
|
|
160
|
+
umap/static/umap/css/bar.css,sha256=24e8B7UAxrBR9F7YvPaeGZD_V2TnJiVKBzWvzYKTmx4,6247
|
|
161
161
|
umap/static/umap/css/contextmenu.css,sha256=etLtnZXVxJTkmggr05vcfStOw4Gu9DDDTMUh0PKw2Mg,752
|
|
162
162
|
umap/static/umap/css/dialog.css,sha256=BNHxSqzrUTpcEwDlLDn5I8En-uoB7cR94zkr4PvsQPY,952
|
|
163
|
-
umap/static/umap/css/form.css,sha256=
|
|
163
|
+
umap/static/umap/css/form.css,sha256=V4o7wUNPNUU8bCzxjBEToS1-NlkMxxDmiBSsVIlnD5E,14431
|
|
164
164
|
umap/static/umap/css/icon.css,sha256=lxlCkFMRtENwfAYZNznGAqnFmAFCha0d6njcqqOFDik,5755
|
|
165
165
|
umap/static/umap/css/importers.css,sha256=xSpvBPy6s4ZGFW6c34sOaSCxO5JvBk_51enBSDR0dZY,1651
|
|
166
166
|
umap/static/umap/css/panel.css,sha256=YCtDmZdWwrGZmOz7FA4WYKD323vlsuRxQp71-hq_pc0,4204
|
|
@@ -225,15 +225,15 @@ umap/static/umap/img/source/16-white.svg,sha256=q7TB_ANzE1N83GlRHLedxz8ZosXGrjHW
|
|
|
225
225
|
umap/static/umap/img/source/16.svg,sha256=mg1Yk9jsSTXjV1OX9iVfvV4vgDkCQlxTq1lJMgzelb8,51486
|
|
226
226
|
umap/static/umap/img/source/24-white.svg,sha256=EL0bBhq4J-UCtpvg5aMDbGAGu40AUTZvom9x1UQEVx4,31697
|
|
227
227
|
umap/static/umap/img/source/24.svg,sha256=pHJ8OujQjA50RC3zKvBAP10B8SaqRWYOwtyssjfEH-Y,41719
|
|
228
|
-
umap/static/umap/js/umap.controls.js,sha256=
|
|
228
|
+
umap/static/umap/js/umap.controls.js,sha256=apJfMmbkDcETRq03eqdJo7iDm9biEKBXUYkQNurRYK0,22906
|
|
229
229
|
umap/static/umap/js/umap.core.js,sha256=g4sWRwvdk3HvJwEMkT4dwrL3zBYwpkLURONBRbnwb18,7050
|
|
230
230
|
umap/static/umap/js/components/base.js,sha256=gDb1fGuNCC1KEu4PlQflC1PDNyrulhqLhmlsjyCJpps,1575
|
|
231
231
|
umap/static/umap/js/components/fragment.js,sha256=-rOrcyPpZ5ihD_hh0C1qrYpaim11JYh5fg0x_od_m5U,379
|
|
232
232
|
umap/static/umap/js/components/alerts/alert.css,sha256=fSmbDDjXjEYLfgnEAVDhyqWiBOUy2YhVRy0_den-7Dk,4930
|
|
233
233
|
umap/static/umap/js/components/alerts/alert.js,sha256=_BcG9WluOkJTj_v795c0PIXvv5EZQs0uO5-rUhcwEco,4482
|
|
234
234
|
umap/static/umap/js/modules/autocomplete.js,sha256=j3rZeiBypGcFenEN_7xhYdffYrUP92SATrEB_eTZWwk,8634
|
|
235
|
-
umap/static/umap/js/modules/browser.js,sha256=
|
|
236
|
-
umap/static/umap/js/modules/caption.js,sha256=
|
|
235
|
+
umap/static/umap/js/modules/browser.js,sha256=T_xI4J9ou0eBfj8NUdVOvjzzpITSZfHhzRWFr9CJLXU,9494
|
|
236
|
+
umap/static/umap/js/modules/caption.js,sha256=rMG19IwxP0uhUK9rtRX4v-PXcPMO_5p4IO_8VUohsi0,5446
|
|
237
237
|
umap/static/umap/js/modules/dompurify.js,sha256=SOmoM-pTgYCKCKXFo6-znemWPLiLsFgR4lxM_moWaA8,328
|
|
238
238
|
umap/static/umap/js/modules/drop.js,sha256=aHuz_sDgWAqDEH49OWNhnnyFvGLDMCoeeo5xaBLZwAg,1431
|
|
239
239
|
umap/static/umap/js/modules/facets.js,sha256=ftNFlXfIufQqb1a7QG1JYT2PWrd3tsAko-tQoM0f53U,4773
|
|
@@ -247,25 +247,25 @@ umap/static/umap/js/modules/orderable.js,sha256=zDtcElZ_MVPoGba8Iv9bxOzk4vuN7C-5
|
|
|
247
247
|
umap/static/umap/js/modules/permissions.js,sha256=Ye7GKtG84ciAVQ-iswBOR7Hf2TpDVLkW6aPlWbrzrqk,8715
|
|
248
248
|
umap/static/umap/js/modules/request.js,sha256=9GRJoOPbdkHL9OFP6Joaf5wzsJckPyiG2O7AxQciTik,3885
|
|
249
249
|
umap/static/umap/js/modules/rules.js,sha256=pIOt28Lmt64I2jplQepr1Oy0paUu-CS8BX94N06LjqQ,7587
|
|
250
|
-
umap/static/umap/js/modules/schema.js,sha256=
|
|
250
|
+
umap/static/umap/js/modules/schema.js,sha256=ux6B7x52dwEyCGyY_4QuPaN97ocddQaK2jSoY8siwLY,13889
|
|
251
251
|
umap/static/umap/js/modules/share.js,sha256=eJ5BISGhGTp7908k-zQY94R5J04MzFZX5PLbYhP-_HE,7227
|
|
252
252
|
umap/static/umap/js/modules/slideshow.js,sha256=iIb2J_JSRYo1tyWwqoYGyhejdTctveY0Jne8nKdnG7g,3610
|
|
253
253
|
umap/static/umap/js/modules/tableeditor.js,sha256=tNZMAjzd7ji9MEcSTctH6D7gH3sK2ZgjCSiSQbFxxbQ,9901
|
|
254
|
-
umap/static/umap/js/modules/umap.js,sha256=
|
|
254
|
+
umap/static/umap/js/modules/umap.js,sha256=bLIFxr4Opxej9PsjKSh3gBw7HoAR8VbapqiWDzAkV7Q,54767
|
|
255
255
|
umap/static/umap/js/modules/urls.js,sha256=76cFqycj2O8huuoYYBvxnVt2Fc2UDbgrRsiv6lQmcSY,890
|
|
256
256
|
umap/static/umap/js/modules/utils.js,sha256=tN9AJYuypvzIcuLs6YjsW85qsHMx5nvBph3TTNw8HKQ,15938
|
|
257
|
-
umap/static/umap/js/modules/data/features.js,sha256=
|
|
258
|
-
umap/static/umap/js/modules/data/layer.js,sha256=
|
|
257
|
+
umap/static/umap/js/modules/data/features.js,sha256=l4-6Uaqmr5Fx68SjOOgeqGkHiR1aXZtWXuT4ovYlrgs,33115
|
|
258
|
+
umap/static/umap/js/modules/data/layer.js,sha256=PXYTt5QsOlm8SyxVEjMzfLbIvH6HzF7jbn4WyvLeAak,36290
|
|
259
259
|
umap/static/umap/js/modules/form/builder.js,sha256=-V3t6L2YZXwICi2ks5VAhh2Iyq2fYxxkV2iYIsaaRaQ,6435
|
|
260
|
-
umap/static/umap/js/modules/form/fields.js,sha256=
|
|
260
|
+
umap/static/umap/js/modules/form/fields.js,sha256=E-8xcYguYsaFEFTnIikKsGRUvriObrAWu3znG1fIYqY,34398
|
|
261
261
|
umap/static/umap/js/modules/importers/banfr.js,sha256=TBwL3GQJdzYtaDtxeHxyPQ7Ycy5zTaQyvzXa55X7n2I,2932
|
|
262
|
-
umap/static/umap/js/modules/importers/cadastrefr.js,sha256=
|
|
262
|
+
umap/static/umap/js/modules/importers/cadastrefr.js,sha256=fcNOYZ679MYpy3fQubEhNmyaMpGKyNNeZRlUVgHKcz4,2319
|
|
263
263
|
umap/static/umap/js/modules/importers/communesfr.js,sha256=HoeVApZ0ORDxQt4dA86nKDldey3aJNeLdagMkn5skUg,1723
|
|
264
264
|
umap/static/umap/js/modules/importers/datasets.js,sha256=StZbRiq_1vqe0OO1w66k5Lwzju8RntmHpWe9HWIDfRE,1372
|
|
265
|
-
umap/static/umap/js/modules/importers/geodatamine.js,sha256=
|
|
265
|
+
umap/static/umap/js/modules/importers/geodatamine.js,sha256=4KmRpEpwdUHO1lqzB38hnTFvPjh7IjcQfVVDziqKS8k,3000
|
|
266
266
|
umap/static/umap/js/modules/importers/overpass.js,sha256=cY2kb3Fs8tA6PqBjGyc5bI0mg7L1ijapIAkVGwEhSwI,3341
|
|
267
267
|
umap/static/umap/js/modules/rendering/icon.js,sha256=KurT0rx-mOg3FcaDWVeVidWZgp_P-mIm6nWxt5JT__A,8316
|
|
268
|
-
umap/static/umap/js/modules/rendering/map.js,sha256=
|
|
268
|
+
umap/static/umap/js/modules/rendering/map.js,sha256=PVcdXkHDzgrNk631IYOyMHpE7-4M7tuUCKCdrq_PfoU,12353
|
|
269
269
|
umap/static/umap/js/modules/rendering/popup.js,sha256=OtQYpjhWCoW20XBFeeSKCXMqN-szohaX1TKWhPc9eBo,2577
|
|
270
270
|
umap/static/umap/js/modules/rendering/template.js,sha256=CTH376AbTBfIeYApeQ2qy4M8dYX6lN_h7czzO28R6hY,9524
|
|
271
271
|
umap/static/umap/js/modules/rendering/ui.js,sha256=z0tQ5abyjJL_ktwtYbzo7kIGXr9s5cbRpDA3HV3XsSw,13721
|
|
@@ -278,7 +278,7 @@ umap/static/umap/js/modules/sync/hlc.js,sha256=XeJz3x7qiDz7v-mcgGIynj5ks34FpWx_o
|
|
|
278
278
|
umap/static/umap/js/modules/sync/undo.js,sha256=CQufaRvI_-dT0HGm5Wl8hBbO00IruflPdlmWJ4acgFM,2910
|
|
279
279
|
umap/static/umap/js/modules/sync/updaters.js,sha256=IHgHknhn-GB2yCvK1TO_iG975QyFD9LyHbT8gKb1u1o,3854
|
|
280
280
|
umap/static/umap/js/modules/sync/websocket.js,sha256=M2wsFuW5vRsY677dRSAFUWJl5MBPCOvaNYCAxBAqjcA,2522
|
|
281
|
-
umap/static/umap/js/modules/ui/bar.js,sha256=
|
|
281
|
+
umap/static/umap/js/modules/ui/bar.js,sha256=uFwp4T8B4Bp_qFv3x4rsFVstM00507tctFfBgSD7tt8,14182
|
|
282
282
|
umap/static/umap/js/modules/ui/base.js,sha256=2Nk-5bDA5fgzcbKXKBtrUJIyl2vFuakENWv0oKSh3aU,2413
|
|
283
283
|
umap/static/umap/js/modules/ui/contextmenu.js,sha256=eSo9zSPO_4iWIztvbM5n1TQYdX60Yndt3xIWGy10_X0,2842
|
|
284
284
|
umap/static/umap/js/modules/ui/dialog.js,sha256=geAcMf2ajpNpDePDbaOz_kOiWOZWtpOHT7kBYqOHEa0,5620
|
|
@@ -294,45 +294,45 @@ umap/static/umap/locale/bg.js,sha256=a1HBelbjSXVyc5J11NcDNXqvhI_bSQRIA2guD1CNsUE
|
|
|
294
294
|
umap/static/umap/locale/bg.json,sha256=VPCUC_oUi2VTjOZHhwh4bfLN9AQZj1iUbmAzgTgs0R4,33605
|
|
295
295
|
umap/static/umap/locale/br.js,sha256=-vDSLoKGUBwiPqxT5vaV5gFnkWkorZrHR0kALgzhOMQ,32663
|
|
296
296
|
umap/static/umap/locale/br.json,sha256=QElv4xsj_J40tvWAUurfCnU1v3FyiHL59V45bCpYWWU,32598
|
|
297
|
-
umap/static/umap/locale/ca.js,sha256
|
|
298
|
-
umap/static/umap/locale/ca.json,sha256=
|
|
299
|
-
umap/static/umap/locale/cs_CZ.js,sha256=
|
|
300
|
-
umap/static/umap/locale/cs_CZ.json,sha256=
|
|
297
|
+
umap/static/umap/locale/ca.js,sha256=-49KhNVeAU1l1nN6o5RDe3-3QPdntZLn89v4Bl93AZw,32538
|
|
298
|
+
umap/static/umap/locale/ca.json,sha256=OTGJoIwuWO20Nv54xcP08pUKFiQh6SwJwAcjizJ65yc,32473
|
|
299
|
+
umap/static/umap/locale/cs_CZ.js,sha256=kVMYUGiRojyO1D_5Fecz8uJdjz88-lzrysniURUsP7Y,33686
|
|
300
|
+
umap/static/umap/locale/cs_CZ.json,sha256=lIUb2uj896kyhexfMi_41AmvWTFkiR3CmOq31EO4t70,33615
|
|
301
301
|
umap/static/umap/locale/da.js,sha256=aj89cjPA7sZSDquiSMmvwue8dV4RloAKJEPiMM3txLQ,31152
|
|
302
302
|
umap/static/umap/locale/da.json,sha256=gEaRgEOjn7vyWZCi2xdGe-3H_dJ4LJnpxZyfyTiL4zg,31087
|
|
303
|
-
umap/static/umap/locale/de.js,sha256=
|
|
304
|
-
umap/static/umap/locale/de.json,sha256=
|
|
303
|
+
umap/static/umap/locale/de.js,sha256=pNtFemkNk06EP0rqfgPdieqcTuokyS5A1wxBxRtkauE,34031
|
|
304
|
+
umap/static/umap/locale/de.json,sha256=RGQjDPWGfgHSKMNYQjPe97G3LAyiG_zvvqAY2yGT7iE,33966
|
|
305
305
|
umap/static/umap/locale/el.js,sha256=LMMB0rd5Ug4ccZXP5omt4J9pPMQogiuPgjUFAkPlzHo,44181
|
|
306
306
|
umap/static/umap/locale/el.json,sha256=uuPmo6RrRPGf0CpmHVS5jGKMMzCoB0FBgUNDE8XdxOY,44116
|
|
307
|
-
umap/static/umap/locale/en.js,sha256=
|
|
308
|
-
umap/static/umap/locale/en.json,sha256=
|
|
307
|
+
umap/static/umap/locale/en.js,sha256=Ym6zYJHG79_JXbmSl4wBYokzjRX33h4BKqB_Sf89L48,30987
|
|
308
|
+
umap/static/umap/locale/en.json,sha256=7b9sa0Vcqrfi5zAGPJrDw4byzzKn2w8DpcRa98BKLqw,30922
|
|
309
309
|
umap/static/umap/locale/en_US.json,sha256=VxaLuIQ86N8_z1kio9xIeW6ogSzbxBzPNH6NKTvZzAs,30521
|
|
310
|
-
umap/static/umap/locale/es.js,sha256=
|
|
311
|
-
umap/static/umap/locale/es.json,sha256=
|
|
310
|
+
umap/static/umap/locale/es.js,sha256=QePuYQwG0vSw9nibS8-IwZoolcYA1xT6wGWbJFH0lXc,33919
|
|
311
|
+
umap/static/umap/locale/es.json,sha256=ctVFywA91jK-7FFivQ-N5-Y7S6oxI3jZWJogToX_vMM,33854
|
|
312
312
|
umap/static/umap/locale/et.js,sha256=1ZLA7w_m6q4yhPAvAfKoIWHe5Qz-USotJWQBTOPDSzk,30957
|
|
313
313
|
umap/static/umap/locale/et.json,sha256=4xouZrz2oRYpibPni3_4XNPTAi1lIvAuz1LO4HtZ-9M,30892
|
|
314
|
-
umap/static/umap/locale/eu.js,sha256=
|
|
315
|
-
umap/static/umap/locale/eu.json,sha256=
|
|
316
|
-
umap/static/umap/locale/fa_IR.js,sha256=
|
|
317
|
-
umap/static/umap/locale/fa_IR.json,sha256=
|
|
314
|
+
umap/static/umap/locale/eu.js,sha256=kp7PzJsqYdYLukfS0pcjgCbeOxS13dSIPNohcDZcUI4,33042
|
|
315
|
+
umap/static/umap/locale/eu.json,sha256=JI064KcNeV67oI7EGgZqEEyX9ScIEE7Mmea_5qQTHB4,32977
|
|
316
|
+
umap/static/umap/locale/fa_IR.js,sha256=VLYoIDhlf_XnEhKQlXF7ZGRF0UQzwRARvx1APbGxbSA,39399
|
|
317
|
+
umap/static/umap/locale/fa_IR.json,sha256=Zo73wDoYeLcmg5K-v2YdVf89ibi8ybC8a5ZtqG7YBps,39328
|
|
318
318
|
umap/static/umap/locale/fi.js,sha256=AOtrgpRnzYqdGDa_olC3T0xY9uJpij0fHPuy6po5oL8,31581
|
|
319
319
|
umap/static/umap/locale/fi.json,sha256=PhvtgboxugR23AaHQP_UN1vfS-sZxbWilKaRrhtofj8,31516
|
|
320
|
-
umap/static/umap/locale/fr.js,sha256=
|
|
321
|
-
umap/static/umap/locale/fr.json,sha256=
|
|
322
|
-
umap/static/umap/locale/gl.js,sha256=
|
|
323
|
-
umap/static/umap/locale/gl.json,sha256=
|
|
320
|
+
umap/static/umap/locale/fr.js,sha256=T7ZQAsduJ3Z5L0FLo3Sl8djSJfqbTWocKopthMih2Ms,33962
|
|
321
|
+
umap/static/umap/locale/fr.json,sha256=Ms-T14PBT3m5MUWg04CFfXSm5LnZmJupGFLscC4k6iE,33897
|
|
322
|
+
umap/static/umap/locale/gl.js,sha256=q40L8Mpz5CwPiE9-pzi0cK4hlrcf20aAlXAPkPkKmX0,33844
|
|
323
|
+
umap/static/umap/locale/gl.json,sha256=w0Eusnvw6SgUcuY9kIBWUhTFbOUBo95JpQf3Remkspc,33779
|
|
324
324
|
umap/static/umap/locale/he.js,sha256=LkeuFRMh62Mm1JEkjcL660_H-f7uQnx_-HZj8nzAwgY,34038
|
|
325
325
|
umap/static/umap/locale/he.json,sha256=WQ2X5_2SXFcyp1BxdOpCh8dcfMN8Cb4VdmAntSkruSs,33973
|
|
326
326
|
umap/static/umap/locale/hr.js,sha256=un3MIxYSjbQBo8dl4XlDYlYVmYS2O09nnD8jUZLNjTo,30971
|
|
327
327
|
umap/static/umap/locale/hr.json,sha256=RqIiis1Y6vAyHOsij-RNq3hOBIsy8UV7G3iPcg9f0I4,30906
|
|
328
|
-
umap/static/umap/locale/hu.js,sha256=
|
|
329
|
-
umap/static/umap/locale/hu.json,sha256=
|
|
328
|
+
umap/static/umap/locale/hu.js,sha256=Kal6NNCuCt-MITsAgLkGuV_4FtSF_rUXX0FthYh5aHE,35489
|
|
329
|
+
umap/static/umap/locale/hu.json,sha256=S6P2VufC4KqnHrL2KfjwlsSHZb43KsHrn5K6wRUSiRU,35424
|
|
330
330
|
umap/static/umap/locale/id.js,sha256=0Jr1DgplnSafYlQ3KaZ1bG1z_9IiwQy7cGjqJO8YoS0,30799
|
|
331
331
|
umap/static/umap/locale/id.json,sha256=Imybk5dPQejFoiqWp3jPjp_hO5KRMPgUCsbLqhydP0M,30734
|
|
332
332
|
umap/static/umap/locale/is.js,sha256=Z989BeZOKuPI3rMqvOmkJ115_4u9s2Q5k7p3TldiwtM,32558
|
|
333
333
|
umap/static/umap/locale/is.json,sha256=Rw_cXWfis7F7yFBkVD7-tscEikAmAwvYOeqbrcHU_ZA,32493
|
|
334
|
-
umap/static/umap/locale/it.js,sha256=
|
|
335
|
-
umap/static/umap/locale/it.json,sha256=
|
|
334
|
+
umap/static/umap/locale/it.js,sha256=oW63Rgtz-nSDqVpcnBqtnkeO2M5XSP3ienl4gySZxRs,33742
|
|
335
|
+
umap/static/umap/locale/it.json,sha256=QA6SrDqg-mthXuvzFpSYraNCjx0kcSsFrWnXj5aK7GU,33677
|
|
336
336
|
umap/static/umap/locale/ja.js,sha256=fQJnhi0UEE4QV7Ug6IqkjGMlt6QPRQ6nJPxq4DVxhUo,33158
|
|
337
337
|
umap/static/umap/locale/ja.json,sha256=YqapMEM0lMV6-pOrhQA_GcYEw-HvyNHyOWBWqyRWbTQ,33093
|
|
338
338
|
umap/static/umap/locale/ko.js,sha256=EO1li1610z99fSZDkG4neNDp76alVyPlFLXfrf8yA7I,30954
|
|
@@ -341,19 +341,19 @@ umap/static/umap/locale/lt.js,sha256=15rmJN6oJozaXU3fznQ4MtO8WoZYvnd1zCLYavW-HyI
|
|
|
341
341
|
umap/static/umap/locale/lt.json,sha256=UmBqGSB6Fxi-_zX7VWYShrSNmLzDN7L81lghSSif6OI,31501
|
|
342
342
|
umap/static/umap/locale/ms.js,sha256=be1E29xFLGgM_gIhV04Va-BnAj6BhsF6ADV1S0qHz4g,31902
|
|
343
343
|
umap/static/umap/locale/ms.json,sha256=BTP3X8jLz-H5JM0Hl0MHBn3tQgM5QiJ3EH2j9d1PnKI,31837
|
|
344
|
-
umap/static/umap/locale/nl.js,sha256=
|
|
345
|
-
umap/static/umap/locale/nl.json,sha256=
|
|
344
|
+
umap/static/umap/locale/nl.js,sha256=eDSf8df7cs_Ryssd2A0Ha5XQmAQgbe5RFvWxl6B9s30,33367
|
|
345
|
+
umap/static/umap/locale/nl.json,sha256=iavcbLSXwrNnBdeXCxjEaoKtWiUGUS6rMLobc2lO980,33302
|
|
346
346
|
umap/static/umap/locale/no.js,sha256=EQXgdZFTY8iRWYLyulRgJQ-80UrKDkl1NivUngtle60,31001
|
|
347
347
|
umap/static/umap/locale/no.json,sha256=LlgG3GAW6jwY7gDWSzBrq10uAanA1TjxL3BsXI5_yaQ,30936
|
|
348
348
|
umap/static/umap/locale/pl.js,sha256=J8h44TqNZ-1xQI4RSYcpv2NrnvRq4baFYKZlB6b48as,32578
|
|
349
349
|
umap/static/umap/locale/pl.json,sha256=aRxtIcGrLsQSwLuSV6DB2egu4R6plPkOI-BAH37uHpk,32513
|
|
350
350
|
umap/static/umap/locale/pl_PL.json,sha256=Imybk5dPQejFoiqWp3jPjp_hO5KRMPgUCsbLqhydP0M,30734
|
|
351
|
-
umap/static/umap/locale/pt.js,sha256=
|
|
352
|
-
umap/static/umap/locale/pt.json,sha256=
|
|
351
|
+
umap/static/umap/locale/pt.js,sha256=FJ9zVY8aiZ-RZYpK7soo7HuXAqov-UHmhvdqY0MG8gs,33885
|
|
352
|
+
umap/static/umap/locale/pt.json,sha256=A-XxSmFVp4Imw4oaF0PF76I0QM89U6d3ONOciaC9VjQ,33820
|
|
353
353
|
umap/static/umap/locale/pt_BR.js,sha256=6kNgL0JXVW1AY4A0SKgi_SpaT707kd_Xw1pacw5Pypg,32121
|
|
354
354
|
umap/static/umap/locale/pt_BR.json,sha256=a6oW0J0VsTojLORj8OtaMmnGMgqf4xNK3G7wyQrqQRM,32050
|
|
355
|
-
umap/static/umap/locale/pt_PT.js,sha256=
|
|
356
|
-
umap/static/umap/locale/pt_PT.json,sha256=
|
|
355
|
+
umap/static/umap/locale/pt_PT.js,sha256=UkgsjZn_h09nCTk6oQ-N0ZBiUnvt13JnL_faaw2I06g,33565
|
|
356
|
+
umap/static/umap/locale/pt_PT.json,sha256=LdS90yfOrBWXEMpIM7dn8MbKG7EXHvJB_C3W7wNgLfQ,33494
|
|
357
357
|
umap/static/umap/locale/ro.js,sha256=EUIXVcUSwpVDSJwBDGvNrG5TRE1Ucwi4zgvktHDvvqs,30828
|
|
358
358
|
umap/static/umap/locale/ro.json,sha256=SRGXYc2VC84yll41iCEGTOQP5K4dFvQXY415ZV0wdvk,30763
|
|
359
359
|
umap/static/umap/locale/ru.js,sha256=l-6kuWNIy7m_3yKjCgv97XFnz_XU19TjedowNU_HNSo,37667
|
|
@@ -381,8 +381,8 @@ umap/static/umap/locale/zh.js,sha256=lZqFG0t7G2Q3eAvddHXkkdntTMf2v1Z5Fo5G6ywwZwY
|
|
|
381
381
|
umap/static/umap/locale/zh.json,sha256=oRhM6bajAFKTqGsDagLFaGg3o2fvomnpN5wCY3kPZUI,30467
|
|
382
382
|
umap/static/umap/locale/zh_CN.json,sha256=Imybk5dPQejFoiqWp3jPjp_hO5KRMPgUCsbLqhydP0M,30734
|
|
383
383
|
umap/static/umap/locale/zh_TW.Big5.json,sha256=Imybk5dPQejFoiqWp3jPjp_hO5KRMPgUCsbLqhydP0M,30734
|
|
384
|
-
umap/static/umap/locale/zh_TW.js,sha256=
|
|
385
|
-
umap/static/umap/locale/zh_TW.json,sha256=
|
|
384
|
+
umap/static/umap/locale/zh_TW.js,sha256=c8MCtQXMVxtrmO_ZZJKxHnStLyiHrdKIInysBJEdG7U,30482
|
|
385
|
+
umap/static/umap/locale/zh_TW.json,sha256=DMHBgk08e0tqjelrOROrs-jbeUgGEHzXYPK-e9mFbmk,30411
|
|
386
386
|
umap/static/umap/unittests/URLs.js,sha256=wF0hfRX3NqwFAe31QGeKFwavUpNP2T8pHwXBlcpiwNo,2070
|
|
387
387
|
umap/static/umap/unittests/hlc.js,sha256=GvpBaBSgfMs0Zym0_zOs2QldUOcbFNVIKweBhuwM_QI,5294
|
|
388
388
|
umap/static/umap/unittests/sync.js,sha256=SRzK5N7o7iZodye53evBTZZjXG1mMm6dguV_Iyh69XQ,11096
|
|
@@ -480,7 +480,7 @@ umap/templates/umap/messages.html,sha256=5W0ScAH0ibLzz_QkAhBm4xt3AOJ3aN9n8oMokdV
|
|
|
480
480
|
umap/templates/umap/navigation.html,sha256=gUhdTQOfbMHp1QwnzQYcn3CqQ0RqWUjlDFdT92MerO4,1261
|
|
481
481
|
umap/templates/umap/password_change.html,sha256=egS_bPFdVyXCoFGMTzcinROoc60_DVV38p1QalAEi8s,1079
|
|
482
482
|
umap/templates/umap/password_change_done.html,sha256=DqlQJyoQJ4v69pTXdWYybd1LgSqCo6XXvReaMc7zIHs,404
|
|
483
|
-
umap/templates/umap/search.html,sha256=
|
|
483
|
+
umap/templates/umap/search.html,sha256=LfZuXIzMkkPyGqHznZAtL7IfLf-c6tjTdccZiWoLUkk,1520
|
|
484
484
|
umap/templates/umap/search_bar.html,sha256=TdaztaEyioXsUf9_YtMIl0Zh_Oez8qUgeM3wfo30vT0,868
|
|
485
485
|
umap/templates/umap/success.html,sha256=3FG4yWwtdF3zvVWQ2ZAjCkgv0kcSNZlUjgYy_b-X_CI,3
|
|
486
486
|
umap/templates/umap/team_confirm_delete.html,sha256=hURs2wcKXl3c0PMATHqRTaoFvQuSb7wWaM3nrHgzCVY,557
|
|
@@ -549,19 +549,20 @@ umap/tests/integration/test_datalayer.py,sha256=cxsf65noYTucEMLuUz8DfJ9abXHhAq0n
|
|
|
549
549
|
umap/tests/integration/test_draw_polygon.py,sha256=liYjm2pls9ovYxzcewe3q_MjDjdxzOGsGU-lTWpCEyc,25292
|
|
550
550
|
umap/tests/integration/test_draw_polyline.py,sha256=sBpu4iawj3W0y6lx4BnsHTmFrvEmcYdfWdMeOZ8vr1Y,14709
|
|
551
551
|
umap/tests/integration/test_edit_datalayer.py,sha256=0DWvp62Pwx5ditafEMB8tG_ybe8FO5YG4EMjR-ZwPdY,10012
|
|
552
|
-
umap/tests/integration/test_edit_map.py,sha256=
|
|
552
|
+
umap/tests/integration/test_edit_map.py,sha256=tZIKPd1PTJkwyaGCAN3bwpo3PWOMOATQU4egg-p92h8,8755
|
|
553
553
|
umap/tests/integration/test_edit_marker.py,sha256=7FlijPSwRZvXOI6MyYdSIBvKDAbThjFoPf3XwDHi4Uk,4756
|
|
554
554
|
umap/tests/integration/test_edit_polygon.py,sha256=nuidgs0v5sgFxcQKirtF5ncE3z7_S0hZxbLvPI2-BUU,5224
|
|
555
555
|
umap/tests/integration/test_export_map.py,sha256=jH0BXm-7Ov26OEkve9-xKMfRwXwR73zRrZLIQusyUOY,12112
|
|
556
556
|
umap/tests/integration/test_facets_browser.py,sha256=J--y2rpI__0RIPzcTx4Kn2UwuurFdh-6i_Y4c6GxUyY,10658
|
|
557
557
|
umap/tests/integration/test_features_id_generation.py,sha256=mGoLIKV3xTc59XSnNPbAgHeG6RjMYwhmaVEmcqSnv-4,1463
|
|
558
|
+
umap/tests/integration/test_iframe.py,sha256=CQ3AdjqLjaI0JKFZ4lnBWedtmvgJ5G6nnGZESoSBqHY,898
|
|
558
559
|
umap/tests/integration/test_import.py,sha256=bG2ec8C7a3GHAqP5W0Go4sYEIVRyrkGGQuR0OOlT7A0,36768
|
|
559
560
|
umap/tests/integration/test_map.py,sha256=2ZO54RFVycJKGczfioX0nU1oCu29FVC9hR6wbT4s1NE,8736
|
|
560
561
|
umap/tests/integration/test_map_list.py,sha256=l1FImKnJkY7DupYX8waKaUZqhnORR20L8dzaqu-eF8E,1280
|
|
561
562
|
umap/tests/integration/test_map_preview.py,sha256=kP0vkEiUN7EJNCvZgNeUAzrrXfgwpU0S2UnmOBV4P5A,3540
|
|
562
563
|
umap/tests/integration/test_optimistic_merge.py,sha256=fPDb4TpgpggAr6wkr299uh3a9TCbqLxgEMLJ1zCb-1k,11898
|
|
563
564
|
umap/tests/integration/test_owned_map.py,sha256=SSOEpqsaBtCCVhyiyjBFF9dEDvbpSh0Lh0n-WTvFEO4,10796
|
|
564
|
-
umap/tests/integration/test_picto.py,sha256=
|
|
565
|
+
umap/tests/integration/test_picto.py,sha256=xJMvtTuUQ-JTKpC7SL86cUOe7OspAYAflA0q8ixLk20,9340
|
|
565
566
|
umap/tests/integration/test_popup.py,sha256=kZy6JAJIs2R6tnPbGEzgz_yX76yMbEAfPqCa6c9P670,1445
|
|
566
567
|
umap/tests/integration/test_querystring.py,sha256=yR7oOlIA4qbL14gEazdFmdCtoOc7RKwadpuuutAPxU8,2754
|
|
567
568
|
umap/tests/integration/test_save.py,sha256=Ia3BsCVLPqImCyjNZ_5qvtMXMq130Y5sD_Ym1xDpAiU,1260
|
|
@@ -576,8 +577,8 @@ umap/tests/integration/test_view_marker.py,sha256=NFCwNez__E_WsE1DuW5RuB0HVKDP4C
|
|
|
576
577
|
umap/tests/integration/test_view_polygon.py,sha256=NMJC6Nt9VpQ8FIU9Pqq2OspHv49xsWlsoXCr8iBa0VA,2060
|
|
577
578
|
umap/tests/integration/test_view_polyline.py,sha256=aJoXKmLhJaN0yhPdDCVskZNGx3q3mLDkjVPhZ30cadA,13959
|
|
578
579
|
umap/tests/integration/test_websocket_sync.py,sha256=iASlErX-nZZWu7zGvSe1KHL68EXnEOTjEL9B6wZK-KQ,28300
|
|
579
|
-
umap_project-3.0.
|
|
580
|
-
umap_project-3.0.
|
|
581
|
-
umap_project-3.0.
|
|
582
|
-
umap_project-3.0.
|
|
583
|
-
umap_project-3.0.
|
|
580
|
+
umap_project-3.0.4.dist-info/METADATA,sha256=aSLCZFQHcMSDuXk6w-JhagNOfv-jElHhoaVMPM_-sL4,3016
|
|
581
|
+
umap_project-3.0.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
582
|
+
umap_project-3.0.4.dist-info/entry_points.txt,sha256=gz-KDQfEsMLBae8ABOD3foJsCYGPW1tA4Y394R_1RW8,39
|
|
583
|
+
umap_project-3.0.4.dist-info/licenses/LICENSE,sha256=kQtrtRKgiPhcl7aO0-lmvbrNAXu7WHyiXvPrUk-TD2Q,820
|
|
584
|
+
umap_project-3.0.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|