umap-project 3.4.0b3__py3-none-any.whl → 3.4.2__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.
- umap/__init__.py +1 -1
- umap/locale/da/LC_MESSAGES/django.mo +0 -0
- umap/locale/da/LC_MESSAGES/django.po +18 -14
- umap/locale/en/LC_MESSAGES/django.po +5 -1
- umap/locale/es/LC_MESSAGES/django.mo +0 -0
- umap/locale/es/LC_MESSAGES/django.po +20 -16
- umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- umap/locale/fr/LC_MESSAGES/django.po +18 -14
- umap/locale/pl/LC_MESSAGES/django.mo +0 -0
- umap/locale/pl/LC_MESSAGES/django.po +72 -71
- umap/static/umap/content.css +0 -3
- umap/static/umap/css/bar.css +9 -6
- umap/static/umap/css/form.css +25 -9
- umap/static/umap/css/popup.css +1 -0
- umap/static/umap/js/components/copiable.js +47 -0
- umap/static/umap/js/modules/autocomplete.js +31 -58
- umap/static/umap/js/modules/browser.js +4 -4
- umap/static/umap/js/modules/data/features.js +32 -35
- umap/static/umap/js/modules/data/fields.js +189 -23
- umap/static/umap/js/modules/data/layer.js +72 -87
- umap/static/umap/js/modules/domutils.js +21 -1
- umap/static/umap/js/modules/filters.js +13 -40
- umap/static/umap/js/modules/form/fields.js +4 -4
- umap/static/umap/js/modules/formatter.js +9 -1
- umap/static/umap/js/modules/help.js +12 -13
- umap/static/umap/js/modules/importer.js +17 -26
- umap/static/umap/js/modules/importers/banfr.js +0 -1
- umap/static/umap/js/modules/importers/cadastrefr.js +19 -19
- umap/static/umap/js/modules/importers/communesfr.js +7 -8
- umap/static/umap/js/modules/importers/datasets.js +14 -14
- umap/static/umap/js/modules/importers/geodatamine.js +20 -22
- umap/static/umap/js/modules/importers/opendata.js +10 -0
- umap/static/umap/js/modules/importers/overpass.js +19 -18
- umap/static/umap/js/modules/managers.js +1 -1
- umap/static/umap/js/modules/permissions.js +5 -3
- umap/static/umap/js/modules/rendering/controls.js +2 -2
- umap/static/umap/js/modules/rendering/icon.js +5 -9
- umap/static/umap/js/modules/rendering/layers/base.js +1 -1
- umap/static/umap/js/modules/rendering/layers/classified.js +15 -10
- umap/static/umap/js/modules/rendering/layers/heat.js +1 -0
- umap/static/umap/js/modules/rendering/map.js +22 -22
- umap/static/umap/js/modules/rendering/popup.js +6 -3
- umap/static/umap/js/modules/rendering/template.js +28 -34
- umap/static/umap/js/modules/rendering/ui.js +1 -2
- umap/static/umap/js/modules/rules.js +34 -41
- umap/static/umap/js/modules/schema.js +0 -7
- umap/static/umap/js/modules/share.js +36 -69
- umap/static/umap/js/modules/slideshow.js +3 -3
- umap/static/umap/js/modules/tableeditor.js +0 -1
- umap/static/umap/js/modules/ui/bar.js +51 -32
- umap/static/umap/js/modules/ui/panel.js +26 -21
- umap/static/umap/js/modules/ui/tooltip.js +1 -1
- umap/static/umap/js/modules/umap.js +75 -80
- umap/static/umap/js/modules/utils.js +12 -3
- umap/static/umap/js/umap.controls.js +33 -14
- umap/static/umap/locale/am_ET.js +6 -4
- umap/static/umap/locale/am_ET.json +6 -4
- umap/static/umap/locale/ar.js +6 -4
- umap/static/umap/locale/ar.json +6 -4
- umap/static/umap/locale/ast.js +6 -4
- umap/static/umap/locale/ast.json +6 -4
- umap/static/umap/locale/bg.js +6 -4
- umap/static/umap/locale/bg.json +6 -4
- umap/static/umap/locale/br.js +19 -8
- umap/static/umap/locale/br.json +19 -8
- umap/static/umap/locale/ca.js +6 -4
- umap/static/umap/locale/ca.json +6 -4
- umap/static/umap/locale/cs_CZ.js +7 -5
- umap/static/umap/locale/cs_CZ.json +7 -5
- umap/static/umap/locale/da.js +8 -6
- umap/static/umap/locale/da.json +8 -6
- umap/static/umap/locale/de.js +38 -36
- umap/static/umap/locale/de.json +38 -36
- umap/static/umap/locale/el.js +7 -5
- umap/static/umap/locale/el.json +7 -5
- umap/static/umap/locale/en.js +7 -5
- umap/static/umap/locale/en.json +7 -5
- umap/static/umap/locale/en_US.json +6 -4
- umap/static/umap/locale/es.js +19 -17
- umap/static/umap/locale/es.json +19 -17
- umap/static/umap/locale/et.js +7 -5
- umap/static/umap/locale/et.json +7 -5
- umap/static/umap/locale/eu.js +23 -21
- umap/static/umap/locale/eu.json +23 -21
- umap/static/umap/locale/fa_IR.js +7 -5
- umap/static/umap/locale/fa_IR.json +7 -5
- umap/static/umap/locale/fi.js +6 -4
- umap/static/umap/locale/fi.json +6 -4
- umap/static/umap/locale/fr.js +8 -6
- umap/static/umap/locale/fr.json +8 -6
- umap/static/umap/locale/gl.js +147 -145
- umap/static/umap/locale/gl.json +147 -145
- umap/static/umap/locale/he.js +6 -4
- umap/static/umap/locale/he.json +6 -4
- umap/static/umap/locale/hr.js +6 -4
- umap/static/umap/locale/hr.json +6 -4
- umap/static/umap/locale/hu.js +7 -5
- umap/static/umap/locale/hu.json +7 -5
- umap/static/umap/locale/id.js +6 -4
- umap/static/umap/locale/id.json +6 -4
- umap/static/umap/locale/is.js +7 -5
- umap/static/umap/locale/is.json +7 -5
- umap/static/umap/locale/it.js +7 -5
- umap/static/umap/locale/it.json +7 -5
- umap/static/umap/locale/ja.js +6 -4
- umap/static/umap/locale/ja.json +6 -4
- umap/static/umap/locale/ko.js +6 -4
- umap/static/umap/locale/ko.json +6 -4
- umap/static/umap/locale/lt.js +6 -4
- umap/static/umap/locale/lt.json +6 -4
- umap/static/umap/locale/ms.js +7 -5
- umap/static/umap/locale/ms.json +7 -5
- umap/static/umap/locale/nl.js +7 -5
- umap/static/umap/locale/nl.json +7 -5
- umap/static/umap/locale/no.js +6 -4
- umap/static/umap/locale/no.json +6 -4
- umap/static/umap/locale/pl.js +53 -51
- umap/static/umap/locale/pl.json +53 -51
- umap/static/umap/locale/pl_PL.json +6 -4
- umap/static/umap/locale/pt.js +7 -5
- umap/static/umap/locale/pt.json +7 -5
- umap/static/umap/locale/pt_BR.js +6 -4
- umap/static/umap/locale/pt_BR.json +6 -4
- umap/static/umap/locale/pt_PT.js +6 -4
- umap/static/umap/locale/pt_PT.json +6 -4
- umap/static/umap/locale/ro.js +6 -4
- umap/static/umap/locale/ro.json +6 -4
- umap/static/umap/locale/ru.js +6 -4
- umap/static/umap/locale/ru.json +6 -4
- umap/static/umap/locale/sk_SK.js +6 -4
- umap/static/umap/locale/sk_SK.json +6 -4
- umap/static/umap/locale/sl.js +6 -4
- umap/static/umap/locale/sl.json +6 -4
- umap/static/umap/locale/sr.js +6 -4
- umap/static/umap/locale/sr.json +6 -4
- umap/static/umap/locale/sv.js +6 -4
- umap/static/umap/locale/sv.json +6 -4
- umap/static/umap/locale/th_TH.js +6 -4
- umap/static/umap/locale/th_TH.json +6 -4
- umap/static/umap/locale/tr.js +6 -4
- umap/static/umap/locale/tr.json +6 -4
- umap/static/umap/locale/uk_UA.js +6 -4
- umap/static/umap/locale/uk_UA.json +6 -4
- umap/static/umap/locale/vi.js +6 -4
- umap/static/umap/locale/vi.json +6 -4
- umap/static/umap/locale/vi_VN.json +6 -4
- umap/static/umap/locale/zh.js +6 -4
- umap/static/umap/locale/zh.json +6 -4
- umap/static/umap/locale/zh_CN.json +6 -4
- umap/static/umap/locale/zh_TW.Big5.json +6 -4
- umap/static/umap/locale/zh_TW.js +20 -18
- umap/static/umap/locale/zh_TW.json +20 -18
- umap/static/umap/map.css +5 -4
- umap/static/umap/unittests/utils.js +7 -7
- umap/templates/umap/content_footer.html +1 -0
- umap/templates/umap/css.html +0 -2
- umap/templates/umap/js.html +1 -3
- umap/tests/integration/conftest.py +3 -2
- umap/tests/integration/test_anonymous_owned_map.py +1 -1
- umap/tests/integration/test_conditional_rules.py +106 -51
- umap/tests/integration/test_draw_polygon.py +4 -0
- umap/tests/integration/test_draw_polyline.py +11 -0
- umap/tests/integration/test_edit_datalayer.py +1 -1
- umap/tests/integration/test_fields.py +19 -0
- umap/tests/integration/test_iframe.py +1 -1
- umap/tests/integration/test_import.py +23 -0
- umap/tests/integration/test_map.py +2 -2
- umap/tests/integration/test_owned_map.py +2 -2
- umap/tests/integration/test_popup.py +31 -0
- umap/tests/integration/test_remote_data.py +4 -4
- umap/tests/integration/test_search.py +41 -0
- umap/tests/integration/test_share.py +2 -2
- umap/tests/integration/test_team.py +1 -1
- umap/tests/integration/test_websocket_sync.py +6 -1
- umap/tests/test_utils.py +4 -1
- umap/utils.py +1 -0
- {umap_project-3.4.0b3.dist-info → umap_project-3.4.2.dist-info}/METADATA +15 -15
- {umap_project-3.4.0b3.dist-info → umap_project-3.4.2.dist-info}/RECORD +181 -183
- umap/static/umap/js/umap.core.js +0 -93
- umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.css +0 -46
- umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.js +0 -240
- umap/static/umap/vendors/editinosm/edit-in-osm.png +0 -0
- {umap_project-3.4.0b3.dist-info → umap_project-3.4.2.dist-info}/WHEEL +0 -0
- {umap_project-3.4.0b3.dist-info → umap_project-3.4.2.dist-info}/entry_points.txt +0 -0
- {umap_project-3.4.0b3.dist-info → umap_project-3.4.2.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
umap/__init__.py,sha256=
|
|
1
|
+
umap/__init__.py,sha256=UfoyZ4e6aM6BiFYYtvF4IutZ4Rprq9vef_r0HoWJXDE,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
|
|
@@ -11,7 +11,7 @@ umap/managers.py,sha256=A5Ih92f9E3egPVCToQHYJ4wQMFSqTS6dtqzx56Fs2JU,1051
|
|
|
11
11
|
umap/middleware.py,sha256=GsIFl0St_Rk5zjpE8dpGBlD0JL2AyMrNHu8SHylqwEg,1564
|
|
12
12
|
umap/models.py,sha256=ZLWTEJqtquRCO52ErdwD0BKy70bgoQwgPh1kzWJbvGI,20017
|
|
13
13
|
umap/urls.py,sha256=evKfLGEIoc8TPfCalLeHxeQ-zD0HvUJo0Rln8n3kBps,7896
|
|
14
|
-
umap/utils.py,sha256=
|
|
14
|
+
umap/utils.py,sha256=FcKnBg3XjRtupmGzWUFEEyxLlyLp39ezIwBeD85Yp-g,7942
|
|
15
15
|
umap/views.py,sha256=vqef2yvth3Zea_074vyIBlf5hHoFrHlfbGKxdTBLAhI,50821
|
|
16
16
|
umap/wsgi.py,sha256=IopIgnDZbCus3XpSetTHnra9VyzWi0Y2tJo-CmfTWCY,1132
|
|
17
17
|
umap/bin/__init__.py,sha256=iA3ON4A6NCpenrn3q2OgefUKF5QRFIQS-FtS0pxruI8,234
|
|
@@ -29,16 +29,16 @@ umap/locale/ca/LC_MESSAGES/django.mo,sha256=ot6jkZZt33z5vi1vjioiYkIhj06M8yUsoh72
|
|
|
29
29
|
umap/locale/ca/LC_MESSAGES/django.po,sha256=1N47JBRQkUM--J0mplfECL-VyOcV3ZwU69eusIoK_BE,20736
|
|
30
30
|
umap/locale/cs_CZ/LC_MESSAGES/django.mo,sha256=UNPbfSq0pXOKeTk4CGwLgcHW0jZpCjQvmTHbdar7ubI,13107
|
|
31
31
|
umap/locale/cs_CZ/LC_MESSAGES/django.po,sha256=3YPEHWudGNQ4n-TOe3vlI1xMc1vaYg77saspMi9BEz0,23158
|
|
32
|
-
umap/locale/da/LC_MESSAGES/django.mo,sha256=
|
|
33
|
-
umap/locale/da/LC_MESSAGES/django.po,sha256=
|
|
32
|
+
umap/locale/da/LC_MESSAGES/django.mo,sha256=K82VAeQodtntAAOzqvTiEOVEmaTrx8irXndijByGmqQ,15852
|
|
33
|
+
umap/locale/da/LC_MESSAGES/django.po,sha256=Q4VNzpUmNyFk6ANemGrDz6QrI4LftKQ-pH0CeF4nQR8,23721
|
|
34
34
|
umap/locale/de/LC_MESSAGES/django.mo,sha256=H94cTq-eTmAH2F8_ffCIU8AWf_u5yg_ZwIBqSr0WVZ4,15731
|
|
35
35
|
umap/locale/de/LC_MESSAGES/django.po,sha256=WIAMMZahTjxhHx7n_Wbu5Ffh8FbiOicUSSV-fTq7lQc,24113
|
|
36
36
|
umap/locale/el/LC_MESSAGES/django.mo,sha256=A6Zkv5CJ0XNowPpRLlq6l9Wp1YwntCltDx6Tcso-JyM,21095
|
|
37
37
|
umap/locale/el/LC_MESSAGES/django.po,sha256=dfuGMPgd0kJoP1jsD4lC2W6uekRrE6SHUwSPNBqDlpE,29378
|
|
38
38
|
umap/locale/en/LC_MESSAGES/django.mo,sha256=UXCQbz2AxBvh-IQ7bGgjoBnijo8h9DfE9107A-2Mgkk,337
|
|
39
|
-
umap/locale/en/LC_MESSAGES/django.po,sha256=
|
|
40
|
-
umap/locale/es/LC_MESSAGES/django.mo,sha256=
|
|
41
|
-
umap/locale/es/LC_MESSAGES/django.po,sha256
|
|
39
|
+
umap/locale/en/LC_MESSAGES/django.po,sha256=evZaKRFnYS_n2yw61p0J6hwEtdZ0Pvd2tM5AO0MFCsw,17834
|
|
40
|
+
umap/locale/es/LC_MESSAGES/django.mo,sha256=BPjBihEq4Dc4AxI5V9OdlLp7PkvCgVh88FWfx41SlzA,16404
|
|
41
|
+
umap/locale/es/LC_MESSAGES/django.po,sha256=nmdWdJbLclmJZheRmHlLfrx29Bm3PXluyRHIbXpRcYM,24588
|
|
42
42
|
umap/locale/et/LC_MESSAGES/django.mo,sha256=QtkHvxK_vk6NsiWn319ujwQGVsLLm9JXVKv14ecwRfM,10439
|
|
43
43
|
umap/locale/et/LC_MESSAGES/django.po,sha256=mCPTNEs53RUw5kOiGhwDNUL65l0c6zEAHJldxASoG8E,20794
|
|
44
44
|
umap/locale/eu/LC_MESSAGES/django.mo,sha256=1FJ63mmOwLpZgKGhiz0NbONsq-51esJpznN6_I0XWHg,15517
|
|
@@ -47,8 +47,8 @@ umap/locale/fa_IR/LC_MESSAGES/django.mo,sha256=IP9thpIyVdNiujuQk0o1w1775KpfZtCdn
|
|
|
47
47
|
umap/locale/fa_IR/LC_MESSAGES/django.po,sha256=eO_q1yuRV0nMeLVIa7LKP54mtNf49THRFwK5rzHxkuQ,24403
|
|
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=gyFMmwz3AtUjROpErK8widyVIj6LMr3I-Wo6tgODRwA,16587
|
|
51
|
+
umap/locale/fr/LC_MESSAGES/django.po,sha256=KzXKLoE0LccXQCeuMXAkXxWkzgU7HzrRKryA266rBYM,24802
|
|
52
52
|
umap/locale/gl/LC_MESSAGES/django.mo,sha256=wyv5gRoIwzjpjtkWRLbSVU2GZ1RwY289jnDUxDdMktw,13464
|
|
53
53
|
umap/locale/gl/LC_MESSAGES/django.po,sha256=ixsETHl2camE839lzl-mb8J9FNodMdJyMuF-AjS6GJk,23059
|
|
54
54
|
umap/locale/he/LC_MESSAGES/django.mo,sha256=A6pkjaL4HQ7lyfvXcGIxle61RXdo7Byq3mfK2FIrSnc,6640
|
|
@@ -75,8 +75,8 @@ umap/locale/nl/LC_MESSAGES/django.mo,sha256=86G2RNADnRZLosCRmzJk7OuQ-vw3gN1H9Fby
|
|
|
75
75
|
umap/locale/nl/LC_MESSAGES/django.po,sha256=b9tNe5nZWCzHkL_o7X_XlKrLJzz82AnMmxv5a3IPQeY,23511
|
|
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
|
-
umap/locale/pl/LC_MESSAGES/django.mo,sha256=
|
|
79
|
-
umap/locale/pl/LC_MESSAGES/django.po,sha256=
|
|
78
|
+
umap/locale/pl/LC_MESSAGES/django.mo,sha256=Jo0iMLNf86W1q56w1rDVilcRGsLXe8X2ctq7A_BAEuo,13305
|
|
79
|
+
umap/locale/pl/LC_MESSAGES/django.po,sha256=Fx67xmALJJEjoE48oMG5owcmG31SvNWjZTKFrR65zZs,23063
|
|
80
80
|
umap/locale/pt/LC_MESSAGES/django.mo,sha256=dWMirDnBhlrvHWIxmIlJrJk8zwXfin71DdLltp27BAY,13185
|
|
81
81
|
umap/locale/pt/LC_MESSAGES/django.po,sha256=u5XDBHiFVfD_DI3B6fZp978LXDK3AdBcuhyIggNqHmY,22971
|
|
82
82
|
umap/locale/pt_BR/LC_MESSAGES/django.mo,sha256=HSIam_B-jha9C6heFx6q_axE1IHAk1sPXeyFCjpxWWk,6077
|
|
@@ -155,21 +155,21 @@ umap/settings/dev.py,sha256=pj1mpmZXiI2syW8pB01wcVeqCFABF3V-nlOxArir4cw,386
|
|
|
155
155
|
umap/settings/local.py.sample,sha256=AFyRdVlmkC3Tu78S9n4KWAmwIGSE-c6ABS8hVKrkoKM,3158
|
|
156
156
|
umap/static/.gitignore,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
157
157
|
umap/static/umap/base.css,sha256=G6TyKKFTu-A7QOrq5ZAt8KEIJ5CFbe4K-JEURDDRkmw,5120
|
|
158
|
-
umap/static/umap/content.css,sha256=
|
|
158
|
+
umap/static/umap/content.css,sha256=lgPNxSiVNLhQDjP-rSXThGa8vtq49FtGxFY0EkWCeBs,12219
|
|
159
159
|
umap/static/umap/font.css,sha256=fYmTKNd_Ts6TrmBbnLRgyeUS4vpfxkEqhLR-pkd3KrA,904
|
|
160
|
-
umap/static/umap/map.css,sha256=
|
|
160
|
+
umap/static/umap/map.css,sha256=JWw5BEkrNSHq00uEZxRrEZxJyeG96GT_-_QDaGSGvZI,22193
|
|
161
161
|
umap/static/umap/nav.css,sha256=MsckfSfuMgADt71FIVpW351ZC2ATlr50iGW-47hziwk,1956
|
|
162
162
|
umap/static/umap/theme.css,sha256=gkbyghlT5kNfz0Qyg1JL7xalqvHVx321eO9qlnvcaAU,49
|
|
163
163
|
umap/static/umap/vars.css,sha256=bZVi0ACdtGDupargPUT2yQLFYEzaEo6czW9yo5znm3Y,2636
|
|
164
|
-
umap/static/umap/css/bar.css,sha256=
|
|
164
|
+
umap/static/umap/css/bar.css,sha256=86Kti2U83zxmLC-i1szZAEHpuJP9At8RyKGOAHlKMAA,6706
|
|
165
165
|
umap/static/umap/css/browser.css,sha256=WemvOscBou8XODvwtnArJUjmaqDxoyRmlMB0KKGN9bk,3258
|
|
166
166
|
umap/static/umap/css/contextmenu.css,sha256=dEKoTFTtZkIEvKspKlPfN9-9n9h9Pv4QYk4GzQXMFs8,2302
|
|
167
167
|
umap/static/umap/css/dialog.css,sha256=I5Dg8LRzZYDd-sG36C4EN2Mnk3gcOsVkKRKqEJOgSAc,1271
|
|
168
|
-
umap/static/umap/css/form.css,sha256=
|
|
168
|
+
umap/static/umap/css/form.css,sha256=9v8RG4ZHOqbzbvNxpEy4rLbFLRG5dKiMXPc5Vq_BQt4,17190
|
|
169
169
|
umap/static/umap/css/icon.css,sha256=7wOJUYbluABWKLvxia-sPg8iqW4MBL4BpKxFOey0Ydk,7464
|
|
170
170
|
umap/static/umap/css/importers.css,sha256=Q_pXPC02AwaPi5hu-raDSoBBPKH2Vj-EOoLIG-IIn-A,1774
|
|
171
171
|
umap/static/umap/css/panel.css,sha256=9nL8XQeHAc02_5D4oL7YRSJu_p15BjW6TW68LOCf-QA,4680
|
|
172
|
-
umap/static/umap/css/popup.css,sha256=
|
|
172
|
+
umap/static/umap/css/popup.css,sha256=VpLaDmM3gsmTns47biFiwBxYcPnALmlCkptYqPuzieU,2405
|
|
173
173
|
umap/static/umap/css/slideshow.css,sha256=zh3H_VlkMJsCjE6djbI9sJ3blY9GbDBYWKGX20oXrXA,1928
|
|
174
174
|
umap/static/umap/css/tableeditor.css,sha256=nYFd5qSMkUasFfAxkWwewKJ5MwIcZb2Zq_DViuDRZc4,1574
|
|
175
175
|
umap/static/umap/css/tooltip.css,sha256=vCuxyI82CEdAnwADpIOG0dEKmy0zSVNRr5mr5DU_ubU,1921
|
|
@@ -231,177 +231,177 @@ umap/static/umap/img/source/16-white.svg,sha256=KtitRSWVEQ_0N5oi-dIPxmLNzBd57RGi
|
|
|
231
231
|
umap/static/umap/img/source/16.svg,sha256=sCq4Ir8bzS9108fmB2imqheXpnAkeifs25ZFdm8zck0,54064
|
|
232
232
|
umap/static/umap/img/source/24-white.svg,sha256=WbH5ljoAw3b7yq6HoZiFhab1-XSSK9Y5dVwcsTeGU8U,34009
|
|
233
233
|
umap/static/umap/img/source/24.svg,sha256=zWBP4zWRi_p6Gc98QS1ivhANGmHG5jnpiI36ptecUT8,45124
|
|
234
|
-
umap/static/umap/js/umap.controls.js,sha256=
|
|
235
|
-
umap/static/umap/js/umap.core.js,sha256=MkXV9kv-UOMjQFVer-T9RMN3AzpyxHWpeqkUKhjU35Y,2657
|
|
234
|
+
umap/static/umap/js/umap.controls.js,sha256=mmDTplU0lyHvxWvkw9cKqLAnBJXjh0MnItKSf7iSFKg,14515
|
|
236
235
|
umap/static/umap/js/components/base.js,sha256=gRV20WfPpJw3Lwff3LYEDuqgwqLxfu1wFjFuntiLHdw,1576
|
|
236
|
+
umap/static/umap/js/components/copiable.js,sha256=pXhgz0yIfzFU3EQg18t3jTzrASHsrxoJKeAj-8bgnFU,1424
|
|
237
237
|
umap/static/umap/js/components/fragment.js,sha256=-rOrcyPpZ5ihD_hh0C1qrYpaim11JYh5fg0x_od_m5U,379
|
|
238
238
|
umap/static/umap/js/components/modal.js,sha256=ugaibc2n5Pftocs1crN6zaPRJztSQm1atyf7jhSAnC4,742
|
|
239
239
|
umap/static/umap/js/components/alerts/alert.css,sha256=amMkhzABVFfvF4Sdi752wQNLgG5gP5mfUpe8bnRurFY,5282
|
|
240
240
|
umap/static/umap/js/components/alerts/alert.js,sha256=s5oyrtkTX6185CHXlAiekclIf9oqaLLNK_HGLwFfFdQ,5047
|
|
241
|
-
umap/static/umap/js/modules/autocomplete.js,sha256=
|
|
242
|
-
umap/static/umap/js/modules/browser.js,sha256=
|
|
241
|
+
umap/static/umap/js/modules/autocomplete.js,sha256=ApP4Z0bR2eiMAXRkVIaQ1l_tVcuxMY1OA5PmoPOGKl8,8652
|
|
242
|
+
umap/static/umap/js/modules/browser.js,sha256=CU9NhDGvpqnMPDHe2uHXxE1o_1DARvLiIHOpvrsshiA,9947
|
|
243
243
|
umap/static/umap/js/modules/caption.js,sha256=31p5ai_gKq7pp0cWiAwONbxopif7iq_I11PDRW0zDYI,5843
|
|
244
244
|
umap/static/umap/js/modules/dompurify.js,sha256=SOmoM-pTgYCKCKXFo6-znemWPLiLsFgR4lxM_moWaA8,328
|
|
245
|
-
umap/static/umap/js/modules/domutils.js,sha256=
|
|
245
|
+
umap/static/umap/js/modules/domutils.js,sha256=e3IXV7xDCFK26WNLSYbKsRV-8k1CoOM2h7vYSYGbt-o,4220
|
|
246
246
|
umap/static/umap/js/modules/drop.js,sha256=aHuz_sDgWAqDEH49OWNhnnyFvGLDMCoeeo5xaBLZwAg,1431
|
|
247
|
-
umap/static/umap/js/modules/filters.js,sha256=
|
|
248
|
-
umap/static/umap/js/modules/formatter.js,sha256=
|
|
247
|
+
umap/static/umap/js/modules/filters.js,sha256=LWx8QzP9OeaSvoZoyGKHx1Caexc2R9jQI4M70RK83IM,21402
|
|
248
|
+
umap/static/umap/js/modules/formatter.js,sha256=Rg1br7vWFHRB_Vz6f1gIEZZdKSD9I6n73qSLQ2XXJ5g,7046
|
|
249
249
|
umap/static/umap/js/modules/global.js,sha256=pmO5iFezaPhxQemgscta2S1J4vBRHIpjALjym2Hs9Z4,941
|
|
250
|
-
umap/static/umap/js/modules/help.js,sha256=
|
|
250
|
+
umap/static/umap/js/modules/help.js,sha256=VJe-32SmOyJ-CsDAD5WzKJDoqXaCWGQ7-nUrsFtPH6c,10209
|
|
251
251
|
umap/static/umap/js/modules/i18n.js,sha256=eKJfA2jz2WAZ90oE-LJcEEMBti6QCsDkk0HgTc_NSjY,1386
|
|
252
|
-
umap/static/umap/js/modules/importer.js,sha256=
|
|
252
|
+
umap/static/umap/js/modules/importer.js,sha256=WtIVdxMZikR50bakd4tWZMCJ6U7jgLtiA_w3p_G9Rd8,11435
|
|
253
253
|
umap/static/umap/js/modules/leaflet-configure.js,sha256=P3aD8iNGxuVNv-xW4Di4txAjNmnlpKtCCzDvPaKEdQ8,243
|
|
254
|
-
umap/static/umap/js/modules/managers.js,sha256=
|
|
254
|
+
umap/static/umap/js/modules/managers.js,sha256=_zkkoAbxLkSneN-ef59fmWlAacSoX1WT3pDslbdZmrw,2503
|
|
255
255
|
umap/static/umap/js/modules/orderable.js,sha256=zDtcElZ_MVPoGba8Iv9bxOzk4vuN7C-5XVl4UomDYHE,2521
|
|
256
|
-
umap/static/umap/js/modules/permissions.js,sha256=
|
|
256
|
+
umap/static/umap/js/modules/permissions.js,sha256=YoNPIfiTP1BU6mDlEsv9NUkJaOj9BdjRQI-beSoh4ws,9137
|
|
257
257
|
umap/static/umap/js/modules/printer.js,sha256=fvb44tLBiYR7TyBdXJdroYsjQOrnbzw7-6F0dBCUEGg,3607
|
|
258
258
|
umap/static/umap/js/modules/request.js,sha256=9GRJoOPbdkHL9OFP6Joaf5wzsJckPyiG2O7AxQciTik,3885
|
|
259
|
-
umap/static/umap/js/modules/rules.js,sha256=
|
|
260
|
-
umap/static/umap/js/modules/schema.js,sha256=
|
|
261
|
-
umap/static/umap/js/modules/share.js,sha256=
|
|
262
|
-
umap/static/umap/js/modules/slideshow.js,sha256=
|
|
263
|
-
umap/static/umap/js/modules/tableeditor.js,sha256=
|
|
259
|
+
umap/static/umap/js/modules/rules.js,sha256=GVxnWN8VH8LDQdrozFPzG4t8RMlXRlHjp3UyRbOH3Nk,10113
|
|
260
|
+
umap/static/umap/js/modules/schema.js,sha256=hTWHwdnWkEWZrpI1cJMdYqtEnub-40DnL3VG_8OCHNU,15299
|
|
261
|
+
umap/static/umap/js/modules/share.js,sha256=vlDQbGLtsvHy95Z3oDk-5vU-NHgullO7t13mAToA3iA,7071
|
|
262
|
+
umap/static/umap/js/modules/slideshow.js,sha256=hnxFW4vzya9ddZ-eUTvTSQZjnKhv7s_EAlrQERANXqo,3590
|
|
263
|
+
umap/static/umap/js/modules/tableeditor.js,sha256=poSBWl0NgZQ_1ZLSIeTaAhlSD_hOpOUp8fZfifZ5Ub0,8723
|
|
264
264
|
umap/static/umap/js/modules/templates.js,sha256=mm-3OnVcCKmPyPfNkar0HX2ynT8E4CgqU4Q3m9bDP10,4401
|
|
265
|
-
umap/static/umap/js/modules/umap.js,sha256=
|
|
265
|
+
umap/static/umap/js/modules/umap.js,sha256=Il4ixC8EqLqoEnBEr9xfPpcE4Yz-656nt0UlGVaOQUU,57700
|
|
266
266
|
umap/static/umap/js/modules/urls.js,sha256=76cFqycj2O8huuoYYBvxnVt2Fc2UDbgrRsiv6lQmcSY,890
|
|
267
|
-
umap/static/umap/js/modules/utils.js,sha256=
|
|
268
|
-
umap/static/umap/js/modules/data/features.js,sha256=
|
|
269
|
-
umap/static/umap/js/modules/data/fields.js,sha256=
|
|
270
|
-
umap/static/umap/js/modules/data/layer.js,sha256=
|
|
267
|
+
umap/static/umap/js/modules/utils.js,sha256=QZvY9IV8gvJ-baov2yHjQiRLZrxEMYd37vCiQb4MtW0,16956
|
|
268
|
+
umap/static/umap/js/modules/data/features.js,sha256=eV-2rMtJxykq9XmQ0iHEX1UHElrqGpjgJXFfvZNoMg4,39585
|
|
269
|
+
umap/static/umap/js/modules/data/fields.js,sha256=sv0gIEM5Jm_IkTC7bLsgyWpJgPNdEhvMaTngnRlRSDI,11731
|
|
270
|
+
umap/static/umap/js/modules/data/layer.js,sha256=hXyrciXqhGkJ7dx-VOIN-MFGO2MG8PYl5tBfgRGHOLA,41266
|
|
271
271
|
umap/static/umap/js/modules/form/builder.js,sha256=Xq1oNE3t_6JFWm_i2MAaCrfYMkollWHW9nVmL-8Bu7o,6518
|
|
272
|
-
umap/static/umap/js/modules/form/fields.js,sha256=
|
|
273
|
-
umap/static/umap/js/modules/importers/banfr.js,sha256=
|
|
274
|
-
umap/static/umap/js/modules/importers/cadastrefr.js,sha256=
|
|
275
|
-
umap/static/umap/js/modules/importers/communesfr.js,sha256=
|
|
276
|
-
umap/static/umap/js/modules/importers/datasets.js,sha256=
|
|
277
|
-
umap/static/umap/js/modules/importers/geodatamine.js,sha256=
|
|
278
|
-
umap/static/umap/js/modules/importers/opendata.js,sha256=
|
|
272
|
+
umap/static/umap/js/modules/form/fields.js,sha256=S9sHdn57_dK8ow6aIASFhZ3cXSws2X8UIfwKAi4ZzMQ,32972
|
|
273
|
+
umap/static/umap/js/modules/importers/banfr.js,sha256=Ze0OemGESdd5rTgf7SY-zzkfwAdIvPK-GVwreIJLJtk,2862
|
|
274
|
+
umap/static/umap/js/modules/importers/cadastrefr.js,sha256=uQJzUVWJPfPSFGcgXnvC_U8Vt50sCJT9Cw26J1EN5Yg,2303
|
|
275
|
+
umap/static/umap/js/modules/importers/communesfr.js,sha256=mpkl7KRwWpwuLLlO-cS3ViXsnSsYlPS4Xt8O0MpGO8Q,1633
|
|
276
|
+
umap/static/umap/js/modules/importers/datasets.js,sha256=KL6wT8JcKfJlytmBKHJwasGavcFDsa292MGnY1ltQac,1265
|
|
277
|
+
umap/static/umap/js/modules/importers/geodatamine.js,sha256=cFtBNrGuOzwb5YJ0k1vLyIqFXxGwtSqwdkv-pDP62Fc,2968
|
|
278
|
+
umap/static/umap/js/modules/importers/opendata.js,sha256=dps-cDYWVvlxudJY1HLX8onh6yD8Tvzda58-AsyGPi4,7694
|
|
279
279
|
umap/static/umap/js/modules/importers/openrouteservice.js,sha256=0tVlCqcze4oVqkzI6PHhIrB7VksXb_1DwZvw92j4eNU,4133
|
|
280
|
-
umap/static/umap/js/modules/importers/overpass.js,sha256=
|
|
281
|
-
umap/static/umap/js/modules/rendering/controls.js,sha256=
|
|
282
|
-
umap/static/umap/js/modules/rendering/icon.js,sha256=
|
|
283
|
-
umap/static/umap/js/modules/rendering/map.js,sha256=
|
|
284
|
-
umap/static/umap/js/modules/rendering/popup.js,sha256=
|
|
285
|
-
umap/static/umap/js/modules/rendering/template.js,sha256=
|
|
286
|
-
umap/static/umap/js/modules/rendering/ui.js,sha256=
|
|
287
|
-
umap/static/umap/js/modules/rendering/layers/base.js,sha256=
|
|
288
|
-
umap/static/umap/js/modules/rendering/layers/classified.js,sha256=
|
|
280
|
+
umap/static/umap/js/modules/importers/overpass.js,sha256=E_yFk120WYJguR6oSo5Bwj2DrUfxMe5SK6eLELFZbqw,3328
|
|
281
|
+
umap/static/umap/js/modules/rendering/controls.js,sha256=mTljssCnKm8vuqdQExMOvz2RB6fsrDLT13pe0QX5saA,10661
|
|
282
|
+
umap/static/umap/js/modules/rendering/icon.js,sha256=SZlJ6BW0qjYCAF2uDo9mDQ7v6BVGK3PwXrzMN8xTFf0,8754
|
|
283
|
+
umap/static/umap/js/modules/rendering/map.js,sha256=8r4lBD4u2Q6rnZqKLdng_-BHQD9jTe3BXJqoV2YjeSc,12668
|
|
284
|
+
umap/static/umap/js/modules/rendering/popup.js,sha256=OlcHEUMbiCf6GOFwHzjYGtK2_35-5x6_rpqQUJkzCKY,2687
|
|
285
|
+
umap/static/umap/js/modules/rendering/template.js,sha256=ZSScdrkjjqwjRMLO4d9piYtLu1LQha71JnWXjW4nFcg,12740
|
|
286
|
+
umap/static/umap/js/modules/rendering/ui.js,sha256=SsNx-Iyz4aTdXGkANHn4s5OeOYvVdWyXte2RPB4ZagY,17695
|
|
287
|
+
umap/static/umap/js/modules/rendering/layers/base.js,sha256=pn-D_Mb_l43NOsNEh3_rmH5nNreAL5erOPzf-37daWc,2487
|
|
288
|
+
umap/static/umap/js/modules/rendering/layers/classified.js,sha256=m8vDHzZbIM2HVPAxSifer-bvEzKkLUAMPhtUZk3wIxA,15327
|
|
289
289
|
umap/static/umap/js/modules/rendering/layers/cluster.js,sha256=mn1-m2KGmmQv8IohoZ3zLfClwvl38Xv8zwGFyYwmQ5o,8136
|
|
290
|
-
umap/static/umap/js/modules/rendering/layers/heat.js,sha256=
|
|
290
|
+
umap/static/umap/js/modules/rendering/layers/heat.js,sha256=FaZQK6s_J7jZP2pvoDyOXrpzRxwOpmgJIbieIioryko,5146
|
|
291
291
|
umap/static/umap/js/modules/sync/engine.js,sha256=LDB7HHCmfVb0Cz30yVXBSV0f-1CGG5bkzrPtaT5RePM,18390
|
|
292
292
|
umap/static/umap/js/modules/sync/hlc.js,sha256=XeJz3x7qiDz7v-mcgGIynj5ks34FpWx_oSPUPFd_ZGA,2991
|
|
293
293
|
umap/static/umap/js/modules/sync/undo.js,sha256=CQufaRvI_-dT0HGm5Wl8hBbO00IruflPdlmWJ4acgFM,2910
|
|
294
294
|
umap/static/umap/js/modules/sync/updaters.js,sha256=9qukCBW_pPk4-3k4boKjcyocBd5w37UZxYGqclewlD0,3809
|
|
295
295
|
umap/static/umap/js/modules/sync/websocket.js,sha256=M2wsFuW5vRsY677dRSAFUWJl5MBPCOvaNYCAxBAqjcA,2522
|
|
296
|
-
umap/static/umap/js/modules/ui/bar.js,sha256=
|
|
296
|
+
umap/static/umap/js/modules/ui/bar.js,sha256=U2dI_Cxtb1ukUrNTkqKoOaPRCCHoYkrn6gSzDTQvm6s,16981
|
|
297
297
|
umap/static/umap/js/modules/ui/base.js,sha256=OLR8VOvKPkDCT0X3hQq3s0WVRQunNEIUj83RNMEyzBM,2980
|
|
298
298
|
umap/static/umap/js/modules/ui/contextmenu.js,sha256=3Zm0AOoZLdCm76SLvImH1rtv0gPbcU1DQsJHf6cEojM,3169
|
|
299
299
|
umap/static/umap/js/modules/ui/dialog.js,sha256=8ZpbDf4KlwquSQf8FE4GLcGerCp-MM-X-UIAiUrHDw8,6094
|
|
300
|
-
umap/static/umap/js/modules/ui/panel.js,sha256=
|
|
301
|
-
umap/static/umap/js/modules/ui/tooltip.js,sha256=
|
|
302
|
-
umap/static/umap/locale/am_ET.js,sha256=
|
|
303
|
-
umap/static/umap/locale/am_ET.json,sha256=
|
|
304
|
-
umap/static/umap/locale/ar.js,sha256=
|
|
305
|
-
umap/static/umap/locale/ar.json,sha256=
|
|
306
|
-
umap/static/umap/locale/ast.js,sha256=
|
|
307
|
-
umap/static/umap/locale/ast.json,sha256=
|
|
308
|
-
umap/static/umap/locale/bg.js,sha256=
|
|
309
|
-
umap/static/umap/locale/bg.json,sha256=
|
|
310
|
-
umap/static/umap/locale/br.js,sha256=
|
|
311
|
-
umap/static/umap/locale/br.json,sha256=
|
|
312
|
-
umap/static/umap/locale/ca.js,sha256=
|
|
313
|
-
umap/static/umap/locale/ca.json,sha256=
|
|
314
|
-
umap/static/umap/locale/cs_CZ.js,sha256=
|
|
315
|
-
umap/static/umap/locale/cs_CZ.json,sha256=
|
|
316
|
-
umap/static/umap/locale/da.js,sha256=
|
|
317
|
-
umap/static/umap/locale/da.json,sha256=
|
|
318
|
-
umap/static/umap/locale/de.js,sha256=
|
|
319
|
-
umap/static/umap/locale/de.json,sha256=
|
|
320
|
-
umap/static/umap/locale/el.js,sha256=
|
|
321
|
-
umap/static/umap/locale/el.json,sha256=
|
|
322
|
-
umap/static/umap/locale/en.js,sha256=
|
|
323
|
-
umap/static/umap/locale/en.json,sha256=
|
|
324
|
-
umap/static/umap/locale/en_US.json,sha256=
|
|
325
|
-
umap/static/umap/locale/es.js,sha256=
|
|
326
|
-
umap/static/umap/locale/es.json,sha256=
|
|
327
|
-
umap/static/umap/locale/et.js,sha256=
|
|
328
|
-
umap/static/umap/locale/et.json,sha256=
|
|
329
|
-
umap/static/umap/locale/eu.js,sha256=
|
|
330
|
-
umap/static/umap/locale/eu.json,sha256=
|
|
331
|
-
umap/static/umap/locale/fa_IR.js,sha256=
|
|
332
|
-
umap/static/umap/locale/fa_IR.json,sha256
|
|
333
|
-
umap/static/umap/locale/fi.js,sha256=
|
|
334
|
-
umap/static/umap/locale/fi.json,sha256=
|
|
335
|
-
umap/static/umap/locale/fr.js,sha256=
|
|
336
|
-
umap/static/umap/locale/fr.json,sha256=
|
|
337
|
-
umap/static/umap/locale/gl.js,sha256=
|
|
338
|
-
umap/static/umap/locale/gl.json,sha256=
|
|
339
|
-
umap/static/umap/locale/he.js,sha256=
|
|
340
|
-
umap/static/umap/locale/he.json,sha256=
|
|
341
|
-
umap/static/umap/locale/hr.js,sha256=
|
|
342
|
-
umap/static/umap/locale/hr.json,sha256=
|
|
343
|
-
umap/static/umap/locale/hu.js,sha256=
|
|
344
|
-
umap/static/umap/locale/hu.json,sha256=
|
|
345
|
-
umap/static/umap/locale/id.js,sha256
|
|
346
|
-
umap/static/umap/locale/id.json,sha256=
|
|
347
|
-
umap/static/umap/locale/is.js,sha256=
|
|
348
|
-
umap/static/umap/locale/is.json,sha256=
|
|
349
|
-
umap/static/umap/locale/it.js,sha256=
|
|
350
|
-
umap/static/umap/locale/it.json,sha256=
|
|
351
|
-
umap/static/umap/locale/ja.js,sha256=
|
|
352
|
-
umap/static/umap/locale/ja.json,sha256=
|
|
353
|
-
umap/static/umap/locale/ko.js,sha256=
|
|
354
|
-
umap/static/umap/locale/ko.json,sha256
|
|
355
|
-
umap/static/umap/locale/lt.js,sha256=
|
|
356
|
-
umap/static/umap/locale/lt.json,sha256=
|
|
357
|
-
umap/static/umap/locale/ms.js,sha256=
|
|
358
|
-
umap/static/umap/locale/ms.json,sha256=
|
|
359
|
-
umap/static/umap/locale/nl.js,sha256=
|
|
360
|
-
umap/static/umap/locale/nl.json,sha256=
|
|
361
|
-
umap/static/umap/locale/no.js,sha256=
|
|
362
|
-
umap/static/umap/locale/no.json,sha256=
|
|
363
|
-
umap/static/umap/locale/pl.js,sha256=
|
|
364
|
-
umap/static/umap/locale/pl.json,sha256=
|
|
365
|
-
umap/static/umap/locale/pl_PL.json,sha256=
|
|
366
|
-
umap/static/umap/locale/pt.js,sha256=
|
|
367
|
-
umap/static/umap/locale/pt.json,sha256=
|
|
368
|
-
umap/static/umap/locale/pt_BR.js,sha256=
|
|
369
|
-
umap/static/umap/locale/pt_BR.json,sha256=
|
|
370
|
-
umap/static/umap/locale/pt_PT.js,sha256=
|
|
371
|
-
umap/static/umap/locale/pt_PT.json,sha256=
|
|
372
|
-
umap/static/umap/locale/ro.js,sha256=
|
|
373
|
-
umap/static/umap/locale/ro.json,sha256=
|
|
374
|
-
umap/static/umap/locale/ru.js,sha256=
|
|
375
|
-
umap/static/umap/locale/ru.json,sha256=
|
|
300
|
+
umap/static/umap/js/modules/ui/panel.js,sha256=p1MXZl6tDWScJh37aWwYX5RQXGmCBpq2LCoA29Enj2w,4262
|
|
301
|
+
umap/static/umap/js/modules/ui/tooltip.js,sha256=G3loIFO6IIQvcNRbe7SaV4Re6o6edIHiY0CKX5S-ktA,1919
|
|
302
|
+
umap/static/umap/locale/am_ET.js,sha256=Lq3H4K4hjMUqUQfcTJ5H3VtD8hSSZ4JCz9QOUmJ9K_0,39158
|
|
303
|
+
umap/static/umap/locale/am_ET.json,sha256=wXPnuYJyr9Xq_K7tXo97BqMa0BJfOPbcEI0Mky0MwAQ,39087
|
|
304
|
+
umap/static/umap/locale/ar.js,sha256=kwJ_lW9kHxJKQQBCnWuSfQoSRyCKHjtuRZkKnInnCA0,36387
|
|
305
|
+
umap/static/umap/locale/ar.json,sha256=ocgOSiVr-JWkNA8F5aksEM1EQo9Il7gf39LjDPM8NDs,36322
|
|
306
|
+
umap/static/umap/locale/ast.js,sha256=uaNL9fdU_7YQRNPxWoW2lwHYBybVBpvOxo2HAabwkIY,35991
|
|
307
|
+
umap/static/umap/locale/ast.json,sha256=_Te3c3dma-nq7cHiHzV8YVENtAL9Y-CGJrBp90kO9z4,35924
|
|
308
|
+
umap/static/umap/locale/bg.js,sha256=yA5IEgmbQVhEPii8JZp7LCAiosbcRr3EUoAm6qC2yDw,38817
|
|
309
|
+
umap/static/umap/locale/bg.json,sha256=h0en1UgjTzw6G5_s1qAla8BWWheWgJC2X1E5E_p0jbs,38752
|
|
310
|
+
umap/static/umap/locale/br.js,sha256=Z3jxFi5d3bNzqYP9BSdAmBAFDmCt_DX0yCWp-WmF8o8,38313
|
|
311
|
+
umap/static/umap/locale/br.json,sha256=7_OtDQiu_KSqpR9TdO2tcA7tybK509gkAP1h3viWn1s,38248
|
|
312
|
+
umap/static/umap/locale/ca.js,sha256=gEqa4MWcRKB_VdnObo1QjETC17tX8TT6OujqmVFlDK8,37716
|
|
313
|
+
umap/static/umap/locale/ca.json,sha256=K3tSFJGgOukoJouWhTlV7Mu9ve9S5ISFzCBeRbWrres,37651
|
|
314
|
+
umap/static/umap/locale/cs_CZ.js,sha256=_sffVtVExKor6zHM4b7uRdy7hfTrpPgDCY3-EHkqmKc,38430
|
|
315
|
+
umap/static/umap/locale/cs_CZ.json,sha256=OO__MX_v1t57ZDjL7t6ATUR9kfqK3uWHyqycerm3hfA,38359
|
|
316
|
+
umap/static/umap/locale/da.js,sha256=Ll-lfhRXLsxkKySRwPOw3jXgpt_DUaguGuQ44ka1svw,37078
|
|
317
|
+
umap/static/umap/locale/da.json,sha256=QEAsPH5fKpHofZ1MCLASvDOsmuQ_li-ZII0PkhZDgoU,37013
|
|
318
|
+
umap/static/umap/locale/de.js,sha256=03WSWL1aMKTna-FNUqd1wezE9VW8n0zFcZsETT0NbQ8,39229
|
|
319
|
+
umap/static/umap/locale/de.json,sha256=0Pj9UHRZAUsozA_acpyxeWTFnfPnjqaT1kYBbpvx9yk,39164
|
|
320
|
+
umap/static/umap/locale/el.js,sha256=0pWBQLBVVgdyIXMDwcFxY61qZmeLpgrnivJl9Lcg2QI,53415
|
|
321
|
+
umap/static/umap/locale/el.json,sha256=r6ohbSF64MHCgfUleijAhqZMnPlpAwLitAHIdU3Ds9k,53350
|
|
322
|
+
umap/static/umap/locale/en.js,sha256=Qg0PCbrxoQz8sAL1HkT0SpaVXkVhS24pi5VA7ANWlYQ,35989
|
|
323
|
+
umap/static/umap/locale/en.json,sha256=feAusJj6aRth4OBdtmQJhGG8yJV4hzSVS7xi-ZjELd4,35924
|
|
324
|
+
umap/static/umap/locale/en_US.json,sha256=rl30dqyZwmxKraP2ECwB2z4q-Xne2v2c95FdPXKd9Js,35722
|
|
325
|
+
umap/static/umap/locale/es.js,sha256=4VUHDJPbvljFHScboiGd8bbOPPlLbe12GiPzySdZ46g,39318
|
|
326
|
+
umap/static/umap/locale/es.json,sha256=uRc1PGer3DOuBB8y0lbG3rC4qfGxIdJrtk4zjmWbfOg,39253
|
|
327
|
+
umap/static/umap/locale/et.js,sha256=PXMJuf8VEyb-CbxCF4VG_ZzuUSglv6R7CLtMKPhyAhQ,36197
|
|
328
|
+
umap/static/umap/locale/et.json,sha256=aM4bbs3cVW6Ny2qWRIKmqtncb_-l3cvWRSPuDCVKz4k,36132
|
|
329
|
+
umap/static/umap/locale/eu.js,sha256=71l_7u4b-71JwjEArDfFKvENa55Dwj5OAQcDQcZpK_g,38242
|
|
330
|
+
umap/static/umap/locale/eu.json,sha256=7iSzJRz4gWiO8F5mxrdGhYvMp-rDBYfNtt-CjIlVvFE,38177
|
|
331
|
+
umap/static/umap/locale/fa_IR.js,sha256=fPMxqOUZ_xh8kA40_g4bNXOu9K1bHAcpJ5NGO9pwTmM,43541
|
|
332
|
+
umap/static/umap/locale/fa_IR.json,sha256=ND89nT6xJsnWuejBWv-PyO7JBPjBxwJT-J5bfdDkfaA,43470
|
|
333
|
+
umap/static/umap/locale/fi.js,sha256=pwU8FJXLCodW2pEmOy6jb8zKp5vTGO1FkLFBlYsq8MM,36796
|
|
334
|
+
umap/static/umap/locale/fi.json,sha256=hVakDd3IYDiQ6LtwQft_nICE98XXzUCBsQaJTBD8a30,36731
|
|
335
|
+
umap/static/umap/locale/fr.js,sha256=ipAsaNpRjq92cSUen1HSd9b2fECtG9-2UsC64B4qjVE,39341
|
|
336
|
+
umap/static/umap/locale/fr.json,sha256=TaREPIV6V61pNhYtKsGhRMcicvAFlfJ0zZF5OPWuWro,39276
|
|
337
|
+
umap/static/umap/locale/gl.js,sha256=MAMHIcrZmmS1Xg1sk5fIfpC5P1JKkPa-Z1KtgpmshnI,39205
|
|
338
|
+
umap/static/umap/locale/gl.json,sha256=sLp31GqD_uQoCTBfihxRTuDfamb1BGqyL1YMJPPfga8,39140
|
|
339
|
+
umap/static/umap/locale/he.js,sha256=uj5PKtn4O6goMpZhjDgQfWEnl7X8U4yfiDSc8JOwPsQ,38951
|
|
340
|
+
umap/static/umap/locale/he.json,sha256=al2hd71GSI6p3AuObQ_Aa_VKZMaGMsWflX_PoyyxRyM,38886
|
|
341
|
+
umap/static/umap/locale/hr.js,sha256=O2CSCfwNpSOglHnzALs-947H6qmEqwbppW6fDI7-SH4,36160
|
|
342
|
+
umap/static/umap/locale/hr.json,sha256=ZImOEmsPn1MNLGy9ExAYhjTniOU3LfE1RHSv6TWcJws,36095
|
|
343
|
+
umap/static/umap/locale/hu.js,sha256=I4YjRRNPFsAiUg5k_pwnib53MDEqcMNUbTVzDESyt2U,41180
|
|
344
|
+
umap/static/umap/locale/hu.json,sha256=4j_WI6qcDjZ-gCrIdaqPexXhjzMXa5vj9TUX0GeOku4,41115
|
|
345
|
+
umap/static/umap/locale/id.js,sha256=-c54Lwmzuw0vq1dkHnnDBj7JJfKKISnYBSqOn__SgU4,35989
|
|
346
|
+
umap/static/umap/locale/id.json,sha256=_Te3c3dma-nq7cHiHzV8YVENtAL9Y-CGJrBp90kO9z4,35924
|
|
347
|
+
umap/static/umap/locale/is.js,sha256=oyoe6z4utpXKjfXDRF7g0bQnJIRESkFbgu5daJo0yos,37637
|
|
348
|
+
umap/static/umap/locale/is.json,sha256=rxGksGKkDUMZ1KbFa9RyjsSHouJI9XyyuF0K07FIHm8,37572
|
|
349
|
+
umap/static/umap/locale/it.js,sha256=truZ6B2uwgcMEce4aJ-Iiax2Qxay2y6N69hxmmY7i1A,38845
|
|
350
|
+
umap/static/umap/locale/it.json,sha256=2q-JbxcQUZwCw16Cf8FF1Gcv3gBn93jWpe40_Pb38SE,38780
|
|
351
|
+
umap/static/umap/locale/ja.js,sha256=T-baD52WDdSaF2fdEKfIMTUFYGfO6tC5ivIoYIVxx6o,38021
|
|
352
|
+
umap/static/umap/locale/ja.json,sha256=5nPWl1kufSpAuB2L3JQcXOHZ1U1H2MmYAWTkGnMtqg4,37956
|
|
353
|
+
umap/static/umap/locale/ko.js,sha256=ys0rGHXjTeyUUADMaQ8G6apcQxVjMuld87NrqwqhCMM,36131
|
|
354
|
+
umap/static/umap/locale/ko.json,sha256=M89ytsUzDWbMrPz1HJYN8Uxn1ncvWBENr9bicxNY8GA,36066
|
|
355
|
+
umap/static/umap/locale/lt.js,sha256=wUKkc7HeknO879vf2Y18f1tFDhMEBHtLVys_5U75xks,36751
|
|
356
|
+
umap/static/umap/locale/lt.json,sha256=xb347uOFFyRr3f57tr2HzFktxTw-ZRJwYStxETe8PHk,36686
|
|
357
|
+
umap/static/umap/locale/ms.js,sha256=EoX_d6OTSnwsrnG9Y93dc4IKURQVEVuCKkMm9-vQJGU,37089
|
|
358
|
+
umap/static/umap/locale/ms.json,sha256=rkxQOpAlF4vGxxfzvRzv9zivd5Rg5t_D66883KWHqDw,37024
|
|
359
|
+
umap/static/umap/locale/nl.js,sha256=S7gfGcnpTPBzQOiDgi1mQLYsv6G536PVnCVIs4ZWiwM,38424
|
|
360
|
+
umap/static/umap/locale/nl.json,sha256=fTZMMq8vKV92BaQ4hLpCEo6KzKd-FCK4EsrABVnb3lk,38359
|
|
361
|
+
umap/static/umap/locale/no.js,sha256=1GHhqXOk1XQ7eQnox8IzfMf8Ktk2tXozpoon9WDQDDI,36171
|
|
362
|
+
umap/static/umap/locale/no.json,sha256=5UKbofeT4y3i2wH8ZEX-gO2GkuUrRH1aXaaKXeGrnUI,36106
|
|
363
|
+
umap/static/umap/locale/pl.js,sha256=ADaq67qjqfBKmb7cDjScp1va8ViMwD-tY3jyXXzGvDU,37727
|
|
364
|
+
umap/static/umap/locale/pl.json,sha256=UYPbOlXx4nu-GR0M3z7ZHuGflZuSRvCTpQWdPHlTXcw,37662
|
|
365
|
+
umap/static/umap/locale/pl_PL.json,sha256=_Te3c3dma-nq7cHiHzV8YVENtAL9Y-CGJrBp90kO9z4,35924
|
|
366
|
+
umap/static/umap/locale/pt.js,sha256=p5rcBg_boKQbY5Lm3vZ2KSAdfla-UolX028JHcpNWnQ,38545
|
|
367
|
+
umap/static/umap/locale/pt.json,sha256=sHPIyVnDIfpViQKvgCbaTlnEDbQqyUkb2eiDcJ00N1o,38480
|
|
368
|
+
umap/static/umap/locale/pt_BR.js,sha256=LuKpqy4u8B3OOVgK4d98r2xxT473E-XObydbSLttWDA,37196
|
|
369
|
+
umap/static/umap/locale/pt_BR.json,sha256=iFkz0uj3-km3CnYQi3GxLlPw2leI6hgc1zgz8XZ4f5M,37125
|
|
370
|
+
umap/static/umap/locale/pt_PT.js,sha256=4bvAH7nifcDsyNu-B2ts3G5zavTPdinwDcjTvRAhMmY,38259
|
|
371
|
+
umap/static/umap/locale/pt_PT.json,sha256=_K02k1obrnN7pYzV916HodEQxSz9OUD4BR9MefV6ZnE,38188
|
|
372
|
+
umap/static/umap/locale/ro.js,sha256=Vvpg_VUgrg1MEkvtIOnZiRZbrpTqhTODMuOQnTA6Dx8,36018
|
|
373
|
+
umap/static/umap/locale/ro.json,sha256=z1fpWpFAfHV465LmfyDjTQu6dDUv3nY_L0xTxk5nn8Y,35953
|
|
374
|
+
umap/static/umap/locale/ru.js,sha256=1-Be5LwCXYm2uzSus8CrTThcGbSCHpGsjl8RB6DSnq4,42376
|
|
375
|
+
umap/static/umap/locale/ru.json,sha256=TzC_IkpNet-nWd8U_P7aprdDwnwO7po6DoU0Wk1SJHU,42311
|
|
376
376
|
umap/static/umap/locale/si.js,sha256=J-kLVXnec9LsvX67PPr-K6I5qU2d5lCg6tIkRv8Nb7o,28506
|
|
377
377
|
umap/static/umap/locale/si.json,sha256=JkDOVn9CGlG5D4eLYsjWEUvXivEHtQGVa4w9CCduGQY,28441
|
|
378
|
-
umap/static/umap/locale/sk_SK.js,sha256=
|
|
379
|
-
umap/static/umap/locale/sk_SK.json,sha256=
|
|
380
|
-
umap/static/umap/locale/sl.js,sha256
|
|
381
|
-
umap/static/umap/locale/sl.json,sha256=
|
|
382
|
-
umap/static/umap/locale/sr.js,sha256=
|
|
383
|
-
umap/static/umap/locale/sr.json,sha256=
|
|
384
|
-
umap/static/umap/locale/sv.js,sha256=
|
|
385
|
-
umap/static/umap/locale/sv.json,sha256=
|
|
386
|
-
umap/static/umap/locale/th_TH.js,sha256=
|
|
387
|
-
umap/static/umap/locale/th_TH.json,sha256=
|
|
388
|
-
umap/static/umap/locale/tr.js,sha256=
|
|
389
|
-
umap/static/umap/locale/tr.json,sha256=
|
|
390
|
-
umap/static/umap/locale/uk_UA.js,sha256=
|
|
391
|
-
umap/static/umap/locale/uk_UA.json,sha256
|
|
392
|
-
umap/static/umap/locale/vi.js,sha256=
|
|
393
|
-
umap/static/umap/locale/vi.json,sha256=
|
|
394
|
-
umap/static/umap/locale/vi_VN.json,sha256=
|
|
395
|
-
umap/static/umap/locale/zh.js,sha256=
|
|
396
|
-
umap/static/umap/locale/zh.json,sha256=
|
|
397
|
-
umap/static/umap/locale/zh_CN.json,sha256=
|
|
398
|
-
umap/static/umap/locale/zh_TW.Big5.json,sha256=
|
|
399
|
-
umap/static/umap/locale/zh_TW.js,sha256=
|
|
400
|
-
umap/static/umap/locale/zh_TW.json,sha256=
|
|
378
|
+
umap/static/umap/locale/sk_SK.js,sha256=zfYht8rHw7fQnIVLgXHqkXsnkbWR38rBJcJssb91QXI,37142
|
|
379
|
+
umap/static/umap/locale/sk_SK.json,sha256=yRRzhRWCJ0lAtNVyGozl4-UWf7-q37HWbj5OHMEJGpM,37071
|
|
380
|
+
umap/static/umap/locale/sl.js,sha256=-d7YMhOOndbvt8VlrH8tibECzF0qH9WojS1jaqgzFTo,37045
|
|
381
|
+
umap/static/umap/locale/sl.json,sha256=UCg5VdkgEoKaDh-fKsYacQIvTHqnLxtWsUADJngRUGA,36980
|
|
382
|
+
umap/static/umap/locale/sr.js,sha256=7YSRs6OAHZxrC6nzih9TcGmxd5qVaIjLZPSzEC-iUx0,39456
|
|
383
|
+
umap/static/umap/locale/sr.json,sha256=eVJ7dsNHnZFKXlYfm3zeau7SA59TZMmUWq0bvt45AVs,39391
|
|
384
|
+
umap/static/umap/locale/sv.js,sha256=elTvuw9t3O4WEJwL9QjKWl9aeDN1jQtP49mE1EcKrM0,36985
|
|
385
|
+
umap/static/umap/locale/sv.json,sha256=gOi9TQ8_nYVa9PvH0W2RFF-K1VJHhdvHNF1BYP32LiU,36920
|
|
386
|
+
umap/static/umap/locale/th_TH.js,sha256=29Ubqcwz8A-5fiiEgtrm9q4n9V1HBJ0cGUiYq69aPks,36993
|
|
387
|
+
umap/static/umap/locale/th_TH.json,sha256=mU_5Teqe0boJXVQM7qrvTQO70g3oSbpuPLx3OZpXZZo,36922
|
|
388
|
+
umap/static/umap/locale/tr.js,sha256=fShaJVCPeCkVWuDG1OWtxo1Mxk6i4eRauhFpFzFfkys,37432
|
|
389
|
+
umap/static/umap/locale/tr.json,sha256=fYy21fPHi7ygEh3RNTF06s3QQlE5q8U7FcxQo94AA_k,37367
|
|
390
|
+
umap/static/umap/locale/uk_UA.js,sha256=W0OwZzCeZR7z5jXscEXQC9YmiGnm2J9lJfJxAGj24-Q,42029
|
|
391
|
+
umap/static/umap/locale/uk_UA.json,sha256=-c9EQT8hUY7qustJJU9bHwY2pxfTlbt76VLL6d9U5yw,41958
|
|
392
|
+
umap/static/umap/locale/vi.js,sha256=vKmGnlyNwn7SupXaAEFQfVeDAWVjNGPoeTAGMGaDyFI,36241
|
|
393
|
+
umap/static/umap/locale/vi.json,sha256=1oqRgjAEQNVsFaHVErxi0XUtGwrOCNlwmSTQU8XBuUo,36176
|
|
394
|
+
umap/static/umap/locale/vi_VN.json,sha256=_Te3c3dma-nq7cHiHzV8YVENtAL9Y-CGJrBp90kO9z4,35924
|
|
395
|
+
umap/static/umap/locale/zh.js,sha256=JFOi0QZ3trJ8IB2lzNnkcIe490MRfIGZZh7CVreYjKU,35784
|
|
396
|
+
umap/static/umap/locale/zh.json,sha256=X8D2SY6rHaCqlh21xwh32WHHW0NoTENDqIdhxjCJHeo,35719
|
|
397
|
+
umap/static/umap/locale/zh_CN.json,sha256=_Te3c3dma-nq7cHiHzV8YVENtAL9Y-CGJrBp90kO9z4,35924
|
|
398
|
+
umap/static/umap/locale/zh_TW.Big5.json,sha256=_Te3c3dma-nq7cHiHzV8YVENtAL9Y-CGJrBp90kO9z4,35924
|
|
399
|
+
umap/static/umap/locale/zh_TW.js,sha256=bJGoUQuAp_MA0uZcODUFfq8ecEBEPFUqHiNz_CwN9Fg,35524
|
|
400
|
+
umap/static/umap/locale/zh_TW.json,sha256=IsJm4PcNFdJ5dBfhF9WNCV_RkGoY__azCCAt2Zmgglo,35453
|
|
401
401
|
umap/static/umap/unittests/URLs.js,sha256=wF0hfRX3NqwFAe31QGeKFwavUpNP2T8pHwXBlcpiwNo,2070
|
|
402
402
|
umap/static/umap/unittests/hlc.js,sha256=GvpBaBSgfMs0Zym0_zOs2QldUOcbFNVIKweBhuwM_QI,5294
|
|
403
403
|
umap/static/umap/unittests/sync.js,sha256=SRzK5N7o7iZodye53evBTZZjXG1mMm6dguV_Iyh69XQ,11096
|
|
404
|
-
umap/static/umap/unittests/utils.js,sha256=
|
|
404
|
+
umap/static/umap/unittests/utils.js,sha256=I0rWOaT3FLWfi_0WM1nnwTXdFc9kj4fQGwOGzQ_-MAg,29399
|
|
405
405
|
umap/static/umap/vendors/betterknown/betterknown.mjs,sha256=dFgTX_0-k905dEgF5P9icVWeKa9twumz7ghiWOK9yC8,7915
|
|
406
406
|
umap/static/umap/vendors/colorbrewer/colorbrewer.js,sha256=wEHf7UslhI09j7tfzC1V9FLgTbZELDbbtGiL2x0y9vY,23051
|
|
407
407
|
umap/static/umap/vendors/csv2geojson/csv2geojson.js,sha256=FARwXdqk_yf3ttJmSyrJ204B9glI2YaZ2vuhaQPmhVk,15712
|
|
@@ -409,9 +409,6 @@ umap/static/umap/vendors/dompurify/purify.es.js,sha256=OwJJkYgszIMGao8OZPP_KoTXY
|
|
|
409
409
|
umap/static/umap/vendors/dompurify/purify.es.mjs.map,sha256=ShuPMvIg9nnEZh6FHSieF9HXaWY6L5CpcCdxTKnNnJI,1432
|
|
410
410
|
umap/static/umap/vendors/editable/Leaflet.Editable.js,sha256=6PAIioDT6LcLvQtMhPCZstLqwieMVZ9lo3Q7ipJF5iQ,69724
|
|
411
411
|
umap/static/umap/vendors/editable/Path.Drag.js,sha256=EATyTfgSiCkdjTwGM5lU1RZayxzynqhE-AgnuRlqYI0,3898
|
|
412
|
-
umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.css,sha256=eVKDGO_G2bIJvf_o5490h8BbMh5XeraSLmo6qTc8zj8,1263
|
|
413
|
-
umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.js,sha256=ati65azw8WxPG70b4JblFSHgD-fJ0ytriQEzC5tJWCM,9141
|
|
414
|
-
umap/static/umap/vendors/editinosm/edit-in-osm.png,sha256=xsQrWBc8olICRKg-bt7auEoceoCoWWZxm5OmAHSE2PM,3340
|
|
415
412
|
umap/static/umap/vendors/fullscreen/Leaflet.fullscreen.js,sha256=_VGiFGzaidNadoKY4_8zFXP_OqGdajjpB-0vNHRz33o,5041
|
|
416
413
|
umap/static/umap/vendors/fullscreen/Leaflet.fullscreen.min.js,sha256=RQN1bmEq_28pzVG8Csu34O677VNj5_1xl1wUGyDjMuo,3654
|
|
417
414
|
umap/static/umap/vendors/fullscreen/fullscreen.png,sha256=yDtz-dhjuAoo6q9xc00-_XNTrGwEWrN80pOneFdol4g,299
|
|
@@ -480,14 +477,14 @@ umap/templates/umap/about.html,sha256=Shu5lP_Iff4iQMDhMACuwdlZ00o8Yi3MT1du-y2rDE
|
|
|
480
477
|
umap/templates/umap/about_summary.html,sha256=9_K2HxctGKjU3GWaI9Rny-kb_iLnS5lScx2WJrbd89I,2339
|
|
481
478
|
umap/templates/umap/branding.html,sha256=8IzkIWqiZckgkX9FC-n1v6f8JIB2q7DcX3JHscxsaYA,60
|
|
482
479
|
umap/templates/umap/content.html,sha256=BHtQMYOOlfQXWFJtSRV2qTnXsgjF7_IKJ7-c4iZpSo0,2379
|
|
483
|
-
umap/templates/umap/content_footer.html,sha256=
|
|
484
|
-
umap/templates/umap/css.html,sha256=
|
|
480
|
+
umap/templates/umap/content_footer.html,sha256=MO2a0cB32vUcgd3xqK0Xm_G9oCEJcH_TNk94kSZ-yzE,1242
|
|
481
|
+
umap/templates/umap/css.html,sha256=L-ZuHy7f298AGyzblH6w0GiBkt-_dDwP_pKQLnNZyD4,1977
|
|
485
482
|
umap/templates/umap/dashboard_menu.html,sha256=fQ7nLKhIAUF_ki16tR7oWwFWCmMs92iKx6gEjx5XpMo,996
|
|
486
483
|
umap/templates/umap/design_system.html,sha256=3LeAtOjkvDSG2PWNeHrAo0G3AQJ7JGMMQE2-L2Plxmw,23813
|
|
487
484
|
umap/templates/umap/footer.html,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
488
485
|
umap/templates/umap/header.html,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
489
486
|
umap/templates/umap/home.html,sha256=JuzDOx3-T_XyWT1Rwdy50PWvjlRjnhAXMM4-yvVUkts,890
|
|
490
|
-
umap/templates/umap/js.html,sha256=
|
|
487
|
+
umap/templates/umap/js.html,sha256=3v4VuiPD40xXaSJZgUhv06gJQzekirrApBiHRGkTN4c,2217
|
|
491
488
|
umap/templates/umap/locale.js,sha256=AP-mSJQq5RyC3eNaBbk-sOsD80r0_qlvuK1afXdsVo4,112
|
|
492
489
|
umap/templates/umap/login_popup_end.html,sha256=dH4UxP65p2CXPqKHFXpWLw4LmkEaQidutN_qOoq74-U,1133
|
|
493
490
|
umap/templates/umap/map_detail.html,sha256=vNFIK7BhWWNiiBnMwKDPyvr0LZH9rLLqD95T_wsi5ng,1217
|
|
@@ -532,7 +529,7 @@ umap/tests/test_statics.py,sha256=k6sl68BHFMx1tvSU1PC6sBjBm1ZNB1CJfO-P0fVLnzo,12
|
|
|
532
529
|
umap/tests/test_switch_user.py,sha256=MzTBxcPVm8X0R4gBkBL_wntznOyEn0ixJSEiQMvaxGo,1255
|
|
533
530
|
umap/tests/test_team_views.py,sha256=edmqn_tx4XQ1sEQtB7CpuJT6WwQQiUyUYu8-ESZxFcw,5615
|
|
534
531
|
umap/tests/test_tilelayer.py,sha256=toVpVutEvMLWKx5uH7ZbGNPGzqICZx1_S2OOpIfYPfQ,603
|
|
535
|
-
umap/tests/test_utils.py,sha256=
|
|
532
|
+
umap/tests/test_utils.py,sha256=Kcn8uXxDtjDRVrPWs_g4y7hOe-kwqOuIDNA5H94e55s,817
|
|
536
533
|
umap/tests/test_views.py,sha256=DjOn7HxKGReXnskWW-QrQljPBOPvQ5ebaJ5inG-EoYw,19504
|
|
537
534
|
umap/tests/fixtures/categorized_highway.geojson,sha256=p7QHOd8nXi7yVq37gY6Ca8BXkjaLnDxW9Fq0Zcm3Fk4,15830
|
|
538
535
|
umap/tests/fixtures/choropleth_region_chomage.geojson,sha256=mVVbYlf92Sr3wWH9ETm43FdHz1U3zjsn91HuU5H5r4Y,21325
|
|
@@ -557,9 +554,9 @@ umap/tests/fixtures/test_upload_missing_name.json,sha256=klSMHb6laTghzU4AdIG1_p5
|
|
|
557
554
|
umap/tests/fixtures/test_upload_non_linear_ring.json,sha256=WOR0NnJHNUUW6VKzZyIxU7WL1llnAmEVJwCWla6XOds,1525
|
|
558
555
|
umap/tests/fixtures/test_upload_simple_marker.json,sha256=jH15G5PxgVO-DZb4TPxVMAi1_uzhkvZcFkVUb50CS3Q,393
|
|
559
556
|
umap/tests/integration/__init__.py,sha256=nqQ2miDnSZOKDuFhQ5saFN3qQuK73Cs6xL9Od-mEKG4,57
|
|
560
|
-
umap/tests/integration/conftest.py,sha256=
|
|
557
|
+
umap/tests/integration/conftest.py,sha256=FmTMICZ13aGsEkhkJTXmkwQd3QNICF2y8Tdny4SLH3g,2437
|
|
561
558
|
umap/tests/integration/helpers.py,sha256=vvGX5b-DS2fMVDdeXz1lH2IleZkRHjyL7DVvatJU8Do,344
|
|
562
|
-
umap/tests/integration/test_anonymous_owned_map.py,sha256=
|
|
559
|
+
umap/tests/integration/test_anonymous_owned_map.py,sha256=1ksU07JHfU0y-Y4RzdpuinsrjwB-ltMHhKua5fpcjKQ,13247
|
|
563
560
|
umap/tests/integration/test_basics.py,sha256=5HGgkuKa2-zsh7s9lxqsFNOW4LJhdZoHDFCdSmetDUc,5166
|
|
564
561
|
umap/tests/integration/test_browser.py,sha256=d3ZkL7qyZAEDo4b9u5MqhHQ3EjF7jQcoM7shl7LGStQ,21955
|
|
565
562
|
umap/tests/integration/test_caption.py,sha256=9JHQvTju2W-IoV2UBrEUAH4nV2W7eKN2hJi4YcPfSPE,1843
|
|
@@ -567,47 +564,48 @@ umap/tests/integration/test_categorized_layer.py,sha256=XCCK62fBljTEbt0EKoGsHf9h
|
|
|
567
564
|
umap/tests/integration/test_choropleth.py,sha256=Lsd7tszSIua_GUeXhosB-JWk35zYN-3WKRVYI0ZrNSM,3777
|
|
568
565
|
umap/tests/integration/test_circles_layer.py,sha256=PjYGmCvAd9qDnldnbiw6nomJs1YgUdX181a9xrWSUYE,2396
|
|
569
566
|
umap/tests/integration/test_cluster.py,sha256=Ltkk0KUeUtU59lbNwZeoTyaGSYWto5k-rS6_SZ_QnGc,5457
|
|
570
|
-
umap/tests/integration/test_conditional_rules.py,sha256=
|
|
567
|
+
umap/tests/integration/test_conditional_rules.py,sha256=MUNAL4usehmrZqZRrjzXjp06unoqdSysttsheZ2DgG8,17524
|
|
571
568
|
umap/tests/integration/test_dashboard.py,sha256=LClLBc8lgDM1-NGhkvUSUMLmMuKt3sR1ubt2Eo-Iq7A,1550
|
|
572
569
|
umap/tests/integration/test_datalayer.py,sha256=tjerFu7npF3bQ8L8VOHWjdFJrKU22rGjEqSv2-fj-bY,5525
|
|
573
|
-
umap/tests/integration/test_draw_polygon.py,sha256=
|
|
574
|
-
umap/tests/integration/test_draw_polyline.py,sha256=
|
|
570
|
+
umap/tests/integration/test_draw_polygon.py,sha256=t5DCoksF-ErcAlZtXPU-xBbVs529N8CCHXs1F2LJ-jY,25690
|
|
571
|
+
umap/tests/integration/test_draw_polyline.py,sha256=BTvF5W3jFMLfnY60RCXatJ9MV8vNnPqzHxtOOfkbjS8,15175
|
|
575
572
|
umap/tests/integration/test_draw_route.py,sha256=hxa_uVqHLLEbbSsEIMsPsq5fMCNoKWY7cRCpMwqudmM,7276
|
|
576
|
-
umap/tests/integration/test_edit_datalayer.py,sha256=
|
|
573
|
+
umap/tests/integration/test_edit_datalayer.py,sha256=Q4CGSlKCxrkiO2jrX39uxPzxwqvJsd0eCN9fdFVZDiA,10238
|
|
577
574
|
umap/tests/integration/test_edit_map.py,sha256=0TXwrjgSKok7nxa-wy7WjVb8-lG0-zfS8s-f9klmqOQ,8784
|
|
578
575
|
umap/tests/integration/test_edit_marker.py,sha256=INj_7CYZxYN7usJbMn2xqIRKZRYnaurlzqr1V3dxdzY,5774
|
|
579
576
|
umap/tests/integration/test_edit_polygon.py,sha256=l2CxnTnblRYUiiBV3ERwPkZ-VQTEWzFSFWhAzTF9BgA,5252
|
|
580
577
|
umap/tests/integration/test_export_map.py,sha256=2Sijh3KUE6cqK0tDNMnHayXk5Ei69i0ARLqymBUiiWM,15957
|
|
581
578
|
umap/tests/integration/test_features_id_generation.py,sha256=mGoLIKV3xTc59XSnNPbAgHeG6RjMYwhmaVEmcqSnv-4,1463
|
|
582
|
-
umap/tests/integration/test_fields.py,sha256=
|
|
579
|
+
umap/tests/integration/test_fields.py,sha256=Rx197Q49-XGUPQ9Jakcp3pkAf2Q9Gtxs6wmFlz5pBB8,18352
|
|
583
580
|
umap/tests/integration/test_filters.py,sha256=0iMdhG1R0Jv4MVKtbmelaxEK6T81oC4CeoDInM2LDNw,24292
|
|
584
581
|
umap/tests/integration/test_heatmap.py,sha256=N4CH5cRrI8tNsCOqQAqhQR2eKV0bHV2uwF5apml_DCs,1627
|
|
585
|
-
umap/tests/integration/test_iframe.py,sha256=
|
|
586
|
-
umap/tests/integration/test_import.py,sha256=
|
|
587
|
-
umap/tests/integration/test_map.py,sha256=
|
|
582
|
+
umap/tests/integration/test_iframe.py,sha256=fwwX9QVBR_zaMHAvfKQSiNGzFJ4Lu3BJlH8asz1nIUc,901
|
|
583
|
+
umap/tests/integration/test_import.py,sha256=0uNs3LsN4Aw1fyVwtyOhDtJgvAdahXOxWXUhxb_CxHQ,44512
|
|
584
|
+
umap/tests/integration/test_map.py,sha256=m4wZZFSODH47bN0gX3Ep0cvOBKT7pmFHhax9cbizAgw,8785
|
|
588
585
|
umap/tests/integration/test_map_list.py,sha256=l1FImKnJkY7DupYX8waKaUZqhnORR20L8dzaqu-eF8E,1280
|
|
589
586
|
umap/tests/integration/test_map_preview.py,sha256=lmHiF7lk_2qkgXlhTHUkAWrUEEGzzbi80_QR7Xuqwho,3541
|
|
590
587
|
umap/tests/integration/test_optimistic_merge.py,sha256=N1FM0TiaMDd4Ldbzvq7kZRMLQeF3tfRNkg5TjesvQFw,13344
|
|
591
|
-
umap/tests/integration/test_owned_map.py,sha256=
|
|
588
|
+
umap/tests/integration/test_owned_map.py,sha256=1BeMbo6ZW-vu6FnUXuLeGbWhFhI9Rm_1zrF5bO-9wTY,10815
|
|
592
589
|
umap/tests/integration/test_picto.py,sha256=XNUmBElJDsI884UqusNxKLHKKqu_RQwtRg4hZwp6V3k,9340
|
|
593
|
-
umap/tests/integration/test_popup.py,sha256=
|
|
590
|
+
umap/tests/integration/test_popup.py,sha256=Bnm_wwr8GqZOhiyTL9mX21eMC0AtXyYkO5Xes8w1mS4,2483
|
|
594
591
|
umap/tests/integration/test_querystring.py,sha256=i6fQEAcNiD2SADv0wRQewGVA4CWrmOOpqnZGOnENOtg,2754
|
|
595
|
-
umap/tests/integration/test_remote_data.py,sha256=
|
|
592
|
+
umap/tests/integration/test_remote_data.py,sha256=uAzoBQrnQy5_F09Lrf_g0r98PIVh_vzhbah4DECNQJc,4314
|
|
596
593
|
umap/tests/integration/test_save.py,sha256=N6pzFXgFekkSMfZ-oetg2HhTmrmBiqmVnUCoXPoWNnc,1261
|
|
597
|
-
umap/tests/integration/
|
|
594
|
+
umap/tests/integration/test_search.py,sha256=rCAUeuOh8_bBi3jtMvKWXSPfmkMsuuEvAXYIrQU_X5s,1416
|
|
595
|
+
umap/tests/integration/test_share.py,sha256=6VuzNf29jk6VI4ax6IwWPTgaHafDtGCw8FHnyni9DpA,1795
|
|
598
596
|
umap/tests/integration/test_slideshow.py,sha256=yhy75YYpfTKpkGK7xGjJDJoqHtN6p2LG-O4krVE1Yks,1907
|
|
599
597
|
umap/tests/integration/test_star.py,sha256=qJUvFij0XK0PcWJnbe4w8nTvTjbJdJ5X-2JjHy6DqEw,973
|
|
600
598
|
umap/tests/integration/test_tableeditor.py,sha256=7XDCgpHMMhz5eLMySWeVmlf-u8B14qAkFh4-nCUk1nA,11619
|
|
601
|
-
umap/tests/integration/test_team.py,sha256=
|
|
599
|
+
umap/tests/integration/test_team.py,sha256=N5L33v-rFZsfhSGc7wbdTKn8YbUj0JsJ6IZ8fJOq0JQ,1599
|
|
602
600
|
umap/tests/integration/test_templates.py,sha256=QtGZpYmA1Epwp9olYAbl7Mqncs2YSXutqEVHV3-nlkU,1768
|
|
603
601
|
umap/tests/integration/test_tilelayer.py,sha256=rBI3bm4hCpH87rcFvuc5H8yu1D9FQBZMNbqqJzpdI24,5302
|
|
604
602
|
umap/tests/integration/test_undo_redo.py,sha256=1wSb43fI3ZpJcegW9AaQZ7a2BcuBSfkMAuT5zBsfO0s,9302
|
|
605
603
|
umap/tests/integration/test_view_marker.py,sha256=NFCwNez__E_WsE1DuW5RuB0HVKDP4CQMXGhJw0LfnFs,6900
|
|
606
604
|
umap/tests/integration/test_view_polygon.py,sha256=NMJC6Nt9VpQ8FIU9Pqq2OspHv49xsWlsoXCr8iBa0VA,2060
|
|
607
605
|
umap/tests/integration/test_view_polyline.py,sha256=aJoXKmLhJaN0yhPdDCVskZNGx3q3mLDkjVPhZ30cadA,13959
|
|
608
|
-
umap/tests/integration/test_websocket_sync.py,sha256=
|
|
609
|
-
umap_project-3.4.
|
|
610
|
-
umap_project-3.4.
|
|
611
|
-
umap_project-3.4.
|
|
612
|
-
umap_project-3.4.
|
|
613
|
-
umap_project-3.4.
|
|
606
|
+
umap/tests/integration/test_websocket_sync.py,sha256=WEJQL7FU28UFxz7YfA0kOQFDqV_-dofxqF7D955iIM0,29790
|
|
607
|
+
umap_project-3.4.2.dist-info/METADATA,sha256=Z_pkgG9sH1EybmooSBD_BihlAxIWAAMRcqSb1Xytmso,5746
|
|
608
|
+
umap_project-3.4.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
609
|
+
umap_project-3.4.2.dist-info/entry_points.txt,sha256=gz-KDQfEsMLBae8ABOD3foJsCYGPW1tA4Y394R_1RW8,39
|
|
610
|
+
umap_project-3.4.2.dist-info/licenses/LICENSE,sha256=kQtrtRKgiPhcl7aO0-lmvbrNAXu7WHyiXvPrUk-TD2Q,820
|
|
611
|
+
umap_project-3.4.2.dist-info/RECORD,,
|