umap-project 2.9.0b0__py3-none-any.whl → 2.9.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.
Potentially problematic release.
This version of umap-project might be problematic. Click here for more details.
- umap/__init__.py +1 -1
- umap/admin.py +15 -2
- umap/locale/br/LC_MESSAGES/django.mo +0 -0
- umap/locale/br/LC_MESSAGES/django.po +111 -67
- umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
- umap/locale/cs_CZ/LC_MESSAGES/django.po +112 -67
- umap/locale/el/LC_MESSAGES/django.mo +0 -0
- umap/locale/el/LC_MESSAGES/django.po +132 -87
- umap/locale/en/LC_MESSAGES/django.po +11 -10
- umap/locale/es/LC_MESSAGES/django.mo +0 -0
- umap/locale/es/LC_MESSAGES/django.po +117 -71
- umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- umap/locale/fr/LC_MESSAGES/django.po +11 -10
- umap/locale/gl/LC_MESSAGES/django.mo +0 -0
- umap/locale/gl/LC_MESSAGES/django.po +219 -173
- umap/locale/it/LC_MESSAGES/django.mo +0 -0
- umap/locale/it/LC_MESSAGES/django.po +145 -100
- umap/locale/nl/LC_MESSAGES/django.mo +0 -0
- umap/locale/nl/LC_MESSAGES/django.po +198 -152
- umap/locale/pt/LC_MESSAGES/django.mo +0 -0
- umap/locale/pt/LC_MESSAGES/django.po +118 -73
- umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
- umap/locale/zh_TW/LC_MESSAGES/django.po +112 -67
- umap/middleware.py +30 -1
- umap/models.py +20 -10
- umap/settings/base.py +2 -1
- umap/static/umap/base.css +4 -1
- umap/static/umap/css/bar.css +32 -0
- umap/static/umap/css/contextmenu.css +14 -2
- umap/static/umap/css/form.css +5 -10
- umap/static/umap/css/icon.css +39 -3
- umap/static/umap/css/panel.css +18 -1
- umap/static/umap/css/popup.css +0 -1
- umap/static/umap/img/16-white.svg +3 -3
- umap/static/umap/img/16.svg +1 -1
- umap/static/umap/img/24-white.svg +17 -16
- umap/static/umap/img/24.svg +29 -18
- umap/static/umap/img/providers/twitter-oauth2.png +0 -0
- umap/static/umap/img/source/16-white.svg +4 -4
- umap/static/umap/img/source/16.svg +1 -1
- umap/static/umap/img/source/24-white.svg +20 -18
- umap/static/umap/img/source/24.svg +30 -19
- umap/static/umap/js/modules/browser.js +2 -2
- umap/static/umap/js/modules/caption.js +4 -4
- umap/static/umap/js/modules/data/features.js +80 -32
- umap/static/umap/js/modules/data/layer.js +37 -50
- umap/static/umap/js/modules/form/builder.js +23 -22
- umap/static/umap/js/modules/form/fields.js +13 -5
- umap/static/umap/js/modules/formatter.js +6 -2
- umap/static/umap/js/modules/help.js +17 -23
- umap/static/umap/js/modules/importer.js +5 -2
- umap/static/umap/js/modules/permissions.js +6 -2
- umap/static/umap/js/modules/rendering/layers/classified.js +1 -1
- umap/static/umap/js/modules/rendering/map.js +1 -21
- umap/static/umap/js/modules/rendering/ui.js +20 -38
- umap/static/umap/js/modules/rules.js +1 -1
- umap/static/umap/js/modules/saving.js +5 -0
- umap/static/umap/js/modules/schema.js +4 -1
- umap/static/umap/js/modules/sync/engine.js +39 -14
- umap/static/umap/js/modules/sync/updaters.js +7 -6
- umap/static/umap/js/modules/sync/websocket.js +48 -40
- umap/static/umap/js/modules/ui/bar.js +84 -0
- umap/static/umap/js/modules/ui/base.js +11 -0
- umap/static/umap/js/modules/ui/contextmenu.js +9 -2
- umap/static/umap/js/modules/ui/panel.js +5 -1
- umap/static/umap/js/modules/umap.js +85 -44
- umap/static/umap/js/umap.controls.js +11 -341
- umap/static/umap/locale/am_ET.js +17 -5
- umap/static/umap/locale/am_ET.json +17 -5
- umap/static/umap/locale/ar.js +17 -5
- umap/static/umap/locale/ar.json +17 -5
- umap/static/umap/locale/ast.js +17 -5
- umap/static/umap/locale/ast.json +17 -5
- umap/static/umap/locale/bg.js +17 -5
- umap/static/umap/locale/bg.json +17 -5
- umap/static/umap/locale/br.js +20 -15
- umap/static/umap/locale/br.json +20 -15
- umap/static/umap/locale/ca.js +8 -4
- umap/static/umap/locale/ca.json +8 -4
- umap/static/umap/locale/cs_CZ.js +8 -4
- umap/static/umap/locale/cs_CZ.json +8 -4
- umap/static/umap/locale/da.js +17 -5
- umap/static/umap/locale/da.json +17 -5
- umap/static/umap/locale/de.js +8 -4
- umap/static/umap/locale/de.json +8 -4
- umap/static/umap/locale/el.js +54 -50
- umap/static/umap/locale/el.json +54 -50
- umap/static/umap/locale/en.js +9 -4
- umap/static/umap/locale/en.json +9 -4
- umap/static/umap/locale/en_US.json +17 -5
- umap/static/umap/locale/es.js +13 -9
- umap/static/umap/locale/es.json +13 -9
- umap/static/umap/locale/et.js +17 -5
- umap/static/umap/locale/et.json +17 -5
- umap/static/umap/locale/eu.js +8 -4
- umap/static/umap/locale/eu.json +8 -4
- umap/static/umap/locale/fa_IR.js +8 -4
- umap/static/umap/locale/fa_IR.json +8 -4
- umap/static/umap/locale/fi.js +17 -5
- umap/static/umap/locale/fi.json +17 -5
- umap/static/umap/locale/fr.js +9 -4
- umap/static/umap/locale/fr.json +9 -4
- umap/static/umap/locale/gl.js +13 -9
- umap/static/umap/locale/gl.json +13 -9
- umap/static/umap/locale/he.js +17 -5
- umap/static/umap/locale/he.json +17 -5
- umap/static/umap/locale/hr.js +17 -5
- umap/static/umap/locale/hr.json +17 -5
- umap/static/umap/locale/hu.js +8 -4
- umap/static/umap/locale/hu.json +8 -4
- umap/static/umap/locale/id.js +17 -5
- umap/static/umap/locale/id.json +17 -5
- umap/static/umap/locale/is.js +17 -5
- umap/static/umap/locale/is.json +17 -5
- umap/static/umap/locale/it.js +31 -27
- umap/static/umap/locale/it.json +31 -27
- umap/static/umap/locale/ja.js +17 -5
- umap/static/umap/locale/ja.json +17 -5
- umap/static/umap/locale/ko.js +17 -5
- umap/static/umap/locale/ko.json +17 -5
- umap/static/umap/locale/lt.js +17 -5
- umap/static/umap/locale/lt.json +17 -5
- umap/static/umap/locale/ms.js +8 -4
- umap/static/umap/locale/ms.json +8 -4
- umap/static/umap/locale/nl.js +132 -127
- umap/static/umap/locale/nl.json +132 -127
- umap/static/umap/locale/no.js +17 -5
- umap/static/umap/locale/no.json +17 -5
- umap/static/umap/locale/pl.js +8 -4
- umap/static/umap/locale/pl.json +8 -4
- umap/static/umap/locale/pl_PL.json +17 -5
- umap/static/umap/locale/pt.js +38 -33
- umap/static/umap/locale/pt.json +38 -33
- umap/static/umap/locale/pt_BR.js +17 -5
- umap/static/umap/locale/pt_BR.json +17 -5
- umap/static/umap/locale/pt_PT.js +8 -4
- umap/static/umap/locale/pt_PT.json +8 -4
- umap/static/umap/locale/ro.js +17 -5
- umap/static/umap/locale/ro.json +17 -5
- umap/static/umap/locale/ru.js +17 -5
- umap/static/umap/locale/ru.json +17 -5
- umap/static/umap/locale/sk_SK.js +17 -5
- umap/static/umap/locale/sk_SK.json +17 -5
- umap/static/umap/locale/sl.js +17 -5
- umap/static/umap/locale/sl.json +17 -5
- umap/static/umap/locale/sr.js +17 -5
- umap/static/umap/locale/sr.json +17 -5
- umap/static/umap/locale/sv.js +17 -5
- umap/static/umap/locale/sv.json +17 -5
- umap/static/umap/locale/th_TH.js +8 -4
- umap/static/umap/locale/th_TH.json +8 -4
- umap/static/umap/locale/tr.js +17 -5
- umap/static/umap/locale/tr.json +17 -5
- umap/static/umap/locale/uk_UA.js +17 -5
- umap/static/umap/locale/uk_UA.json +17 -5
- umap/static/umap/locale/vi.js +17 -5
- umap/static/umap/locale/vi.json +17 -5
- umap/static/umap/locale/vi_VN.json +17 -5
- umap/static/umap/locale/zh.js +17 -5
- umap/static/umap/locale/zh.json +17 -5
- umap/static/umap/locale/zh_CN.json +17 -5
- umap/static/umap/locale/zh_TW.Big5.json +17 -5
- umap/static/umap/locale/zh_TW.js +14 -10
- umap/static/umap/locale/zh_TW.json +14 -10
- umap/static/umap/map.css +17 -68
- umap/static/umap/nav.css +4 -0
- umap/static/umap/vars.css +1 -0
- umap/static/umap/vendors/dompurify/purify.es.js +138 -354
- umap/static/umap/vendors/dompurify/purify.es.mjs.map +1 -1
- umap/static/umap/vendors/editable/Leaflet.Editable.js +1 -0
- umap/sync/app.py +19 -13
- umap/sync/payloads.py +8 -1
- umap/templates/auth/user_form.html +2 -2
- umap/templates/umap/content_footer.html +1 -1
- umap/templates/umap/css.html +0 -2
- umap/templates/umap/js.html +0 -1
- umap/templates/umap/messages.html +5 -1
- umap/templates/umap/search_bar.html +1 -0
- umap/tests/integration/test_anonymous_owned_map.py +2 -2
- umap/tests/integration/test_basics.py +2 -5
- umap/tests/integration/test_categorized_layer.py +4 -8
- umap/tests/integration/test_choropleth.py +1 -1
- umap/tests/integration/test_conditional_rules.py +3 -3
- umap/tests/integration/test_draw_polygon.py +11 -19
- umap/tests/integration/test_draw_polyline.py +6 -14
- umap/tests/integration/test_edit_datalayer.py +10 -10
- umap/tests/integration/test_edit_map.py +27 -1
- umap/tests/integration/test_edit_marker.py +5 -5
- umap/tests/integration/test_edit_polygon.py +5 -5
- umap/tests/integration/test_features_id_generation.py +2 -6
- umap/tests/integration/test_import.py +93 -29
- umap/tests/integration/test_owned_map.py +1 -1
- umap/tests/integration/test_save.py +2 -2
- umap/tests/integration/test_tableeditor.py +7 -7
- umap/tests/integration/test_view_marker.py +10 -0
- umap/tests/integration/test_websocket_sync.py +128 -32
- umap/utils.py +4 -1
- umap/views.py +1 -10
- {umap_project-2.9.0b0.dist-info → umap_project-2.9.2.dist-info}/METADATA +13 -13
- {umap_project-2.9.0b0.dist-info → umap_project-2.9.2.dist-info}/RECORD +203 -205
- umap/static/umap/vendors/toolbar/leaflet.toolbar.css +0 -1
- umap/static/umap/vendors/toolbar/leaflet.toolbar.js +0 -1
- {umap_project-2.9.0b0.dist-info → umap_project-2.9.2.dist-info}/WHEEL +0 -0
- {umap_project-2.9.0b0.dist-info → umap_project-2.9.2.dist-info}/entry_points.txt +0 -0
- {umap_project-2.9.0b0.dist-info → umap_project-2.9.2.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
umap/__init__.py,sha256=
|
|
2
|
-
umap/admin.py,sha256=
|
|
1
|
+
umap/__init__.py,sha256=iCVT-TGpQVNN_JkXgkpCULgEe9zhyyRLT-OuZFZjVNw,18
|
|
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
|
|
5
5
|
umap/autocomplete.py,sha256=WUsbsVBl_KzzEzxB4g3rAoS5-eEvCZGtelVzXeOFV90,444
|
|
@@ -8,11 +8,11 @@ umap/decorators.py,sha256=EEICH54p9swHIs_tuqt4FL-l749vk6P8AevlWFKn5zk,2477
|
|
|
8
8
|
umap/fields.py,sha256=c32tKWKF8aThrCXDJblwo0n9n2ET6hxBYzEupfr0B4o,900
|
|
9
9
|
umap/forms.py,sha256=fonoSwA02LawR7kXbjEZCH0ZYi53fAbRHYgW2RaqeYw,3803
|
|
10
10
|
umap/managers.py,sha256=-lBK0xYFRDfX76qDRdLnZOA8jEPYseEwIj8QOiHVM4w,243
|
|
11
|
-
umap/middleware.py,sha256=
|
|
12
|
-
umap/models.py,sha256=
|
|
11
|
+
umap/middleware.py,sha256=fLg5p1NkUX5SnC_yEK4udx1qPiiHDyZjOg6DQAJ60ns,1474
|
|
12
|
+
umap/models.py,sha256=W4EQlZtIRFE8MSFEkYxxv31XzUCu2QciFQN3Du9QeLI,18982
|
|
13
13
|
umap/urls.py,sha256=LA3zxyu-GDo8kVqdyU7_bdbDGhDJV8_yFW4oEPTXw4s,7559
|
|
14
|
-
umap/utils.py,sha256=
|
|
15
|
-
umap/views.py,sha256=
|
|
14
|
+
umap/utils.py,sha256=Lx8YxZm8UjhVWwmW7iPIegziPG36VWrwzDbhrX3X_Og,6380
|
|
15
|
+
umap/views.py,sha256=Y1g-zx9s6KF_pAxDgwFIbY-o4CcFt5W-ZZlcbIVHieA,47149
|
|
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
|
|
@@ -23,22 +23,22 @@ umap/locale/ast/LC_MESSAGES/django.mo,sha256=KUDcu-q8RC_ZdxpQ6I_9cXxfA4X7sCrHddB
|
|
|
23
23
|
umap/locale/ast/LC_MESSAGES/django.po,sha256=cb9rEL6AdZKMwXrjEDThG2Wok-fHLTdWlRReg6DUdMA,8007
|
|
24
24
|
umap/locale/bg/LC_MESSAGES/django.mo,sha256=8nzIStwTN-VG_S8pi2ABNIdqtX6YDtBbt-ThcyU4KdI,5811
|
|
25
25
|
umap/locale/bg/LC_MESSAGES/django.po,sha256=dAX0aIsGesD3vu2vGgMEvdxqWogIOPX-gnhagGkYj54,16590
|
|
26
|
-
umap/locale/br/LC_MESSAGES/django.mo,sha256=
|
|
27
|
-
umap/locale/br/LC_MESSAGES/django.po,sha256=
|
|
26
|
+
umap/locale/br/LC_MESSAGES/django.mo,sha256=NiHyRbo5Yx9AdPTCvC7cNCdYDysfwTFdmtUNI0hAsWQ,11735
|
|
27
|
+
umap/locale/br/LC_MESSAGES/django.po,sha256=7SI4nwdTftCmztIqURmGswc2ClJNCzoNiO3fnG8T8OM,19711
|
|
28
28
|
umap/locale/ca/LC_MESSAGES/django.mo,sha256=dp_3WGQMfuz4sZ2496K9yCIFDrddOapOOOtnZ56Fu7w,8551
|
|
29
29
|
umap/locale/ca/LC_MESSAGES/django.po,sha256=naaUxau7v8UZTYZFMz55XmMUdXqai2PcQ4vwfT7K0yo,17320
|
|
30
|
-
umap/locale/cs_CZ/LC_MESSAGES/django.mo,sha256=
|
|
31
|
-
umap/locale/cs_CZ/LC_MESSAGES/django.po,sha256=
|
|
30
|
+
umap/locale/cs_CZ/LC_MESSAGES/django.mo,sha256=Tf9qK83KD_26vH6yH8WizwmMx_fPQ6Z2W2GcdcnvngQ,13511
|
|
31
|
+
umap/locale/cs_CZ/LC_MESSAGES/django.po,sha256=5od7T8dd6rSSTM1AHj04trCM8-SF_fXFXWLJ9spgez0,20646
|
|
32
32
|
umap/locale/da/LC_MESSAGES/django.mo,sha256=xChVPJcihv-OB016M6e9VEYm68mTfmQFN60tukD5H5U,5851
|
|
33
33
|
umap/locale/da/LC_MESSAGES/django.po,sha256=tg9vL8x5ZG8tKN6YczUNSyIZDqb7z4F0GP_AVoTMO9g,16340
|
|
34
34
|
umap/locale/de/LC_MESSAGES/django.mo,sha256=r696xeS-oKHEhzDiRvVjnXN6A7gr5ha1L189YDWPMGI,11970
|
|
35
35
|
umap/locale/de/LC_MESSAGES/django.po,sha256=_BYgONnpBy-8A_ISpKfRXipU9OFQDoRZ1CsjNkxaNCg,18948
|
|
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=HQDIUXQJQBMQdZsagQLwNg_-obAgWlXjGo3Fm-4nOyQ,18164
|
|
37
|
+
umap/locale/el/LC_MESSAGES/django.po,sha256=O4EJCt2ftu_4MLE5BXa3BjSMXBVj4x17liuP4G_wxao,25189
|
|
38
38
|
umap/locale/en/LC_MESSAGES/django.mo,sha256=UXCQbz2AxBvh-IQ7bGgjoBnijo8h9DfE9107A-2Mgkk,337
|
|
39
|
-
umap/locale/en/LC_MESSAGES/django.po,sha256=
|
|
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=0sLKplMcxOexRHW8zETQrsz7T7aLrqS9lVaS9QB5Zqw,15038
|
|
40
|
+
umap/locale/es/LC_MESSAGES/django.mo,sha256=Sa2idM_a_3YTpGb2O6-bpAHzFuhopDC3x4Dul-Zbj7I,13428
|
|
41
|
+
umap/locale/es/LC_MESSAGES/django.po,sha256=YVmhORb2o4Zi8nkKs8zeofCLllptQkOiGScJvsTVyTM,20703
|
|
42
42
|
umap/locale/et/LC_MESSAGES/django.mo,sha256=1_KzsDJhm56-1cMz8pTwuQ_KhJ1oO93MFKwSJCGnkzE,4991
|
|
43
43
|
umap/locale/et/LC_MESSAGES/django.po,sha256=j3ZZEE7CFPUH21wxjB9apUgO2iA_1wgWDIFnZ7m81s0,15658
|
|
44
44
|
umap/locale/eu/LC_MESSAGES/django.mo,sha256=pmL-nx_LOnHaGzcQoggJSZJAU6MSb795UM06egC6DvA,12295
|
|
@@ -47,10 +47,10 @@ umap/locale/fa_IR/LC_MESSAGES/django.mo,sha256=HU5l77iM_X3iMclmleDH41FHwKFKTFocr
|
|
|
47
47
|
umap/locale/fa_IR/LC_MESSAGES/django.po,sha256=u2KHiTbM_CnqrVP9vNKYkbHeSYLR5VWj5SZv-B8fZo8,20925
|
|
48
48
|
umap/locale/fi/LC_MESSAGES/django.mo,sha256=O9foYGhfFTBjBb4Y9abWjOiZNpWtO-315nyHUaiJETM,4779
|
|
49
49
|
umap/locale/fi/LC_MESSAGES/django.po,sha256=5kG9XujFNllOh_wuakGmAHeMy9vqNWFLf9SSrMTaWlk,15709
|
|
50
|
-
umap/locale/fr/LC_MESSAGES/django.mo,sha256=
|
|
51
|
-
umap/locale/fr/LC_MESSAGES/django.po,sha256=
|
|
52
|
-
umap/locale/gl/LC_MESSAGES/django.mo,sha256=
|
|
53
|
-
umap/locale/gl/LC_MESSAGES/django.po,sha256=
|
|
50
|
+
umap/locale/fr/LC_MESSAGES/django.mo,sha256=TkmxDusbnz-_FCSlVJbda0ABdYh9DEIFwRJgEVZMp2s,13980
|
|
51
|
+
umap/locale/fr/LC_MESSAGES/django.po,sha256=lh73xwNtH3SpAFfdhmHGdGYu9VvaEz1gcNa7WDMH-GA,21105
|
|
52
|
+
umap/locale/gl/LC_MESSAGES/django.mo,sha256=i-or8X3SnF25bdD-K1s97XwlyjKlTIpFH3DXSfQZzKs,13398
|
|
53
|
+
umap/locale/gl/LC_MESSAGES/django.po,sha256=hnXAN8uEyRV_iCJimNGwDPhyFlH0sFL_QwEKhe9RdOc,20317
|
|
54
54
|
umap/locale/he/LC_MESSAGES/django.mo,sha256=A6pkjaL4HQ7lyfvXcGIxle61RXdo7Byq3mfK2FIrSnc,6640
|
|
55
55
|
umap/locale/he/LC_MESSAGES/django.po,sha256=LpR1smtpQWi6w_YNiZjEx0hrHc7uVYQnQEPK_1vcY5g,16975
|
|
56
56
|
umap/locale/hr/LC_MESSAGES/django.mo,sha256=bBcaNSs-oqm_cjm6Bbqaph_ZNHF2_I_FP0xccwU9txI,1558
|
|
@@ -61,8 +61,8 @@ umap/locale/id/LC_MESSAGES/django.mo,sha256=8craaGVnVbONfojnkDUUtoxMyeI2tt6GdIWe
|
|
|
61
61
|
umap/locale/id/LC_MESSAGES/django.po,sha256=wmbgIN1R7vRDgAdzBu7ZHnTpg5fpB3hmJyjAzRNoN-M,8000
|
|
62
62
|
umap/locale/is/LC_MESSAGES/django.mo,sha256=H__xplVOoU_iImgWCni7lEyZC5ZiZVgxg77oyFOKBQo,6330
|
|
63
63
|
umap/locale/is/LC_MESSAGES/django.po,sha256=Kdq2TVybTBQwW4Ms76fjqHnHJxokkRukb_J7q89RMs8,16648
|
|
64
|
-
umap/locale/it/LC_MESSAGES/django.mo,sha256=
|
|
65
|
-
umap/locale/it/LC_MESSAGES/django.po,sha256=
|
|
64
|
+
umap/locale/it/LC_MESSAGES/django.mo,sha256=x4NpUfmC1hUTqcDAT7Ppo1Wuw1kE4LpaRiGr6pSsbZ8,13258
|
|
65
|
+
umap/locale/it/LC_MESSAGES/django.po,sha256=HJt4fOZWcxCHo1Nx_bXdV8FgoAPAQycPoV9kKzQfEOA,20747
|
|
66
66
|
umap/locale/ja/LC_MESSAGES/django.mo,sha256=zsTOx7DEn9r67Az293pOmtM3Hd8nFK53-TNZH1W6498,6369
|
|
67
67
|
umap/locale/ja/LC_MESSAGES/django.po,sha256=IF4sZYIDt8Nxdgt6Lbz0kDAty87N3ULdTDDYVhz1O6s,16735
|
|
68
68
|
umap/locale/ko/LC_MESSAGES/django.mo,sha256=xqzC6LAMv6pK2xiIlGoHyb18OQBACMBeevJfFFjK8iA,6365
|
|
@@ -71,14 +71,14 @@ 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=dTAWivJyAru5wHeHPPjdO8WDAVlPnzElLlPO29v72_s,13165
|
|
75
|
+
umap/locale/nl/LC_MESSAGES/django.po,sha256=hr1G-Cw7w0RVzQBsFqKNBK92MU_wTmaNE04L3dxyXzk,20083
|
|
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
|
|
79
79
|
umap/locale/pl/LC_MESSAGES/django.po,sha256=6_2gdWgN7vusOhR73HCW93LdjXO4lY_lhra3rbBTxEo,18271
|
|
80
|
-
umap/locale/pt/LC_MESSAGES/django.mo,sha256=
|
|
81
|
-
umap/locale/pt/LC_MESSAGES/django.po,sha256=
|
|
80
|
+
umap/locale/pt/LC_MESSAGES/django.mo,sha256=oUi-ssT9OLTy95MbYYm0TRnfJnoWHqPgEfg8od9Slno,13589
|
|
81
|
+
umap/locale/pt/LC_MESSAGES/django.po,sha256=x6zLNIF6JtHcSQhuMtzlTBpsjrw3N_1fhd4YfQPspkc,20459
|
|
82
82
|
umap/locale/pt_BR/LC_MESSAGES/django.mo,sha256=HSIam_B-jha9C6heFx6q_axE1IHAk1sPXeyFCjpxWWk,6077
|
|
83
83
|
umap/locale/pt_BR/LC_MESSAGES/django.po,sha256=XcGimIbdy4T6_ONPpCNqjCT0unt4RdndXg8GMTykr_E,16527
|
|
84
84
|
umap/locale/pt_PT/LC_MESSAGES/django.mo,sha256=6rNHtp4zBsXX4uIG4tQCnZxeO5GGucvrsl0JUXbRVrM,6105
|
|
@@ -107,8 +107,8 @@ umap/locale/vi/LC_MESSAGES/django.mo,sha256=zjsS0va90-Ezx1_JO59gKXYToqBjezp1ew6V
|
|
|
107
107
|
umap/locale/vi/LC_MESSAGES/django.po,sha256=SFJZUmxSxWSLc1ZCgZe4x1vs2uUdeFznXmOJTOGCZoM,15672
|
|
108
108
|
umap/locale/zh/LC_MESSAGES/django.mo,sha256=2Nr3G4oqiJd4fsxGwbN2EAPHGP20_Nof4Yv-AYU0rlw,3483
|
|
109
109
|
umap/locale/zh/LC_MESSAGES/django.po,sha256=2NfxhbFLnTpwLLl8iKiFrj7M0F0X8nVe6MsZPqVJH1o,14737
|
|
110
|
-
umap/locale/zh_TW/LC_MESSAGES/django.mo,sha256=
|
|
111
|
-
umap/locale/zh_TW/LC_MESSAGES/django.po,sha256=
|
|
110
|
+
umap/locale/zh_TW/LC_MESSAGES/django.mo,sha256=CxeQAvl2wV4WnMbBXyEwL9I31CMQxhThi8uwf2B85QI,12645
|
|
111
|
+
umap/locale/zh_TW/LC_MESSAGES/django.po,sha256=5-8qaLUnDPuHtAaGiqNXm2sujgGgZnFQ0JTaQpvvfFE,19720
|
|
112
112
|
umap/management/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
113
113
|
umap/management/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
114
114
|
umap/management/commands/anonymous_edit_url.py,sha256=hsWgPzZJmLCoDKTWziFUuwq-DdnSiXkSal2t2TIED-s,1070
|
|
@@ -145,25 +145,25 @@ umap/migrations/0025_alter_datalayer_geojson.py,sha256=958v9AkpkAR5Q78ZcHC0fgZzN
|
|
|
145
145
|
umap/migrations/0026_datalayer_modified_at_datalayer_share_status.py,sha256=TnFCUYKwj6rhHziCr5hyx7FDEzdA0235NR3_LAzKTwU,696
|
|
146
146
|
umap/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
147
147
|
umap/settings/__init__.py,sha256=aPJkOTk0uFusIBA-uOjdUi10R5Cxt4jl5yv2_uCTUvo,1702
|
|
148
|
-
umap/settings/base.py,sha256=
|
|
148
|
+
umap/settings/base.py,sha256=uwv6M2EKBjYQkUffEvM8JrX_gQH4lR2SLq69nqt8g0E,11157
|
|
149
149
|
umap/settings/dev.py,sha256=pj1mpmZXiI2syW8pB01wcVeqCFABF3V-nlOxArir4cw,386
|
|
150
150
|
umap/settings/local.py.sample,sha256=wpnoe7qtXer_xBuhWbcbqcSCotTJRu6h8hG7N-sD0b4,3157
|
|
151
151
|
umap/static/.gitignore,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
152
|
-
umap/static/umap/base.css,sha256=
|
|
152
|
+
umap/static/umap/base.css,sha256=OBxemvrzouItBjL54ujJbBdPftbFGenBn9D3-AT0sOU,3841
|
|
153
153
|
umap/static/umap/content.css,sha256=lStyIDC-09jWhgRinU1umOnI9xUJv4v3IPvt_XI0qLs,11275
|
|
154
154
|
umap/static/umap/font.css,sha256=fYmTKNd_Ts6TrmBbnLRgyeUS4vpfxkEqhLR-pkd3KrA,904
|
|
155
|
-
umap/static/umap/map.css,sha256=
|
|
156
|
-
umap/static/umap/nav.css,sha256=
|
|
155
|
+
umap/static/umap/map.css,sha256=yf8Dz1oEy4U0ihJONDMLhIfyr4F5MKJSBRtl2ncc_2M,23817
|
|
156
|
+
umap/static/umap/nav.css,sha256=MsckfSfuMgADt71FIVpW351ZC2ATlr50iGW-47hziwk,1956
|
|
157
157
|
umap/static/umap/theme.css,sha256=gkbyghlT5kNfz0Qyg1JL7xalqvHVx321eO9qlnvcaAU,49
|
|
158
|
-
umap/static/umap/vars.css,sha256=
|
|
159
|
-
umap/static/umap/css/bar.css,sha256=
|
|
160
|
-
umap/static/umap/css/contextmenu.css,sha256=
|
|
158
|
+
umap/static/umap/vars.css,sha256=PIceJQySwnjezplK6URIfw_qrz82cLMeRS7Dck0OzSY,1924
|
|
159
|
+
umap/static/umap/css/bar.css,sha256=_eKW2Rpqi6A1BD5Tp_LXq4ntCPl-NUM657SE7RFu5TQ,5696
|
|
160
|
+
umap/static/umap/css/contextmenu.css,sha256=etLtnZXVxJTkmggr05vcfStOw4Gu9DDDTMUh0PKw2Mg,752
|
|
161
161
|
umap/static/umap/css/dialog.css,sha256=9qwy9rOcTQY6SPkteM7dW1t36XQBJVoGETQatSOvffM,879
|
|
162
|
-
umap/static/umap/css/form.css,sha256=
|
|
163
|
-
umap/static/umap/css/icon.css,sha256=
|
|
162
|
+
umap/static/umap/css/form.css,sha256=gTJDAXuwrOlnWjBGTVSjuOh_QMGHjYjIXzM02QXkQsU,13578
|
|
163
|
+
umap/static/umap/css/icon.css,sha256=Zzk8lXeTPkNILFffkfKG2keL09AfsoCvTAvlh6U2Ofk,5483
|
|
164
164
|
umap/static/umap/css/importers.css,sha256=iS3krkVPpqUQlPNQXSyByyho7rHBzxYqm04bPyKo_qY,1455
|
|
165
|
-
umap/static/umap/css/panel.css,sha256=
|
|
166
|
-
umap/static/umap/css/popup.css,sha256=
|
|
165
|
+
umap/static/umap/css/panel.css,sha256=YCtDmZdWwrGZmOz7FA4WYKD323vlsuRxQp71-hq_pc0,4204
|
|
166
|
+
umap/static/umap/css/popup.css,sha256=arW0Yfisk5EUnT7-uSZEIw4IYZxF2uMJkiOtqyEmcIE,2400
|
|
167
167
|
umap/static/umap/css/slideshow.css,sha256=zh3H_VlkMJsCjE6djbI9sJ3blY9GbDBYWKGX20oXrXA,1928
|
|
168
168
|
umap/static/umap/css/tableeditor.css,sha256=nYFd5qSMkUasFfAxkWwewKJ5MwIcZb2Zq_DViuDRZc4,1574
|
|
169
169
|
umap/static/umap/css/tooltip.css,sha256=slE2MtOawfqC-Ha7hGLpjfBnjwNOH0-XESSHWq6RuXc,1635
|
|
@@ -179,10 +179,10 @@ umap/static/umap/font/FiraSans-LightItalic.woff,sha256=KrCtvOQECD-z6QTULkBg4vv-c
|
|
|
179
179
|
umap/static/umap/font/FiraSans-LightItalic.woff2,sha256=wzKvr3N8FAQZBmtqxHJX3iIeONALlwcnN-6AKcnRKAE,135744
|
|
180
180
|
umap/static/umap/font/FiraSans-SemiBold.woff,sha256=2xqgp3wksYsMYJGFPwJavE_Bl6Rhac6zQjAJhWZVNTo,198128
|
|
181
181
|
umap/static/umap/font/FiraSans-SemiBold.woff2,sha256=pogC-aUjxvQ8Ia1gp9ZMpal4uGNYoTamBDBkP70PSzY,140168
|
|
182
|
-
umap/static/umap/img/16-white.svg,sha256=
|
|
183
|
-
umap/static/umap/img/16.svg,sha256=
|
|
184
|
-
umap/static/umap/img/24-white.svg,sha256=
|
|
185
|
-
umap/static/umap/img/24.svg,sha256=
|
|
182
|
+
umap/static/umap/img/16-white.svg,sha256=EvhElKyZHA4pXs3YWRPiWDeZJ-EeXtFCFaRv5HpfAEA,43882
|
|
183
|
+
umap/static/umap/img/16.svg,sha256=3ZjzHxl4hfx_CcV4TxeV_a-Aacx3EFXHK7jHYSlmJ1g,25071
|
|
184
|
+
umap/static/umap/img/24-white.svg,sha256=HEqXQg5wuSSXyzMj9MzYKrB7hwVqLhL1WLy7aeRikQw,19491
|
|
185
|
+
umap/static/umap/img/24.svg,sha256=jT7F_iYMFLM7HzTJQ7fdmb4dTeck81k9Wrli0vEvcAk,27309
|
|
186
186
|
umap/static/umap/img/alert-icon-error.svg,sha256=YyAYn6J4zVGLfpnC60UntTxlylcA4lPcHkBfzufcdDU,4104
|
|
187
187
|
umap/static/umap/img/alert-icon-info.svg,sha256=wnfvaWhidanbIX8n2G8ppFG7pXyqnDjL9lhdbVoeCf8,735
|
|
188
188
|
umap/static/umap/img/alert-icon-success.svg,sha256=ZzH4Te0IMM0Cyf9MByh57gxNxVddOavA3gSGqsa3xM0,189
|
|
@@ -216,168 +216,168 @@ umap/static/umap/img/providers/bitbucket.png,sha256=MQqVic34G3u5SLEFlgo27kWpi5j_
|
|
|
216
216
|
umap/static/umap/img/providers/github.png,sha256=sA3oznlXAC2lqynqS2PMuNwZPQ3REfK_rwrBSHjkShk,608
|
|
217
217
|
umap/static/umap/img/providers/keycloak.png,sha256=76ZaWlmmVdpr7t33LDqYRPRsuKsFmrOjLQk17LsezYo,1520
|
|
218
218
|
umap/static/umap/img/providers/openstreetmap-oauth2.png,sha256=fzqr15HexNfyi2l3Pxos9ptnmXfTH9Gm2v-1o7F1W7A,1680
|
|
219
|
-
umap/static/umap/img/providers/twitter-oauth2.png,sha256=
|
|
220
|
-
umap/static/umap/img/source/16-white.svg,sha256=
|
|
221
|
-
umap/static/umap/img/source/16.svg,sha256=
|
|
222
|
-
umap/static/umap/img/source/24-white.svg,sha256=
|
|
223
|
-
umap/static/umap/img/source/24.svg,sha256=
|
|
224
|
-
umap/static/umap/js/umap.controls.js,sha256=
|
|
219
|
+
umap/static/umap/img/providers/twitter-oauth2.png,sha256=9sCQYpLXTK40nvQmwEWd325XgBPq-Wt2JGu59GJDRfs,1589
|
|
220
|
+
umap/static/umap/img/source/16-white.svg,sha256=sEiE7x9tCxadTVu7kuE5kqkqMInX9VM-ZOm5EUXp4Uo,76653
|
|
221
|
+
umap/static/umap/img/source/16.svg,sha256=W4iTwK-p97D7UqF4mxAjpVMwkIUs0hVqrqoh4wDMaZA,45936
|
|
222
|
+
umap/static/umap/img/source/24-white.svg,sha256=ANcgKPzXWjbx1JlxHM2jBjCZag81SAK2EtbenPlaqo0,31442
|
|
223
|
+
umap/static/umap/img/source/24.svg,sha256=m-6UIiULE6zIvQvNLOUacnySYAJCmfHm5SxL0VY81HU,41332
|
|
224
|
+
umap/static/umap/js/umap.controls.js,sha256=3YAfro_ETZXT5oK1eeovERTZSrCZDQBux8LbFg5GPtE,21136
|
|
225
225
|
umap/static/umap/js/umap.core.js,sha256=FGx6GVcfrE_sn_izOt5r4DLkbO3-bv28jeXV8kwwUio,7029
|
|
226
226
|
umap/static/umap/js/components/base.js,sha256=gDb1fGuNCC1KEu4PlQflC1PDNyrulhqLhmlsjyCJpps,1575
|
|
227
227
|
umap/static/umap/js/components/fragment.js,sha256=-rOrcyPpZ5ihD_hh0C1qrYpaim11JYh5fg0x_od_m5U,379
|
|
228
228
|
umap/static/umap/js/components/alerts/alert.css,sha256=fSmbDDjXjEYLfgnEAVDhyqWiBOUy2YhVRy0_den-7Dk,4930
|
|
229
229
|
umap/static/umap/js/components/alerts/alert.js,sha256=N8KzlITHCY1eekvVUtB1e9ULihZFrRQbdG-8YLt08uY,4578
|
|
230
230
|
umap/static/umap/js/modules/autocomplete.js,sha256=j3rZeiBypGcFenEN_7xhYdffYrUP92SATrEB_eTZWwk,8634
|
|
231
|
-
umap/static/umap/js/modules/browser.js,sha256=
|
|
232
|
-
umap/static/umap/js/modules/caption.js,sha256=
|
|
231
|
+
umap/static/umap/js/modules/browser.js,sha256=9Fi7iaibG1q17Gq0NUgbhGBM9dUGIMKQ6WvVXmOTibg,9433
|
|
232
|
+
umap/static/umap/js/modules/caption.js,sha256=6ZSu8A1Z1JPGJbvItqwpqnkZDOS-Us72HMMDgv0MFM0,5490
|
|
233
233
|
umap/static/umap/js/modules/dompurify.js,sha256=SOmoM-pTgYCKCKXFo6-znemWPLiLsFgR4lxM_moWaA8,328
|
|
234
234
|
umap/static/umap/js/modules/drop.js,sha256=aHuz_sDgWAqDEH49OWNhnnyFvGLDMCoeeo5xaBLZwAg,1431
|
|
235
235
|
umap/static/umap/js/modules/facets.js,sha256=q87rllxz4J2fzOJsmRMZMqHJ-RpHYqVGeFvkY7sHRwk,4707
|
|
236
|
-
umap/static/umap/js/modules/formatter.js,sha256=
|
|
236
|
+
umap/static/umap/js/modules/formatter.js,sha256=B99Uy70_vRNIBOESNsJ1NXiQUtoeoR6PcrqJrW_VX7I,4724
|
|
237
237
|
umap/static/umap/js/modules/global.js,sha256=7jm6NLZ5PM2yrkbWHdWkoDFcevgIAMqE-vZQRXcIgEo,934
|
|
238
|
-
umap/static/umap/js/modules/help.js,sha256=
|
|
238
|
+
umap/static/umap/js/modules/help.js,sha256=pvYSlBOZh7rtx_8CQIZEayBFFodlToCxjpc4dOKTigE,9474
|
|
239
239
|
umap/static/umap/js/modules/i18n.js,sha256=dEpjsWoEZa-Tr5_MDO0tuWkt7kLL3crxXqhttyP-khU,1387
|
|
240
|
-
umap/static/umap/js/modules/importer.js,sha256
|
|
240
|
+
umap/static/umap/js/modules/importer.js,sha256=--m3qYOQJbtAEbHvO1hYu16dDtTZ8aSYJzPkBLAABMc,11178
|
|
241
241
|
umap/static/umap/js/modules/leaflet-configure.js,sha256=P3aD8iNGxuVNv-xW4Di4txAjNmnlpKtCCzDvPaKEdQ8,243
|
|
242
242
|
umap/static/umap/js/modules/orderable.js,sha256=zDtcElZ_MVPoGba8Iv9bxOzk4vuN7C-5XVl4UomDYHE,2521
|
|
243
|
-
umap/static/umap/js/modules/permissions.js,sha256=
|
|
243
|
+
umap/static/umap/js/modules/permissions.js,sha256=KaoqJYjuzlt_g-N4aWGbtnGPw46UQZlxcEBQGH3VnQI,8595
|
|
244
244
|
umap/static/umap/js/modules/request.js,sha256=9GRJoOPbdkHL9OFP6Joaf5wzsJckPyiG2O7AxQciTik,3885
|
|
245
|
-
umap/static/umap/js/modules/rules.js,sha256=
|
|
246
|
-
umap/static/umap/js/modules/saving.js,sha256=
|
|
247
|
-
umap/static/umap/js/modules/schema.js,sha256=
|
|
245
|
+
umap/static/umap/js/modules/rules.js,sha256=U4SB00PxgC8I2jWNrl3XFe9Hm-yf3JwvkdGqbZt4O2g,7504
|
|
246
|
+
umap/static/umap/js/modules/saving.js,sha256=l4-4o_pOOgbN6pv61pLlTr-xlgemAz_kD-TryCJ1Odo,748
|
|
247
|
+
umap/static/umap/js/modules/schema.js,sha256=gQhGgssGt-6Mtq3wLk5pnV5xJh8XSA6RVKzSzMWxAjM,13237
|
|
248
248
|
umap/static/umap/js/modules/share.js,sha256=sMNMnavSXg0HEg2DntMiyWlRJe3fJHWqu_PU_X7PAzo,7227
|
|
249
249
|
umap/static/umap/js/modules/slideshow.js,sha256=zcRzOMkJvhps1npGRjHkdK4Ce3UkqOsv8OsDgQWO-bg,3567
|
|
250
250
|
umap/static/umap/js/modules/tableeditor.js,sha256=7vlScGCfl9yXKAi3kdm7k0-T9HIlt9Rg8_kx_U6w0-o,9901
|
|
251
|
-
umap/static/umap/js/modules/umap.js,sha256=
|
|
251
|
+
umap/static/umap/js/modules/umap.js,sha256=ofA7A7-9X4Npgk1xDopzPWdIn4iF7uxN4zvHO3BR9DY,53321
|
|
252
252
|
umap/static/umap/js/modules/urls.js,sha256=76cFqycj2O8huuoYYBvxnVt2Fc2UDbgrRsiv6lQmcSY,890
|
|
253
253
|
umap/static/umap/js/modules/utils.js,sha256=32imsti4cf_cTQMNP_DOGBpmOSU4OMgGr1XZPoOUP2Q,15188
|
|
254
|
-
umap/static/umap/js/modules/data/features.js,sha256=
|
|
255
|
-
umap/static/umap/js/modules/data/layer.js,sha256=
|
|
256
|
-
umap/static/umap/js/modules/form/builder.js,sha256=
|
|
257
|
-
umap/static/umap/js/modules/form/fields.js,sha256=
|
|
254
|
+
umap/static/umap/js/modules/data/features.js,sha256=CpJA9PTxZQEB2BHxPrtOmRL43xk7PAeuiFWm_tTP32Q,32998
|
|
255
|
+
umap/static/umap/js/modules/data/layer.js,sha256=BnnBsk1yXy3q4fwh1uSTxa4gqrfUbMxIWi4uBgLohf4,36094
|
|
256
|
+
umap/static/umap/js/modules/form/builder.js,sha256=BZ6i0uKqa7IHYTZfIAKCDnu96cYEZN2u0pA-ux4TvLg,6542
|
|
257
|
+
umap/static/umap/js/modules/form/fields.js,sha256=RRjJq_ErC4om9mYsE6IRHJhUwsPFMUUe1YqBasOZgIE,33507
|
|
258
258
|
umap/static/umap/js/modules/importers/cadastrefr.js,sha256=KHqxHleFRFzNi98gegvUM1R6eJorAGGcMft_ktUg-ug,2262
|
|
259
259
|
umap/static/umap/js/modules/importers/communesfr.js,sha256=6q6ilmYhhuSmgdrvfTyEDNyMLbc9J9Bt8VMZVXB8ZOA,1723
|
|
260
260
|
umap/static/umap/js/modules/importers/datasets.js,sha256=StZbRiq_1vqe0OO1w66k5Lwzju8RntmHpWe9HWIDfRE,1372
|
|
261
261
|
umap/static/umap/js/modules/importers/geodatamine.js,sha256=vIxANzNc1TAe3QcZroIxqNvos1vexBmKDTtzErBNiY4,2949
|
|
262
262
|
umap/static/umap/js/modules/importers/overpass.js,sha256=cY2kb3Fs8tA6PqBjGyc5bI0mg7L1ijapIAkVGwEhSwI,3341
|
|
263
263
|
umap/static/umap/js/modules/rendering/icon.js,sha256=V44pEEMjm00YUk5-kDkT2LGCwgCXJKJfxiD92aK9ylc,8044
|
|
264
|
-
umap/static/umap/js/modules/rendering/map.js,sha256=
|
|
264
|
+
umap/static/umap/js/modules/rendering/map.js,sha256=SHLaqe4zCuyHEA1BJ2TJ1yrOoc9VfjfKAK31XQuC-lI,12232
|
|
265
265
|
umap/static/umap/js/modules/rendering/popup.js,sha256=k07zuqIo3wx1wdjE8lEtjljjNXgOcxND6Pey68_-_F0,2577
|
|
266
266
|
umap/static/umap/js/modules/rendering/template.js,sha256=reTRxFmrCj0l4euOIyy7ieI_vW_7AOBS5XMxvcg2x1U,9524
|
|
267
|
-
umap/static/umap/js/modules/rendering/ui.js,sha256=
|
|
267
|
+
umap/static/umap/js/modules/rendering/ui.js,sha256=zU_KmfvPngMCxUUKO34whhADh10J3hACQ9gh6klbpbI,13630
|
|
268
268
|
umap/static/umap/js/modules/rendering/layers/base.js,sha256=DeXxRwTatoxxGStT1tWyNQVCrIkbgd7ZaawIPxWIcOQ,2525
|
|
269
|
-
umap/static/umap/js/modules/rendering/layers/classified.js,sha256=
|
|
269
|
+
umap/static/umap/js/modules/rendering/layers/classified.js,sha256=NZzE0s2qZqjlO3_fEpj5Hf2G3FrVhoAPtL-ltfBnNbc,14761
|
|
270
270
|
umap/static/umap/js/modules/rendering/layers/cluster.js,sha256=mUbnAtDlQMoO19FJNYioIH5hWz21JrknQzleTeyISlg,3751
|
|
271
271
|
umap/static/umap/js/modules/rendering/layers/heat.js,sha256=M-Am38FYMy_kJgyb5E5x6XZuBzN25MIvhV6ClYNL0iM,4779
|
|
272
|
-
umap/static/umap/js/modules/sync/engine.js,sha256=
|
|
272
|
+
umap/static/umap/js/modules/sync/engine.js,sha256=1YCS9yh06XYrkHkHwgHldF8nUK3aMEy_kHaTLvXv-lI,15266
|
|
273
273
|
umap/static/umap/js/modules/sync/hlc.js,sha256=XeJz3x7qiDz7v-mcgGIynj5ks34FpWx_oSPUPFd_ZGA,2991
|
|
274
|
-
umap/static/umap/js/modules/sync/updaters.js,sha256=
|
|
275
|
-
umap/static/umap/js/modules/sync/websocket.js,sha256=
|
|
276
|
-
umap/static/umap/js/modules/ui/bar.js,sha256=
|
|
277
|
-
umap/static/umap/js/modules/ui/base.js,sha256=
|
|
278
|
-
umap/static/umap/js/modules/ui/contextmenu.js,sha256=
|
|
274
|
+
umap/static/umap/js/modules/sync/updaters.js,sha256=TEs4A3GPW_xG8tRHkb6wwG4jZK_fQvGKfCRg9ioSVVk,3342
|
|
275
|
+
umap/static/umap/js/modules/sync/websocket.js,sha256=M2wsFuW5vRsY677dRSAFUWJl5MBPCOvaNYCAxBAqjcA,2522
|
|
276
|
+
umap/static/umap/js/modules/ui/bar.js,sha256=y_MmMXjz7ytyNlGOvlQROFRT3E3l-3SVD7Ht-upIQaM,12466
|
|
277
|
+
umap/static/umap/js/modules/ui/base.js,sha256=2Nk-5bDA5fgzcbKXKBtrUJIyl2vFuakENWv0oKSh3aU,2413
|
|
278
|
+
umap/static/umap/js/modules/ui/contextmenu.js,sha256=eSo9zSPO_4iWIztvbM5n1TQYdX60Yndt3xIWGy10_X0,2842
|
|
279
279
|
umap/static/umap/js/modules/ui/dialog.js,sha256=geAcMf2ajpNpDePDbaOz_kOiWOZWtpOHT7kBYqOHEa0,5620
|
|
280
|
-
umap/static/umap/js/modules/ui/panel.js,sha256=
|
|
280
|
+
umap/static/umap/js/modules/ui/panel.js,sha256=QsoJEPgrXQ1k7_kVFbJgIFKVgTsPFyL41Hu7GN-bubg,3373
|
|
281
281
|
umap/static/umap/js/modules/ui/tooltip.js,sha256=BGZBlt4D73cSV-ZPiL4qZQMEvlBYflPK-CIvgTg6Ohk,1919
|
|
282
|
-
umap/static/umap/locale/am_ET.js,sha256=
|
|
283
|
-
umap/static/umap/locale/am_ET.json,sha256=
|
|
284
|
-
umap/static/umap/locale/ar.js,sha256=
|
|
285
|
-
umap/static/umap/locale/ar.json,sha256=
|
|
286
|
-
umap/static/umap/locale/ast.js,sha256=
|
|
287
|
-
umap/static/umap/locale/ast.json,sha256=
|
|
288
|
-
umap/static/umap/locale/bg.js,sha256=
|
|
289
|
-
umap/static/umap/locale/bg.json,sha256=
|
|
290
|
-
umap/static/umap/locale/br.js,sha256=
|
|
291
|
-
umap/static/umap/locale/br.json,sha256=
|
|
292
|
-
umap/static/umap/locale/ca.js,sha256=
|
|
293
|
-
umap/static/umap/locale/ca.json,sha256=
|
|
294
|
-
umap/static/umap/locale/cs_CZ.js,sha256
|
|
295
|
-
umap/static/umap/locale/cs_CZ.json,sha256=
|
|
296
|
-
umap/static/umap/locale/da.js,sha256=
|
|
297
|
-
umap/static/umap/locale/da.json,sha256=
|
|
298
|
-
umap/static/umap/locale/de.js,sha256=
|
|
299
|
-
umap/static/umap/locale/de.json,sha256=
|
|
300
|
-
umap/static/umap/locale/el.js,sha256=
|
|
301
|
-
umap/static/umap/locale/el.json,sha256=
|
|
302
|
-
umap/static/umap/locale/en.js,sha256=
|
|
303
|
-
umap/static/umap/locale/en.json,sha256=
|
|
304
|
-
umap/static/umap/locale/en_US.json,sha256=
|
|
305
|
-
umap/static/umap/locale/es.js,sha256=
|
|
306
|
-
umap/static/umap/locale/es.json,sha256=
|
|
307
|
-
umap/static/umap/locale/et.js,sha256
|
|
308
|
-
umap/static/umap/locale/et.json,sha256=
|
|
309
|
-
umap/static/umap/locale/eu.js,sha256=
|
|
310
|
-
umap/static/umap/locale/eu.json,sha256=
|
|
311
|
-
umap/static/umap/locale/fa_IR.js,sha256=
|
|
312
|
-
umap/static/umap/locale/fa_IR.json,sha256=
|
|
313
|
-
umap/static/umap/locale/fi.js,sha256=
|
|
314
|
-
umap/static/umap/locale/fi.json,sha256=
|
|
315
|
-
umap/static/umap/locale/fr.js,sha256=
|
|
316
|
-
umap/static/umap/locale/fr.json,sha256=
|
|
317
|
-
umap/static/umap/locale/gl.js,sha256=
|
|
318
|
-
umap/static/umap/locale/gl.json,sha256=
|
|
319
|
-
umap/static/umap/locale/he.js,sha256=
|
|
320
|
-
umap/static/umap/locale/he.json,sha256=
|
|
321
|
-
umap/static/umap/locale/hr.js,sha256=
|
|
322
|
-
umap/static/umap/locale/hr.json,sha256=
|
|
323
|
-
umap/static/umap/locale/hu.js,sha256=
|
|
324
|
-
umap/static/umap/locale/hu.json,sha256=
|
|
325
|
-
umap/static/umap/locale/id.js,sha256
|
|
326
|
-
umap/static/umap/locale/id.json,sha256=
|
|
327
|
-
umap/static/umap/locale/is.js,sha256=
|
|
328
|
-
umap/static/umap/locale/is.json,sha256=
|
|
329
|
-
umap/static/umap/locale/it.js,sha256=
|
|
330
|
-
umap/static/umap/locale/it.json,sha256
|
|
331
|
-
umap/static/umap/locale/ja.js,sha256=
|
|
332
|
-
umap/static/umap/locale/ja.json,sha256=
|
|
333
|
-
umap/static/umap/locale/ko.js,sha256=
|
|
334
|
-
umap/static/umap/locale/ko.json,sha256=
|
|
335
|
-
umap/static/umap/locale/lt.js,sha256=
|
|
336
|
-
umap/static/umap/locale/lt.json,sha256=
|
|
337
|
-
umap/static/umap/locale/ms.js,sha256=
|
|
338
|
-
umap/static/umap/locale/ms.json,sha256=
|
|
339
|
-
umap/static/umap/locale/nl.js,sha256=
|
|
340
|
-
umap/static/umap/locale/nl.json,sha256=
|
|
341
|
-
umap/static/umap/locale/no.js,sha256=
|
|
342
|
-
umap/static/umap/locale/no.json,sha256=
|
|
343
|
-
umap/static/umap/locale/pl.js,sha256=
|
|
344
|
-
umap/static/umap/locale/pl.json,sha256=
|
|
345
|
-
umap/static/umap/locale/pl_PL.json,sha256=
|
|
346
|
-
umap/static/umap/locale/pt.js,sha256=
|
|
347
|
-
umap/static/umap/locale/pt.json,sha256=
|
|
348
|
-
umap/static/umap/locale/pt_BR.js,sha256=
|
|
349
|
-
umap/static/umap/locale/pt_BR.json,sha256=
|
|
350
|
-
umap/static/umap/locale/pt_PT.js,sha256=
|
|
351
|
-
umap/static/umap/locale/pt_PT.json,sha256=
|
|
352
|
-
umap/static/umap/locale/ro.js,sha256=
|
|
353
|
-
umap/static/umap/locale/ro.json,sha256=
|
|
354
|
-
umap/static/umap/locale/ru.js,sha256=
|
|
355
|
-
umap/static/umap/locale/ru.json,sha256=
|
|
282
|
+
umap/static/umap/locale/am_ET.js,sha256=fhQM3Ic6ylBVIW-_EHGQFr4QjcdtRBGR4SBSJyLg1mc,34518
|
|
283
|
+
umap/static/umap/locale/am_ET.json,sha256=zzJWwRoGVaCHYYS0jDgzBcPKUZIKJKPq7unmA8I65nk,34447
|
|
284
|
+
umap/static/umap/locale/ar.js,sha256=NE9D67ffvaknix3lgelaU4A0laE6Zn9w0KVY-y-3ncA,31249
|
|
285
|
+
umap/static/umap/locale/ar.json,sha256=pEfyesLB1vciLLPES0gJkX3bYfjm5VCkURyb38JyILU,31184
|
|
286
|
+
umap/static/umap/locale/ast.js,sha256=2F80LQoOPiJNmo5Ic8ohDlu7gG6z_0wZmOrJcfrHfGY,30827
|
|
287
|
+
umap/static/umap/locale/ast.json,sha256=vCWmV8TCsCXLm8QcNOQBoo9VnWXvq9xAEvQzLl4m64E,30760
|
|
288
|
+
umap/static/umap/locale/bg.js,sha256=I6OzYj9iJC27Q0S9E8R-KX8zE4nBb6nv_7SbKpyJ90o,33805
|
|
289
|
+
umap/static/umap/locale/bg.json,sha256=7ORpvsXpBWn6gdYB5krK0RrjrSKoeG1v4XzwDbFVM1U,33740
|
|
290
|
+
umap/static/umap/locale/br.js,sha256=9RhnuLB1TyAU2bwP0A4zArlJt7FsMtsrTYupjHb6ig8,32767
|
|
291
|
+
umap/static/umap/locale/br.json,sha256=GJKWcQJD92kUPHXOO6z5rTnmVmgTpARtNr9XaaRAfB8,32702
|
|
292
|
+
umap/static/umap/locale/ca.js,sha256=ng7a-b6kCZDx6KUuo-bVtShqQkOn0-QImTau0MTARfA,32342
|
|
293
|
+
umap/static/umap/locale/ca.json,sha256=o5G9guRUMhxrEFv0GqOwh79CuGyyj-rVufhAGPH2lWo,32277
|
|
294
|
+
umap/static/umap/locale/cs_CZ.js,sha256=Rj_5fwEsu3V1aB6GXC8G_avQcERgKdoXqvCHVnrH7BI,33462
|
|
295
|
+
umap/static/umap/locale/cs_CZ.json,sha256=8naf48Qc2vgsi7jwMjMZrE_nLVnmOOHHnNMrkLJzWaQ,33391
|
|
296
|
+
umap/static/umap/locale/da.js,sha256=kuhRZ0KCi_RYSbLQQFN3Ptfp_tbjrURtPAZDbgCp120,31199
|
|
297
|
+
umap/static/umap/locale/da.json,sha256=krcV8gpFZi2jOjkR9ySmy_7HHY7g8wPaP6B1xerfZs8,31134
|
|
298
|
+
umap/static/umap/locale/de.js,sha256=4EPTfljGd6HMRAU76pCoG1Eb1w9VXOiwEsM9zolqrEU,33486
|
|
299
|
+
umap/static/umap/locale/de.json,sha256=O74Z4wil-2SYAXmXQGMZcYNTaU7GyUIYwy7H27-SDZ0,33421
|
|
300
|
+
umap/static/umap/locale/el.js,sha256=AFReR6iMlK2tf70FjNcXswirT9xaWE_OuvYPr4XuSl8,44436
|
|
301
|
+
umap/static/umap/locale/el.json,sha256=98pCGg5nA0NfzBzYEdVdGO-OULWTkojxHx2cEU7s3NM,44371
|
|
302
|
+
umap/static/umap/locale/en.js,sha256=MabIpRTWa_JUHGahyHBCoI3ZfrZYkPSs-P0cfcseATc,30867
|
|
303
|
+
umap/static/umap/locale/en.json,sha256=MeosuP8k6cYpbyJagCwyX5XvRz1sAVfGES4KKVBg7i8,30802
|
|
304
|
+
umap/static/umap/locale/en_US.json,sha256=Z7wv3mAK3CWXYwANsTtDXc1-5v9cXlsHgEluJuGeHlQ,30549
|
|
305
|
+
umap/static/umap/locale/es.js,sha256=_JzBeQi66FVt7FzIljhFbQ7a4_zq0MczcY5ShHn5rhE,33768
|
|
306
|
+
umap/static/umap/locale/es.json,sha256=_eDd6cKS5dqQKZ2OMsSLYe71TFG-djQvLeakBGjwBMc,33703
|
|
307
|
+
umap/static/umap/locale/et.js,sha256=-cK8jZdGejRX5VKHpE9dA_SVBxwrJoWxcWRB4oDyZk4,31006
|
|
308
|
+
umap/static/umap/locale/et.json,sha256=ZSPfUJRDdgpPZHvef0RNWve_rbyOj3qa_Hj5_V9UitI,30941
|
|
309
|
+
umap/static/umap/locale/eu.js,sha256=qEO1xVqyOnYyHCWd84jAA19Bikino_c1mM9vlfnhNXk,32673
|
|
310
|
+
umap/static/umap/locale/eu.json,sha256=_ttH36xy3QHS0rQOwf5u3uLfEkQfbAVQCg3szQe43r0,32608
|
|
311
|
+
umap/static/umap/locale/fa_IR.js,sha256=ibATNkeWgY-qYet3bJVK8gt8Op19SIUZB8GrmawoIvc,39362
|
|
312
|
+
umap/static/umap/locale/fa_IR.json,sha256=AJQBizI_XR9osRptZpYDDxLtnBbPqnPb1nTvSr1c1ZM,39291
|
|
313
|
+
umap/static/umap/locale/fi.js,sha256=_9DNdt2Pkp-bW5H4ive90XhOWVZBzP2-o4rNXi2NzeU,31630
|
|
314
|
+
umap/static/umap/locale/fi.json,sha256=yn5nKzUmEtTzpPTWYc6suQRwMuPA-MTsIWjsXiuXDzM,31565
|
|
315
|
+
umap/static/umap/locale/fr.js,sha256=9YMSDWz2qwjHj0VgJPMpz1InO9kjFbrrUSlMGGjqEpU,33800
|
|
316
|
+
umap/static/umap/locale/fr.json,sha256=6BoltTyeOfWEly9q44iC1v2HnvoLuxjHS5BFoJfUWBQ,33735
|
|
317
|
+
umap/static/umap/locale/gl.js,sha256=JpIaHlE8gaS11RfaBszWk1-tj4nfQfOurZuqEBQekzk,33645
|
|
318
|
+
umap/static/umap/locale/gl.json,sha256=0gedSNJfbLQvmQi7RWmx0URnHhVPfKyg3wokxowN5ow,33580
|
|
319
|
+
umap/static/umap/locale/he.js,sha256=cL05_W28i1t07jEeP0qbxP8LK68y9T6K3IUdCYzwlI0,34094
|
|
320
|
+
umap/static/umap/locale/he.json,sha256=sudsFe96R-FVwmWoRwkxdUGYjl9SrFZipUaaAsAgMNw,34029
|
|
321
|
+
umap/static/umap/locale/hr.js,sha256=tLS39o-Hf4L5TtPEawHC7KSYFMaTspadV8ng4Q7N-zs,31003
|
|
322
|
+
umap/static/umap/locale/hr.json,sha256=eLNha0NjdT-BRAvBRIhbLmGyhymoaDCgC1cefnf-ewI,30938
|
|
323
|
+
umap/static/umap/locale/hu.js,sha256=kNwZa6RWa5DgbvsMJUMgV_q5QGrinlrQezTyhe49Bfs,35215
|
|
324
|
+
umap/static/umap/locale/hu.json,sha256=bOiBbrrKZ3VyU985Z4QixJiO8n381QbT9rFftNWFp_g,35150
|
|
325
|
+
umap/static/umap/locale/id.js,sha256=h4oHFL7Z7My_eFBfLOF1tQutLflbny9QUdPOrnhNpLo,30825
|
|
326
|
+
umap/static/umap/locale/id.json,sha256=vCWmV8TCsCXLm8QcNOQBoo9VnWXvq9xAEvQzLl4m64E,30760
|
|
327
|
+
umap/static/umap/locale/is.js,sha256=rLkyRDhzZucefe6O_a6C31QSKfs1xP3CPHo145tqeok,32096
|
|
328
|
+
umap/static/umap/locale/is.json,sha256=H6E4sDCVWVPdQfv1gNc8fTAUwczkb7IFREeRMjR6RDo,32031
|
|
329
|
+
umap/static/umap/locale/it.js,sha256=zaRHl7ENCqhdVaRSrbdissywj3ZGEKweVniB0TGS8Z0,33610
|
|
330
|
+
umap/static/umap/locale/it.json,sha256=NrstFHqHZP9HUxb1gEHcTtMy_R_fbFsdK0H5BLVgU3U,33545
|
|
331
|
+
umap/static/umap/locale/ja.js,sha256=FxbUTXzpnLAukq5YlVhpEbQfcae-dGjF5ChrOyto43g,33214
|
|
332
|
+
umap/static/umap/locale/ja.json,sha256=kdxmVE7WUfzwy7Y3Bc4lNBiuhkMLl_preT6pykIxD-w,33149
|
|
333
|
+
umap/static/umap/locale/ko.js,sha256=vx5JEURRArvY8-IHibTwMCOD6HFZKlLYH9WUXOX6MbI,31013
|
|
334
|
+
umap/static/umap/locale/ko.json,sha256=LGwSJaTfvFpEhiiU-ERo5ARKSpfo-w01hMZPb1BHDzI,30948
|
|
335
|
+
umap/static/umap/locale/lt.js,sha256=yqnMv9sa-6BdS-gNGm9m4Fh-uhKsetFWp2NlK3M3e4M,31593
|
|
336
|
+
umap/static/umap/locale/lt.json,sha256=mVG6UTMyH4sNCo7X7TKJ9Y_34-8OJ59umzbLOEkdVRo,31528
|
|
337
|
+
umap/static/umap/locale/ms.js,sha256=hC8f8aKyy3lDMVGaEWysHK2hjFWE9xhavg6DKIg0mxA,31944
|
|
338
|
+
umap/static/umap/locale/ms.json,sha256=RrkP2sEgTKz3tOXEHf8GPOIxiV0PyXOrpBvSOi-Wdk8,31879
|
|
339
|
+
umap/static/umap/locale/nl.js,sha256=z0r-XpeEGXMg6mMwo5V5Mre85LGtQ8CGTyjE6FOG3hw,33203
|
|
340
|
+
umap/static/umap/locale/nl.json,sha256=wWZFqvBp6B0TB11gQeiFoLvd859vLOv-QG25BZL-aFU,33138
|
|
341
|
+
umap/static/umap/locale/no.js,sha256=QpGO45qc6V3wJwa0F_jNTxoD1JlceAICvTlSwiZSQnU,31049
|
|
342
|
+
umap/static/umap/locale/no.json,sha256=s0xa76e3_DsemGuk5GIgjabPrWW9NQBVeGkiPAi8OmE,30984
|
|
343
|
+
umap/static/umap/locale/pl.js,sha256=tOZ6jTdkCEaB9LV75NKJBsR0Sve78-zLRI1gPvIKmlw,32594
|
|
344
|
+
umap/static/umap/locale/pl.json,sha256=OL1Z_uVhViJHRN7BHLjo7y9aVEpIJhFrrv6QnIJiqTg,32529
|
|
345
|
+
umap/static/umap/locale/pl_PL.json,sha256=vCWmV8TCsCXLm8QcNOQBoo9VnWXvq9xAEvQzLl4m64E,30760
|
|
346
|
+
umap/static/umap/locale/pt.js,sha256=DbOpKZ2HT5PT0NBFIOfC63vv99p3SYqJ8eGFizhQnco,33808
|
|
347
|
+
umap/static/umap/locale/pt.json,sha256=ebScJbQRNOh_VOYjj6XBAXzBaAoltg1AshpT4pCKu6k,33743
|
|
348
|
+
umap/static/umap/locale/pt_BR.js,sha256=Q8EDMIWpfKiWZQ6V4eLO_wNmRiQrOolv6c-FCIA8J4I,32179
|
|
349
|
+
umap/static/umap/locale/pt_BR.json,sha256=Nq9MBRvt8U9v1dnqxvP6oCH9dbzea8DLrSn3TR-gh9Y,32108
|
|
350
|
+
umap/static/umap/locale/pt_PT.js,sha256=tdxcdvAtMdPA329S4syyaZ20nkgHQ2xeC09muDcwtNU,33446
|
|
351
|
+
umap/static/umap/locale/pt_PT.json,sha256=xDPpgm6hnL_OX-ca1iPmUYj6kwDrOjlPdvHv8XfwMWY,33375
|
|
352
|
+
umap/static/umap/locale/ro.js,sha256=mB0PK-EfDIvQHOYDF5XexpgFjV_H-bpOoV9yRw1Xiw8,30854
|
|
353
|
+
umap/static/umap/locale/ro.json,sha256=IBoCRicDDtqqnkdtdHjWjYag3-zK_tqGYRVUmxHsMIU,30789
|
|
354
|
+
umap/static/umap/locale/ru.js,sha256=ixq6MF4micmjBOsgeZLZ36LfKvZ722Cb758goxQVk9o,37883
|
|
355
|
+
umap/static/umap/locale/ru.json,sha256=l-xx9gqdQ2Pj58lg7KK-9_-x5My7wNDYR_zkALlrCko,37818
|
|
356
356
|
umap/static/umap/locale/si.js,sha256=mcgXepIhSBBoRr6LvmvdRJFIwEGzXdjABC6W7lGYQUg,28504
|
|
357
357
|
umap/static/umap/locale/si.json,sha256=DHd8onJhyE8lBV76Zc9XmpHejZZOx0FwF3zaMlPq_Dc,28439
|
|
358
|
-
umap/static/umap/locale/sk_SK.js,sha256=
|
|
359
|
-
umap/static/umap/locale/sk_SK.json,sha256=
|
|
360
|
-
umap/static/umap/locale/sl.js,sha256=
|
|
361
|
-
umap/static/umap/locale/sl.json,sha256=
|
|
362
|
-
umap/static/umap/locale/sr.js,sha256=
|
|
363
|
-
umap/static/umap/locale/sr.json,sha256=
|
|
364
|
-
umap/static/umap/locale/sv.js,sha256
|
|
365
|
-
umap/static/umap/locale/sv.json,sha256
|
|
366
|
-
umap/static/umap/locale/th_TH.js,sha256=
|
|
367
|
-
umap/static/umap/locale/th_TH.json,sha256=
|
|
368
|
-
umap/static/umap/locale/tr.js,sha256=
|
|
369
|
-
umap/static/umap/locale/tr.json,sha256=
|
|
370
|
-
umap/static/umap/locale/uk_UA.js,sha256=
|
|
371
|
-
umap/static/umap/locale/uk_UA.json,sha256=
|
|
372
|
-
umap/static/umap/locale/vi.js,sha256=
|
|
373
|
-
umap/static/umap/locale/vi.json,sha256=
|
|
374
|
-
umap/static/umap/locale/vi_VN.json,sha256=
|
|
375
|
-
umap/static/umap/locale/zh.js,sha256=
|
|
376
|
-
umap/static/umap/locale/zh.json,sha256=
|
|
377
|
-
umap/static/umap/locale/zh_CN.json,sha256=
|
|
378
|
-
umap/static/umap/locale/zh_TW.Big5.json,sha256=
|
|
379
|
-
umap/static/umap/locale/zh_TW.js,sha256=
|
|
380
|
-
umap/static/umap/locale/zh_TW.json,sha256=
|
|
358
|
+
umap/static/umap/locale/sk_SK.js,sha256=ptlMfCPx2m9cMEVC2sJfOf_32LKjRw8P8yCAp3dqJ9c,32061
|
|
359
|
+
umap/static/umap/locale/sk_SK.json,sha256=JSRAgCt6sEAg-Fq2Lru9IiYQ1SOiLVgImhtkaiB90qk,31990
|
|
360
|
+
umap/static/umap/locale/sl.js,sha256=cDVk0W_5CKTxdEqWwhDGIdjrCihfH06oNPkN6MSXZQs,31939
|
|
361
|
+
umap/static/umap/locale/sl.json,sha256=IBNEeaazGa4OvazbV3j2EBt2I1GG9sc2-34hy9x_tU4,31874
|
|
362
|
+
umap/static/umap/locale/sr.js,sha256=B261FEkltLB3XFYTI8ELyw37MCX1vFGvpMI4C7OzyQ8,34801
|
|
363
|
+
umap/static/umap/locale/sr.json,sha256=cYktw-s24hsvKRxxFtzDgJ-rdnQ1q16k85N9Calyono,34736
|
|
364
|
+
umap/static/umap/locale/sv.js,sha256=-1v1A0DcjiaLy55HUznlPWV6MxYhUnX4kRID0v4-sPo,31839
|
|
365
|
+
umap/static/umap/locale/sv.json,sha256=QLXBNsa_QKxUrMtW8yb_mqNu7hLe3fiqiH-iJoH_eGw,31774
|
|
366
|
+
umap/static/umap/locale/th_TH.js,sha256=5zUA019d1Pmy6FQ4-X8vsffmRvdVHaQBmcVJ7gRIq4k,31865
|
|
367
|
+
umap/static/umap/locale/th_TH.json,sha256=UfX9dd6IBnoeCDKY_ETUpfd9C6v75RlYa8YBei1XTgY,31794
|
|
368
|
+
umap/static/umap/locale/tr.js,sha256=WacPC5W411kxG1EIN6pZcFc8uSZPi2dgxruTi3IF7Lw,32368
|
|
369
|
+
umap/static/umap/locale/tr.json,sha256=XWdmHcXDnLul-6vMNwJlzOUK8hidXDQDdDZYSixzlYE,32303
|
|
370
|
+
umap/static/umap/locale/uk_UA.js,sha256=cVq7Aq4F-wLT2YoWBKKF-8dy4AWMu2GPR-AZl-RPXCE,37494
|
|
371
|
+
umap/static/umap/locale/uk_UA.json,sha256=nC7GJgtTk0_avtthXCSrxBAhO20rXXMU4HGTB8GSKGY,37423
|
|
372
|
+
umap/static/umap/locale/vi.js,sha256=rsFGZaAnZmkB6YJGapexF7EILEzmuXS_1Eh-N-lYBfA,31105
|
|
373
|
+
umap/static/umap/locale/vi.json,sha256=ChV9CwIv2mDYdazwugYVATpynSW2f4LKhUntJyARaws,31040
|
|
374
|
+
umap/static/umap/locale/vi_VN.json,sha256=vCWmV8TCsCXLm8QcNOQBoo9VnWXvq9xAEvQzLl4m64E,30760
|
|
375
|
+
umap/static/umap/locale/zh.js,sha256=yCnGnTcD_I8Nea4jaAUT-TQjD1WlP4XObRgwF9MlZ2s,30526
|
|
376
|
+
umap/static/umap/locale/zh.json,sha256=EOHHlzL9mILfMpJFpKiCVlafJz2x07_Z-wUjDE0m4w0,30461
|
|
377
|
+
umap/static/umap/locale/zh_CN.json,sha256=vCWmV8TCsCXLm8QcNOQBoo9VnWXvq9xAEvQzLl4m64E,30760
|
|
378
|
+
umap/static/umap/locale/zh_TW.Big5.json,sha256=vCWmV8TCsCXLm8QcNOQBoo9VnWXvq9xAEvQzLl4m64E,30760
|
|
379
|
+
umap/static/umap/locale/zh_TW.js,sha256=O8X60TrKyfDMJBP6Yyk_gN78cUhnWEAue6Ff1uhiMds,30282
|
|
380
|
+
umap/static/umap/locale/zh_TW.json,sha256=_p1kKhqVsHubSgiP7WpI6D7G-uOQn_uxTWkAMT_YSYI,30211
|
|
381
381
|
umap/static/umap/test/.eslintrc,sha256=lsy_EQL70iOehznbw1QtRqN858VT9vQAZXg9h2aTX2w,444
|
|
382
382
|
umap/static/umap/test/DataLayer.js,sha256=P-bq8gjGrSEKXLxmDk85NI33GT5XWHHLvv44xJ7CGKk,14221
|
|
383
383
|
umap/static/umap/test/Feature.js,sha256=xb6HjjD_EuI4ezvn3z_SUR_s7C1e8xmZim20VHaR2qg,3664
|
|
@@ -394,9 +394,9 @@ umap/static/umap/unittests/sync.js,sha256=khNfXve8gGtKedsVhgCcfNz4tVUu-LRbuJy3M-
|
|
|
394
394
|
umap/static/umap/unittests/utils.js,sha256=ldr3eVd2FgvTkSdhs3eJRbnrYosN9A9Fu1xcCd549Vk,27050
|
|
395
395
|
umap/static/umap/vendors/colorbrewer/colorbrewer.js,sha256=wEHf7UslhI09j7tfzC1V9FLgTbZELDbbtGiL2x0y9vY,23051
|
|
396
396
|
umap/static/umap/vendors/csv2geojson/csv2geojson.js,sha256=FARwXdqk_yf3ttJmSyrJ204B9glI2YaZ2vuhaQPmhVk,15712
|
|
397
|
-
umap/static/umap/vendors/dompurify/purify.es.js,sha256=
|
|
398
|
-
umap/static/umap/vendors/dompurify/purify.es.mjs.map,sha256=
|
|
399
|
-
umap/static/umap/vendors/editable/Leaflet.Editable.js,sha256=
|
|
397
|
+
umap/static/umap/vendors/dompurify/purify.es.js,sha256=OwJJkYgszIMGao8OZPP_KoTXY45kWRIh9rBPjBDLs8I,62059
|
|
398
|
+
umap/static/umap/vendors/dompurify/purify.es.mjs.map,sha256=ShuPMvIg9nnEZh6FHSieF9HXaWY6L5CpcCdxTKnNnJI,1432
|
|
399
|
+
umap/static/umap/vendors/editable/Leaflet.Editable.js,sha256=Ls0zBOU3nTy2opHWX2pXcYX1wxbgeYoUTJVQxEjZjKk,69590
|
|
400
400
|
umap/static/umap/vendors/editable/Path.Drag.js,sha256=EATyTfgSiCkdjTwGM5lU1RZayxzynqhE-AgnuRlqYI0,3898
|
|
401
401
|
umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.css,sha256=eVKDGO_G2bIJvf_o5490h8BbMh5XeraSLmo6qTc8zj8,1263
|
|
402
402
|
umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.js,sha256=ati65azw8WxPG70b4JblFSHgD-fJ0ytriQEzC5tJWCM,9141
|
|
@@ -447,35 +447,33 @@ umap/static/umap/vendors/togeojson/togeojson.es.js,sha256=3ahjSicOyuiPMyXmBClO89
|
|
|
447
447
|
umap/static/umap/vendors/togeojson/togeojson.es.mjs.map,sha256=NBjflNKJL_uGfiPrRRja6IoswUQ2_kaNk3iV64WY2Uo,75780
|
|
448
448
|
umap/static/umap/vendors/tokml/tokml.es.js,sha256=BqL0WqFH5UZAh_S_265E6PWZjPMYxeGNFgAgywM4Aeo,23457
|
|
449
449
|
umap/static/umap/vendors/tokml/tokml.es.mjs.map,sha256=vw5JxZFh_2_xM1cHI51r1Bf48JaBKzNcR7ddgaaF8KY,45844
|
|
450
|
-
umap/static/umap/vendors/toolbar/leaflet.toolbar.css,sha256=5KVBOQ0ivsFuafKYvVm32wJ_fi7w8Li1-2Rwwcv85jA,2244
|
|
451
|
-
umap/static/umap/vendors/toolbar/leaflet.toolbar.js,sha256=HXh_bR49ZFpJ-GNXDNo2eHy-fJmrWehAzUeHgGhu__c,5326
|
|
452
450
|
umap/storage/__init__.py,sha256=Aj421eIsZhsu0B7zd5lTJufVYr0EtUkH0lTqpbBh8AU,85
|
|
453
451
|
umap/storage/fs.py,sha256=CdjnDe4UVMt_9Yp2uZqvtarfHTAYRed6Tid2UU-sBgY,3721
|
|
454
452
|
umap/storage/s3.py,sha256=KAYu3vAqXbd5UhaoPxG6zcGtBfKZOzzi-6uY6YEuIcY,1962
|
|
455
453
|
umap/storage/staticfiles.py,sha256=mxFcenC1JECmpNy4H0e7vX8GObDZVXzs1RPjQFWNd5k,2473
|
|
456
454
|
umap/sync/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
457
|
-
umap/sync/app.py,sha256=
|
|
458
|
-
umap/sync/payloads.py,sha256=
|
|
455
|
+
umap/sync/app.py,sha256=MFuMIsIvkF_YLa7DbjyDLWyMGhmqMQi-cMR5z0TEwM0,6640
|
|
456
|
+
umap/sync/payloads.py,sha256=bt_guJ5fyzeZfVprjtJa-6MTRdMbXD5l9DQt7KV8RJY,1460
|
|
459
457
|
umap/templates/403.html,sha256=7nzCrjNhLxqYkCoLHtBkMsKsticp0g0zj-fGdWxbd_k,454
|
|
460
458
|
umap/templates/404.html,sha256=9sNX3VTySf8tiAcj201dBIGcznOfeViJkIv7Wju79vY,267
|
|
461
459
|
umap/templates/40x.html,sha256=vqXMu5psELqmQA7tajpOCpQB2olyJ4yZvBXme5p84XU,206
|
|
462
460
|
umap/templates/500.html,sha256=Z8x47OVfYXquAYAlmRB0EJVTCiCaBppFFiFEmoYsMYY,5202
|
|
463
461
|
umap/templates/base.html,sha256=7WJ89NxyDiciP7GqpXu9VuZvLX4uJeLnEP4t5aWQdIY,1573
|
|
464
462
|
umap/templates/auth/user_detail.html,sha256=NMCFTxNfQWHlfEa44P6_nMyfvkdLcWcZW1k82jTeuwI,673
|
|
465
|
-
umap/templates/auth/user_form.html,sha256
|
|
463
|
+
umap/templates/auth/user_form.html,sha256=Ts8PqddjHggfIf_NiCrbyYAjrGqoPczXxMLiNRVfMa0,1942
|
|
466
464
|
umap/templates/auth/user_stars.html,sha256=ptxSvFAfsQ6R8GSMJ30Alm4qMEbumuqkHyFWBdYps7M,701
|
|
467
465
|
umap/templates/registration/login.html,sha256=PSBLBFW7szyXezaXwPwFqTBQAsbFEDd5SvPL-n9Djek,1824
|
|
468
466
|
umap/templates/umap/about.html,sha256=Shu5lP_Iff4iQMDhMACuwdlZ00o8Yi3MT1du-y2rDEY,245
|
|
469
467
|
umap/templates/umap/about_summary.html,sha256=9_K2HxctGKjU3GWaI9Rny-kb_iLnS5lScx2WJrbd89I,2339
|
|
470
468
|
umap/templates/umap/branding.html,sha256=8IzkIWqiZckgkX9FC-n1v6f8JIB2q7DcX3JHscxsaYA,60
|
|
471
469
|
umap/templates/umap/content.html,sha256=KfNQ18LcbxFd00tHQeirGy5Vh75qQNM6pj0bQbcy4Bo,2246
|
|
472
|
-
umap/templates/umap/content_footer.html,sha256=
|
|
473
|
-
umap/templates/umap/css.html,sha256=
|
|
470
|
+
umap/templates/umap/content_footer.html,sha256=170C-9K0a1qkNb4m-x5Vg7bNstvHVEXueDfgPPvXk0I,1130
|
|
471
|
+
umap/templates/umap/css.html,sha256=6cyaJ2A_NZmXa6ojLa-Y2NFjUPRWTwC2n03GsZQDKJ4,2213
|
|
474
472
|
umap/templates/umap/dashboard_menu.html,sha256=DEzGwiL_U1ntDpY0Ybda5ijDMSNw-n7Vb-V7HrsqYgo,688
|
|
475
473
|
umap/templates/umap/footer.html,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
476
474
|
umap/templates/umap/header.html,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
477
475
|
umap/templates/umap/home.html,sha256=021I4eVLjMWvhsIqo2k2FADXla2c4UClAJ1uy9R5KVI,839
|
|
478
|
-
umap/templates/umap/js.html,sha256=
|
|
476
|
+
umap/templates/umap/js.html,sha256=XCshHdlnBrO7hH5axaQmTrGXgKzmNZQFv1uso4pjitE,2213
|
|
479
477
|
umap/templates/umap/locale.js,sha256=AP-mSJQq5RyC3eNaBbk-sOsD80r0_qlvuK1afXdsVo4,112
|
|
480
478
|
umap/templates/umap/login_popup_end.html,sha256=kcENvhycpVvvIzbNasX1rcSI_67A6pttkWCxy0vHC8g,693
|
|
481
479
|
umap/templates/umap/map_detail.html,sha256=vNFIK7BhWWNiiBnMwKDPyvr0LZH9rLLqD95T_wsi5ng,1217
|
|
@@ -483,12 +481,12 @@ umap/templates/umap/map_fragment.html,sha256=ZRIA3W2tuIecv2LtxyKNSW4k7PmCxRlFmI6
|
|
|
483
481
|
umap/templates/umap/map_init.html,sha256=5hX7FE0vN6P70KFf8aKusOCERGzy9JoCPg7oyoIWfLQ,334
|
|
484
482
|
umap/templates/umap/map_list.html,sha256=Jb-VU3dQdRWsW80nyyRq1Eb6UrhAoIfGleu1cNMJKwc,673
|
|
485
483
|
umap/templates/umap/map_table.html,sha256=WrH86ybY_GzzRmALfON_oni9aFuIswgOtpTSJ5h8SEY,5778
|
|
486
|
-
umap/templates/umap/messages.html,sha256=
|
|
484
|
+
umap/templates/umap/messages.html,sha256=5W0ScAH0ibLzz_QkAhBm4xt3AOJ3aN9n8oMokdVYw9I,319
|
|
487
485
|
umap/templates/umap/navigation.html,sha256=gUhdTQOfbMHp1QwnzQYcn3CqQ0RqWUjlDFdT92MerO4,1261
|
|
488
486
|
umap/templates/umap/password_change.html,sha256=egS_bPFdVyXCoFGMTzcinROoc60_DVV38p1QalAEi8s,1079
|
|
489
487
|
umap/templates/umap/password_change_done.html,sha256=DqlQJyoQJ4v69pTXdWYybd1LgSqCo6XXvReaMc7zIHs,404
|
|
490
488
|
umap/templates/umap/search.html,sha256=716daOxENbRh1YLHO5rk4AYexHT1vOBDUXb4fiDx6Xc,1088
|
|
491
|
-
umap/templates/umap/search_bar.html,sha256
|
|
489
|
+
umap/templates/umap/search_bar.html,sha256=-axw392nX9s7ZS0BbDvaV8NUHcNZYLgTikpJIxY4ODo,687
|
|
492
490
|
umap/templates/umap/success.html,sha256=3FG4yWwtdF3zvVWQ2ZAjCkgv0kcSNZlUjgYy_b-X_CI,3
|
|
493
491
|
umap/templates/umap/team_confirm_delete.html,sha256=hURs2wcKXl3c0PMATHqRTaoFvQuSb7wWaM3nrHgzCVY,557
|
|
494
492
|
umap/templates/umap/team_detail.html,sha256=ETLdGysmEViuAgXCEeCVmOUwkf06ClFwNcLPe156cSw,847
|
|
@@ -540,48 +538,48 @@ umap/tests/fixtures/test_upload_simple_marker.json,sha256=jH15G5PxgVO-DZb4TPxVMA
|
|
|
540
538
|
umap/tests/integration/__init__.py,sha256=nqQ2miDnSZOKDuFhQ5saFN3qQuK73Cs6xL9Od-mEKG4,57
|
|
541
539
|
umap/tests/integration/conftest.py,sha256=pNIxoZ6mNclAwovFt76gzvJaXH940lYXWByf6cmJDx8,2251
|
|
542
540
|
umap/tests/integration/helpers.py,sha256=vvGX5b-DS2fMVDdeXz1lH2IleZkRHjyL7DVvatJU8Do,344
|
|
543
|
-
umap/tests/integration/test_anonymous_owned_map.py,sha256
|
|
544
|
-
umap/tests/integration/test_basics.py,sha256=
|
|
541
|
+
umap/tests/integration/test_anonymous_owned_map.py,sha256=-j2YUPWNoEit5a_IxYl1q3fGeybvV0NW8ud4QeCa-Hg,11123
|
|
542
|
+
umap/tests/integration/test_basics.py,sha256=TcTyK8vO-JOgqXEfMIt5ce6MO32cRSLf23cTG6QrIhk,3718
|
|
545
543
|
umap/tests/integration/test_browser.py,sha256=oOd7kYgdwmQpWkifppV7Kwa5KmQW-oak7HiNmN5rHfc,20633
|
|
546
544
|
umap/tests/integration/test_caption.py,sha256=9JHQvTju2W-IoV2UBrEUAH4nV2W7eKN2hJi4YcPfSPE,1843
|
|
547
|
-
umap/tests/integration/test_categorized_layer.py,sha256=
|
|
548
|
-
umap/tests/integration/test_choropleth.py,sha256=
|
|
545
|
+
umap/tests/integration/test_categorized_layer.py,sha256=XCCK62fBljTEbt0EKoGsHf9hY2bCEIkyeuPxyhEGJDs,5381
|
|
546
|
+
umap/tests/integration/test_choropleth.py,sha256=Lsd7tszSIua_GUeXhosB-JWk35zYN-3WKRVYI0ZrNSM,3777
|
|
549
547
|
umap/tests/integration/test_circles_layer.py,sha256=PjYGmCvAd9qDnldnbiw6nomJs1YgUdX181a9xrWSUYE,2396
|
|
550
548
|
umap/tests/integration/test_cluster.py,sha256=AK4t1k0nur2-gSSFPvkhnq7Ki81PgfvYv1AQcZmr5iQ,1680
|
|
551
|
-
umap/tests/integration/test_conditional_rules.py,sha256=
|
|
549
|
+
umap/tests/integration/test_conditional_rules.py,sha256=pE07MrmkV9Br_qfa4w_rir28M20NUNhnOyDaX1OTPrw,11896
|
|
552
550
|
umap/tests/integration/test_dashboard.py,sha256=LClLBc8lgDM1-NGhkvUSUMLmMuKt3sR1ubt2Eo-Iq7A,1550
|
|
553
551
|
umap/tests/integration/test_datalayer.py,sha256=cxsf65noYTucEMLuUz8DfJ9abXHhAq0n65MvdBmBRVo,5492
|
|
554
|
-
umap/tests/integration/test_draw_polygon.py,sha256=
|
|
555
|
-
umap/tests/integration/test_draw_polyline.py,sha256=
|
|
556
|
-
umap/tests/integration/test_edit_datalayer.py,sha256=
|
|
557
|
-
umap/tests/integration/test_edit_map.py,sha256=
|
|
558
|
-
umap/tests/integration/test_edit_marker.py,sha256=
|
|
559
|
-
umap/tests/integration/test_edit_polygon.py,sha256=
|
|
552
|
+
umap/tests/integration/test_draw_polygon.py,sha256=liYjm2pls9ovYxzcewe3q_MjDjdxzOGsGU-lTWpCEyc,25292
|
|
553
|
+
umap/tests/integration/test_draw_polyline.py,sha256=sBpu4iawj3W0y6lx4BnsHTmFrvEmcYdfWdMeOZ8vr1Y,14709
|
|
554
|
+
umap/tests/integration/test_edit_datalayer.py,sha256=Xkg-cccit0YyVwOrKD0PQAbmYYfVqypmokx44qzs3ek,10317
|
|
555
|
+
umap/tests/integration/test_edit_map.py,sha256=YbeolyKgysUjg1xxcQVqSqcH1WWow1BkXXrvhuHwMbA,8234
|
|
556
|
+
umap/tests/integration/test_edit_marker.py,sha256=7FlijPSwRZvXOI6MyYdSIBvKDAbThjFoPf3XwDHi4Uk,4756
|
|
557
|
+
umap/tests/integration/test_edit_polygon.py,sha256=avkJu4sSwQhc5wYEXHuTMTJCwff0Er893NTt_wnD5wo,5313
|
|
560
558
|
umap/tests/integration/test_export_map.py,sha256=jH0BXm-7Ov26OEkve9-xKMfRwXwR73zRrZLIQusyUOY,12112
|
|
561
559
|
umap/tests/integration/test_facets_browser.py,sha256=J--y2rpI__0RIPzcTx4Kn2UwuurFdh-6i_Y4c6GxUyY,10658
|
|
562
|
-
umap/tests/integration/test_features_id_generation.py,sha256=
|
|
563
|
-
umap/tests/integration/test_import.py,sha256=
|
|
560
|
+
umap/tests/integration/test_features_id_generation.py,sha256=mGoLIKV3xTc59XSnNPbAgHeG6RjMYwhmaVEmcqSnv-4,1463
|
|
561
|
+
umap/tests/integration/test_import.py,sha256=hfD_5Dt432UlnDMaIOzBmjkNgzw026VyGbygdvTmrLo,34504
|
|
564
562
|
umap/tests/integration/test_map.py,sha256=2ZO54RFVycJKGczfioX0nU1oCu29FVC9hR6wbT4s1NE,8736
|
|
565
563
|
umap/tests/integration/test_map_list.py,sha256=l1FImKnJkY7DupYX8waKaUZqhnORR20L8dzaqu-eF8E,1280
|
|
566
564
|
umap/tests/integration/test_map_preview.py,sha256=kP0vkEiUN7EJNCvZgNeUAzrrXfgwpU0S2UnmOBV4P5A,3540
|
|
567
565
|
umap/tests/integration/test_optimistic_merge.py,sha256=uUFIpTLxTyS6ZLtARSFslqWvF0aK9G_H_30ldVmxMNM,11817
|
|
568
|
-
umap/tests/integration/test_owned_map.py,sha256=
|
|
566
|
+
umap/tests/integration/test_owned_map.py,sha256=XqjsxgMQNmPDej98Z813KkDmaHxvrr7ynMVN1id1oWE,10846
|
|
569
567
|
umap/tests/integration/test_picto.py,sha256=q55UBamCweckq5RBqiNOyF1pzgagt3-RJ8dK40MzeuI,9155
|
|
570
568
|
umap/tests/integration/test_popup.py,sha256=kZy6JAJIs2R6tnPbGEzgz_yX76yMbEAfPqCa6c9P670,1445
|
|
571
569
|
umap/tests/integration/test_querystring.py,sha256=yR7oOlIA4qbL14gEazdFmdCtoOc7RKwadpuuutAPxU8,2754
|
|
572
|
-
umap/tests/integration/test_save.py,sha256=
|
|
570
|
+
umap/tests/integration/test_save.py,sha256=jauCFO1bBdE-lLAA70S7iW-P5PGLXu-l1jHoXxiKc64,1371
|
|
573
571
|
umap/tests/integration/test_share.py,sha256=gDna-wFedwJ_-8HLBw_G5IO3zA3l96p1FGBSZ15g_7g,1813
|
|
574
572
|
umap/tests/integration/test_slideshow.py,sha256=yhy75YYpfTKpkGK7xGjJDJoqHtN6p2LG-O4krVE1Yks,1907
|
|
575
573
|
umap/tests/integration/test_star.py,sha256=qJUvFij0XK0PcWJnbe4w8nTvTjbJdJ5X-2JjHy6DqEw,973
|
|
576
|
-
umap/tests/integration/test_tableeditor.py,sha256=
|
|
574
|
+
umap/tests/integration/test_tableeditor.py,sha256=QY2RdZ7NML0XVK_NzIypiJesuN5fGIXfSm0fvId_BzE,7915
|
|
577
575
|
umap/tests/integration/test_team.py,sha256=LVuj5Dhz27cqk6ieEbukGsdy9J2FP5aQmcMex_xevIg,1594
|
|
578
576
|
umap/tests/integration/test_tilelayer.py,sha256=rBI3bm4hCpH87rcFvuc5H8yu1D9FQBZMNbqqJzpdI24,5302
|
|
579
|
-
umap/tests/integration/test_view_marker.py,sha256=
|
|
577
|
+
umap/tests/integration/test_view_marker.py,sha256=NFCwNez__E_WsE1DuW5RuB0HVKDP4CQMXGhJw0LfnFs,6900
|
|
580
578
|
umap/tests/integration/test_view_polygon.py,sha256=NMJC6Nt9VpQ8FIU9Pqq2OspHv49xsWlsoXCr8iBa0VA,2060
|
|
581
579
|
umap/tests/integration/test_view_polyline.py,sha256=aJoXKmLhJaN0yhPdDCVskZNGx3q3mLDkjVPhZ30cadA,13959
|
|
582
|
-
umap/tests/integration/test_websocket_sync.py,sha256=
|
|
583
|
-
umap_project-2.9.
|
|
584
|
-
umap_project-2.9.
|
|
585
|
-
umap_project-2.9.
|
|
586
|
-
umap_project-2.9.
|
|
587
|
-
umap_project-2.9.
|
|
580
|
+
umap/tests/integration/test_websocket_sync.py,sha256=ClGrC8gsBMyE9YOnkBZimUgH77BhTTYtmH_6JpB5Kv0,25832
|
|
581
|
+
umap_project-2.9.2.dist-info/METADATA,sha256=cJOsbRzfZuTZsneuzgIIc2kch5wdiNExHiIG7QLe36I,2962
|
|
582
|
+
umap_project-2.9.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
583
|
+
umap_project-2.9.2.dist-info/entry_points.txt,sha256=gz-KDQfEsMLBae8ABOD3foJsCYGPW1tA4Y394R_1RW8,39
|
|
584
|
+
umap_project-2.9.2.dist-info/licenses/LICENSE,sha256=kQtrtRKgiPhcl7aO0-lmvbrNAXu7WHyiXvPrUk-TD2Q,820
|
|
585
|
+
umap_project-2.9.2.dist-info/RECORD,,
|