umap-project 3.0.4__py3-none-any.whl → 3.0.5__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/el/LC_MESSAGES/django.mo +0 -0
- umap/locale/el/LC_MESSAGES/django.po +136 -56
- umap/locale/en/LC_MESSAGES/django.po +18 -18
- umap/locale/es/LC_MESSAGES/django.mo +0 -0
- umap/locale/es/LC_MESSAGES/django.po +136 -56
- umap/locale/nl/LC_MESSAGES/django.mo +0 -0
- umap/locale/nl/LC_MESSAGES/django.po +1 -1
- umap/models.py +1 -0
- umap/settings/base.py +1 -0
- umap/static/umap/css/bar.css +1 -1
- umap/static/umap/css/tooltip.css +13 -0
- umap/static/umap/js/modules/autocomplete.js +7 -8
- umap/static/umap/js/modules/browser.js +89 -94
- umap/static/umap/js/modules/caption.js +6 -4
- umap/static/umap/js/modules/data/features.js +1 -19
- umap/static/umap/js/modules/data/layer.js +100 -61
- umap/static/umap/js/modules/facets.js +1 -1
- umap/static/umap/js/modules/form/fields.js +1 -1
- umap/static/umap/js/modules/importer.js +1 -1
- umap/static/umap/js/modules/managers.js +46 -0
- umap/static/umap/js/modules/permissions.js +1 -1
- umap/static/umap/js/modules/rendering/controls.js +251 -0
- umap/static/umap/js/modules/rendering/layers/heat.js +5 -0
- umap/static/umap/js/modules/rendering/map.js +21 -10
- umap/static/umap/js/modules/rendering/ui.js +0 -1
- umap/static/umap/js/modules/rules.js +56 -46
- umap/static/umap/js/modules/schema.js +5 -1
- umap/static/umap/js/modules/share.js +2 -2
- umap/static/umap/js/modules/slideshow.js +1 -1
- umap/static/umap/js/modules/sync/engine.js +23 -9
- umap/static/umap/js/modules/ui/bar.js +2 -2
- umap/static/umap/js/modules/ui/base.js +13 -0
- umap/static/umap/js/modules/umap.js +69 -111
- umap/static/umap/js/umap.controls.js +0 -310
- umap/static/umap/js/umap.core.js +0 -40
- umap/static/umap/locale/am_ET.js +8 -3
- umap/static/umap/locale/am_ET.json +8 -3
- umap/static/umap/locale/ar.js +8 -3
- umap/static/umap/locale/ar.json +8 -3
- umap/static/umap/locale/ast.js +8 -3
- umap/static/umap/locale/ast.json +8 -3
- umap/static/umap/locale/bg.js +8 -3
- umap/static/umap/locale/bg.json +8 -3
- umap/static/umap/locale/br.js +8 -3
- umap/static/umap/locale/br.json +8 -3
- umap/static/umap/locale/ca.js +20 -17
- umap/static/umap/locale/ca.json +20 -17
- umap/static/umap/locale/cs_CZ.js +5 -2
- umap/static/umap/locale/cs_CZ.json +5 -2
- umap/static/umap/locale/da.js +8 -3
- umap/static/umap/locale/da.json +8 -3
- umap/static/umap/locale/de.js +5 -2
- umap/static/umap/locale/de.json +5 -2
- umap/static/umap/locale/el.js +92 -87
- umap/static/umap/locale/el.json +92 -87
- umap/static/umap/locale/en.js +5 -2
- umap/static/umap/locale/en.json +5 -2
- umap/static/umap/locale/en_US.json +8 -3
- umap/static/umap/locale/es.js +18 -15
- umap/static/umap/locale/es.json +18 -15
- umap/static/umap/locale/et.js +8 -3
- umap/static/umap/locale/et.json +8 -3
- umap/static/umap/locale/eu.js +5 -2
- umap/static/umap/locale/eu.json +5 -2
- umap/static/umap/locale/fa_IR.js +5 -2
- umap/static/umap/locale/fa_IR.json +5 -2
- umap/static/umap/locale/fi.js +8 -3
- umap/static/umap/locale/fi.json +8 -3
- umap/static/umap/locale/fr.js +5 -2
- umap/static/umap/locale/fr.json +5 -2
- umap/static/umap/locale/gl.js +5 -2
- umap/static/umap/locale/gl.json +5 -2
- umap/static/umap/locale/he.js +8 -3
- umap/static/umap/locale/he.json +8 -3
- umap/static/umap/locale/hr.js +8 -3
- umap/static/umap/locale/hr.json +8 -3
- umap/static/umap/locale/hu.js +5 -2
- umap/static/umap/locale/hu.json +5 -2
- umap/static/umap/locale/id.js +8 -3
- umap/static/umap/locale/id.json +8 -3
- umap/static/umap/locale/is.js +8 -3
- umap/static/umap/locale/is.json +8 -3
- umap/static/umap/locale/it.js +5 -2
- umap/static/umap/locale/it.json +5 -2
- umap/static/umap/locale/ja.js +8 -3
- umap/static/umap/locale/ja.json +8 -3
- umap/static/umap/locale/ko.js +8 -3
- umap/static/umap/locale/ko.json +8 -3
- umap/static/umap/locale/lt.js +8 -3
- umap/static/umap/locale/lt.json +8 -3
- umap/static/umap/locale/ms.js +8 -3
- umap/static/umap/locale/ms.json +8 -3
- umap/static/umap/locale/nl.js +7 -4
- umap/static/umap/locale/nl.json +7 -4
- umap/static/umap/locale/no.js +8 -3
- umap/static/umap/locale/no.json +8 -3
- umap/static/umap/locale/pl.js +8 -3
- umap/static/umap/locale/pl.json +8 -3
- umap/static/umap/locale/pl_PL.json +8 -3
- umap/static/umap/locale/pt.js +5 -2
- umap/static/umap/locale/pt.json +5 -2
- umap/static/umap/locale/pt_BR.js +8 -3
- umap/static/umap/locale/pt_BR.json +8 -3
- umap/static/umap/locale/pt_PT.js +5 -2
- umap/static/umap/locale/pt_PT.json +5 -2
- umap/static/umap/locale/ro.js +8 -3
- umap/static/umap/locale/ro.json +8 -3
- umap/static/umap/locale/ru.js +8 -3
- umap/static/umap/locale/ru.json +8 -3
- umap/static/umap/locale/sk_SK.js +8 -3
- umap/static/umap/locale/sk_SK.json +8 -3
- umap/static/umap/locale/sl.js +8 -3
- umap/static/umap/locale/sl.json +8 -3
- umap/static/umap/locale/sr.js +8 -3
- umap/static/umap/locale/sr.json +8 -3
- umap/static/umap/locale/sv.js +8 -3
- umap/static/umap/locale/sv.json +8 -3
- umap/static/umap/locale/th_TH.js +8 -3
- umap/static/umap/locale/th_TH.json +8 -3
- umap/static/umap/locale/tr.js +8 -3
- umap/static/umap/locale/tr.json +8 -3
- umap/static/umap/locale/uk_UA.js +8 -3
- umap/static/umap/locale/uk_UA.json +8 -3
- umap/static/umap/locale/vi.js +8 -3
- umap/static/umap/locale/vi.json +8 -3
- umap/static/umap/locale/vi_VN.json +8 -3
- umap/static/umap/locale/zh.js +8 -3
- umap/static/umap/locale/zh.json +8 -3
- umap/static/umap/locale/zh_CN.json +8 -3
- umap/static/umap/locale/zh_TW.Big5.json +8 -3
- umap/static/umap/locale/zh_TW.js +5 -2
- umap/static/umap/locale/zh_TW.json +5 -2
- umap/static/umap/map.css +9 -31
- umap/static/umap/vendors/togeojson/togeojson.es.js +350 -177
- umap/static/umap/vendors/togeojson/togeojson.es.mjs.map +1 -1
- umap/templates/umap/design_system.html +355 -0
- umap/tests/base.py +2 -2
- umap/tests/fixtures/heatmap_data.json +1044 -0
- umap/tests/integration/test_browser.py +3 -3
- umap/tests/integration/test_conditional_rules.py +2 -2
- umap/tests/integration/test_datalayer.py +0 -1
- umap/tests/integration/test_edit_map.py +7 -7
- umap/tests/integration/test_facets_browser.py +2 -2
- umap/tests/integration/test_heatmap.py +41 -0
- umap/tests/integration/test_import.py +58 -1
- umap/tests/integration/test_map.py +7 -8
- umap/tests/integration/test_optimistic_merge.py +12 -4
- umap/tests/integration/test_querystring.py +1 -1
- umap/tests/integration/test_remote_data.py +79 -0
- umap/tests/integration/test_websocket_sync.py +2 -2
- umap/urls.py +1 -0
- umap/views.py +7 -0
- {umap_project-3.0.4.dist-info → umap_project-3.0.5.dist-info}/METADATA +8 -8
- {umap_project-3.0.4.dist-info → umap_project-3.0.5.dist-info}/RECORD +158 -152
- {umap_project-3.0.4.dist-info → umap_project-3.0.5.dist-info}/WHEEL +0 -0
- {umap_project-3.0.4.dist-info → umap_project-3.0.5.dist-info}/entry_points.txt +0 -0
- {umap_project-3.0.4.dist-info → umap_project-3.0.5.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
umap/__init__.py,sha256=
|
|
1
|
+
umap/__init__.py,sha256=n4zl0oJhR1Xk5U_qVYG5-Ftz0V2KaI1b8jxXrHIF78w,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
|
|
@@ -9,10 +9,10 @@ umap/fields.py,sha256=c32tKWKF8aThrCXDJblwo0n9n2ET6hxBYzEupfr0B4o,900
|
|
|
9
9
|
umap/forms.py,sha256=q34614Y6fn02xK269qsGXfJYpfUqFO4ArWXgoD68pX0,3756
|
|
10
10
|
umap/managers.py,sha256=-lBK0xYFRDfX76qDRdLnZOA8jEPYseEwIj8QOiHVM4w,243
|
|
11
11
|
umap/middleware.py,sha256=-cCPlG43b8BSS9UDCW5rUSX-SvaG6lpGx_3Zm5QHa9M,1556
|
|
12
|
-
umap/models.py,sha256=
|
|
13
|
-
umap/urls.py,sha256=
|
|
12
|
+
umap/models.py,sha256=DMHprVTOSDQW-TadKahnegmXwZxDYmhnm-hY_x9ET5U,19506
|
|
13
|
+
umap/urls.py,sha256=sxDUgpYNVt7H7zhwdUAmM5uVnKjveJp6wkid4Z_Rwks,7630
|
|
14
14
|
umap/utils.py,sha256=WlTnzS2LUraYViSMsI2tf_0caq_yw_p8RLqpkjynf5E,6379
|
|
15
|
-
umap/views.py,sha256=
|
|
15
|
+
umap/views.py,sha256=9347vdkq7bX3MyLU8jmGqDRG4m76k3R3pih7ylAf6h4,48318
|
|
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
|
|
@@ -33,12 +33,12 @@ umap/locale/da/LC_MESSAGES/django.mo,sha256=xChVPJcihv-OB016M6e9VEYm68mTfmQFN60t
|
|
|
33
33
|
umap/locale/da/LC_MESSAGES/django.po,sha256=tg9vL8x5ZG8tKN6YczUNSyIZDqb7z4F0GP_AVoTMO9g,16340
|
|
34
34
|
umap/locale/de/LC_MESSAGES/django.mo,sha256=A5kUyC-J7_zPueGqh6CujU2tn1hM4lXwCDi8Ru3pqEA,14073
|
|
35
35
|
umap/locale/de/LC_MESSAGES/django.po,sha256=0tb6RSxENd7VEhMcR37xw3CTBTl4vvj2HNS_r--Tk6M,22041
|
|
36
|
-
umap/locale/el/LC_MESSAGES/django.mo,sha256=
|
|
37
|
-
umap/locale/el/LC_MESSAGES/django.po,sha256=
|
|
36
|
+
umap/locale/el/LC_MESSAGES/django.mo,sha256=aFkAQIlBV3drCV0B2boe_6mHLZHWfHu28XsmMtd4U5c,20164
|
|
37
|
+
umap/locale/el/LC_MESSAGES/django.po,sha256=l_iAsWzHxpWVQPAGXoszCM008zNWkxIp5qhpOFF3_B4,27449
|
|
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=pCod37BR1uY6JcRXWStlUQkxRPg8M7TMqtM1L0lti1c,16232
|
|
40
|
+
umap/locale/es/LC_MESSAGES/django.mo,sha256=jvpj3i3lbvgjfa-iRuvL4vReRfVFKIzO3d6mQtPzjJQ,14859
|
|
41
|
+
umap/locale/es/LC_MESSAGES/django.po,sha256=2jvd3TpaeciyKPLYphOS3q6lzcRqplNRvEshw-Kxg-8,22394
|
|
42
42
|
umap/locale/et/LC_MESSAGES/django.mo,sha256=e1Vc1BCFkXui1HH9Olrf02GOp9EgPRrMMB8CDM3xpBo,8664
|
|
43
43
|
umap/locale/et/LC_MESSAGES/django.po,sha256=E8G13Bz1LVOoR4NNIe_eIBZn6nimDnQQ_IB5HKtsZ5M,17952
|
|
44
44
|
umap/locale/eu/LC_MESSAGES/django.mo,sha256=I8feI0o8IbKfXKA3zbpJxE_uD_gI-yeDKcyUHVS26ek,13340
|
|
@@ -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=36O8zA_ufi_9LdiPavCwsJc14GnI7CFoAGzUmly8oaM,14579
|
|
75
|
+
umap/locale/nl/LC_MESSAGES/django.po,sha256=PRZTwcrgbAFja5Ba11suRFTrIiWAR_UXrm2Jnkv2Q14,21757
|
|
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,18 +146,18 @@ 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=engyJ067JllCFWXUJkpKIeLENSRZSr7uD51eUUY8SiU,11825
|
|
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
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=MlqzF8bxphH9DDY9LddB6gUcTi3lR6LQdwDzi8GXStI,24377
|
|
157
157
|
umap/static/umap/nav.css,sha256=MsckfSfuMgADt71FIVpW351ZC2ATlr50iGW-47hziwk,1956
|
|
158
158
|
umap/static/umap/theme.css,sha256=gkbyghlT5kNfz0Qyg1JL7xalqvHVx321eO9qlnvcaAU,49
|
|
159
159
|
umap/static/umap/vars.css,sha256=E6FnvCQxs8TCWW4lfXMkSnuEQEwOklZnGFX5tqtW_nI,2164
|
|
160
|
-
umap/static/umap/css/bar.css,sha256=
|
|
160
|
+
umap/static/umap/css/bar.css,sha256=qAhRGfDqh0Att86H3RUr4os9DPiG6E83aPnKcUtDsS0,6250
|
|
161
161
|
umap/static/umap/css/contextmenu.css,sha256=etLtnZXVxJTkmggr05vcfStOw4Gu9DDDTMUh0PKw2Mg,752
|
|
162
162
|
umap/static/umap/css/dialog.css,sha256=BNHxSqzrUTpcEwDlLDn5I8En-uoB7cR94zkr4PvsQPY,952
|
|
163
163
|
umap/static/umap/css/form.css,sha256=V4o7wUNPNUU8bCzxjBEToS1-NlkMxxDmiBSsVIlnD5E,14431
|
|
@@ -167,7 +167,7 @@ umap/static/umap/css/panel.css,sha256=YCtDmZdWwrGZmOz7FA4WYKD323vlsuRxQp71-hq_pc
|
|
|
167
167
|
umap/static/umap/css/popup.css,sha256=arW0Yfisk5EUnT7-uSZEIw4IYZxF2uMJkiOtqyEmcIE,2400
|
|
168
168
|
umap/static/umap/css/slideshow.css,sha256=zh3H_VlkMJsCjE6djbI9sJ3blY9GbDBYWKGX20oXrXA,1928
|
|
169
169
|
umap/static/umap/css/tableeditor.css,sha256=nYFd5qSMkUasFfAxkWwewKJ5MwIcZb2Zq_DViuDRZc4,1574
|
|
170
|
-
umap/static/umap/css/tooltip.css,sha256=
|
|
170
|
+
umap/static/umap/css/tooltip.css,sha256=jFAzyKulL7ow2XufkzQ6bRXK0u8d5z9bjoiOELQOHzQ,1953
|
|
171
171
|
umap/static/umap/css/window.css,sha256=50MFWr9oU200f8-crTPJi3ZPG9h1eG5i6oOBP8yttBQ,808
|
|
172
172
|
umap/static/umap/favicons/apple-touch-icon.png,sha256=xjhkAIZwNywTApzAgnwSvagpcm252katIaVnHIIC_LE,2776
|
|
173
173
|
umap/static/umap/favicons/favicon.ico,sha256=0jjg1MnZ2AdWFLKjEwZSf09TVXlqz6oNdtX4rRppHdA,15086
|
|
@@ -225,164 +225,166 @@ 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=
|
|
229
|
-
umap/static/umap/js/umap.core.js,sha256=
|
|
228
|
+
umap/static/umap/js/umap.controls.js,sha256=W-ZvdBtaDM-jf03jWPW43ImfsosjBVCQNbuewduFopw,14631
|
|
229
|
+
umap/static/umap/js/umap.core.js,sha256=BpcfSnHFb1MzOaF0Meo8GrEVETOKMaG_pbgnRwnUPi8,6041
|
|
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
|
-
umap/static/umap/js/modules/autocomplete.js,sha256=
|
|
235
|
-
umap/static/umap/js/modules/browser.js,sha256=
|
|
236
|
-
umap/static/umap/js/modules/caption.js,sha256=
|
|
234
|
+
umap/static/umap/js/modules/autocomplete.js,sha256=CLw4KP_Mmf5s55OWimK3Xw7GkwDLtuCqeEI2WqPSsOU,8729
|
|
235
|
+
umap/static/umap/js/modules/browser.js,sha256=GpJH1cIQBj0IN0zHax1uDXWHQnmZcUBqagpj7lTKZH0,9748
|
|
236
|
+
umap/static/umap/js/modules/caption.js,sha256=WhjnI2yzh1flEs3__oyf27uOpLybai_cQ7NKAuupBvg,5472
|
|
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
|
-
umap/static/umap/js/modules/facets.js,sha256=
|
|
239
|
+
umap/static/umap/js/modules/facets.js,sha256=o1nnw8Ftvhkyb0MCsY-RvRv1Nm4htZJjmRdObbrGD3g,4777
|
|
240
240
|
umap/static/umap/js/modules/formatter.js,sha256=6N6P9HeIkj5-NI4I1UfhDFc7q-x6_jR26JiCriQpkoM,4724
|
|
241
241
|
umap/static/umap/js/modules/global.js,sha256=pmO5iFezaPhxQemgscta2S1J4vBRHIpjALjym2Hs9Z4,941
|
|
242
242
|
umap/static/umap/js/modules/help.js,sha256=vjf1_Gt5rhG8JIo80j-8ln68wMuWewzn7jcwZootBEg,9756
|
|
243
243
|
umap/static/umap/js/modules/i18n.js,sha256=dEpjsWoEZa-Tr5_MDO0tuWkt7kLL3crxXqhttyP-khU,1387
|
|
244
|
-
umap/static/umap/js/modules/importer.js,sha256=
|
|
244
|
+
umap/static/umap/js/modules/importer.js,sha256=frdAAdZTSUIGVQrcCpnlNCc0hx0LApTFe0uQ05cj25Y,11274
|
|
245
245
|
umap/static/umap/js/modules/leaflet-configure.js,sha256=P3aD8iNGxuVNv-xW4Di4txAjNmnlpKtCCzDvPaKEdQ8,243
|
|
246
|
+
umap/static/umap/js/modules/managers.js,sha256=FJI-m9Lr2jPA_VJyrfwtGD4_H31HJaILAnGIl59_tG4,1213
|
|
246
247
|
umap/static/umap/js/modules/orderable.js,sha256=zDtcElZ_MVPoGba8Iv9bxOzk4vuN7C-5XVl4UomDYHE,2521
|
|
247
|
-
umap/static/umap/js/modules/permissions.js,sha256=
|
|
248
|
+
umap/static/umap/js/modules/permissions.js,sha256=X3Fqwt_7ydBfiUcwa-Nf7FvwOF4mle2EoEOJboPcA0g,8725
|
|
248
249
|
umap/static/umap/js/modules/request.js,sha256=9GRJoOPbdkHL9OFP6Joaf5wzsJckPyiG2O7AxQciTik,3885
|
|
249
|
-
umap/static/umap/js/modules/rules.js,sha256=
|
|
250
|
-
umap/static/umap/js/modules/schema.js,sha256=
|
|
251
|
-
umap/static/umap/js/modules/share.js,sha256=
|
|
252
|
-
umap/static/umap/js/modules/slideshow.js,sha256=
|
|
250
|
+
umap/static/umap/js/modules/rules.js,sha256=ugTUSDFjCrqMGQOjwU2pUQDUhvc0PvOPzMgBtTOhZVA,8406
|
|
251
|
+
umap/static/umap/js/modules/schema.js,sha256=78urQ16eEvy5aUGdDndm4LMRbINsWVpdK91oENyeLNw,13974
|
|
252
|
+
umap/static/umap/js/modules/share.js,sha256=Xpkj-K6DixfcALeTpQ1u9obX-RVU2Ma6R2lZkjDFIMM,7213
|
|
253
|
+
umap/static/umap/js/modules/slideshow.js,sha256=23_i982eABEWwLCd-0Eftk-ew6RSt8sL9sVEhDblC6s,3612
|
|
253
254
|
umap/static/umap/js/modules/tableeditor.js,sha256=tNZMAjzd7ji9MEcSTctH6D7gH3sK2ZgjCSiSQbFxxbQ,9901
|
|
254
|
-
umap/static/umap/js/modules/umap.js,sha256=
|
|
255
|
+
umap/static/umap/js/modules/umap.js,sha256=Lf9sM_OnaW1Y7FTtNbT5utKjDanRU0YekfyJv9M4o14,53475
|
|
255
256
|
umap/static/umap/js/modules/urls.js,sha256=76cFqycj2O8huuoYYBvxnVt2Fc2UDbgrRsiv6lQmcSY,890
|
|
256
257
|
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=
|
|
258
|
+
umap/static/umap/js/modules/data/features.js,sha256=aKQpCchD3_nlBjgTiIXUxepE2RdTyR2JpCP3p7Ev4FY,32786
|
|
259
|
+
umap/static/umap/js/modules/data/layer.js,sha256=abiXdM5Hehseys7UqopixkO-mj50ENsZttBNEgQvt1M,37263
|
|
259
260
|
umap/static/umap/js/modules/form/builder.js,sha256=-V3t6L2YZXwICi2ks5VAhh2Iyq2fYxxkV2iYIsaaRaQ,6435
|
|
260
|
-
umap/static/umap/js/modules/form/fields.js,sha256=
|
|
261
|
+
umap/static/umap/js/modules/form/fields.js,sha256=zrE0PPAIqaPXoCNL6vLfPbnqcb5eGDKbCIDOFc_Iyg0,34402
|
|
261
262
|
umap/static/umap/js/modules/importers/banfr.js,sha256=TBwL3GQJdzYtaDtxeHxyPQ7Ycy5zTaQyvzXa55X7n2I,2932
|
|
262
263
|
umap/static/umap/js/modules/importers/cadastrefr.js,sha256=fcNOYZ679MYpy3fQubEhNmyaMpGKyNNeZRlUVgHKcz4,2319
|
|
263
264
|
umap/static/umap/js/modules/importers/communesfr.js,sha256=HoeVApZ0ORDxQt4dA86nKDldey3aJNeLdagMkn5skUg,1723
|
|
264
265
|
umap/static/umap/js/modules/importers/datasets.js,sha256=StZbRiq_1vqe0OO1w66k5Lwzju8RntmHpWe9HWIDfRE,1372
|
|
265
266
|
umap/static/umap/js/modules/importers/geodatamine.js,sha256=4KmRpEpwdUHO1lqzB38hnTFvPjh7IjcQfVVDziqKS8k,3000
|
|
266
267
|
umap/static/umap/js/modules/importers/overpass.js,sha256=cY2kb3Fs8tA6PqBjGyc5bI0mg7L1ijapIAkVGwEhSwI,3341
|
|
268
|
+
umap/static/umap/js/modules/rendering/controls.js,sha256=O-p4cPknO4BAJES5Hh2dBcqWFC-8kINs5RPRQ1MdPlM,7619
|
|
267
269
|
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=
|
|
270
|
+
umap/static/umap/js/modules/rendering/map.js,sha256=aHPU95KEAw54Pd9Do9C0YTrghYM7P1ZvNOcaXEhPEy0,12542
|
|
269
271
|
umap/static/umap/js/modules/rendering/popup.js,sha256=OtQYpjhWCoW20XBFeeSKCXMqN-szohaX1TKWhPc9eBo,2577
|
|
270
272
|
umap/static/umap/js/modules/rendering/template.js,sha256=CTH376AbTBfIeYApeQ2qy4M8dYX6lN_h7czzO28R6hY,9524
|
|
271
|
-
umap/static/umap/js/modules/rendering/ui.js,sha256=
|
|
273
|
+
umap/static/umap/js/modules/rendering/ui.js,sha256=TZleTrpW6sjNvbC-iFh_WFIsLUDRqWzow-5jm3xTY4A,13695
|
|
272
274
|
umap/static/umap/js/modules/rendering/layers/base.js,sha256=DeXxRwTatoxxGStT1tWyNQVCrIkbgd7ZaawIPxWIcOQ,2525
|
|
273
275
|
umap/static/umap/js/modules/rendering/layers/classified.js,sha256=S8oMae7MjQd2QFS2Q5IRb3eUMWfLiPoo-twpXBDtJXo,14765
|
|
274
276
|
umap/static/umap/js/modules/rendering/layers/cluster.js,sha256=2Fq7IXqUXdEHjqHcEyH-3AgFKnO-bUbSZjPpYlKgMyQ,3751
|
|
275
|
-
umap/static/umap/js/modules/rendering/layers/heat.js,sha256=
|
|
276
|
-
umap/static/umap/js/modules/sync/engine.js,sha256=
|
|
277
|
+
umap/static/umap/js/modules/rendering/layers/heat.js,sha256=YKhd9nfAK3kAFGzmR_gOH1tVDTKOUewFJ1NRbtzdHfE,4918
|
|
278
|
+
umap/static/umap/js/modules/sync/engine.js,sha256=LDB7HHCmfVb0Cz30yVXBSV0f-1CGG5bkzrPtaT5RePM,18390
|
|
277
279
|
umap/static/umap/js/modules/sync/hlc.js,sha256=XeJz3x7qiDz7v-mcgGIynj5ks34FpWx_oSPUPFd_ZGA,2991
|
|
278
280
|
umap/static/umap/js/modules/sync/undo.js,sha256=CQufaRvI_-dT0HGm5Wl8hBbO00IruflPdlmWJ4acgFM,2910
|
|
279
281
|
umap/static/umap/js/modules/sync/updaters.js,sha256=IHgHknhn-GB2yCvK1TO_iG975QyFD9LyHbT8gKb1u1o,3854
|
|
280
282
|
umap/static/umap/js/modules/sync/websocket.js,sha256=M2wsFuW5vRsY677dRSAFUWJl5MBPCOvaNYCAxBAqjcA,2522
|
|
281
|
-
umap/static/umap/js/modules/ui/bar.js,sha256=
|
|
282
|
-
umap/static/umap/js/modules/ui/base.js,sha256=
|
|
283
|
+
umap/static/umap/js/modules/ui/bar.js,sha256=9iWTTgj4Fm-gbj-idKvD46qko_ln8PD3MY_9bwgA52I,14187
|
|
284
|
+
umap/static/umap/js/modules/ui/base.js,sha256=qPV7Rtru69Eo0YYzxuSM-FkAO5M2l2TC-sMLKull5dc,2779
|
|
283
285
|
umap/static/umap/js/modules/ui/contextmenu.js,sha256=eSo9zSPO_4iWIztvbM5n1TQYdX60Yndt3xIWGy10_X0,2842
|
|
284
286
|
umap/static/umap/js/modules/ui/dialog.js,sha256=geAcMf2ajpNpDePDbaOz_kOiWOZWtpOHT7kBYqOHEa0,5620
|
|
285
287
|
umap/static/umap/js/modules/ui/panel.js,sha256=QsoJEPgrXQ1k7_kVFbJgIFKVgTsPFyL41Hu7GN-bubg,3373
|
|
286
288
|
umap/static/umap/js/modules/ui/tooltip.js,sha256=KxUQMtH29DZSCsZ6uZMtNlNR2NnQDnRMfJMJ35O_w5k,1919
|
|
287
|
-
umap/static/umap/locale/am_ET.js,sha256=
|
|
288
|
-
umap/static/umap/locale/am_ET.json,sha256=
|
|
289
|
-
umap/static/umap/locale/ar.js,sha256=
|
|
290
|
-
umap/static/umap/locale/ar.json,sha256=
|
|
291
|
-
umap/static/umap/locale/ast.js,sha256=
|
|
292
|
-
umap/static/umap/locale/ast.json,sha256=
|
|
293
|
-
umap/static/umap/locale/bg.js,sha256=
|
|
294
|
-
umap/static/umap/locale/bg.json,sha256=
|
|
295
|
-
umap/static/umap/locale/br.js,sha256
|
|
296
|
-
umap/static/umap/locale/br.json,sha256=
|
|
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=
|
|
301
|
-
umap/static/umap/locale/da.js,sha256=
|
|
302
|
-
umap/static/umap/locale/da.json,sha256=
|
|
303
|
-
umap/static/umap/locale/de.js,sha256=
|
|
304
|
-
umap/static/umap/locale/de.json,sha256=
|
|
305
|
-
umap/static/umap/locale/el.js,sha256=
|
|
306
|
-
umap/static/umap/locale/el.json,sha256=
|
|
307
|
-
umap/static/umap/locale/en.js,sha256=
|
|
308
|
-
umap/static/umap/locale/en.json,sha256=
|
|
309
|
-
umap/static/umap/locale/en_US.json,sha256=
|
|
310
|
-
umap/static/umap/locale/es.js,sha256=
|
|
311
|
-
umap/static/umap/locale/es.json,sha256=
|
|
312
|
-
umap/static/umap/locale/et.js,sha256
|
|
313
|
-
umap/static/umap/locale/et.json,sha256=
|
|
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=
|
|
318
|
-
umap/static/umap/locale/fi.js,sha256=
|
|
319
|
-
umap/static/umap/locale/fi.json,sha256=
|
|
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=
|
|
324
|
-
umap/static/umap/locale/he.js,sha256=
|
|
325
|
-
umap/static/umap/locale/he.json,sha256=
|
|
326
|
-
umap/static/umap/locale/hr.js,sha256=
|
|
327
|
-
umap/static/umap/locale/hr.json,sha256=
|
|
328
|
-
umap/static/umap/locale/hu.js,sha256=
|
|
329
|
-
umap/static/umap/locale/hu.json,sha256=
|
|
330
|
-
umap/static/umap/locale/id.js,sha256=
|
|
331
|
-
umap/static/umap/locale/id.json,sha256=
|
|
332
|
-
umap/static/umap/locale/is.js,sha256=
|
|
333
|
-
umap/static/umap/locale/is.json,sha256=
|
|
334
|
-
umap/static/umap/locale/it.js,sha256=
|
|
335
|
-
umap/static/umap/locale/it.json,sha256=
|
|
336
|
-
umap/static/umap/locale/ja.js,sha256=
|
|
337
|
-
umap/static/umap/locale/ja.json,sha256=
|
|
338
|
-
umap/static/umap/locale/ko.js,sha256=
|
|
339
|
-
umap/static/umap/locale/ko.json,sha256=
|
|
340
|
-
umap/static/umap/locale/lt.js,sha256=
|
|
341
|
-
umap/static/umap/locale/lt.json,sha256
|
|
342
|
-
umap/static/umap/locale/ms.js,sha256=
|
|
343
|
-
umap/static/umap/locale/ms.json,sha256
|
|
344
|
-
umap/static/umap/locale/nl.js,sha256=
|
|
345
|
-
umap/static/umap/locale/nl.json,sha256
|
|
346
|
-
umap/static/umap/locale/no.js,sha256=
|
|
347
|
-
umap/static/umap/locale/no.json,sha256=
|
|
348
|
-
umap/static/umap/locale/pl.js,sha256=
|
|
349
|
-
umap/static/umap/locale/pl.json,sha256=
|
|
350
|
-
umap/static/umap/locale/pl_PL.json,sha256=
|
|
351
|
-
umap/static/umap/locale/pt.js,sha256=
|
|
352
|
-
umap/static/umap/locale/pt.json,sha256=
|
|
353
|
-
umap/static/umap/locale/pt_BR.js,sha256=
|
|
354
|
-
umap/static/umap/locale/pt_BR.json,sha256=
|
|
355
|
-
umap/static/umap/locale/pt_PT.js,sha256=
|
|
356
|
-
umap/static/umap/locale/pt_PT.json,sha256=
|
|
357
|
-
umap/static/umap/locale/ro.js,sha256=
|
|
358
|
-
umap/static/umap/locale/ro.json,sha256=
|
|
359
|
-
umap/static/umap/locale/ru.js,sha256=
|
|
360
|
-
umap/static/umap/locale/ru.json,sha256=
|
|
289
|
+
umap/static/umap/locale/am_ET.js,sha256=lozducxQlYLYZVUaWj_PnnKYLt-vWHEaHv1uy87M9VA,34724
|
|
290
|
+
umap/static/umap/locale/am_ET.json,sha256=tGboGw8iH_rimgxtR7vsR8TfFtlKa1snWbAGHl3LcnQ,34653
|
|
291
|
+
umap/static/umap/locale/ar.js,sha256=N9kC4KXi3mR9c89ubqtto210t1Vv08ItTKAbUHhBTd8,31553
|
|
292
|
+
umap/static/umap/locale/ar.json,sha256=Arm4S8bUb0mIqKmgoqw_3WN39kig-96w2BvEbvBrFDw,31488
|
|
293
|
+
umap/static/umap/locale/ast.js,sha256=viph-vf4m-VUPK3p6-Kcrk3gJb23v1p_UktlLoEk3Ag,31157
|
|
294
|
+
umap/static/umap/locale/ast.json,sha256=HyyUkd5SBu6-7zXq4trHKUmmQwBWZAmPKizc_X0f5T0,31090
|
|
295
|
+
umap/static/umap/locale/bg.js,sha256=l7eDwqVxQo30V6LDaN0RLi89oEYt9L9pqSZL7QxsfW0,34004
|
|
296
|
+
umap/static/umap/locale/bg.json,sha256=gY-kPZBlQkdUjOp0n7-NsQ3IJkKnDfqU3a8oo3erLog,33939
|
|
297
|
+
umap/static/umap/locale/br.js,sha256=sDO3PXaRaxuGn10jYpzL4_J3dkIUauv4ybkS9tqFUUE,33016
|
|
298
|
+
umap/static/umap/locale/br.json,sha256=gG5vYVEdsuvJvVgQLrvnhzC2Fxg742h_YUKPLfRz0Vo,32951
|
|
299
|
+
umap/static/umap/locale/ca.js,sha256=RFnhHmrhu_TkbZsUSYCU2cuUvyIZPrcnuy1gm35ctw8,32842
|
|
300
|
+
umap/static/umap/locale/ca.json,sha256=DwaQf35cYOn5Qpod74miG0XUNd842lVGfVWnl_zl73Y,32777
|
|
301
|
+
umap/static/umap/locale/cs_CZ.js,sha256=iWKDuR5dHbpjcbUDPw50s_IOyM5QByaDD7qEkeV4-yo,33855
|
|
302
|
+
umap/static/umap/locale/cs_CZ.json,sha256=OpsoblifP_5txBNe5uhMXePN1yE9887UnnXxevxR-Y4,33784
|
|
303
|
+
umap/static/umap/locale/da.js,sha256=4rcWnOvY5ORxO5907_27Nh8jbihU79AU8eGT5B9b2H8,31511
|
|
304
|
+
umap/static/umap/locale/da.json,sha256=IjuYbyNIqIyvAY2U1sQFNhBDMAnvDIb9-h_P4ZpJnnE,31446
|
|
305
|
+
umap/static/umap/locale/de.js,sha256=Z4GwbjeOXbCNmBUQzzgq5Np047tFZa09zRn5DBLNAu0,34196
|
|
306
|
+
umap/static/umap/locale/de.json,sha256=RErzf1Wb05Ej8kKWUkp6z7gtTKmO7ZPff8LX3pMQORA,34131
|
|
307
|
+
umap/static/umap/locale/el.js,sha256=Gmhu5Wjo6sWYBWnB2ZtULV3yn9IUvT-4C4Gmjif7CV4,47579
|
|
308
|
+
umap/static/umap/locale/el.json,sha256=cg4HPHSWFeRxczGCL4CWK08lWxrbR9qOpwJdtTC6OR4,47514
|
|
309
|
+
umap/static/umap/locale/en.js,sha256=eenQ25T6f1pOSw1O7mlT1IKUBQcAzq6YONCKU7HHCpg,31155
|
|
310
|
+
umap/static/umap/locale/en.json,sha256=HyyUkd5SBu6-7zXq4trHKUmmQwBWZAmPKizc_X0f5T0,31090
|
|
311
|
+
umap/static/umap/locale/en_US.json,sha256=An1HoCFk1Y0XXF8ZYysRt_0ic9xh1kINj8cvk3nGxF8,30884
|
|
312
|
+
umap/static/umap/locale/es.js,sha256=uD5ARH0R6zp1Wb6HWv287BK0TcGJTMfSRUx7qpiFCho,34181
|
|
313
|
+
umap/static/umap/locale/es.json,sha256=PwJxFxTJfuTFTjgOi8-wjMY_JzKRIVsq1dCVFIBZl60,34116
|
|
314
|
+
umap/static/umap/locale/et.js,sha256=-hnxn8ADU5qvTtoTN1AN-PXt_3w33zSMWk3VqjmUVAY,31315
|
|
315
|
+
umap/static/umap/locale/et.json,sha256=rYxeip6Vm0b9p-H3jyIPByo7ntcliNyEXLAjrqnCMiY,31250
|
|
316
|
+
umap/static/umap/locale/eu.js,sha256=2NU8WKLMpmo8i0dDPSjQIERjneABeQmeL444jjiYzds,33203
|
|
317
|
+
umap/static/umap/locale/eu.json,sha256=L_KEFI3Irsv6XAVRH4_uyX7U6Y5CpQdIJEA4skF6zF4,33138
|
|
318
|
+
umap/static/umap/locale/fa_IR.js,sha256=VOFypdoGCMUf-vzjKq9KHozQrpw-HdbuzOv9LuW_cb4,39549
|
|
319
|
+
umap/static/umap/locale/fa_IR.json,sha256=KaPxKvOZrlyPdM5lRh2zwKKrTJVBcYipD7sX35OIPaM,39478
|
|
320
|
+
umap/static/umap/locale/fi.js,sha256=r-zS8qkR9zr9UZNM59izf7JxkOKdAcbu7Qf2iSWwHI8,31938
|
|
321
|
+
umap/static/umap/locale/fi.json,sha256=XMu4T8Xoq1MHg0TZkpZ0c8FpmLg1CFKp-XMhbehwR20,31873
|
|
322
|
+
umap/static/umap/locale/fr.js,sha256=jjDf3pKnU6qNTTdWjrvhO_ugKrHcotf58Rla4nbPabs,34173
|
|
323
|
+
umap/static/umap/locale/fr.json,sha256=33i7ANr52b913gMn9snyM1CxPjalnTchKroSkZZJvvM,34108
|
|
324
|
+
umap/static/umap/locale/gl.js,sha256=SRcBi0lIT_ld9jw9wJ-ZQLXuMQ5swVhL7HAPK7hQkpQ,34010
|
|
325
|
+
umap/static/umap/locale/gl.json,sha256=omDMfhYmAGVOykpTfloImjE_g7_L2GLePtpAKgCyHZI,33945
|
|
326
|
+
umap/static/umap/locale/he.js,sha256=zJb8KsdK89xAF3TH7XNqKZ8yOu1W9zEXgLXDKH0w8Iw,34389
|
|
327
|
+
umap/static/umap/locale/he.json,sha256=4i0WqIyX5FTfLeUDomHVsT3jgYi1yzErbPOhQFLv6Og,34324
|
|
328
|
+
umap/static/umap/locale/hr.js,sha256=ngHkI9LuQnBeOJ9DUJaI-kkoStaQQm5uEzkqmbx88BE,31325
|
|
329
|
+
umap/static/umap/locale/hr.json,sha256=dLnW5FDSlRnpt1jIzwPDBTJHwvaKR-zmKfmxBtwwiNw,31260
|
|
330
|
+
umap/static/umap/locale/hu.js,sha256=qJjYRppSGXd1YRBCVqgPcCMKLP7IAn93GhnpypNWIdQ,35643
|
|
331
|
+
umap/static/umap/locale/hu.json,sha256=k75890aD0NIHYSkIi7vE_WtZC2MpmA22XZufiFdt-7I,35578
|
|
332
|
+
umap/static/umap/locale/id.js,sha256=y22yrjXWjt9nx93ez0IjaH2PtQhT9COgmCPEXqANDks,31155
|
|
333
|
+
umap/static/umap/locale/id.json,sha256=HyyUkd5SBu6-7zXq4trHKUmmQwBWZAmPKizc_X0f5T0,31090
|
|
334
|
+
umap/static/umap/locale/is.js,sha256=ZHkRfsmuhr5FcKyvWbRQjf8fznJUUZGJBJKZhPntrUY,32908
|
|
335
|
+
umap/static/umap/locale/is.json,sha256=p_ez6I-f2R5ttfaDNgXQtvsgB9WbDND8QZKdQhnv1Fo,32843
|
|
336
|
+
umap/static/umap/locale/it.js,sha256=tvqXvoI3-K7GMZaoCWFn7Jvsd3kFTN7lzlUelWHpdJA,33906
|
|
337
|
+
umap/static/umap/locale/it.json,sha256=c4sinEq1NW4uTLaD6DazCKZw4oOpm5Lti_nF7kOzGSo,33841
|
|
338
|
+
umap/static/umap/locale/ja.js,sha256=B7Yjwib7VFF0vRufHlutliTHdTXDkPpOoL1xueJKdLY,33514
|
|
339
|
+
umap/static/umap/locale/ja.json,sha256=DKF3hNAPL6fz6RWT_HW5CiuLBwpdfkCxaax_MUWbfSA,33449
|
|
340
|
+
umap/static/umap/locale/ko.js,sha256=ykxs5mP-EWWktzoLsIpBe487ml-qop5ITTvJNi8EdQw,31311
|
|
341
|
+
umap/static/umap/locale/ko.json,sha256=1DLmXq-YL8cp1Rc9v4HerZdj2qhVH76VgZh90ojEwSk,31246
|
|
342
|
+
umap/static/umap/locale/lt.js,sha256=NCnw5Xk-Z3IvRRkZA_r5_iKTk9rXByyvsmzh1xclPx4,31919
|
|
343
|
+
umap/static/umap/locale/lt.json,sha256=-MCgeA_v9OzBS4AhPGasj9fA2pz5-Y6WyRz9L2tdaaw,31854
|
|
344
|
+
umap/static/umap/locale/ms.js,sha256=OPyYkUHNqMBTVRDYkBK_bAJTLAzMdE07dujdvh2xpK0,32254
|
|
345
|
+
umap/static/umap/locale/ms.json,sha256=-j_yU0-wHZkzzSe5oJdr2pXwdmGDkD0YT6_LSYtKcyc,32189
|
|
346
|
+
umap/static/umap/locale/nl.js,sha256=vDszCsxIT48rIgoAQtBpV9goWy49yTabSGN4pxTJ1X8,33555
|
|
347
|
+
umap/static/umap/locale/nl.json,sha256=-6e-fVg21OX9rJ0TTUa9majvHE_Go7WRPH7TI1aGgg8,33490
|
|
348
|
+
umap/static/umap/locale/no.js,sha256=v89mlmBjqM-RLwfZTIWtmQafIaQGgcTUsAfdQaLqkU0,31359
|
|
349
|
+
umap/static/umap/locale/no.json,sha256=B6IE7zK4Q1hg6-DqfIXSz-QWIOjqVQ_cTeDGGKcJ46c,31294
|
|
350
|
+
umap/static/umap/locale/pl.js,sha256=z8n3PjWszracZiLw2Jl4xIsi8vgcC0-jC3HvAAwzpq4,32935
|
|
351
|
+
umap/static/umap/locale/pl.json,sha256=PIS95zFjqSfouU_Beoh4IrgFqPxOrVibR4d1TzVKdMY,32870
|
|
352
|
+
umap/static/umap/locale/pl_PL.json,sha256=HyyUkd5SBu6-7zXq4trHKUmmQwBWZAmPKizc_X0f5T0,31090
|
|
353
|
+
umap/static/umap/locale/pt.js,sha256=8J7WzqTrBIdGkC-KvsqXipQYt2m3lE32ENzLmwdQ2DU,34055
|
|
354
|
+
umap/static/umap/locale/pt.json,sha256=jChiYTeaBhzG4OAaxw5WBdfWg23Oi_oL7sdmfgiKCcM,33990
|
|
355
|
+
umap/static/umap/locale/pt_BR.js,sha256=NCAsj25EADIt8vqHVSI_ovZaKSb1C1Eo8Kpq5q52fhs,32479
|
|
356
|
+
umap/static/umap/locale/pt_BR.json,sha256=cY5G6nqB0CNmrkXsAW8vN5ETj797YETg_0wfutP-dTI,32408
|
|
357
|
+
umap/static/umap/locale/pt_PT.js,sha256=RTit8pYyluC3elcX_97PSREUTfB4wHXlKmCgzg1wlRU,33735
|
|
358
|
+
umap/static/umap/locale/pt_PT.json,sha256=5FtL_vCLZIDiMsdyGs-AL5oLwQ0eYeMDNuyZDdunN3M,33664
|
|
359
|
+
umap/static/umap/locale/ro.js,sha256=Gu2dPEq5OMfuqEOEUYBAi9SjRNWn9uRsTyinbcLWK7s,31184
|
|
360
|
+
umap/static/umap/locale/ro.json,sha256=WgglzJdC73m98Iw67AzCiUNjq63-XxIq2PrTGpucZuQ,31119
|
|
361
|
+
umap/static/umap/locale/ru.js,sha256=aBlVetWN4LQK3yP9EHOpNR1YsnzDCxUm6jrqt786Cz4,38000
|
|
362
|
+
umap/static/umap/locale/ru.json,sha256=6ZaYyK7xBIPbTqYaIA3IHSAc5983ZWJI1XkJY4ZmHp0,37935
|
|
361
363
|
umap/static/umap/locale/si.js,sha256=mcgXepIhSBBoRr6LvmvdRJFIwEGzXdjABC6W7lGYQUg,28504
|
|
362
364
|
umap/static/umap/locale/si.json,sha256=DHd8onJhyE8lBV76Zc9XmpHejZZOx0FwF3zaMlPq_Dc,28439
|
|
363
|
-
umap/static/umap/locale/sk_SK.js,sha256=
|
|
364
|
-
umap/static/umap/locale/sk_SK.json,sha256=
|
|
365
|
-
umap/static/umap/locale/sl.js,sha256=
|
|
366
|
-
umap/static/umap/locale/sl.json,sha256=
|
|
367
|
-
umap/static/umap/locale/sr.js,sha256=
|
|
368
|
-
umap/static/umap/locale/sr.json,sha256=
|
|
369
|
-
umap/static/umap/locale/sv.js,sha256=
|
|
370
|
-
umap/static/umap/locale/sv.json,sha256=
|
|
371
|
-
umap/static/umap/locale/th_TH.js,sha256=
|
|
372
|
-
umap/static/umap/locale/th_TH.json,sha256=
|
|
373
|
-
umap/static/umap/locale/tr.js,sha256=
|
|
374
|
-
umap/static/umap/locale/tr.json,sha256=
|
|
375
|
-
umap/static/umap/locale/uk_UA.js,sha256=
|
|
376
|
-
umap/static/umap/locale/uk_UA.json,sha256=
|
|
377
|
-
umap/static/umap/locale/vi.js,sha256=
|
|
378
|
-
umap/static/umap/locale/vi.json,sha256=
|
|
379
|
-
umap/static/umap/locale/vi_VN.json,sha256=
|
|
380
|
-
umap/static/umap/locale/zh.js,sha256=
|
|
381
|
-
umap/static/umap/locale/zh.json,sha256=
|
|
382
|
-
umap/static/umap/locale/zh_CN.json,sha256=
|
|
383
|
-
umap/static/umap/locale/zh_TW.Big5.json,sha256=
|
|
384
|
-
umap/static/umap/locale/zh_TW.js,sha256=
|
|
385
|
-
umap/static/umap/locale/zh_TW.json,sha256=
|
|
365
|
+
umap/static/umap/locale/sk_SK.js,sha256=QNImZnKhVH5z4D-U8FrRjTtL35T4oXgnuS0rCNRvu5w,32387
|
|
366
|
+
umap/static/umap/locale/sk_SK.json,sha256=L-6eNvLvKkl8woLzyQwiv5z0iPvAYgbOdEFJy1wEPBs,32316
|
|
367
|
+
umap/static/umap/locale/sl.js,sha256=ygSUMzyv6OsmEseFbW2lR-SWjxKNwraAvuAlGAxbOII,32233
|
|
368
|
+
umap/static/umap/locale/sl.json,sha256=LtSTaDyW8QpRKeT1R2EaHG-nQ97tZWUf2Pt0jaVOmzo,32168
|
|
369
|
+
umap/static/umap/locale/sr.js,sha256=6en5O2xJsXy3fOexxW0xtPLKlDJK6KM09TRkWC14o3E,34941
|
|
370
|
+
umap/static/umap/locale/sr.json,sha256=SKwG-4Phe--lgINc0_PRsCfAsrM723WvUaQSYCLAjoU,34876
|
|
371
|
+
umap/static/umap/locale/sv.js,sha256=QryOFjCNUFFPbwoJAt7llidany9UZ9bYbOHoqdvMmrE,32146
|
|
372
|
+
umap/static/umap/locale/sv.json,sha256=Vvm0UhvBoUkO0wtIjtbFPpidPJqTCCoimQRhmadTqHk,32081
|
|
373
|
+
umap/static/umap/locale/th_TH.js,sha256=kQ4G8wWVJmzUjoJOonSHHrb_XqU5u-kuSjgezbCnvYI,32195
|
|
374
|
+
umap/static/umap/locale/th_TH.json,sha256=vbF_7s1DmZhIA9xKWa-ugtsqxmNCtFHBEEf76P49zUM,32124
|
|
375
|
+
umap/static/umap/locale/tr.js,sha256=AnORFBTp1PM2EaNgXQthovZFiff-OaReLH1YNikotZU,32641
|
|
376
|
+
umap/static/umap/locale/tr.json,sha256=laew33lkfjDZEts5Oq4qX5u7tRRX4Ydjeyys_DPYRdg,32576
|
|
377
|
+
umap/static/umap/locale/uk_UA.js,sha256=9xkEXXOJCiTtHf_4vNdqrE8c0oLN_UF1cCSwwEzpHt4,37614
|
|
378
|
+
umap/static/umap/locale/uk_UA.json,sha256=TV_bYMgxnymrPcYdgBiUMUG3-GH5N_E4jBG8lUOR4Oo,37543
|
|
379
|
+
umap/static/umap/locale/vi.js,sha256=nQ7lReXTaHutLcGrvekG8icOHQ4imEQrUNtX52egRuw,31407
|
|
380
|
+
umap/static/umap/locale/vi.json,sha256=uINSpMwup5AUCAS38loJMTjGIYxaY67tQ57q_HD9bgo,31342
|
|
381
|
+
umap/static/umap/locale/vi_VN.json,sha256=HyyUkd5SBu6-7zXq4trHKUmmQwBWZAmPKizc_X0f5T0,31090
|
|
382
|
+
umap/static/umap/locale/zh.js,sha256=OCl3ryXJImaWWacQpNRY4_cTYYbE5E8oCNBp5Qzbm7M,30891
|
|
383
|
+
umap/static/umap/locale/zh.json,sha256=MvsoMck700K03RzlKI0oQOBF-daB5I2U7HeOrkgQoF8,30826
|
|
384
|
+
umap/static/umap/locale/zh_CN.json,sha256=HyyUkd5SBu6-7zXq4trHKUmmQwBWZAmPKizc_X0f5T0,31090
|
|
385
|
+
umap/static/umap/locale/zh_TW.Big5.json,sha256=HyyUkd5SBu6-7zXq4trHKUmmQwBWZAmPKizc_X0f5T0,31090
|
|
386
|
+
umap/static/umap/locale/zh_TW.js,sha256=oLqumPyC1DhR5w4R-41yqDjx9H0q-bBt_QW6LpdNE_0,30653
|
|
387
|
+
umap/static/umap/locale/zh_TW.json,sha256=hfam7VlLT2PBJzbrKfobxy0oxIuxvx4-8_cI7Qz5R_Y,30582
|
|
386
388
|
umap/static/umap/unittests/URLs.js,sha256=wF0hfRX3NqwFAe31QGeKFwavUpNP2T8pHwXBlcpiwNo,2070
|
|
387
389
|
umap/static/umap/unittests/hlc.js,sha256=GvpBaBSgfMs0Zym0_zOs2QldUOcbFNVIKweBhuwM_QI,5294
|
|
388
390
|
umap/static/umap/unittests/sync.js,sha256=SRzK5N7o7iZodye53evBTZZjXG1mMm6dguV_Iyh69XQ,11096
|
|
@@ -438,8 +440,8 @@ umap/static/umap/vendors/osmtogeojson/osmtogeojson.js,sha256=Zju1u65H1dEr_5zxyHu
|
|
|
438
440
|
umap/static/umap/vendors/photon/leaflet.photon.js,sha256=muJBUoB-ocakHmR-iEF7k_yXXu8yZP4BjmJ4kB3GtgI,14888
|
|
439
441
|
umap/static/umap/vendors/simple-statistics/simple-statistics.min.js,sha256=3vLsuPerHhN9Ywzrl8oey2zgVDhD4VqVGWXY0WammyQ,24073
|
|
440
442
|
umap/static/umap/vendors/simple-statistics/simple-statistics.min.js.map,sha256=ayC2E6wVocDrMV-bpQkwXxkVhqcsS0AqHRZ98Nc9JaQ,196163
|
|
441
|
-
umap/static/umap/vendors/togeojson/togeojson.es.js,sha256=
|
|
442
|
-
umap/static/umap/vendors/togeojson/togeojson.es.mjs.map,sha256=
|
|
443
|
+
umap/static/umap/vendors/togeojson/togeojson.es.js,sha256=zAEszx8fYSwld0yKXE5SHP2Q0y--flMTbNaZ1AYyQPM,40651
|
|
444
|
+
umap/static/umap/vendors/togeojson/togeojson.es.mjs.map,sha256=_V7GXbgNBVGZZatraIqgQOYShzbBa6yYF51QKlQ2uG0,85156
|
|
443
445
|
umap/static/umap/vendors/tokml/tokml.es.js,sha256=BqL0WqFH5UZAh_S_265E6PWZjPMYxeGNFgAgywM4Aeo,23457
|
|
444
446
|
umap/static/umap/vendors/tokml/tokml.es.mjs.map,sha256=vw5JxZFh_2_xM1cHI51r1Bf48JaBKzNcR7ddgaaF8KY,45844
|
|
445
447
|
umap/storage/__init__.py,sha256=Aj421eIsZhsu0B7zd5lTJufVYr0EtUkH0lTqpbBh8AU,85
|
|
@@ -465,6 +467,7 @@ umap/templates/umap/content.html,sha256=BHtQMYOOlfQXWFJtSRV2qTnXsgjF7_IKJ7-c4iZp
|
|
|
465
467
|
umap/templates/umap/content_footer.html,sha256=170C-9K0a1qkNb4m-x5Vg7bNstvHVEXueDfgPPvXk0I,1130
|
|
466
468
|
umap/templates/umap/css.html,sha256=6cyaJ2A_NZmXa6ojLa-Y2NFjUPRWTwC2n03GsZQDKJ4,2213
|
|
467
469
|
umap/templates/umap/dashboard_menu.html,sha256=DEzGwiL_U1ntDpY0Ybda5ijDMSNw-n7Vb-V7HrsqYgo,688
|
|
470
|
+
umap/templates/umap/design_system.html,sha256=qzJjc32EHoa6jWbCTme_aVUQQhhERZ3hejoGrBCmvgs,23386
|
|
468
471
|
umap/templates/umap/footer.html,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
469
472
|
umap/templates/umap/header.html,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
470
473
|
umap/templates/umap/home.html,sha256=JuzDOx3-T_XyWT1Rwdy50PWvjlRjnhAXMM4-yvVUkts,890
|
|
@@ -493,7 +496,7 @@ umap/templates/umap/components/alerts/alert.html,sha256=ZvisQkz2GfK2jxEqTosYH72N
|
|
|
493
496
|
umap/templatetags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
494
497
|
umap/templatetags/umap_tags.py,sha256=OumX1AI9uWzNP3zbjexTz7lGp10FweW0NRFSsdQ_cuU,1759
|
|
495
498
|
umap/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
496
|
-
umap/tests/base.py,sha256=
|
|
499
|
+
umap/tests/base.py,sha256=BKdKFwDG6KD83oNywgfw0jcGgKQ6ufTLgBSuOIhSt30,4947
|
|
497
500
|
umap/tests/conftest.py,sha256=KQCZanCTl1ABLIKOuyxS_cpBoXGiwjDc29jsLBiSWxY,1633
|
|
498
501
|
umap/tests/settings.py,sha256=-b-RoDlZJXJ6cCFnO2gF-XL-avfHlpUuLrQk-ytgkdY,783
|
|
499
502
|
umap/tests/test_clean_tilelayer.py,sha256=wGTd_AHOTmQ4QMswAyc-1_lJmQOSyhY3OahLAusEIdA,2515
|
|
@@ -516,6 +519,7 @@ umap/tests/fixtures/choropleth_region_chomage.geojson,sha256=mVVbYlf92Sr3wWH9ETm
|
|
|
516
519
|
umap/tests/fixtures/circle.svg,sha256=P37vV2PhFPecAtY8qR3VlRuB79_wFaMeqKm2tX-2tkA,254
|
|
517
520
|
umap/tests/fixtures/display_on_load.umap,sha256=eo4ecB3QUeCVu1u7COp7mZ8sCPkf2j4gGERE7N1v8GU,1845
|
|
518
521
|
umap/tests/fixtures/empty_tile.png,sha256=HHezSHZcZimfhpKaSSVOPm14k9OTAyL_eHndptkHGJk,103
|
|
522
|
+
umap/tests/fixtures/heatmap_data.json,sha256=BfVmKlkZf5QBZ1zDwsltUkQzUbpU3sTC8nFl6ai3Aa0,26933
|
|
519
523
|
umap/tests/fixtures/remote_data.umap,sha256=knVVYmkgmmS7WpxAnlbmImgP--JFJ6vLUo8M0maFEfc,1247
|
|
520
524
|
umap/tests/fixtures/star.svg,sha256=zIi-j16L1Fzxtqz2rV2NDDm1NDHBWQfM5O6MIeoxgEU,256
|
|
521
525
|
umap/tests/fixtures/test_circles_layer.geojson,sha256=8S_zh4MA-5qqm43ETKfGz0hw84vuN2cXB1vTz9Syu3k,6454
|
|
@@ -537,34 +541,36 @@ umap/tests/integration/conftest.py,sha256=pNIxoZ6mNclAwovFt76gzvJaXH940lYXWByf6c
|
|
|
537
541
|
umap/tests/integration/helpers.py,sha256=vvGX5b-DS2fMVDdeXz1lH2IleZkRHjyL7DVvatJU8Do,344
|
|
538
542
|
umap/tests/integration/test_anonymous_owned_map.py,sha256=-j2YUPWNoEit5a_IxYl1q3fGeybvV0NW8ud4QeCa-Hg,11123
|
|
539
543
|
umap/tests/integration/test_basics.py,sha256=TcTyK8vO-JOgqXEfMIt5ce6MO32cRSLf23cTG6QrIhk,3718
|
|
540
|
-
umap/tests/integration/test_browser.py,sha256=
|
|
544
|
+
umap/tests/integration/test_browser.py,sha256=qX4K0m5eb4teYSsJf6K2zbaVQhYFDwWZwpRsk-yPpmI,20533
|
|
541
545
|
umap/tests/integration/test_caption.py,sha256=9JHQvTju2W-IoV2UBrEUAH4nV2W7eKN2hJi4YcPfSPE,1843
|
|
542
546
|
umap/tests/integration/test_categorized_layer.py,sha256=XCCK62fBljTEbt0EKoGsHf9hY2bCEIkyeuPxyhEGJDs,5381
|
|
543
547
|
umap/tests/integration/test_choropleth.py,sha256=Lsd7tszSIua_GUeXhosB-JWk35zYN-3WKRVYI0ZrNSM,3777
|
|
544
548
|
umap/tests/integration/test_circles_layer.py,sha256=PjYGmCvAd9qDnldnbiw6nomJs1YgUdX181a9xrWSUYE,2396
|
|
545
549
|
umap/tests/integration/test_cluster.py,sha256=AK4t1k0nur2-gSSFPvkhnq7Ki81PgfvYv1AQcZmr5iQ,1680
|
|
546
|
-
umap/tests/integration/test_conditional_rules.py,sha256=
|
|
550
|
+
umap/tests/integration/test_conditional_rules.py,sha256=OYd6HMX3eDvbVeoSRvD5-B3RuFVtWd5eYrPaOnpsP28,12010
|
|
547
551
|
umap/tests/integration/test_dashboard.py,sha256=LClLBc8lgDM1-NGhkvUSUMLmMuKt3sR1ubt2Eo-Iq7A,1550
|
|
548
|
-
umap/tests/integration/test_datalayer.py,sha256=
|
|
552
|
+
umap/tests/integration/test_datalayer.py,sha256=uWsNQanwzZ277V5OXmhwoi0LFJ65kr1F7xPuMTaoqQE,5482
|
|
549
553
|
umap/tests/integration/test_draw_polygon.py,sha256=liYjm2pls9ovYxzcewe3q_MjDjdxzOGsGU-lTWpCEyc,25292
|
|
550
554
|
umap/tests/integration/test_draw_polyline.py,sha256=sBpu4iawj3W0y6lx4BnsHTmFrvEmcYdfWdMeOZ8vr1Y,14709
|
|
551
555
|
umap/tests/integration/test_edit_datalayer.py,sha256=0DWvp62Pwx5ditafEMB8tG_ybe8FO5YG4EMjR-ZwPdY,10012
|
|
552
|
-
umap/tests/integration/test_edit_map.py,sha256=
|
|
556
|
+
umap/tests/integration/test_edit_map.py,sha256=p5KEbQdSJYWgA6Ej6Shz4pVzGbYmDxu9saOfjvcuX0M,8784
|
|
553
557
|
umap/tests/integration/test_edit_marker.py,sha256=7FlijPSwRZvXOI6MyYdSIBvKDAbThjFoPf3XwDHi4Uk,4756
|
|
554
558
|
umap/tests/integration/test_edit_polygon.py,sha256=nuidgs0v5sgFxcQKirtF5ncE3z7_S0hZxbLvPI2-BUU,5224
|
|
555
559
|
umap/tests/integration/test_export_map.py,sha256=jH0BXm-7Ov26OEkve9-xKMfRwXwR73zRrZLIQusyUOY,12112
|
|
556
|
-
umap/tests/integration/test_facets_browser.py,sha256=
|
|
560
|
+
umap/tests/integration/test_facets_browser.py,sha256=nMspm4fR-e-qaO6Dn-N7ZVJ3AK_-jOQ_4fhJ72LrahE,10676
|
|
557
561
|
umap/tests/integration/test_features_id_generation.py,sha256=mGoLIKV3xTc59XSnNPbAgHeG6RjMYwhmaVEmcqSnv-4,1463
|
|
562
|
+
umap/tests/integration/test_heatmap.py,sha256=N4CH5cRrI8tNsCOqQAqhQR2eKV0bHV2uwF5apml_DCs,1627
|
|
558
563
|
umap/tests/integration/test_iframe.py,sha256=CQ3AdjqLjaI0JKFZ4lnBWedtmvgJ5G6nnGZESoSBqHY,898
|
|
559
|
-
umap/tests/integration/test_import.py,sha256
|
|
560
|
-
umap/tests/integration/test_map.py,sha256=
|
|
564
|
+
umap/tests/integration/test_import.py,sha256=-0ZYapOyfBAt-KOyDK_LHVB3IWUAQqqmhHyh25ISaLA,38894
|
|
565
|
+
umap/tests/integration/test_map.py,sha256=ev-rbQteyL8d9bCgNThNqyZCMKiF5umVhCj9eCOxMNg,8761
|
|
561
566
|
umap/tests/integration/test_map_list.py,sha256=l1FImKnJkY7DupYX8waKaUZqhnORR20L8dzaqu-eF8E,1280
|
|
562
567
|
umap/tests/integration/test_map_preview.py,sha256=kP0vkEiUN7EJNCvZgNeUAzrrXfgwpU0S2UnmOBV4P5A,3540
|
|
563
|
-
umap/tests/integration/test_optimistic_merge.py,sha256=
|
|
568
|
+
umap/tests/integration/test_optimistic_merge.py,sha256=kdb-77HyCf0keReFhK0pe_tDgwCH6VB9lySKnEbTKHU,11996
|
|
564
569
|
umap/tests/integration/test_owned_map.py,sha256=SSOEpqsaBtCCVhyiyjBFF9dEDvbpSh0Lh0n-WTvFEO4,10796
|
|
565
570
|
umap/tests/integration/test_picto.py,sha256=xJMvtTuUQ-JTKpC7SL86cUOe7OspAYAflA0q8ixLk20,9340
|
|
566
571
|
umap/tests/integration/test_popup.py,sha256=kZy6JAJIs2R6tnPbGEzgz_yX76yMbEAfPqCa6c9P670,1445
|
|
567
|
-
umap/tests/integration/test_querystring.py,sha256=
|
|
572
|
+
umap/tests/integration/test_querystring.py,sha256=i6fQEAcNiD2SADv0wRQewGVA4CWrmOOpqnZGOnENOtg,2754
|
|
573
|
+
umap/tests/integration/test_remote_data.py,sha256=5HP7nrOpLvg7fW0y3aIGK6pK7l_MBKOjydclfCLWJqw,2273
|
|
568
574
|
umap/tests/integration/test_save.py,sha256=Ia3BsCVLPqImCyjNZ_5qvtMXMq130Y5sD_Ym1xDpAiU,1260
|
|
569
575
|
umap/tests/integration/test_share.py,sha256=gDna-wFedwJ_-8HLBw_G5IO3zA3l96p1FGBSZ15g_7g,1813
|
|
570
576
|
umap/tests/integration/test_slideshow.py,sha256=yhy75YYpfTKpkGK7xGjJDJoqHtN6p2LG-O4krVE1Yks,1907
|
|
@@ -576,9 +582,9 @@ umap/tests/integration/test_undo_redo.py,sha256=1wSb43fI3ZpJcegW9AaQZ7a2BcuBSfkM
|
|
|
576
582
|
umap/tests/integration/test_view_marker.py,sha256=NFCwNez__E_WsE1DuW5RuB0HVKDP4CQMXGhJw0LfnFs,6900
|
|
577
583
|
umap/tests/integration/test_view_polygon.py,sha256=NMJC6Nt9VpQ8FIU9Pqq2OspHv49xsWlsoXCr8iBa0VA,2060
|
|
578
584
|
umap/tests/integration/test_view_polyline.py,sha256=aJoXKmLhJaN0yhPdDCVskZNGx3q3mLDkjVPhZ30cadA,13959
|
|
579
|
-
umap/tests/integration/test_websocket_sync.py,sha256=
|
|
580
|
-
umap_project-3.0.
|
|
581
|
-
umap_project-3.0.
|
|
582
|
-
umap_project-3.0.
|
|
583
|
-
umap_project-3.0.
|
|
584
|
-
umap_project-3.0.
|
|
585
|
+
umap/tests/integration/test_websocket_sync.py,sha256=pbV7FmaBfjgFfKPIYwhHiaeSmR_tC3MqUYEReXLgSS4,28285
|
|
586
|
+
umap_project-3.0.5.dist-info/METADATA,sha256=yaXFjAJ4N1Y6C2nYev-3asQ4q0WG_FGzKAc2Ojmd-uU,3016
|
|
587
|
+
umap_project-3.0.5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
588
|
+
umap_project-3.0.5.dist-info/entry_points.txt,sha256=gz-KDQfEsMLBae8ABOD3foJsCYGPW1tA4Y394R_1RW8,39
|
|
589
|
+
umap_project-3.0.5.dist-info/licenses/LICENSE,sha256=kQtrtRKgiPhcl7aO0-lmvbrNAXu7WHyiXvPrUk-TD2Q,820
|
|
590
|
+
umap_project-3.0.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|