umap-project 2.6.0b0__py3-none-any.whl → 2.6.0b2__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/en/LC_MESSAGES/django.po +3 -3
- umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- umap/locale/hu/LC_MESSAGES/django.po +18 -18
- umap/settings/base.py +6 -0
- umap/static/umap/js/modules/autocomplete.js +5 -9
- umap/static/umap/js/modules/data/features.js +6 -12
- umap/static/umap/js/modules/importers/overpass.js +22 -8
- umap/static/umap/js/modules/rendering/ui.js +41 -4
- umap/static/umap/js/modules/rules.js +16 -3
- umap/static/umap/js/modules/schema.js +1 -1
- umap/static/umap/js/umap.controls.js +2 -1
- umap/static/umap/js/umap.forms.js +9 -5
- umap/static/umap/js/umap.js +7 -2
- umap/static/umap/locale/am_ET.js +8 -2
- umap/static/umap/locale/am_ET.json +8 -2
- umap/static/umap/locale/ar.js +8 -2
- umap/static/umap/locale/ar.json +8 -2
- umap/static/umap/locale/ast.js +8 -2
- umap/static/umap/locale/ast.json +8 -2
- umap/static/umap/locale/bg.js +8 -2
- umap/static/umap/locale/bg.json +8 -2
- umap/static/umap/locale/br.js +8 -2
- umap/static/umap/locale/br.json +8 -2
- umap/static/umap/locale/ca.js +18 -12
- umap/static/umap/locale/ca.json +18 -12
- umap/static/umap/locale/cs_CZ.js +8 -2
- umap/static/umap/locale/cs_CZ.json +8 -2
- umap/static/umap/locale/da.js +8 -2
- umap/static/umap/locale/da.json +8 -2
- umap/static/umap/locale/de.js +8 -2
- umap/static/umap/locale/de.json +8 -2
- umap/static/umap/locale/el.js +8 -2
- umap/static/umap/locale/el.json +8 -2
- umap/static/umap/locale/en.js +4 -2
- umap/static/umap/locale/en.json +4 -2
- umap/static/umap/locale/en_US.json +8 -2
- umap/static/umap/locale/es.js +8 -2
- umap/static/umap/locale/es.json +8 -2
- umap/static/umap/locale/et.js +8 -2
- umap/static/umap/locale/et.json +8 -2
- umap/static/umap/locale/eu.js +344 -338
- umap/static/umap/locale/eu.json +344 -338
- umap/static/umap/locale/fa_IR.js +368 -362
- umap/static/umap/locale/fa_IR.json +368 -362
- umap/static/umap/locale/fi.js +8 -2
- umap/static/umap/locale/fi.json +8 -2
- umap/static/umap/locale/fr.js +4 -2
- umap/static/umap/locale/fr.json +4 -2
- umap/static/umap/locale/gl.js +8 -2
- umap/static/umap/locale/gl.json +8 -2
- umap/static/umap/locale/he.js +8 -2
- umap/static/umap/locale/he.json +8 -2
- umap/static/umap/locale/hr.js +8 -2
- umap/static/umap/locale/hr.json +8 -2
- umap/static/umap/locale/hu.js +31 -23
- umap/static/umap/locale/hu.json +31 -23
- umap/static/umap/locale/id.js +8 -2
- umap/static/umap/locale/id.json +8 -2
- umap/static/umap/locale/is.js +8 -2
- umap/static/umap/locale/is.json +8 -2
- umap/static/umap/locale/it.js +8 -2
- umap/static/umap/locale/it.json +8 -2
- umap/static/umap/locale/ja.js +8 -2
- umap/static/umap/locale/ja.json +8 -2
- umap/static/umap/locale/ko.js +8 -2
- umap/static/umap/locale/ko.json +8 -2
- umap/static/umap/locale/lt.js +8 -2
- umap/static/umap/locale/lt.json +8 -2
- umap/static/umap/locale/ms.js +8 -2
- umap/static/umap/locale/ms.json +8 -2
- umap/static/umap/locale/nl.js +8 -2
- umap/static/umap/locale/nl.json +8 -2
- umap/static/umap/locale/no.js +8 -2
- umap/static/umap/locale/no.json +8 -2
- umap/static/umap/locale/pl.js +54 -48
- umap/static/umap/locale/pl.json +54 -48
- umap/static/umap/locale/pl_PL.json +8 -2
- umap/static/umap/locale/pt.js +8 -2
- umap/static/umap/locale/pt.json +8 -2
- umap/static/umap/locale/pt_BR.js +8 -2
- umap/static/umap/locale/pt_BR.json +8 -2
- umap/static/umap/locale/pt_PT.js +8 -2
- umap/static/umap/locale/pt_PT.json +8 -2
- umap/static/umap/locale/ro.js +8 -2
- umap/static/umap/locale/ro.json +8 -2
- umap/static/umap/locale/ru.js +8 -2
- umap/static/umap/locale/ru.json +8 -2
- umap/static/umap/locale/sk_SK.js +8 -2
- umap/static/umap/locale/sk_SK.json +8 -2
- umap/static/umap/locale/sl.js +8 -2
- umap/static/umap/locale/sl.json +8 -2
- umap/static/umap/locale/sr.js +8 -2
- umap/static/umap/locale/sr.json +8 -2
- umap/static/umap/locale/sv.js +8 -2
- umap/static/umap/locale/sv.json +8 -2
- umap/static/umap/locale/th_TH.js +8 -2
- umap/static/umap/locale/th_TH.json +8 -2
- umap/static/umap/locale/tr.js +8 -2
- umap/static/umap/locale/tr.json +8 -2
- umap/static/umap/locale/uk_UA.js +8 -2
- umap/static/umap/locale/uk_UA.json +8 -2
- umap/static/umap/locale/vi.js +8 -2
- umap/static/umap/locale/vi.json +8 -2
- umap/static/umap/locale/vi_VN.json +8 -2
- umap/static/umap/locale/zh.js +8 -2
- umap/static/umap/locale/zh.json +8 -2
- umap/static/umap/locale/zh_CN.json +8 -2
- umap/static/umap/locale/zh_TW.Big5.json +8 -2
- umap/static/umap/locale/zh_TW.js +102 -96
- umap/static/umap/locale/zh_TW.json +102 -96
- umap/static/umap/map.css +4 -4
- umap/static/umap/vars.css +1 -0
- umap/static/umap/vendors/editable/Leaflet.Editable.js +2079 -1937
- umap/static/umap/vendors/markercluster/MarkerCluster.Default.css +1 -1
- umap/templates/umap/content_footer.html +1 -1
- umap/templates/umap/map_list.html +3 -1
- umap/tests/integration/test_conditional_rules.py +102 -17
- umap/tests/integration/test_draw_polygon.py +28 -0
- umap/tests/integration/test_edit_datalayer.py +2 -2
- umap/tests/integration/test_import.py +60 -0
- umap/tests/integration/test_querystring.py +7 -0
- {umap_project-2.6.0b0.dist-info → umap_project-2.6.0b2.dist-info}/METADATA +6 -6
- {umap_project-2.6.0b0.dist-info → umap_project-2.6.0b2.dist-info}/RECORD +127 -127
- {umap_project-2.6.0b0.dist-info → umap_project-2.6.0b2.dist-info}/WHEEL +0 -0
- {umap_project-2.6.0b0.dist-info → umap_project-2.6.0b2.dist-info}/entry_points.txt +0 -0
- {umap_project-2.6.0b0.dist-info → umap_project-2.6.0b2.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
umap/__init__.py,sha256=
|
|
1
|
+
umap/__init__.py,sha256=iw8_56v34cOA8cil0skIng0HnLHzqqzo3IiTem7TSvc,20
|
|
2
2
|
umap/admin.py,sha256=BSZydLskm87WOovG1dnJztkuFTRKA8zxffUDBzJ4PHE,864
|
|
3
3
|
umap/apps.py,sha256=5ssKqPUuNJlapaBmr4LY_HDb7J1NFCT3wzythxQOOfs,109
|
|
4
4
|
umap/autocomplete.py,sha256=WUsbsVBl_KzzEzxB4g3rAoS5-eEvCZGtelVzXeOFV90,444
|
|
@@ -37,7 +37,7 @@ umap/locale/de/LC_MESSAGES/django.po,sha256=Sz07ZjueAB6QcuW5QSYYtNtP7DL8d0ZpCaXN
|
|
|
37
37
|
umap/locale/el/LC_MESSAGES/django.mo,sha256=UQ-FdgbaWf6PQu0vHio4GAdSaBg_V9vSas9PbgLK6D0,15281
|
|
38
38
|
umap/locale/el/LC_MESSAGES/django.po,sha256=Vnt6gZTW9VlpTwBw3LOVeHCtAA7y33uPXDeg_G3dUBg,22044
|
|
39
39
|
umap/locale/en/LC_MESSAGES/django.mo,sha256=UXCQbz2AxBvh-IQ7bGgjoBnijo8h9DfE9107A-2Mgkk,337
|
|
40
|
-
umap/locale/en/LC_MESSAGES/django.po,sha256=
|
|
40
|
+
umap/locale/en/LC_MESSAGES/django.po,sha256=tNFTLf6VffWfojIWRzq9Y7CXqrQYYniFdN1pi34t218,13359
|
|
41
41
|
umap/locale/es/LC_MESSAGES/django.mo,sha256=FWziZWFL8XjPc36Y9fr9ipyA6kyFqstEI9lBpoaYiII,8913
|
|
42
42
|
umap/locale/es/LC_MESSAGES/django.po,sha256=ZvVUgXzOKGsjI_8BwF8YC2ld6mnL5IKWFe_RIhnbZr8,17226
|
|
43
43
|
umap/locale/et/LC_MESSAGES/django.mo,sha256=vGMEot_LXQAQPvJESjgOFeyOgzEzYWYKP0HXQEDRDW4,5195
|
|
@@ -56,8 +56,8 @@ umap/locale/he/LC_MESSAGES/django.mo,sha256=HsIucdlws4u7UHqBWx6x3Rgbz7H37MQS0iMj
|
|
|
56
56
|
umap/locale/he/LC_MESSAGES/django.po,sha256=EWdmr83WCPXUHKgfqsvgK1ZOVt-qZJmQuv6tGom8M4A,13820
|
|
57
57
|
umap/locale/hr/LC_MESSAGES/django.mo,sha256=bBcaNSs-oqm_cjm6Bbqaph_ZNHF2_I_FP0xccwU9txI,1558
|
|
58
58
|
umap/locale/hr/LC_MESSAGES/django.po,sha256=Aj3m28Ugyjq-Ih32P7dzw0M4czitDqoYpCvyNsNnEnE,9742
|
|
59
|
-
umap/locale/hu/LC_MESSAGES/django.mo,sha256=
|
|
60
|
-
umap/locale/hu/LC_MESSAGES/django.po,sha256=
|
|
59
|
+
umap/locale/hu/LC_MESSAGES/django.mo,sha256=VJ2x41SiwPthLvefxlzOuSveaOPQA8Ieia8ZeMzgaac,12697
|
|
60
|
+
umap/locale/hu/LC_MESSAGES/django.po,sha256=iMf7G_L9-4qUmGuV8v2BoXBK3X9D9l0eREuzzqHVEmg,18656
|
|
61
61
|
umap/locale/id/LC_MESSAGES/django.mo,sha256=8craaGVnVbONfojnkDUUtoxMyeI2tt6GdIWeWZGcaJ8,425
|
|
62
62
|
umap/locale/id/LC_MESSAGES/django.po,sha256=wmbgIN1R7vRDgAdzBu7ZHnTpg5fpB3hmJyjAzRNoN-M,8000
|
|
63
63
|
umap/locale/is/LC_MESSAGES/django.mo,sha256=8Iufls8l_zQFsOYxrfuUig6Ndm2qtmZiBRDs2TlM8tI,6579
|
|
@@ -140,7 +140,7 @@ umap/migrations/0021_remove_map_description.py,sha256=C1-pTJ1loj_aZPIbdbPRIHQaya
|
|
|
140
140
|
umap/migrations/0022_add_team.py,sha256=oEM1cm_GTpiNb4m7HYaid1Sji56NZSf-IudgjYm0okg,2932
|
|
141
141
|
umap/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
142
142
|
umap/settings/__init__.py,sha256=aPJkOTk0uFusIBA-uOjdUi10R5Cxt4jl5yv2_uCTUvo,1702
|
|
143
|
-
umap/settings/base.py,sha256=
|
|
143
|
+
umap/settings/base.py,sha256=FY8DaaF3b9z-Nu0PKo4KRuLDqxm5LtCOlxtohzG3z2s,10447
|
|
144
144
|
umap/settings/dev.py,sha256=pj1mpmZXiI2syW8pB01wcVeqCFABF3V-nlOxArir4cw,386
|
|
145
145
|
umap/settings/local.py.sample,sha256=wpnoe7qtXer_xBuhWbcbqcSCotTJRu6h8hG7N-sD0b4,3157
|
|
146
146
|
umap/static/.gitignore,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -149,12 +149,12 @@ umap/static/umap/bitbucket.png,sha256=Z-xsnM3QOUn9tJQ0RjPXCpALghrzaDDZP7wSePSjSr
|
|
|
149
149
|
umap/static/umap/content.css,sha256=6p2sgg-FYOjVBiwvk930tBJTl3lfr2m8jjSKkf84Gv0,11555
|
|
150
150
|
umap/static/umap/font.css,sha256=fYmTKNd_Ts6TrmBbnLRgyeUS4vpfxkEqhLR-pkd3KrA,904
|
|
151
151
|
umap/static/umap/github.png,sha256=Yiw6VX71qO87vNgJaDuirn3JVlUwrzIpkT9vbtROg1o,1564
|
|
152
|
-
umap/static/umap/map.css,sha256=
|
|
152
|
+
umap/static/umap/map.css,sha256=v5LjwLgUowtzSXQkGdpwSBxfyOWATY57UAgGyMIPQ_8,36963
|
|
153
153
|
umap/static/umap/nav.css,sha256=IKB8Ga8TRal8naxjsgrcrnCO2eaKUL3YNofJB9IN9l0,1865
|
|
154
154
|
umap/static/umap/openstreetmap.png,sha256=xccBb_RsN7uchm7fRowVLjrzmCtj1-1PLByurkdjcr8,19408
|
|
155
155
|
umap/static/umap/theme.css,sha256=gkbyghlT5kNfz0Qyg1JL7xalqvHVx321eO9qlnvcaAU,49
|
|
156
156
|
umap/static/umap/twitter.png,sha256=BnVH7PcYlgKW56KHSOMRPevji2DvhJmvzFjl3-iF7c0,3225
|
|
157
|
-
umap/static/umap/vars.css,sha256=
|
|
157
|
+
umap/static/umap/vars.css,sha256=PiwVk4MzyFjnnQTzQ8rorQenpzoB2l3dGoafxtSKmaU,1752
|
|
158
158
|
umap/static/umap/css/contextmenu.css,sha256=LAoxcStGC2IesXj9FsYqVTGiJD2AIS0MPErygc-b2No,339
|
|
159
159
|
umap/static/umap/css/dialog.css,sha256=9qwy9rOcTQY6SPkteM7dW1t36XQBJVoGETQatSOvffM,879
|
|
160
160
|
umap/static/umap/css/icon.css,sha256=mXmjTvRU5ElQcuibHbht9oIIBv1ch1LrxQTuIshu7KE,3758
|
|
@@ -210,15 +210,15 @@ umap/static/umap/img/source/16-white.svg,sha256=jwnyt-E_4QGPYVc3DKRByI0iI7vj55ho
|
|
|
210
210
|
umap/static/umap/img/source/16.svg,sha256=b5Dm2yMk5bEAb6FvKRWPtk86-Y2Gp4gX8WL1W1sIYBc,45384
|
|
211
211
|
umap/static/umap/img/source/24-white.svg,sha256=F4lvAvzlTaqUsVhB13PXl7X-r4oz6rWykgHv0Dxmdec,28439
|
|
212
212
|
umap/static/umap/img/source/24.svg,sha256=zIuQN1fv_w0asmxzuiCh2TErV4za8Mqg6pK-4YKAt-w,37617
|
|
213
|
-
umap/static/umap/js/umap.controls.js,sha256=
|
|
213
|
+
umap/static/umap/js/umap.controls.js,sha256=dKYdPtwbnq8QKqshYED9YlAMVJkbvw6ETuFGRLakXWs,35744
|
|
214
214
|
umap/static/umap/js/umap.core.js,sha256=JXTrFJJ6Da_RNGqVcgw08VMtZIz4IGB83TqFKLeBHfw,7679
|
|
215
|
-
umap/static/umap/js/umap.forms.js,sha256=
|
|
216
|
-
umap/static/umap/js/umap.js,sha256=
|
|
215
|
+
umap/static/umap/js/umap.forms.js,sha256=AKASrtNbnrE3PMdejGE40oEgeU2yvfDqXdeowwZLd5o,31455
|
|
216
|
+
umap/static/umap/js/umap.js,sha256=q1brPIZUJ5OG2G_r0hNs3NvRxAVoAnjhz2BWP6jdn-s,57697
|
|
217
217
|
umap/static/umap/js/components/base.js,sha256=gDb1fGuNCC1KEu4PlQflC1PDNyrulhqLhmlsjyCJpps,1575
|
|
218
218
|
umap/static/umap/js/components/fragment.js,sha256=2zFkX4A0iVeebZJawmveEMKMXQyYmBuY67rbZUPo-Fs,341
|
|
219
219
|
umap/static/umap/js/components/alerts/alert.css,sha256=fSmbDDjXjEYLfgnEAVDhyqWiBOUy2YhVRy0_den-7Dk,4930
|
|
220
220
|
umap/static/umap/js/components/alerts/alert.js,sha256=7JaTfAzB6qrodu8soo4aoiQMR7YOYcE3u17q3boMbxI,4491
|
|
221
|
-
umap/static/umap/js/modules/autocomplete.js,sha256=
|
|
221
|
+
umap/static/umap/js/modules/autocomplete.js,sha256=wkS653Cm7H2mFJrha5a7tvFPerEg1P0Blft9q8SIQmw,8573
|
|
222
222
|
umap/static/umap/js/modules/browser.js,sha256=Aj-kV186oKmmjvWrYY-EA0XOlUOXF_LmYm8ow55JPdg,7406
|
|
223
223
|
umap/static/umap/js/modules/caption.js,sha256=Jz3P_pDeNq8z74Lk1yGSgSstp3rhkh9LzzlWI0PHHxg,3813
|
|
224
224
|
umap/static/umap/js/modules/dompurify.js,sha256=SOmoM-pTgYCKCKXFo6-znemWPLiLsFgR4lxM_moWaA8,328
|
|
@@ -232,23 +232,23 @@ umap/static/umap/js/modules/leaflet-configure.js,sha256=P3aD8iNGxuVNv-xW4Di4txAj
|
|
|
232
232
|
umap/static/umap/js/modules/orderable.js,sha256=zDtcElZ_MVPoGba8Iv9bxOzk4vuN7C-5XVl4UomDYHE,2521
|
|
233
233
|
umap/static/umap/js/modules/permissions.js,sha256=sxItfFTWapFvDhvGvtZ4uONjm6_zparHqIFq1vY5QBI,7534
|
|
234
234
|
umap/static/umap/js/modules/request.js,sha256=hMy3dleGRxstKsksbNa15w7jk4H9-nAV_ub-JdNhDD8,3881
|
|
235
|
-
umap/static/umap/js/modules/rules.js,sha256=
|
|
236
|
-
umap/static/umap/js/modules/schema.js,sha256=
|
|
235
|
+
umap/static/umap/js/modules/rules.js,sha256=NO2GeUDgPfWp8VAkV0AE-BeQsDSVYCutcJIk1NKVM5k,7397
|
|
236
|
+
umap/static/umap/js/modules/schema.js,sha256=TNUNj4_2WDN_0vK083cnui0gKI-qHfiIzkO8sWLJtYY,13071
|
|
237
237
|
umap/static/umap/js/modules/share.js,sha256=XFEhE26Fek9tINpzbAQvXzrwoTRlvyLwarDcJW1bdRw,7253
|
|
238
238
|
umap/static/umap/js/modules/slideshow.js,sha256=fMpQ93VU7Uc9Mhxary_vrAdAK8g_P5Ch6pTVInIJzW4,3445
|
|
239
239
|
umap/static/umap/js/modules/tableeditor.js,sha256=o8t6zheQcaZ9Ybp67W8AFnMJvbHgLuJsOXXQajCwX7U,9788
|
|
240
240
|
umap/static/umap/js/modules/urls.js,sha256=Y_8KJ8CqMDCgV_0E9mc6oohODvRgoNHBx_avL85SR8g,838
|
|
241
241
|
umap/static/umap/js/modules/utils.js,sha256=TzRJEqlvNpPgv-gqIisWLOv4LtfzvoAeEi1NnD_hPRE,11378
|
|
242
|
-
umap/static/umap/js/modules/data/features.js,sha256=
|
|
242
|
+
umap/static/umap/js/modules/data/features.js,sha256=49THaqEI-FYPq9UK-g_ziN4yP2y0ZgZTBiYLFHIBlQI,26010
|
|
243
243
|
umap/static/umap/js/modules/data/layer.js,sha256=c-lEbIfYd23IGSWyD-iYKuDwYsz60dzyX1xXSDp15-c,33188
|
|
244
244
|
umap/static/umap/js/modules/importers/communesfr.js,sha256=GuBriig7n3-AmtBWByrD43S12bQS_vr6VPlEw3bCL0g,1316
|
|
245
245
|
umap/static/umap/js/modules/importers/datasets.js,sha256=StZbRiq_1vqe0OO1w66k5Lwzju8RntmHpWe9HWIDfRE,1372
|
|
246
246
|
umap/static/umap/js/modules/importers/geodatamine.js,sha256=FtrHMVntY4pPelw0uDZCbDVxy5er1ZzDc80zcDpvRnc,2949
|
|
247
|
-
umap/static/umap/js/modules/importers/overpass.js,sha256=
|
|
247
|
+
umap/static/umap/js/modules/importers/overpass.js,sha256=wshao2HAJIz_qowqu6tWxeFAL6TMWMQlzkGLCSfym-4,3178
|
|
248
248
|
umap/static/umap/js/modules/rendering/icon.js,sha256=hguSJt3wDqe0oSQIm1zrYSbyktKVQUWv-QTo5fYdlc8,7861
|
|
249
249
|
umap/static/umap/js/modules/rendering/popup.js,sha256=s_LhWy3nqKm_GEwc9aCbzSG1JM9M5-kshwNfKQNdu3A,2460
|
|
250
250
|
umap/static/umap/js/modules/rendering/template.js,sha256=79umxBD0pMuz8n-sx54Zg7FKcm_fbEkGDlt3vnEXtXo,7177
|
|
251
|
-
umap/static/umap/js/modules/rendering/ui.js,sha256=
|
|
251
|
+
umap/static/umap/js/modules/rendering/ui.js,sha256=2mRmfBO1gBlFzdh9VaQCupP4wj11YJFu-4hgMzHkvJo,17470
|
|
252
252
|
umap/static/umap/js/modules/rendering/layers/base.js,sha256=QNQm_IHSX2jwhr6RfoURk9ypSi4lH1Z0voZNH84VLV0,2419
|
|
253
253
|
umap/static/umap/js/modules/rendering/layers/classified.js,sha256=HhmYc_PCaA4VoRO_2TUIaPhkiRE1RUOoNEJVGs10Etk,14550
|
|
254
254
|
umap/static/umap/js/modules/rendering/layers/cluster.js,sha256=tIwkcJhJ7SQTpMK7YXumcA6KMjuZjPKWzc_xuF9d_Dc,3360
|
|
@@ -261,105 +261,105 @@ umap/static/umap/js/modules/ui/contextmenu.js,sha256=JY1b_z9jq5FKMMAAZuWUjjvzo3R
|
|
|
261
261
|
umap/static/umap/js/modules/ui/dialog.js,sha256=fP51HDkucZpXnx1v0h5eAckj77RsADZO_CzPRbjeKSU,5407
|
|
262
262
|
umap/static/umap/js/modules/ui/panel.js,sha256=Iqfagid9BxB0zjexBElaA_hLejoePdfORt4Di5lHVLY,2994
|
|
263
263
|
umap/static/umap/js/modules/ui/tooltip.js,sha256=M2KBb5CA4AvaA-6QgfpUKMYQuGXzTqx4ZVA9fkMRBEs,1642
|
|
264
|
-
umap/static/umap/locale/am_ET.js,sha256=
|
|
265
|
-
umap/static/umap/locale/am_ET.json,sha256=
|
|
266
|
-
umap/static/umap/locale/ar.js,sha256=
|
|
267
|
-
umap/static/umap/locale/ar.json,sha256=
|
|
268
|
-
umap/static/umap/locale/ast.js,sha256=
|
|
269
|
-
umap/static/umap/locale/ast.json,sha256=
|
|
270
|
-
umap/static/umap/locale/bg.js,sha256=
|
|
271
|
-
umap/static/umap/locale/bg.json,sha256=
|
|
272
|
-
umap/static/umap/locale/br.js,sha256=
|
|
273
|
-
umap/static/umap/locale/br.json,sha256=
|
|
274
|
-
umap/static/umap/locale/ca.js,sha256=
|
|
275
|
-
umap/static/umap/locale/ca.json,sha256=
|
|
276
|
-
umap/static/umap/locale/cs_CZ.js,sha256=
|
|
277
|
-
umap/static/umap/locale/cs_CZ.json,sha256=
|
|
278
|
-
umap/static/umap/locale/da.js,sha256=
|
|
279
|
-
umap/static/umap/locale/da.json,sha256=
|
|
280
|
-
umap/static/umap/locale/de.js,sha256=
|
|
281
|
-
umap/static/umap/locale/de.json,sha256
|
|
282
|
-
umap/static/umap/locale/el.js,sha256=
|
|
283
|
-
umap/static/umap/locale/el.json,sha256=
|
|
284
|
-
umap/static/umap/locale/en.js,sha256=
|
|
285
|
-
umap/static/umap/locale/en.json,sha256=
|
|
286
|
-
umap/static/umap/locale/en_US.json,sha256=
|
|
287
|
-
umap/static/umap/locale/es.js,sha256=
|
|
288
|
-
umap/static/umap/locale/es.json,sha256=
|
|
289
|
-
umap/static/umap/locale/et.js,sha256=
|
|
290
|
-
umap/static/umap/locale/et.json,sha256=
|
|
291
|
-
umap/static/umap/locale/eu.js,sha256=
|
|
292
|
-
umap/static/umap/locale/eu.json,sha256=
|
|
293
|
-
umap/static/umap/locale/fa_IR.js,sha256=
|
|
294
|
-
umap/static/umap/locale/fa_IR.json,sha256=
|
|
295
|
-
umap/static/umap/locale/fi.js,sha256=
|
|
296
|
-
umap/static/umap/locale/fi.json,sha256=
|
|
297
|
-
umap/static/umap/locale/fr.js,sha256=
|
|
298
|
-
umap/static/umap/locale/fr.json,sha256=
|
|
299
|
-
umap/static/umap/locale/gl.js,sha256=
|
|
300
|
-
umap/static/umap/locale/gl.json,sha256=
|
|
301
|
-
umap/static/umap/locale/he.js,sha256=
|
|
302
|
-
umap/static/umap/locale/he.json,sha256=
|
|
303
|
-
umap/static/umap/locale/hr.js,sha256=
|
|
304
|
-
umap/static/umap/locale/hr.json,sha256=
|
|
305
|
-
umap/static/umap/locale/hu.js,sha256=
|
|
306
|
-
umap/static/umap/locale/hu.json,sha256=
|
|
307
|
-
umap/static/umap/locale/id.js,sha256=
|
|
308
|
-
umap/static/umap/locale/id.json,sha256=
|
|
309
|
-
umap/static/umap/locale/is.js,sha256=
|
|
310
|
-
umap/static/umap/locale/is.json,sha256=
|
|
311
|
-
umap/static/umap/locale/it.js,sha256=
|
|
312
|
-
umap/static/umap/locale/it.json,sha256=
|
|
313
|
-
umap/static/umap/locale/ja.js,sha256=
|
|
314
|
-
umap/static/umap/locale/ja.json,sha256=-
|
|
315
|
-
umap/static/umap/locale/ko.js,sha256=
|
|
316
|
-
umap/static/umap/locale/ko.json,sha256=
|
|
317
|
-
umap/static/umap/locale/lt.js,sha256=
|
|
318
|
-
umap/static/umap/locale/lt.json,sha256=
|
|
319
|
-
umap/static/umap/locale/ms.js,sha256=
|
|
320
|
-
umap/static/umap/locale/ms.json,sha256=
|
|
321
|
-
umap/static/umap/locale/nl.js,sha256=
|
|
322
|
-
umap/static/umap/locale/nl.json,sha256=
|
|
323
|
-
umap/static/umap/locale/no.js,sha256=
|
|
324
|
-
umap/static/umap/locale/no.json,sha256=
|
|
325
|
-
umap/static/umap/locale/pl.js,sha256=
|
|
326
|
-
umap/static/umap/locale/pl.json,sha256=
|
|
327
|
-
umap/static/umap/locale/pl_PL.json,sha256=
|
|
328
|
-
umap/static/umap/locale/pt.js,sha256=
|
|
329
|
-
umap/static/umap/locale/pt.json,sha256=
|
|
330
|
-
umap/static/umap/locale/pt_BR.js,sha256=
|
|
331
|
-
umap/static/umap/locale/pt_BR.json,sha256=
|
|
332
|
-
umap/static/umap/locale/pt_PT.js,sha256=
|
|
333
|
-
umap/static/umap/locale/pt_PT.json,sha256=
|
|
334
|
-
umap/static/umap/locale/ro.js,sha256=
|
|
335
|
-
umap/static/umap/locale/ro.json,sha256=
|
|
336
|
-
umap/static/umap/locale/ru.js,sha256=
|
|
337
|
-
umap/static/umap/locale/ru.json,sha256=
|
|
264
|
+
umap/static/umap/locale/am_ET.js,sha256=iWhRaCquVuQvILLJexJTMpCAnAGPBJZH-9zKY_2zzeY,33121
|
|
265
|
+
umap/static/umap/locale/am_ET.json,sha256=txJ5qTYH-06FuyXRzJTl-vsakBkJhUVnu038j6ry-Js,33050
|
|
266
|
+
umap/static/umap/locale/ar.js,sha256=o2rNc6rS2Iu5lfWXAGiW3yTyJ2J5WKs8zCGbXXDPgXc,29693
|
|
267
|
+
umap/static/umap/locale/ar.json,sha256=_wLI0ioBzAPgDRQNwAN9g5dYQUSJT3heEqlL_k1mSS4,29628
|
|
268
|
+
umap/static/umap/locale/ast.js,sha256=KSPTilctfNTMd4C_46awHLjWti9uNXIValRJ1iAOCeA,29271
|
|
269
|
+
umap/static/umap/locale/ast.json,sha256=wyCCbjhU_zc7xE6Zd73k2UktzvennaSl6qUq9Bh0JPo,29204
|
|
270
|
+
umap/static/umap/locale/bg.js,sha256=be2KegvueFclhXhQ-Mara485jPLQ_MZ4uIeP9fdAQOk,32366
|
|
271
|
+
umap/static/umap/locale/bg.json,sha256=cDt-JqpnQ3m3UodbQ2HK_bixgWSXjrIm2VR2AolhFTM,32301
|
|
272
|
+
umap/static/umap/locale/br.js,sha256=BVOfd3QUlgKTO3lC9Vix2EzQIV8YsQvHPx5Kxgmfci8,30976
|
|
273
|
+
umap/static/umap/locale/br.json,sha256=GOKajY-FHSsDd6mxwAqobApWdBmvSzU0quXLomzsGGA,30911
|
|
274
|
+
umap/static/umap/locale/ca.js,sha256=iaRvXzzIwWJYUB58Ps4VrC8OWavfFrIg8NXupupExCc,30667
|
|
275
|
+
umap/static/umap/locale/ca.json,sha256=ApJcv96LYioBnMvpD5PMRLpxXVGgRwuwbDO7bees03g,30602
|
|
276
|
+
umap/static/umap/locale/cs_CZ.js,sha256=YCvGOWKf7fxkHawutmnFwGAOqfblObe-XqXlCREJruQ,31472
|
|
277
|
+
umap/static/umap/locale/cs_CZ.json,sha256=HaqnfEJ0ORi4u6ltiAqJud0NRuh4W9v6ym-mWkwwddw,31401
|
|
278
|
+
umap/static/umap/locale/da.js,sha256=BlI-OAujZRw0v4X2j0rCICTUooIFZ5bOC2W9QxmXQEo,29657
|
|
279
|
+
umap/static/umap/locale/da.json,sha256=H8hg2jMUvMj0ujZdBRt4i0VdDuyNBk0OAAd25NujTQA,29592
|
|
280
|
+
umap/static/umap/locale/de.js,sha256=5A_n__cFkmTqCVrGEb3BCe4WpQvjqZT2W3ic4CiC7rM,31983
|
|
281
|
+
umap/static/umap/locale/de.json,sha256=6GbeG2QNgD1Cbjn_t0jEKLh2Q5Pdjtr5EqHIONAfd0g,31918
|
|
282
|
+
umap/static/umap/locale/el.js,sha256=Uk9d4jo97ggH2grc-VCsUKyk9JFGDwsvC_Ek1pNF98s,40724
|
|
283
|
+
umap/static/umap/locale/el.json,sha256=oOyM-fcLRGuB-2xsJaNVbBaM_2G5_wxb-GMDfVzv9Ds,40659
|
|
284
|
+
umap/static/umap/locale/en.js,sha256=LhKU66xn0N3PSmQvKqlkLfeJLE-BAS-R-LQ2bCBWm9E,29395
|
|
285
|
+
umap/static/umap/locale/en.json,sha256=rrUpQFKkazodyknBNJOAplmo7wieDZ9Y_Kj73oAqr8M,29330
|
|
286
|
+
umap/static/umap/locale/en_US.json,sha256=dZssHREakThYdUHIKIWWqX3CM9wjS4LrMvMB9-rZBGw,28993
|
|
287
|
+
umap/static/umap/locale/es.js,sha256=mC8vLIXS026NP7HjIOShBlPZKGtfgKH7p_4GmNgCpa0,31571
|
|
288
|
+
umap/static/umap/locale/es.json,sha256=dAH6Yo6iWVSmO5roUs9qH4ANjw6IwnCMQwYyuAefuGM,31506
|
|
289
|
+
umap/static/umap/locale/et.js,sha256=TKMGYlcb-D8KW8WVXGIAR8wDdgqCmi6pb9GXMbpYFEU,29465
|
|
290
|
+
umap/static/umap/locale/et.json,sha256=CPkjYxDD3SsBVyiKO24OREw4l3QVOebdXtLakyNyKyo,29400
|
|
291
|
+
umap/static/umap/locale/eu.js,sha256=fGE1911GyTM9MD1aHGh4Zzy2nFRPxCLVo-Ij7Zv19A0,31144
|
|
292
|
+
umap/static/umap/locale/eu.json,sha256=v4MHfe9NBnKW1M_5PjVtEfUiDq-zlbv-XkV-Rjg67uM,31079
|
|
293
|
+
umap/static/umap/locale/fa_IR.js,sha256=tdSTeOKlBOpwHiMVsRom1Wio3cnOHotkYn_Oot_Uizc,37870
|
|
294
|
+
umap/static/umap/locale/fa_IR.json,sha256=1InhRKruKSo7V0bfXB0DVnJEl6Kv5pSua6tvA8vteWA,37799
|
|
295
|
+
umap/static/umap/locale/fi.js,sha256=XUIrgmxg9KjmpDwFKRULr-EmyjjTBhWWA_ylX_nSjvw,30137
|
|
296
|
+
umap/static/umap/locale/fi.json,sha256=3suDckLIR0BpLA15zLXPAXEY-DnVlbA-YEfeWqx3zfA,30072
|
|
297
|
+
umap/static/umap/locale/fr.js,sha256=qbhzRxExAYPoRSaOcqcMWNbuhoSgrhJxreQlOXhP1a8,32169
|
|
298
|
+
umap/static/umap/locale/fr.json,sha256=Hz2eHjWvuCOGSYkjQgVy5fTjJGKajnBtJr1oswvJjTY,32104
|
|
299
|
+
umap/static/umap/locale/gl.js,sha256=A7QDaq4ZBnOXIr6tqfWB7VDSo5UsV70L2HVhiqZXOOI,30692
|
|
300
|
+
umap/static/umap/locale/gl.json,sha256=poqyCH2UFxVAOWepLODcjN3Xtyy3oancGy5c-ch0ocw,30627
|
|
301
|
+
umap/static/umap/locale/he.js,sha256=IQovP2AjKgrah84sWxs9nH7AD3a-w4oNr1WJKDpgjV8,32719
|
|
302
|
+
umap/static/umap/locale/he.json,sha256=F9r726IxWWigKrHajmQyc8Sdyn9Lcj7vIsMAEsPLLw8,32654
|
|
303
|
+
umap/static/umap/locale/hr.js,sha256=QrWfkgZ17dCCBn1fLys07TygfMRWAS2YlhWeJQRsskE,29440
|
|
304
|
+
umap/static/umap/locale/hr.json,sha256=VaHPBeo8GrkyxwyHCpadhRWnPyYktbMzil7lUkCxx-M,29375
|
|
305
|
+
umap/static/umap/locale/hu.js,sha256=DSxi72AK8rEcwLmNJymhAtg8jE8JeXry432ilecnlu0,33684
|
|
306
|
+
umap/static/umap/locale/hu.json,sha256=EoCsm1GE9SPCPVaE2ztcxlwPj6oMtudLL1iyZMd9jYk,33619
|
|
307
|
+
umap/static/umap/locale/id.js,sha256=jx04Ng_EzPT3Av7mbVRQvmK1izSat2ucsTnYFj98u8U,29269
|
|
308
|
+
umap/static/umap/locale/id.json,sha256=wyCCbjhU_zc7xE6Zd73k2UktzvennaSl6qUq9Bh0JPo,29204
|
|
309
|
+
umap/static/umap/locale/is.js,sha256=SH5yWYn72yTZnbJkJbwSIEl8P6Kadyk7UJ0xqUIBoz8,30601
|
|
310
|
+
umap/static/umap/locale/is.json,sha256=JUL8TsIpcbvkG9FCR4gwE-O7ovoAjyWt7aHPrxKrT1k,30536
|
|
311
|
+
umap/static/umap/locale/it.js,sha256=o5HTu5P1ZrLRsxSKMZkHl7jInn3HgdDCB9Pi7Daajq4,31525
|
|
312
|
+
umap/static/umap/locale/it.json,sha256=rk1Z-ndHdOOfsuXHgfZiWMpl2NckCWjwoNvDw43GlDA,31460
|
|
313
|
+
umap/static/umap/locale/ja.js,sha256=x0U88NhI38WqXmo3i8-9HwRX0_1CPpMkwSfcT9W68vA,31727
|
|
314
|
+
umap/static/umap/locale/ja.json,sha256=-byWNCsElDhJiPGWS2crxIF5PoI6J8B58txeJR5U0RE,31662
|
|
315
|
+
umap/static/umap/locale/ko.js,sha256=KUN8_IIw2Wi1-z1EweWXRWlHqhVI61IU4ok17US34nY,29457
|
|
316
|
+
umap/static/umap/locale/ko.json,sha256=bwBCdA7yHyERyh36-DsNL-sqpJq6nvuQI-gUBKOBGPo,29392
|
|
317
|
+
umap/static/umap/locale/lt.js,sha256=qfHKf7DI-uBDyAWoCjRI3G7kvySv8MtAX6GbVK-_oUM,30078
|
|
318
|
+
umap/static/umap/locale/lt.json,sha256=c4xmllCvqA9PacJjM8_3r8jFFTNxX7HISxgm7oiAUy4,30013
|
|
319
|
+
umap/static/umap/locale/ms.js,sha256=M6x0qeC2ytoso4RAKazjy2u7yx6knXHRd7eG16Of9SY,30437
|
|
320
|
+
umap/static/umap/locale/ms.json,sha256=LI74XHEsDsNnjQbtt-vQ2ttRUUWBOBEMnLEcuo4-S9E,30372
|
|
321
|
+
umap/static/umap/locale/nl.js,sha256=tsux79ev-oib4BehzsvNIWIu5OZkn-76luqGIbZ3fWA,30889
|
|
322
|
+
umap/static/umap/locale/nl.json,sha256=iDBgNBdL9cE0AtN5XhIPpkhn3czQDUI4bpSOUVJjmto,30824
|
|
323
|
+
umap/static/umap/locale/no.js,sha256=qgsnNmEkC-lL5wfH9SdJPc2CgakDzNbhVCb_31ih8Yo,29493
|
|
324
|
+
umap/static/umap/locale/no.json,sha256=35Xk6RVclyLkWJxvmGXdj9f_mDX0tDCmBOVSplFdcYc,29428
|
|
325
|
+
umap/static/umap/locale/pl.js,sha256=aq1O_m6RE2DP9m1kf8sc95mItreeABL0MpGUahmM3II,31090
|
|
326
|
+
umap/static/umap/locale/pl.json,sha256=IDn7hwmgo9ouGzdUOFCdiYxrpxwIjIKw5WW06xQ-UwY,31025
|
|
327
|
+
umap/static/umap/locale/pl_PL.json,sha256=wyCCbjhU_zc7xE6Zd73k2UktzvennaSl6qUq9Bh0JPo,29204
|
|
328
|
+
umap/static/umap/locale/pt.js,sha256=Tyhh6PeQ69h_266JLmo-3SNMznSt-8MIrBmuzKFYLNQ,31970
|
|
329
|
+
umap/static/umap/locale/pt.json,sha256=R5sWCyPF2KhzyejlOjPXiTpig0PQc2J_mR0Xi2Mg2Pw,31905
|
|
330
|
+
umap/static/umap/locale/pt_BR.js,sha256=yLTKIOIZaEvQyAFQVB5SiFaTuqAXnnUuG8MZ7xYoWpA,30652
|
|
331
|
+
umap/static/umap/locale/pt_BR.json,sha256=h0LVOk-evdD2sDwLO26WJ0uTtCRr2A7D5cQALHYoaAI,30581
|
|
332
|
+
umap/static/umap/locale/pt_PT.js,sha256=mzJRwZQZBrGszXC62SH64BXo9tJnEMrmqMomuweXPP4,31998
|
|
333
|
+
umap/static/umap/locale/pt_PT.json,sha256=_bds4nPOG8aauMJkTbOXWSKFiO-nmUjq3bV2EpdiOr4,31927
|
|
334
|
+
umap/static/umap/locale/ro.js,sha256=QZKfXbYfA3t48G2C2AA4g_aXSsRvhXUTxzwCHHbe-4k,29298
|
|
335
|
+
umap/static/umap/locale/ro.json,sha256=r2ZnDY3EvwcBBlrY92dlY0q2HWmetnQI3f_LI6XVcVE,29233
|
|
336
|
+
umap/static/umap/locale/ru.js,sha256=nD01YTDK7ZghzFf0g79WJA5LMQeUI51Ud0MZtkrI-8U,36529
|
|
337
|
+
umap/static/umap/locale/ru.json,sha256=smsuvemUgB4HYF8LQKS5eQqgyLPS6nf72N9eV0Nh280,36464
|
|
338
338
|
umap/static/umap/locale/si.js,sha256=4lhsYFhfg2hZMZn0GZkX4YXY-A55WAs9xYJHPpyYuxs,28492
|
|
339
339
|
umap/static/umap/locale/si.json,sha256=cQk9X-el9PK66gQUCpFzZe09BCu_XCHESXpNaQTDLF8,28427
|
|
340
|
-
umap/static/umap/locale/sk_SK.js,sha256=
|
|
341
|
-
umap/static/umap/locale/sk_SK.json,sha256=
|
|
342
|
-
umap/static/umap/locale/sl.js,sha256=
|
|
343
|
-
umap/static/umap/locale/sl.json,sha256=
|
|
344
|
-
umap/static/umap/locale/sr.js,sha256=
|
|
345
|
-
umap/static/umap/locale/sr.json,sha256=
|
|
346
|
-
umap/static/umap/locale/sv.js,sha256
|
|
347
|
-
umap/static/umap/locale/sv.json,sha256=
|
|
348
|
-
umap/static/umap/locale/th_TH.js,sha256=
|
|
349
|
-
umap/static/umap/locale/th_TH.json,sha256=
|
|
350
|
-
umap/static/umap/locale/tr.js,sha256=
|
|
351
|
-
umap/static/umap/locale/tr.json,sha256=
|
|
352
|
-
umap/static/umap/locale/uk_UA.js,sha256=
|
|
353
|
-
umap/static/umap/locale/uk_UA.json,sha256=
|
|
354
|
-
umap/static/umap/locale/vi.js,sha256=
|
|
355
|
-
umap/static/umap/locale/vi.json,sha256=
|
|
356
|
-
umap/static/umap/locale/vi_VN.json,sha256=
|
|
357
|
-
umap/static/umap/locale/zh.js,sha256=
|
|
358
|
-
umap/static/umap/locale/zh.json,sha256=
|
|
359
|
-
umap/static/umap/locale/zh_CN.json,sha256=
|
|
360
|
-
umap/static/umap/locale/zh_TW.Big5.json,sha256=
|
|
361
|
-
umap/static/umap/locale/zh_TW.js,sha256=
|
|
362
|
-
umap/static/umap/locale/zh_TW.json,sha256=
|
|
340
|
+
umap/static/umap/locale/sk_SK.js,sha256=A0Hzt6yUn9fsmXcgl3HwTg3fK9jS1CFKub9QnEQYJ0I,30539
|
|
341
|
+
umap/static/umap/locale/sk_SK.json,sha256=l5JI9Pk4Xdwo9pxuQBg4Bg4Uti3UjBih40N6h-z0FvE,30468
|
|
342
|
+
umap/static/umap/locale/sl.js,sha256=Khp3kbz_wtD70vkW2jO2MxdndQbBxsaRQZuojiAUA3s,30428
|
|
343
|
+
umap/static/umap/locale/sl.json,sha256=M3cQX9qlR7CKhFjqX9F2H65YPRGMU7mo5Wy_gu9W4iE,30363
|
|
344
|
+
umap/static/umap/locale/sr.js,sha256=6tnJV79cZUQysH1mj-hh7SF71jIWRyiDnVfie00Di64,33299
|
|
345
|
+
umap/static/umap/locale/sr.json,sha256=clwlCf96Tn1z5iwv2tdwRlwb3cAsfu3a1q4sLnMUuQc,33234
|
|
346
|
+
umap/static/umap/locale/sv.js,sha256=oBWlbfUXCkIPiwr4W7RGHakp31KKQHr0LniC6BXNpQc,30328
|
|
347
|
+
umap/static/umap/locale/sv.json,sha256=eB88xzDSakMebZxAJ4qn1ghJbRPijTrwf9vBA3n4H-0,30263
|
|
348
|
+
umap/static/umap/locale/th_TH.js,sha256=u2RZuL9p_OEDYgo_lAGljVW7yKw9J4J8R7qVN4diKC4,30353
|
|
349
|
+
umap/static/umap/locale/th_TH.json,sha256=6D1k-F-Vd02-5CwAIpMe89qW3jKtihvUebbmSXzRP9E,30282
|
|
350
|
+
umap/static/umap/locale/tr.js,sha256=7ASI2OcQ6mKIJh_mL4TVhVwEX9yl4gbgK2huVsbI_B0,30855
|
|
351
|
+
umap/static/umap/locale/tr.json,sha256=vZWss6WNLNeWLgjpm69o7J6anjd282orwkqZGqrLtMg,30790
|
|
352
|
+
umap/static/umap/locale/uk_UA.js,sha256=d4Tv-bWFU6zTbWfVoDAQTN87NVSzsWpouMojtVdcHp0,36186
|
|
353
|
+
umap/static/umap/locale/uk_UA.json,sha256=KuNk8kngGn9CF1XP76mdiTQifXxFNv1hmeLI5xJhwz8,36115
|
|
354
|
+
umap/static/umap/locale/vi.js,sha256=4M7TKBzLTqB_Bu_n9gZ9MEwK7qknTbSlWxBvhMDoSqE,29549
|
|
355
|
+
umap/static/umap/locale/vi.json,sha256=Wd1wEIO7cMXFBq3rsx7vzRgDjhr_szckPLxoWFghIZ4,29484
|
|
356
|
+
umap/static/umap/locale/vi_VN.json,sha256=wyCCbjhU_zc7xE6Zd73k2UktzvennaSl6qUq9Bh0JPo,29204
|
|
357
|
+
umap/static/umap/locale/zh.js,sha256=aISl3SdQEU_LPeaXw4xc3YcvutPPhuyOuznEYyZe8Vs,28976
|
|
358
|
+
umap/static/umap/locale/zh.json,sha256=nC6mXHtxTfhQOyFrliXQVlSBUNHRsjZUUA1WnrXGx8g,28911
|
|
359
|
+
umap/static/umap/locale/zh_CN.json,sha256=wyCCbjhU_zc7xE6Zd73k2UktzvennaSl6qUq9Bh0JPo,29204
|
|
360
|
+
umap/static/umap/locale/zh_TW.Big5.json,sha256=wyCCbjhU_zc7xE6Zd73k2UktzvennaSl6qUq9Bh0JPo,29204
|
|
361
|
+
umap/static/umap/locale/zh_TW.js,sha256=uMVPcplZgSATHVZZIdQkRHFx3lxOS_WFYAKJUqT5eVM,28793
|
|
362
|
+
umap/static/umap/locale/zh_TW.json,sha256=O1tLl0Ghfl3G0D43oHiuldZ0lWglK8TdHHSBzciRZek,28722
|
|
363
363
|
umap/static/umap/test/.eslintrc,sha256=lsy_EQL70iOehznbw1QtRqN858VT9vQAZXg9h2aTX2w,444
|
|
364
364
|
umap/static/umap/test/DataLayer.js,sha256=P-bq8gjGrSEKXLxmDk85NI33GT5XWHHLvv44xJ7CGKk,14221
|
|
365
365
|
umap/static/umap/test/Feature.js,sha256=xb6HjjD_EuI4ezvn3z_SUR_s7C1e8xmZim20VHaR2qg,3664
|
|
@@ -379,7 +379,7 @@ umap/static/umap/vendors/contextmenu/leaflet.contextmenu.min.js,sha256=I3zyDVArt
|
|
|
379
379
|
umap/static/umap/vendors/csv2geojson/csv2geojson.js,sha256=Cb88gwY7oibx7WL1Y3bfxc_Cur6yo62nLGaEmzP7Fbw,15530
|
|
380
380
|
umap/static/umap/vendors/dompurify/purify.es.js,sha256=TScM8DATZbXGCLOVBYhpfX4gbnKRCAlt53htdqS9umc,63951
|
|
381
381
|
umap/static/umap/vendors/dompurify/purify.es.mjs.map,sha256=7KkvHp3X9QVutUAQnlG8iCMV4jJeHRsggC4yBoO2dTk,123294
|
|
382
|
-
umap/static/umap/vendors/editable/Leaflet.Editable.js,sha256=
|
|
382
|
+
umap/static/umap/vendors/editable/Leaflet.Editable.js,sha256=5-RlyT7RhocenG85yKIhSPdCvUrpxH2o-lvWS9St5uA,69568
|
|
383
383
|
umap/static/umap/vendors/editable/Path.Drag.js,sha256=EATyTfgSiCkdjTwGM5lU1RZayxzynqhE-AgnuRlqYI0,3898
|
|
384
384
|
umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.css,sha256=eVKDGO_G2bIJvf_o5490h8BbMh5XeraSLmo6qTc8zj8,1263
|
|
385
385
|
umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.js,sha256=ati65azw8WxPG70b4JblFSHgD-fJ0ytriQEzC5tJWCM,9141
|
|
@@ -413,7 +413,7 @@ umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css,sha256=b1FUshftU
|
|
|
413
413
|
umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css.map,sha256=BeirY1RltKf8DrqX4U6IEg49yGaSOS4II4CqTJ96Hi8,371
|
|
414
414
|
umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js,sha256=jVdNHjjOOJMoykxLOdGxOUzGJDlmr8MM6sFF--b1_sI,12701
|
|
415
415
|
umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js.map,sha256=JY9YqG-jXWMRHF4pJcvdjB5hyLq7V8MpsaqhnX7p5tE,15802
|
|
416
|
-
umap/static/umap/vendors/markercluster/MarkerCluster.Default.css,sha256=
|
|
416
|
+
umap/static/umap/vendors/markercluster/MarkerCluster.Default.css,sha256=YSWCMtmNZNwqex4CEw1nQhvFub2lmU7vcCKP-XVwwXA,1287
|
|
417
417
|
umap/static/umap/vendors/markercluster/MarkerCluster.css,sha256=YU3qCpj_P06tdPBJGPax0bm6Q1wltfwjsho5TR4-TYc,872
|
|
418
418
|
umap/static/umap/vendors/markercluster/leaflet.markercluster.js,sha256=Hk4dIpcqOSb0hZjgyvFOP-cEmDXUKKNE_tT542ZbNQg,34136
|
|
419
419
|
umap/static/umap/vendors/markercluster/leaflet.markercluster.js.map,sha256=p2sESsX-2ysbKhEAYIPZFpVglwMWjQNxLkswXIuv2K8,41953
|
|
@@ -444,7 +444,7 @@ umap/templates/umap/about.html,sha256=0QXMyUF9SygPxak-FK_YpKgRRPMD_EZEIAHkLXsUH7
|
|
|
444
444
|
umap/templates/umap/about_summary.html,sha256=5pvCvX34YHk_XCtZfcRSznvRwi_-UJMioD9Nzn6TKh0,2349
|
|
445
445
|
umap/templates/umap/branding.html,sha256=8IzkIWqiZckgkX9FC-n1v6f8JIB2q7DcX3JHscxsaYA,60
|
|
446
446
|
umap/templates/umap/content.html,sha256=KfNQ18LcbxFd00tHQeirGy5Vh75qQNM6pj0bQbcy4Bo,2246
|
|
447
|
-
umap/templates/umap/content_footer.html,sha256=
|
|
447
|
+
umap/templates/umap/content_footer.html,sha256=wkdc4Usuq4-vDIJHPxv-KS6KL4gBkUl7ARyU7zz1Zis,1154
|
|
448
448
|
umap/templates/umap/css.html,sha256=j1oNsuz8g1Fc9rLGhIby9ngQpQYq42uYYn7Q_965aQk,2175
|
|
449
449
|
umap/templates/umap/dashboard_menu.html,sha256=hwZQL2fsZruw2s_yA-NW5t_IP2bdpc4n4ksXIRvBROw,631
|
|
450
450
|
umap/templates/umap/footer.html,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -456,7 +456,7 @@ umap/templates/umap/login_popup_end.html,sha256=kcENvhycpVvvIzbNasX1rcSI_67A6ptt
|
|
|
456
456
|
umap/templates/umap/map_detail.html,sha256=QBotZCdYGNv6aKgwkcX2sdanw8FXZLlMux49vV8dWAU,1165
|
|
457
457
|
umap/templates/umap/map_fragment.html,sha256=ZRIA3W2tuIecv2LtxyKNSW4k7PmCxRlFmI6TIKC1EV8,152
|
|
458
458
|
umap/templates/umap/map_init.html,sha256=mglKMOvxRbe9qhO8SYsK0q3xcPcqEdSepo1sszxmDrE,290
|
|
459
|
-
umap/templates/umap/map_list.html,sha256
|
|
459
|
+
umap/templates/umap/map_list.html,sha256=Jb-VU3dQdRWsW80nyyRq1Eb6UrhAoIfGleu1cNMJKwc,673
|
|
460
460
|
umap/templates/umap/map_table.html,sha256=WrH86ybY_GzzRmALfON_oni9aFuIswgOtpTSJ5h8SEY,5778
|
|
461
461
|
umap/templates/umap/messages.html,sha256=liEsg-I26XHb0FOBAbzFsZl2RfNQtGt-HKoE6jHefbI,190
|
|
462
462
|
umap/templates/umap/navigation.html,sha256=gUhdTQOfbMHp1QwnzQYcn3CqQ0RqWUjlDFdT92MerO4,1261
|
|
@@ -515,26 +515,26 @@ umap/tests/integration/test_caption.py,sha256=UykDB2WpyFl0sbXGrSJ1IAJTM0PzYajPyz
|
|
|
515
515
|
umap/tests/integration/test_categorized_layer.py,sha256=1MJopDBMLUd_NN2NVqWoePuNPS42RbNlXOwXeyKdZo8,5586
|
|
516
516
|
umap/tests/integration/test_choropleth.py,sha256=MOgWxPiv39wU7v6kwEJ6sfN3P3xTf_ABQo7hxQa_Y1M,3775
|
|
517
517
|
umap/tests/integration/test_circles_layer.py,sha256=7kBqDyvPHbK31LQLU5NVP8mxNqV-Rn7LnzwyDmg801I,1868
|
|
518
|
-
umap/tests/integration/test_conditional_rules.py,sha256=
|
|
518
|
+
umap/tests/integration/test_conditional_rules.py,sha256=josrLgUbBvoa9ygbJB6sKR5_GnTXo65UGrJMSpD8QbY,11890
|
|
519
519
|
umap/tests/integration/test_dashboard.py,sha256=OmqZx6NwtTnPj1-HsYyg5WptcmPpSq5pL01VtxZuuzk,1526
|
|
520
520
|
umap/tests/integration/test_datalayer.py,sha256=39ceMKkvwaE-TOh6GH1q0YwnYOSMEyQA4Ao0XSXR0nI,5471
|
|
521
|
-
umap/tests/integration/test_draw_polygon.py,sha256=
|
|
521
|
+
umap/tests/integration/test_draw_polygon.py,sha256=s_a1j2Ye3jq09VmALZM0k1j2wYgoSjtjtlwpc8Eh_Sg,25311
|
|
522
522
|
umap/tests/integration/test_draw_polyline.py,sha256=NxoY-Sf56Kyu-AuX-1sO9xCuS5InK9NdEuUZ2EMklTg,12453
|
|
523
|
-
umap/tests/integration/test_edit_datalayer.py,sha256=
|
|
523
|
+
umap/tests/integration/test_edit_datalayer.py,sha256=gg55b6xwWo__-DC4at7YT4NcaFnxn47GPhlrd86NZ9s,9505
|
|
524
524
|
umap/tests/integration/test_edit_map.py,sha256=cIJWelF1DWIUjqEyyb7NyaDLU8cQ0LGo-WfUEUx_5-A,7111
|
|
525
525
|
umap/tests/integration/test_edit_marker.py,sha256=1MpA1mjdtVx2HuFkVSYZojBoGJ0fhK_JBGDsv5v6rUE,4736
|
|
526
526
|
umap/tests/integration/test_edit_polygon.py,sha256=JeIW6NcBltIl958uJ_T-0dRCT5gOo9JrNtULvg7nxf4,5286
|
|
527
527
|
umap/tests/integration/test_export_map.py,sha256=jH0BXm-7Ov26OEkve9-xKMfRwXwR73zRrZLIQusyUOY,12112
|
|
528
528
|
umap/tests/integration/test_facets_browser.py,sha256=bsEpb4tXZtxF3tdmSZ0tGrOIIEhd1KSbmDQruuUQFic,10622
|
|
529
529
|
umap/tests/integration/test_features_id_generation.py,sha256=e99_8AxeMAi53JjVGlsI32zlrXGAU19FHJfTuYdiBVQ,1511
|
|
530
|
-
umap/tests/integration/test_import.py,sha256=
|
|
530
|
+
umap/tests/integration/test_import.py,sha256=kUqFLpFFigAzwjbYX9FOkDlpahjntkWBaF9TmrLQWAI,28985
|
|
531
531
|
umap/tests/integration/test_map.py,sha256=WH_vNCsFTnfEKNyt9OHfpXa3BMS1fh1cqvSLSb_Nxtk,8726
|
|
532
532
|
umap/tests/integration/test_map_list.py,sha256=l1FImKnJkY7DupYX8waKaUZqhnORR20L8dzaqu-eF8E,1280
|
|
533
533
|
umap/tests/integration/test_map_preview.py,sha256=kP0vkEiUN7EJNCvZgNeUAzrrXfgwpU0S2UnmOBV4P5A,3540
|
|
534
534
|
umap/tests/integration/test_optimistic_merge.py,sha256=HK-RYWyqvkUw3ibnONzb3HNMsvj9RLDXnf0vJlWkv6g,10948
|
|
535
535
|
umap/tests/integration/test_owned_map.py,sha256=lzdHaN9HTQ-bd_MJT1tOVVALRxq1UqNiVWWhAzp-caI,10374
|
|
536
536
|
umap/tests/integration/test_picto.py,sha256=Ey9V-NTQ64cIEtdXWzjhlBEykmTiGk7jUxKN1oA6n_g,9040
|
|
537
|
-
umap/tests/integration/test_querystring.py,sha256=
|
|
537
|
+
umap/tests/integration/test_querystring.py,sha256=yR7oOlIA4qbL14gEazdFmdCtoOc7RKwadpuuutAPxU8,2754
|
|
538
538
|
umap/tests/integration/test_share.py,sha256=gDna-wFedwJ_-8HLBw_G5IO3zA3l96p1FGBSZ15g_7g,1813
|
|
539
539
|
umap/tests/integration/test_slideshow.py,sha256=yhy75YYpfTKpkGK7xGjJDJoqHtN6p2LG-O4krVE1Yks,1907
|
|
540
540
|
umap/tests/integration/test_star.py,sha256=icB5SbFbXe4KYp3DIJ0xAwCrSQS2rweqIaQTAng3CfY,842
|
|
@@ -545,8 +545,8 @@ umap/tests/integration/test_view_marker.py,sha256=sPZBbX5jF8WkbAl3Q9eta7a80E2rPX
|
|
|
545
545
|
umap/tests/integration/test_view_polygon.py,sha256=I7wR6DUrictIMrCPKajCrruJVLry4ZRDdjSs8q0XaOg,1829
|
|
546
546
|
umap/tests/integration/test_view_polyline.py,sha256=n1QVIdl-Xg9yN9o-Jc6VnPhFAuUspsgY0odiUe_jJC4,1598
|
|
547
547
|
umap/tests/integration/test_websocket_sync.py,sha256=sdMjvZsCImhceQiFvSBHKo4dR6HJPl7-D0NItl2QsNU,10530
|
|
548
|
-
umap_project-2.6.
|
|
549
|
-
umap_project-2.6.
|
|
550
|
-
umap_project-2.6.
|
|
551
|
-
umap_project-2.6.
|
|
552
|
-
umap_project-2.6.
|
|
548
|
+
umap_project-2.6.0b2.dist-info/METADATA,sha256=-VTYCkc0BWt6p3N8AWNRrslWOqlUzSOYNVJy2gRv2zA,2679
|
|
549
|
+
umap_project-2.6.0b2.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87
|
|
550
|
+
umap_project-2.6.0b2.dist-info/entry_points.txt,sha256=gz-KDQfEsMLBae8ABOD3foJsCYGPW1tA4Y394R_1RW8,39
|
|
551
|
+
umap_project-2.6.0b2.dist-info/licenses/LICENSE,sha256=kQtrtRKgiPhcl7aO0-lmvbrNAXu7WHyiXvPrUk-TD2Q,820
|
|
552
|
+
umap_project-2.6.0b2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|