umap-project 2.8.0a2__py3-none-any.whl → 2.8.1__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/decorators.py +3 -1
- umap/locale/ar/LC_MESSAGES/django.mo +0 -0
- umap/locale/ar/LC_MESSAGES/django.po +45 -30
- umap/locale/br/LC_MESSAGES/django.mo +0 -0
- umap/locale/br/LC_MESSAGES/django.po +49 -34
- umap/locale/ca/LC_MESSAGES/django.mo +0 -0
- umap/locale/ca/LC_MESSAGES/django.po +45 -30
- umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
- umap/locale/cs_CZ/LC_MESSAGES/django.po +52 -37
- umap/locale/da/LC_MESSAGES/django.mo +0 -0
- umap/locale/da/LC_MESSAGES/django.po +45 -30
- umap/locale/de/LC_MESSAGES/django.mo +0 -0
- umap/locale/de/LC_MESSAGES/django.po +45 -30
- umap/locale/el/LC_MESSAGES/django.mo +0 -0
- umap/locale/el/LC_MESSAGES/django.po +45 -30
- umap/locale/en/LC_MESSAGES/django.po +44 -29
- umap/locale/es/LC_MESSAGES/django.mo +0 -0
- umap/locale/es/LC_MESSAGES/django.po +45 -30
- umap/locale/et/LC_MESSAGES/django.mo +0 -0
- umap/locale/et/LC_MESSAGES/django.po +45 -30
- umap/locale/eu/LC_MESSAGES/django.mo +0 -0
- umap/locale/eu/LC_MESSAGES/django.po +65 -50
- umap/locale/fa_IR/LC_MESSAGES/django.mo +0 -0
- umap/locale/fa_IR/LC_MESSAGES/django.po +45 -30
- umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- umap/locale/fr/LC_MESSAGES/django.po +45 -30
- umap/locale/gl/LC_MESSAGES/django.mo +0 -0
- umap/locale/gl/LC_MESSAGES/django.po +45 -30
- umap/locale/he/LC_MESSAGES/django.mo +0 -0
- umap/locale/he/LC_MESSAGES/django.po +45 -30
- umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- umap/locale/hu/LC_MESSAGES/django.po +45 -30
- umap/locale/is/LC_MESSAGES/django.mo +0 -0
- umap/locale/is/LC_MESSAGES/django.po +45 -30
- umap/locale/it/LC_MESSAGES/django.mo +0 -0
- umap/locale/it/LC_MESSAGES/django.po +45 -30
- umap/locale/ja/LC_MESSAGES/django.mo +0 -0
- umap/locale/ja/LC_MESSAGES/django.po +45 -30
- umap/locale/ko/LC_MESSAGES/django.mo +0 -0
- umap/locale/ko/LC_MESSAGES/django.po +45 -30
- umap/locale/lt/LC_MESSAGES/django.mo +0 -0
- umap/locale/lt/LC_MESSAGES/django.po +45 -30
- umap/locale/ms/LC_MESSAGES/django.mo +0 -0
- umap/locale/ms/LC_MESSAGES/django.po +45 -30
- umap/locale/nl/LC_MESSAGES/django.mo +0 -0
- umap/locale/nl/LC_MESSAGES/django.po +45 -30
- umap/locale/pl/LC_MESSAGES/django.mo +0 -0
- umap/locale/pl/LC_MESSAGES/django.po +45 -30
- umap/locale/pt/LC_MESSAGES/django.mo +0 -0
- umap/locale/pt/LC_MESSAGES/django.po +45 -30
- umap/locale/pt_BR/LC_MESSAGES/django.mo +0 -0
- umap/locale/pt_BR/LC_MESSAGES/django.po +45 -30
- umap/locale/pt_PT/LC_MESSAGES/django.mo +0 -0
- umap/locale/pt_PT/LC_MESSAGES/django.po +45 -30
- umap/locale/ru/LC_MESSAGES/django.mo +0 -0
- umap/locale/ru/LC_MESSAGES/django.po +45 -30
- umap/locale/sk_SK/LC_MESSAGES/django.mo +0 -0
- umap/locale/sk_SK/LC_MESSAGES/django.po +45 -30
- umap/locale/sl/LC_MESSAGES/django.mo +0 -0
- umap/locale/sl/LC_MESSAGES/django.po +45 -30
- umap/locale/sr/LC_MESSAGES/django.mo +0 -0
- umap/locale/sr/LC_MESSAGES/django.po +45 -30
- umap/locale/sv/LC_MESSAGES/django.mo +0 -0
- umap/locale/sv/LC_MESSAGES/django.po +45 -30
- umap/locale/th_TH/LC_MESSAGES/django.mo +0 -0
- umap/locale/th_TH/LC_MESSAGES/django.po +45 -30
- umap/locale/tr/LC_MESSAGES/django.mo +0 -0
- umap/locale/tr/LC_MESSAGES/django.po +45 -30
- umap/locale/uk_UA/LC_MESSAGES/django.mo +0 -0
- umap/locale/uk_UA/LC_MESSAGES/django.po +45 -30
- umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
- umap/locale/zh_TW/LC_MESSAGES/django.po +50 -35
- umap/settings/local_s3.py +45 -0
- umap/static/umap/content.css +18 -13
- umap/static/umap/css/bar.css +4 -0
- umap/static/umap/css/form.css +3 -0
- umap/static/umap/img/logo_lightcyan.svg +4 -0
- umap/static/umap/js/modules/caption.js +73 -73
- umap/static/umap/js/modules/data/features.js +20 -5
- umap/static/umap/js/modules/data/layer.js +17 -14
- umap/static/umap/js/modules/drop.js +55 -0
- umap/static/umap/js/modules/importer.js +20 -10
- umap/static/umap/js/modules/rendering/icon.js +2 -1
- umap/static/umap/js/modules/rendering/map.js +9 -8
- umap/static/umap/js/modules/rendering/popup.js +9 -10
- umap/static/umap/js/modules/rendering/template.js +53 -9
- umap/static/umap/js/modules/rendering/ui.js +6 -2
- umap/static/umap/js/modules/request.js +2 -2
- umap/static/umap/js/modules/schema.js +1 -0
- umap/static/umap/js/modules/sync/engine.js +56 -13
- umap/static/umap/js/modules/sync/updaters.js +4 -1
- umap/static/umap/js/modules/sync/websocket.js +47 -2
- umap/static/umap/js/modules/ui/bar.js +1 -1
- umap/static/umap/js/modules/ui/dialog.js +5 -0
- umap/static/umap/js/modules/umap.js +62 -25
- umap/static/umap/js/modules/utils.js +2 -0
- umap/static/umap/js/umap.controls.js +8 -55
- umap/static/umap/js/umap.forms.js +44 -0
- umap/static/umap/locale/cs_CZ.js +13 -11
- umap/static/umap/locale/cs_CZ.json +13 -11
- umap/static/umap/locale/en.js +2 -1
- umap/static/umap/locale/en.json +2 -1
- umap/static/umap/locale/fr.js +2 -1
- umap/static/umap/locale/fr.json +2 -1
- umap/static/umap/locale/zh_TW.js +13 -11
- umap/static/umap/locale/zh_TW.json +13 -11
- umap/static/umap/map.css +34 -166
- umap/static/umap/unittests/sync.js +4 -1
- umap/static/umap/vars.css +0 -1
- umap/templates/403.html +12 -0
- umap/templates/404.html +4 -13
- umap/templates/40x.html +9 -0
- umap/templates/base.html +2 -0
- umap/templates/umap/components/alerts/alert.html +4 -0
- umap/templates/umap/css.html +3 -0
- umap/templates/umap/js.html +2 -0
- umap/templates/umap/map_init.html +2 -0
- umap/templates/umap/user_dashboard.html +2 -0
- umap/tests/fixtures/test_upload_simple_marker.json +19 -0
- umap/tests/integration/conftest.py +3 -3
- umap/tests/integration/test_edit_datalayer.py +11 -0
- umap/tests/integration/test_import.py +20 -1
- umap/tests/integration/test_websocket_sync.py +69 -0
- umap/tests/test_dashboard.py +82 -0
- umap/tests/test_team_views.py +35 -1
- umap/tests/test_views.py +0 -74
- umap/views.py +5 -1
- umap/websocket_server.py +8 -1
- {umap_project-2.8.0a2.dist-info → umap_project-2.8.1.dist-info}/METADATA +5 -5
- {umap_project-2.8.0a2.dist-info → umap_project-2.8.1.dist-info}/RECORD +134 -127
- {umap_project-2.8.0a2.dist-info → umap_project-2.8.1.dist-info}/WHEEL +0 -0
- {umap_project-2.8.0a2.dist-info → umap_project-2.8.1.dist-info}/entry_points.txt +0 -0
- {umap_project-2.8.0a2.dist-info → umap_project-2.8.1.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
umap/__init__.py,sha256=
|
|
1
|
+
umap/__init__.py,sha256=OQIXVx5MBh4Qa0anp7o2XnKn4_zFwD8x087Yj1wXu8w,18
|
|
2
2
|
umap/admin.py,sha256=LoQytPGK6pLBqZ5QgQ9DIPAxhTG31cTtHOCqO9BY5S4,2645
|
|
3
3
|
umap/apps.py,sha256=5ssKqPUuNJlapaBmr4LY_HDb7J1NFCT3wzythxQOOfs,109
|
|
4
4
|
umap/asgi.py,sha256=CuVSNBwNb4AvuaD_Ha3ehtvf-c46ijZoVOSoP6WhXp8,432
|
|
5
5
|
umap/autocomplete.py,sha256=WUsbsVBl_KzzEzxB4g3rAoS5-eEvCZGtelVzXeOFV90,444
|
|
6
6
|
umap/context_processors.py,sha256=JugzLQSEybdR-XDYKaUQw7RVGhAqcuuA5cyzeW9lRf4,605
|
|
7
|
-
umap/decorators.py,sha256=
|
|
7
|
+
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
|
|
@@ -12,104 +12,104 @@ umap/middleware.py,sha256=p8EPW_gYW8Wh2lk0DNIAkZQbYlBZugW7Yq4iiA7L4aE,514
|
|
|
12
12
|
umap/models.py,sha256=4SzhKdyWXfJMdzEpCyVPnzbTT-TGbDusAy7SP_8UuwI,17929
|
|
13
13
|
umap/urls.py,sha256=LA3zxyu-GDo8kVqdyU7_bdbDGhDJV8_yFW4oEPTXw4s,7559
|
|
14
14
|
umap/utils.py,sha256=19i8ibi-1IXxafT4k_yOHMhD-DsPH74Ll9qw-UrUkM4,5856
|
|
15
|
-
umap/views.py,sha256=
|
|
16
|
-
umap/websocket_server.py,sha256=
|
|
15
|
+
umap/views.py,sha256=Z1_X5FaAhco-O_Np6FP8nXDgG-bqOL005R_qWT_GsMg,46414
|
|
16
|
+
umap/websocket_server.py,sha256=NHyL6HYHj5Yw8GdZgdySCH34VjgWDVngM3H6VuuSrt4,6798
|
|
17
17
|
umap/wsgi.py,sha256=IopIgnDZbCus3XpSetTHnra9VyzWi0Y2tJo-CmfTWCY,1132
|
|
18
18
|
umap/bin/__init__.py,sha256=iA3ON4A6NCpenrn3q2OgefUKF5QRFIQS-FtS0pxruI8,234
|
|
19
19
|
umap/locale/am_ET/LC_MESSAGES/django.mo,sha256=ZF_hEGHnrIX6XZBVqmWR4xbE5D8Y6s1GS5sYOxnFQBY,5377
|
|
20
20
|
umap/locale/am_ET/LC_MESSAGES/django.po,sha256=HiUuKzySNqMSyxXieRG1QPl0GdL4C3t24wfpUHgcAXU,16149
|
|
21
|
-
umap/locale/ar/LC_MESSAGES/django.mo,sha256=
|
|
22
|
-
umap/locale/ar/LC_MESSAGES/django.po,sha256
|
|
21
|
+
umap/locale/ar/LC_MESSAGES/django.mo,sha256=pab37pZY29kELX-Tf2vERVo-yic_0mInusZkQJJR7lw,3122
|
|
22
|
+
umap/locale/ar/LC_MESSAGES/django.po,sha256=LbKv2MASehhAnpOe59qwgHvSzeQDIHmM2iOqYcX1y7E,15435
|
|
23
23
|
umap/locale/ast/LC_MESSAGES/django.mo,sha256=KUDcu-q8RC_ZdxpQ6I_9cXxfA4X7sCrHddBX6x0rKTI,432
|
|
24
24
|
umap/locale/ast/LC_MESSAGES/django.po,sha256=cb9rEL6AdZKMwXrjEDThG2Wok-fHLTdWlRReg6DUdMA,8007
|
|
25
25
|
umap/locale/bg/LC_MESSAGES/django.mo,sha256=8nzIStwTN-VG_S8pi2ABNIdqtX6YDtBbt-ThcyU4KdI,5811
|
|
26
26
|
umap/locale/bg/LC_MESSAGES/django.po,sha256=dAX0aIsGesD3vu2vGgMEvdxqWogIOPX-gnhagGkYj54,16590
|
|
27
|
-
umap/locale/br/LC_MESSAGES/django.mo,sha256=
|
|
28
|
-
umap/locale/br/LC_MESSAGES/django.po,sha256=
|
|
29
|
-
umap/locale/ca/LC_MESSAGES/django.mo,sha256=
|
|
30
|
-
umap/locale/ca/LC_MESSAGES/django.po,sha256=
|
|
31
|
-
umap/locale/cs_CZ/LC_MESSAGES/django.mo,sha256=
|
|
32
|
-
umap/locale/cs_CZ/LC_MESSAGES/django.po,sha256=
|
|
33
|
-
umap/locale/da/LC_MESSAGES/django.mo,sha256=
|
|
34
|
-
umap/locale/da/LC_MESSAGES/django.po,sha256=
|
|
35
|
-
umap/locale/de/LC_MESSAGES/django.mo,sha256=
|
|
36
|
-
umap/locale/de/LC_MESSAGES/django.po,sha256=
|
|
37
|
-
umap/locale/el/LC_MESSAGES/django.mo,sha256=
|
|
38
|
-
umap/locale/el/LC_MESSAGES/django.po,sha256=
|
|
27
|
+
umap/locale/br/LC_MESSAGES/django.mo,sha256=VfoGJOqaPQmsmYuhy4YcwGw21aB-7y0rPL4e8DCfBpg,10721
|
|
28
|
+
umap/locale/br/LC_MESSAGES/django.po,sha256=YaNM5-WSNXafiJnLP75aHcSOCpnwAoRNgNqfuDFA39U,18327
|
|
29
|
+
umap/locale/ca/LC_MESSAGES/django.mo,sha256=dp_3WGQMfuz4sZ2496K9yCIFDrddOapOOOtnZ56Fu7w,8551
|
|
30
|
+
umap/locale/ca/LC_MESSAGES/django.po,sha256=naaUxau7v8UZTYZFMz55XmMUdXqai2PcQ4vwfT7K0yo,17320
|
|
31
|
+
umap/locale/cs_CZ/LC_MESSAGES/django.mo,sha256=4AkgFs5vXrs4jNCqGNGhViFE59RjnPXAy-H8QO7PiRc,12456
|
|
32
|
+
umap/locale/cs_CZ/LC_MESSAGES/django.po,sha256=nF4yp9rOzBWbLxtb3rIcY-rKpp1YlFxXpgmZ1HpHEj0,19190
|
|
33
|
+
umap/locale/da/LC_MESSAGES/django.mo,sha256=xChVPJcihv-OB016M6e9VEYm68mTfmQFN60tukD5H5U,5851
|
|
34
|
+
umap/locale/da/LC_MESSAGES/django.po,sha256=tg9vL8x5ZG8tKN6YczUNSyIZDqb7z4F0GP_AVoTMO9g,16340
|
|
35
|
+
umap/locale/de/LC_MESSAGES/django.mo,sha256=r696xeS-oKHEhzDiRvVjnXN6A7gr5ha1L189YDWPMGI,11970
|
|
36
|
+
umap/locale/de/LC_MESSAGES/django.po,sha256=_BYgONnpBy-8A_ISpKfRXipU9OFQDoRZ1CsjNkxaNCg,18948
|
|
37
|
+
umap/locale/el/LC_MESSAGES/django.mo,sha256=Fx_PVOmINKPC2c1HQCwo8p_Sf3sHCMKfjSZ_p1HmebA,14963
|
|
38
|
+
umap/locale/el/LC_MESSAGES/django.po,sha256=vJfKPxWkugMioZSrEvPSTMRufh0HkFIN-m_h5nF94kE,22500
|
|
39
39
|
umap/locale/en/LC_MESSAGES/django.mo,sha256=UXCQbz2AxBvh-IQ7bGgjoBnijo8h9DfE9107A-2Mgkk,337
|
|
40
|
-
umap/locale/en/LC_MESSAGES/django.po,sha256=
|
|
41
|
-
umap/locale/es/LC_MESSAGES/django.mo,sha256=
|
|
42
|
-
umap/locale/es/LC_MESSAGES/django.po,sha256=
|
|
43
|
-
umap/locale/et/LC_MESSAGES/django.mo,sha256=
|
|
44
|
-
umap/locale/et/LC_MESSAGES/django.po,sha256=
|
|
45
|
-
umap/locale/eu/LC_MESSAGES/django.mo,sha256=
|
|
46
|
-
umap/locale/eu/LC_MESSAGES/django.po,sha256=
|
|
47
|
-
umap/locale/fa_IR/LC_MESSAGES/django.mo,sha256=
|
|
48
|
-
umap/locale/fa_IR/LC_MESSAGES/django.po,sha256=
|
|
40
|
+
umap/locale/en/LC_MESSAGES/django.po,sha256=J5Kpu1qkFM5UTcj3K3jVQl1Bo1KKi-Tj3XEzDAPcWzI,14000
|
|
41
|
+
umap/locale/es/LC_MESSAGES/django.mo,sha256=1ZPxfjf6FByGC1DZVhjB3VLpuNZcLsTJgBbYrlkONSI,11912
|
|
42
|
+
umap/locale/es/LC_MESSAGES/django.po,sha256=onOCqDs3YhnljpQSTM7R9BkQmSKEF8aFIsArUbDD4jo,19032
|
|
43
|
+
umap/locale/et/LC_MESSAGES/django.mo,sha256=1_KzsDJhm56-1cMz8pTwuQ_KhJ1oO93MFKwSJCGnkzE,4991
|
|
44
|
+
umap/locale/et/LC_MESSAGES/django.po,sha256=j3ZZEE7CFPUH21wxjB9apUgO2iA_1wgWDIFnZ7m81s0,15658
|
|
45
|
+
umap/locale/eu/LC_MESSAGES/django.mo,sha256=pmL-nx_LOnHaGzcQoggJSZJAU6MSb795UM06egC6DvA,12295
|
|
46
|
+
umap/locale/eu/LC_MESSAGES/django.po,sha256=SpSgu86LFFS4jlI4c_6F7JnUIWNawoOhatRMZNZI9YA,18729
|
|
47
|
+
umap/locale/fa_IR/LC_MESSAGES/django.mo,sha256=HU5l77iM_X3iMclmleDH41FHwKFKTFocrbx460pWGpU,13716
|
|
48
|
+
umap/locale/fa_IR/LC_MESSAGES/django.po,sha256=u2KHiTbM_CnqrVP9vNKYkbHeSYLR5VWj5SZv-B8fZo8,20925
|
|
49
49
|
umap/locale/fi/LC_MESSAGES/django.mo,sha256=O9foYGhfFTBjBb4Y9abWjOiZNpWtO-315nyHUaiJETM,4779
|
|
50
50
|
umap/locale/fi/LC_MESSAGES/django.po,sha256=5kG9XujFNllOh_wuakGmAHeMy9vqNWFLf9SSrMTaWlk,15709
|
|
51
|
-
umap/locale/fr/LC_MESSAGES/django.mo,sha256=
|
|
52
|
-
umap/locale/fr/LC_MESSAGES/django.po,sha256=
|
|
53
|
-
umap/locale/gl/LC_MESSAGES/django.mo,sha256=
|
|
54
|
-
umap/locale/gl/LC_MESSAGES/django.po,sha256=
|
|
55
|
-
umap/locale/he/LC_MESSAGES/django.mo,sha256=
|
|
56
|
-
umap/locale/he/LC_MESSAGES/django.po,sha256=
|
|
51
|
+
umap/locale/fr/LC_MESSAGES/django.mo,sha256=yym8EUh3C6dF62eEGCNwFOP2GqgoEGw9wBxSI1Vj9R8,13066
|
|
52
|
+
umap/locale/fr/LC_MESSAGES/django.po,sha256=OfI9me2Jg9x160YfacY3aJ7X2gP14l3uWeWnruyxhus,19670
|
|
53
|
+
umap/locale/gl/LC_MESSAGES/django.mo,sha256=3shQYPaC7QINEz_aPLkfWnvGt_CVhtgUXSJghzim0A8,6001
|
|
54
|
+
umap/locale/gl/LC_MESSAGES/django.po,sha256=FuWWsjG9OAAn-RkyUZcDvW8Gqz5hJsFejcHJYyzpo10,16417
|
|
55
|
+
umap/locale/he/LC_MESSAGES/django.mo,sha256=A6pkjaL4HQ7lyfvXcGIxle61RXdo7Byq3mfK2FIrSnc,6640
|
|
56
|
+
umap/locale/he/LC_MESSAGES/django.po,sha256=LpR1smtpQWi6w_YNiZjEx0hrHc7uVYQnQEPK_1vcY5g,16975
|
|
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=SNnKJ4xRdMs98Ss4So-uYkZD13zE09nFNyLDlYrkQCE,12477
|
|
60
|
+
umap/locale/hu/LC_MESSAGES/django.po,sha256=HKZ5xoiCcyNVIHI2T1Uxnb9X4h_xIu3L40h1W5P0aS8,19218
|
|
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
|
-
umap/locale/is/LC_MESSAGES/django.mo,sha256=
|
|
64
|
-
umap/locale/is/LC_MESSAGES/django.po,sha256=
|
|
65
|
-
umap/locale/it/LC_MESSAGES/django.mo,sha256=
|
|
66
|
-
umap/locale/it/LC_MESSAGES/django.po,sha256=
|
|
67
|
-
umap/locale/ja/LC_MESSAGES/django.mo,sha256=
|
|
68
|
-
umap/locale/ja/LC_MESSAGES/django.po,sha256=
|
|
69
|
-
umap/locale/ko/LC_MESSAGES/django.mo,sha256=
|
|
70
|
-
umap/locale/ko/LC_MESSAGES/django.po,sha256=
|
|
71
|
-
umap/locale/lt/LC_MESSAGES/django.mo,sha256
|
|
72
|
-
umap/locale/lt/LC_MESSAGES/django.po,sha256=
|
|
73
|
-
umap/locale/ms/LC_MESSAGES/django.mo,sha256=
|
|
74
|
-
umap/locale/ms/LC_MESSAGES/django.po,sha256=
|
|
75
|
-
umap/locale/nl/LC_MESSAGES/django.mo,sha256
|
|
76
|
-
umap/locale/nl/LC_MESSAGES/django.po,sha256=
|
|
63
|
+
umap/locale/is/LC_MESSAGES/django.mo,sha256=H__xplVOoU_iImgWCni7lEyZC5ZiZVgxg77oyFOKBQo,6330
|
|
64
|
+
umap/locale/is/LC_MESSAGES/django.po,sha256=Kdq2TVybTBQwW4Ms76fjqHnHJxokkRukb_J7q89RMs8,16648
|
|
65
|
+
umap/locale/it/LC_MESSAGES/django.mo,sha256=b73-ZXTlJYpd4vV3AQr0chm8MVwgx4nljUS85j6aQok,9823
|
|
66
|
+
umap/locale/it/LC_MESSAGES/django.po,sha256=Aw3Bi51UZYjmssfORNDXX1WcYLtoWh8u8CBTDK0Z3xE,18369
|
|
67
|
+
umap/locale/ja/LC_MESSAGES/django.mo,sha256=zsTOx7DEn9r67Az293pOmtM3Hd8nFK53-TNZH1W6498,6369
|
|
68
|
+
umap/locale/ja/LC_MESSAGES/django.po,sha256=IF4sZYIDt8Nxdgt6Lbz0kDAty87N3ULdTDDYVhz1O6s,16735
|
|
69
|
+
umap/locale/ko/LC_MESSAGES/django.mo,sha256=xqzC6LAMv6pK2xiIlGoHyb18OQBACMBeevJfFFjK8iA,6365
|
|
70
|
+
umap/locale/ko/LC_MESSAGES/django.po,sha256=3vN0obz1v5AX-a3lXRqYltcb0DAB7dvL4Ja3y_z1Mro,16670
|
|
71
|
+
umap/locale/lt/LC_MESSAGES/django.mo,sha256=A4RbTyKvur2NUY0aKXCDmSIQV0G0GeOhQ1vwYz4nUlU,5706
|
|
72
|
+
umap/locale/lt/LC_MESSAGES/django.po,sha256=GK_nTnzSiMY4g2pf5uzh5Nzl57OTB4O9Y29ikZVp274,16324
|
|
73
|
+
umap/locale/ms/LC_MESSAGES/django.mo,sha256=o0sXUFZSc9D0inCws0Hs6zJK5yaL7n19CaxjH1D9hVY,9654
|
|
74
|
+
umap/locale/ms/LC_MESSAGES/django.po,sha256=UHTzJmBvzw-MST9ycj8UrvrAQIaUqL2s1fV6t3-Aj5s,17766
|
|
75
|
+
umap/locale/nl/LC_MESSAGES/django.mo,sha256=-zX2pLb8D27HvLVgJ5CjXVO6520XLXNqFosOwatqQYs,5831
|
|
76
|
+
umap/locale/nl/LC_MESSAGES/django.po,sha256=jO-HXDUBQDXuI-ie2Ds7mDzd3URp4ACtLbRTMh5sFF8,16243
|
|
77
77
|
umap/locale/no/LC_MESSAGES/django.mo,sha256=ADQ1RdDyg19YZHw2wKl_bxEgMu_0wK7HaoYk_nsxXks,423
|
|
78
78
|
umap/locale/no/LC_MESSAGES/django.po,sha256=HXr3Y_gxOPjdU1pSV_tyX_l7pbDMVrFBdf0gm3gciwI,7998
|
|
79
|
-
umap/locale/pl/LC_MESSAGES/django.mo,sha256=
|
|
80
|
-
umap/locale/pl/LC_MESSAGES/django.po,sha256=
|
|
81
|
-
umap/locale/pt/LC_MESSAGES/django.mo,sha256=
|
|
82
|
-
umap/locale/pt/LC_MESSAGES/django.po,sha256=
|
|
83
|
-
umap/locale/pt_BR/LC_MESSAGES/django.mo,sha256=
|
|
84
|
-
umap/locale/pt_BR/LC_MESSAGES/django.po,sha256=
|
|
85
|
-
umap/locale/pt_PT/LC_MESSAGES/django.mo,sha256=
|
|
86
|
-
umap/locale/pt_PT/LC_MESSAGES/django.po,sha256=
|
|
79
|
+
umap/locale/pl/LC_MESSAGES/django.mo,sha256=1l5SWSKSpRMrj9muHWCR6B0BWTlPwDFc_OiwjE4bazg,10200
|
|
80
|
+
umap/locale/pl/LC_MESSAGES/django.po,sha256=6_2gdWgN7vusOhR73HCW93LdjXO4lY_lhra3rbBTxEo,18271
|
|
81
|
+
umap/locale/pt/LC_MESSAGES/django.mo,sha256=8gKHy_MHoNg1C6osxx-9iyLk6wjjtDIZuCSAsUB5FVw,12035
|
|
82
|
+
umap/locale/pt/LC_MESSAGES/django.po,sha256=RL-q4nTnQJ33Xltf7edLh8Fp0IgjnPlHMzqsiH0BHBs,18805
|
|
83
|
+
umap/locale/pt_BR/LC_MESSAGES/django.mo,sha256=HSIam_B-jha9C6heFx6q_axE1IHAk1sPXeyFCjpxWWk,6077
|
|
84
|
+
umap/locale/pt_BR/LC_MESSAGES/django.po,sha256=XcGimIbdy4T6_ONPpCNqjCT0unt4RdndXg8GMTykr_E,16527
|
|
85
|
+
umap/locale/pt_PT/LC_MESSAGES/django.mo,sha256=6rNHtp4zBsXX4uIG4tQCnZxeO5GGucvrsl0JUXbRVrM,6105
|
|
86
|
+
umap/locale/pt_PT/LC_MESSAGES/django.po,sha256=DZ_9TXc_bJC-vHEzdSX6oVAyk1mO5BzBzM7svuzXiEU,16501
|
|
87
87
|
umap/locale/ro/LC_MESSAGES/django.mo,sha256=5h8BAq8rtouRD7zDwGx41y_v37Dp8N7C8HYjKo1yzfU,1263
|
|
88
88
|
umap/locale/ro/LC_MESSAGES/django.po,sha256=-Ez2GdJuDYUd1g6X4Er7goVr6Rizt3F8u2WvDYOxRSU,11130
|
|
89
|
-
umap/locale/ru/LC_MESSAGES/django.mo,sha256=
|
|
90
|
-
umap/locale/ru/LC_MESSAGES/django.po,sha256
|
|
89
|
+
umap/locale/ru/LC_MESSAGES/django.mo,sha256=oRHQcVv9H7cePp9H59PWM61Sv0xqsvECqnGlL9qaFUU,7632
|
|
90
|
+
umap/locale/ru/LC_MESSAGES/django.po,sha256=-stDvP02P-XTBpiNMkrtcCVFyMeSO-g72V6viFYJzGw,18193
|
|
91
91
|
umap/locale/si/LC_MESSAGES/django.mo,sha256=vEOJk51UOrte6sgyxgM-iTZNszVZ0A4S7fhtRYaFbpg,417
|
|
92
92
|
umap/locale/si/LC_MESSAGES/django.po,sha256=9DRzgmaNoXPiBu8lcok8nXedrOdH69k6UdsyOwf4xkw,8744
|
|
93
|
-
umap/locale/sk_SK/LC_MESSAGES/django.mo,sha256
|
|
94
|
-
umap/locale/sk_SK/LC_MESSAGES/django.po,sha256=
|
|
95
|
-
umap/locale/sl/LC_MESSAGES/django.mo,sha256=
|
|
96
|
-
umap/locale/sl/LC_MESSAGES/django.po,sha256=
|
|
97
|
-
umap/locale/sr/LC_MESSAGES/django.mo,sha256=
|
|
98
|
-
umap/locale/sr/LC_MESSAGES/django.po,sha256=
|
|
99
|
-
umap/locale/sv/LC_MESSAGES/django.mo,sha256=
|
|
100
|
-
umap/locale/sv/LC_MESSAGES/django.po,sha256=
|
|
101
|
-
umap/locale/th_TH/LC_MESSAGES/django.mo,sha256=
|
|
102
|
-
umap/locale/th_TH/LC_MESSAGES/django.po,sha256=
|
|
103
|
-
umap/locale/tr/LC_MESSAGES/django.mo,sha256
|
|
104
|
-
umap/locale/tr/LC_MESSAGES/django.po,sha256=
|
|
105
|
-
umap/locale/uk_UA/LC_MESSAGES/django.mo,sha256
|
|
106
|
-
umap/locale/uk_UA/LC_MESSAGES/django.po,sha256=
|
|
93
|
+
umap/locale/sk_SK/LC_MESSAGES/django.mo,sha256=eEzMBGd-_QIjvH5AdZq6JRAIBusGs2y_e4Xe3Fgsm_Y,5679
|
|
94
|
+
umap/locale/sk_SK/LC_MESSAGES/django.po,sha256=OEJPxzIvZY38m449Ot2FmludhVPb7eZ3xh_JVaw7vlk,16322
|
|
95
|
+
umap/locale/sl/LC_MESSAGES/django.mo,sha256=0Q9mOobpEmInfljYHJUzvjouWa4p_B2PD00wQYI5Q8Y,5728
|
|
96
|
+
umap/locale/sl/LC_MESSAGES/django.po,sha256=m1uzxDVT3r_wp_OlMuy--Ox0t6Op5Pe73FRt0Swo3Ec,16296
|
|
97
|
+
umap/locale/sr/LC_MESSAGES/django.mo,sha256=FseFOdktRat654eT-W1iUn6k6JdRi0YuABzU8lSw60Q,7308
|
|
98
|
+
umap/locale/sr/LC_MESSAGES/django.po,sha256=VDiXdSNvZqU1uqo4OQoVt8tVq0WJgSg1_u0VloxTgQE,17654
|
|
99
|
+
umap/locale/sv/LC_MESSAGES/django.mo,sha256=I--xTEefiPNFuVdl1UD3lLMIDvWwdaI8YA5548BQfnA,7519
|
|
100
|
+
umap/locale/sv/LC_MESSAGES/django.po,sha256=T4EKHDqRLUpQJx9NJl_bDGPFvybljJkD-OzptnG7qms,16846
|
|
101
|
+
umap/locale/th_TH/LC_MESSAGES/django.mo,sha256=mm_qflB4T857vR4ZZJzjLkhd1UHm0cUVznLiHpDxEHo,12095
|
|
102
|
+
umap/locale/th_TH/LC_MESSAGES/django.po,sha256=2PolbA-AX9GDFyVXbY55zay8WCoCsL0Ir2S6F3ceQ7g,21015
|
|
103
|
+
umap/locale/tr/LC_MESSAGES/django.mo,sha256=-xsY_o18gBND3xAbXBzYfo9roJEv8pb5g8AHKoF0S9M,6120
|
|
104
|
+
umap/locale/tr/LC_MESSAGES/django.po,sha256=EB0xFgOxo0ipk-WeDGmMeHPGRfFCqPcdZFcWgHrWNbg,16533
|
|
105
|
+
umap/locale/uk_UA/LC_MESSAGES/django.mo,sha256=vHCorO_e12hrisGYYGWN8khNL4v3dOBb9-NT7G44j4o,7860
|
|
106
|
+
umap/locale/uk_UA/LC_MESSAGES/django.po,sha256=er6VQGpgGtJv3edekKUOOzJrN9fF6roKfR-6LxM_eKY,18261
|
|
107
107
|
umap/locale/vi/LC_MESSAGES/django.mo,sha256=zjsS0va90-Ezx1_JO59gKXYToqBjezp1ew6V2p_DUok,4891
|
|
108
108
|
umap/locale/vi/LC_MESSAGES/django.po,sha256=SFJZUmxSxWSLc1ZCgZe4x1vs2uUdeFznXmOJTOGCZoM,15672
|
|
109
109
|
umap/locale/zh/LC_MESSAGES/django.mo,sha256=2Nr3G4oqiJd4fsxGwbN2EAPHGP20_Nof4Yv-AYU0rlw,3483
|
|
110
110
|
umap/locale/zh/LC_MESSAGES/django.po,sha256=2NfxhbFLnTpwLLl8iKiFrj7M0F0X8nVe6MsZPqVJH1o,14737
|
|
111
|
-
umap/locale/zh_TW/LC_MESSAGES/django.mo,sha256=
|
|
112
|
-
umap/locale/zh_TW/LC_MESSAGES/django.po,sha256=
|
|
111
|
+
umap/locale/zh_TW/LC_MESSAGES/django.mo,sha256=mtWRSg22GjFMDmTzta1Sxu50pf5p3iRE5aCAVuvebBc,11636
|
|
112
|
+
umap/locale/zh_TW/LC_MESSAGES/django.po,sha256=KbCJ0UOkc33aVhhvM91taervjhV_pHYs3lSZ5sWBjoo,18310
|
|
113
113
|
umap/management/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
114
114
|
umap/management/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
115
115
|
umap/management/commands/anonymous_edit_url.py,sha256=hsWgPzZJmLCoDKTWziFUuwq-DdnSiXkSal2t2TIED-s,1070
|
|
@@ -149,23 +149,24 @@ umap/settings/__init__.py,sha256=aPJkOTk0uFusIBA-uOjdUi10R5Cxt4jl5yv2_uCTUvo,170
|
|
|
149
149
|
umap/settings/base.py,sha256=rhaIDby2wSb4v8IBx_6xqHVnIigD4G0xzdHX2-9UfNM,11096
|
|
150
150
|
umap/settings/dev.py,sha256=pj1mpmZXiI2syW8pB01wcVeqCFABF3V-nlOxArir4cw,386
|
|
151
151
|
umap/settings/local.py.sample,sha256=wpnoe7qtXer_xBuhWbcbqcSCotTJRu6h8hG7N-sD0b4,3157
|
|
152
|
+
umap/settings/local_s3.py,sha256=tunaCRn_I7P0IZH-UJpB1I5ft2kE0ZIBY8GYZeLYyfM,1387
|
|
152
153
|
umap/static/.gitignore,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
153
154
|
umap/static/umap/base.css,sha256=oUvs6YBtFZCgOEk7tVhnlkooORFZ5e1I9qSFGNeBrlw,3771
|
|
154
155
|
umap/static/umap/bitbucket.png,sha256=Z-xsnM3QOUn9tJQ0RjPXCpALghrzaDDZP7wSePSjSr8,9125
|
|
155
|
-
umap/static/umap/content.css,sha256=
|
|
156
|
+
umap/static/umap/content.css,sha256=j6r0ELtj6M5xRuc_6_YJjhlapAHV7zYzuBViB1YQDpU,11813
|
|
156
157
|
umap/static/umap/font.css,sha256=fYmTKNd_Ts6TrmBbnLRgyeUS4vpfxkEqhLR-pkd3KrA,904
|
|
157
158
|
umap/static/umap/github.png,sha256=Yiw6VX71qO87vNgJaDuirn3JVlUwrzIpkT9vbtROg1o,1564
|
|
158
159
|
umap/static/umap/keycloak.png,sha256=K-23F1dda0wD_39dXN5KmGqmgFvde6baNiZ8gdk0NyY,16598
|
|
159
|
-
umap/static/umap/map.css,sha256=
|
|
160
|
+
umap/static/umap/map.css,sha256=B82ED0WSOrJs4kh943ThK-vi5sU6250DStSsDkfYhVw,25208
|
|
160
161
|
umap/static/umap/nav.css,sha256=IKB8Ga8TRal8naxjsgrcrnCO2eaKUL3YNofJB9IN9l0,1865
|
|
161
162
|
umap/static/umap/openstreetmap.png,sha256=xccBb_RsN7uchm7fRowVLjrzmCtj1-1PLByurkdjcr8,19408
|
|
162
163
|
umap/static/umap/theme.css,sha256=gkbyghlT5kNfz0Qyg1JL7xalqvHVx321eO9qlnvcaAU,49
|
|
163
164
|
umap/static/umap/twitter.png,sha256=BnVH7PcYlgKW56KHSOMRPevji2DvhJmvzFjl3-iF7c0,3225
|
|
164
|
-
umap/static/umap/vars.css,sha256=
|
|
165
|
-
umap/static/umap/css/bar.css,sha256=
|
|
165
|
+
umap/static/umap/vars.css,sha256=OUwPeNbExmoMkyCwmBtqOese9JqjvC87hvJRDP4u4S8,1825
|
|
166
|
+
umap/static/umap/css/bar.css,sha256=MIEh9QIF5O7tmLCvmPZfCtn2oG1dfzzUVne01PA9YMo,4962
|
|
166
167
|
umap/static/umap/css/contextmenu.css,sha256=AdPajFTy2M_yHbkMKDYdh45gRO4amNd0OXRYYDNZSI4,437
|
|
167
168
|
umap/static/umap/css/dialog.css,sha256=9qwy9rOcTQY6SPkteM7dW1t36XQBJVoGETQatSOvffM,879
|
|
168
|
-
umap/static/umap/css/form.css,sha256=
|
|
169
|
+
umap/static/umap/css/form.css,sha256=BW5R_mr4xXN1HaT97v6IPSFMQUH4tsxOm1eJkrpyVJI,13632
|
|
169
170
|
umap/static/umap/css/icon.css,sha256=-lFltPt6bgAhzXPWqYW97JTY3Y22dbR7KXoOmLZQiU8,4328
|
|
170
171
|
umap/static/umap/css/importers.css,sha256=iS3krkVPpqUQlPNQXSyByyho7rHBzxYqm04bPyKo_qY,1455
|
|
171
172
|
umap/static/umap/css/panel.css,sha256=fRPw-dyrcRegoOxTOWTDjBwuI_aHNPmmBOY16flsCBI,3073
|
|
@@ -203,6 +204,7 @@ umap/static/umap/img/icon-share.svg,sha256=gM10E83eYKoeb7f3_r4WvTsKPVzIBM0Fd0cVD
|
|
|
203
204
|
umap/static/umap/img/icon-view.svg,sha256=B_7C10pw1OMMRNkOebzV4Z-s9e7UjeOGIYkPb71DQh4,495
|
|
204
205
|
umap/static/umap/img/logo.svg,sha256=yLz4cKJmvn5ROlr_yFz5ZSYBi4vPqLnuo5_KTncyYXs,327
|
|
205
206
|
umap/static/umap/img/logo_filigree.png,sha256=Io-aPHqkEZi5z_WM-XialFGSHn7U6Oxwqb1pc0o5c1Y,5537
|
|
207
|
+
umap/static/umap/img/logo_lightcyan.svg,sha256=lM1N90ZdBjkvqYo9VnM6nxas_j4SEjJzbCqdU9zu5Ls,302
|
|
206
208
|
umap/static/umap/img/logo_small.svg,sha256=Pk-yvvP5j1bcj3TY-k-SzvK1KBuXVBtsJEGSsPQvFPA,2465
|
|
207
209
|
umap/static/umap/img/marker.png,sha256=0DYKyg5h8swIh80zYGOXcjP3QwFthMeHIO4AJv5V3VE,375
|
|
208
210
|
umap/static/umap/img/marker.svg,sha256=xR0PuBxGt9sRlLXbvllNT952Wx1iapyrZpsyJiWY-uo,1032
|
|
@@ -221,60 +223,61 @@ umap/static/umap/img/source/16-white.svg,sha256=0xOMZOwpZW72QHt4SPao4BEr2lE6kZvW
|
|
|
221
223
|
umap/static/umap/img/source/16.svg,sha256=r3ZFL-rjyozbiboXDQOkoCLHW-0LTQa4Di9qF7z7qV0,44441
|
|
222
224
|
umap/static/umap/img/source/24-white.svg,sha256=t5713m3RdG9vunV2nUhLY4o4xT9v7ke3NY42g9FeAnE,29206
|
|
223
225
|
umap/static/umap/img/source/24.svg,sha256=2HY-QmZc2_eV3TyqGLlzqgJXCLVbrzKQV5Q6JLWgNiI,38319
|
|
224
|
-
umap/static/umap/js/umap.controls.js,sha256=
|
|
226
|
+
umap/static/umap/js/umap.controls.js,sha256=lmfQWyvlBzGSDULcKkNhFZiG559i7ZcqDaPwjAG61YE,28554
|
|
225
227
|
umap/static/umap/js/umap.core.js,sha256=FGx6GVcfrE_sn_izOt5r4DLkbO3-bv28jeXV8kwwUio,7029
|
|
226
|
-
umap/static/umap/js/umap.forms.js,sha256=
|
|
228
|
+
umap/static/umap/js/umap.forms.js,sha256=clc4Kb3F8jpGXlLiilgW6EQtFmEXmnXx9BfmkFEhkFo,32962
|
|
227
229
|
umap/static/umap/js/components/base.js,sha256=gDb1fGuNCC1KEu4PlQflC1PDNyrulhqLhmlsjyCJpps,1575
|
|
228
230
|
umap/static/umap/js/components/fragment.js,sha256=-rOrcyPpZ5ihD_hh0C1qrYpaim11JYh5fg0x_od_m5U,379
|
|
229
231
|
umap/static/umap/js/components/alerts/alert.css,sha256=fSmbDDjXjEYLfgnEAVDhyqWiBOUy2YhVRy0_den-7Dk,4930
|
|
230
232
|
umap/static/umap/js/components/alerts/alert.js,sha256=7JaTfAzB6qrodu8soo4aoiQMR7YOYcE3u17q3boMbxI,4491
|
|
231
233
|
umap/static/umap/js/modules/autocomplete.js,sha256=j3rZeiBypGcFenEN_7xhYdffYrUP92SATrEB_eTZWwk,8634
|
|
232
234
|
umap/static/umap/js/modules/browser.js,sha256=ovsn7NKGNl7-nVzSuY7gNGpFTYpbVn3wHwoVL5p9P0M,9343
|
|
233
|
-
umap/static/umap/js/modules/caption.js,sha256=
|
|
235
|
+
umap/static/umap/js/modules/caption.js,sha256=X55js2vCqJtYB_-sRderGOBz0x3pYbZEutdEjbqrZ-o,4411
|
|
234
236
|
umap/static/umap/js/modules/dompurify.js,sha256=SOmoM-pTgYCKCKXFo6-znemWPLiLsFgR4lxM_moWaA8,328
|
|
237
|
+
umap/static/umap/js/modules/drop.js,sha256=aHuz_sDgWAqDEH49OWNhnnyFvGLDMCoeeo5xaBLZwAg,1431
|
|
235
238
|
umap/static/umap/js/modules/facets.js,sha256=q87rllxz4J2fzOJsmRMZMqHJ-RpHYqVGeFvkY7sHRwk,4707
|
|
236
239
|
umap/static/umap/js/modules/formatter.js,sha256=drbIxbDGrcHOUtzJtC4B5iKpm8-YNg_bXmj2Yh95874,4606
|
|
237
240
|
umap/static/umap/js/modules/global.js,sha256=7jm6NLZ5PM2yrkbWHdWkoDFcevgIAMqE-vZQRXcIgEo,934
|
|
238
241
|
umap/static/umap/js/modules/help.js,sha256=0vsDTFGcPz2coG_LBeGPSUQupZTFUes6kCwQCPBUjuU,9694
|
|
239
242
|
umap/static/umap/js/modules/i18n.js,sha256=dEpjsWoEZa-Tr5_MDO0tuWkt7kLL3crxXqhttyP-khU,1387
|
|
240
|
-
umap/static/umap/js/modules/importer.js,sha256=
|
|
243
|
+
umap/static/umap/js/modules/importer.js,sha256=5u3PRmA9ciEUATZlAIMsMqsDlB9NEiMt5degf3Fj9YE,11140
|
|
241
244
|
umap/static/umap/js/modules/leaflet-configure.js,sha256=P3aD8iNGxuVNv-xW4Di4txAjNmnlpKtCCzDvPaKEdQ8,243
|
|
242
245
|
umap/static/umap/js/modules/orderable.js,sha256=zDtcElZ_MVPoGba8Iv9bxOzk4vuN7C-5XVl4UomDYHE,2521
|
|
243
246
|
umap/static/umap/js/modules/permissions.js,sha256=RxKrfjLo6hdGuAvwQrzUUJJznD5RkmSkAHVMidA9iKQ,8497
|
|
244
|
-
umap/static/umap/js/modules/request.js,sha256=
|
|
247
|
+
umap/static/umap/js/modules/request.js,sha256=9GRJoOPbdkHL9OFP6Joaf5wzsJckPyiG2O7AxQciTik,3885
|
|
245
248
|
umap/static/umap/js/modules/rules.js,sha256=z_QmGH5HdS1HVtJXBjQsGkz7kus_E2NocZAqaP7BN1g,7433
|
|
246
249
|
umap/static/umap/js/modules/saving.js,sha256=oO6S23KldT19e3xM_iupw0ZDruyyCNHBx5e5wtrejhI,689
|
|
247
|
-
umap/static/umap/js/modules/schema.js,sha256=
|
|
250
|
+
umap/static/umap/js/modules/schema.js,sha256=j3x41xqQpLaKJvWDJOr_l6-UMATofanhBDBvaS7KvKc,13186
|
|
248
251
|
umap/static/umap/js/modules/share.js,sha256=s1X59VpMqut_Vhg7l7LV2IZDm9obRVbDH9wZbG5kX3c,7182
|
|
249
252
|
umap/static/umap/js/modules/slideshow.js,sha256=zcRzOMkJvhps1npGRjHkdK4Ce3UkqOsv8OsDgQWO-bg,3567
|
|
250
253
|
umap/static/umap/js/modules/tableeditor.js,sha256=6p2YE2-NF4NkwLDQkqrl90P_PwOYdFao0-ac_AkOwWs,9854
|
|
251
|
-
umap/static/umap/js/modules/umap.js,sha256=
|
|
254
|
+
umap/static/umap/js/modules/umap.js,sha256=mj1F5BAvRvCQJNI_T4cyURT1Uqk03lwoCgIiTHISQy4,51206
|
|
252
255
|
umap/static/umap/js/modules/urls.js,sha256=76cFqycj2O8huuoYYBvxnVt2Fc2UDbgrRsiv6lQmcSY,890
|
|
253
|
-
umap/static/umap/js/modules/utils.js,sha256=
|
|
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/utils.js,sha256=O0Hq8mhQFHrsv8h0hhPKz-hBCtDfi1IDaZup5iXMMyc,12331
|
|
257
|
+
umap/static/umap/js/modules/data/features.js,sha256=dabJU0vPCdRKJDyakO3uEHkFS9wdCDqkY3em81btTEY,31972
|
|
258
|
+
umap/static/umap/js/modules/data/layer.js,sha256=A13uZKmzuW4fBeenow7lbH0GHl8W9_c_TKqcs667hp4,35138
|
|
256
259
|
umap/static/umap/js/modules/importers/cadastrefr.js,sha256=KHqxHleFRFzNi98gegvUM1R6eJorAGGcMft_ktUg-ug,2262
|
|
257
260
|
umap/static/umap/js/modules/importers/communesfr.js,sha256=6q6ilmYhhuSmgdrvfTyEDNyMLbc9J9Bt8VMZVXB8ZOA,1723
|
|
258
261
|
umap/static/umap/js/modules/importers/datasets.js,sha256=StZbRiq_1vqe0OO1w66k5Lwzju8RntmHpWe9HWIDfRE,1372
|
|
259
262
|
umap/static/umap/js/modules/importers/geodatamine.js,sha256=vIxANzNc1TAe3QcZroIxqNvos1vexBmKDTtzErBNiY4,2949
|
|
260
263
|
umap/static/umap/js/modules/importers/overpass.js,sha256=cY2kb3Fs8tA6PqBjGyc5bI0mg7L1ijapIAkVGwEhSwI,3341
|
|
261
|
-
umap/static/umap/js/modules/rendering/icon.js,sha256=
|
|
262
|
-
umap/static/umap/js/modules/rendering/map.js,sha256=
|
|
263
|
-
umap/static/umap/js/modules/rendering/popup.js,sha256=
|
|
264
|
-
umap/static/umap/js/modules/rendering/template.js,sha256=
|
|
265
|
-
umap/static/umap/js/modules/rendering/ui.js,sha256=
|
|
264
|
+
umap/static/umap/js/modules/rendering/icon.js,sha256=ZMN6R6ji1au3Iq7XrVLkXgDOzTveU-bMsnFewL0Kaz0,7938
|
|
265
|
+
umap/static/umap/js/modules/rendering/map.js,sha256=ZBcnyOgFEhU60ljVdNDhFmXGuoFW0pr_v_mp1CS2h3U,12944
|
|
266
|
+
umap/static/umap/js/modules/rendering/popup.js,sha256=k07zuqIo3wx1wdjE8lEtjljjNXgOcxND6Pey68_-_F0,2577
|
|
267
|
+
umap/static/umap/js/modules/rendering/template.js,sha256=reTRxFmrCj0l4euOIyy7ieI_vW_7AOBS5XMxvcg2x1U,9524
|
|
268
|
+
umap/static/umap/js/modules/rendering/ui.js,sha256=Pz7vS8jhbTy7k70mXBFwR8OH1McI98NeRCT6Fc_x7pM,14317
|
|
266
269
|
umap/static/umap/js/modules/rendering/layers/base.js,sha256=DeXxRwTatoxxGStT1tWyNQVCrIkbgd7ZaawIPxWIcOQ,2525
|
|
267
270
|
umap/static/umap/js/modules/rendering/layers/classified.js,sha256=h4cKB4sZ05MTwlE_kur292HRHxdaSkuwIMmW5JaU-Ac,14679
|
|
268
271
|
umap/static/umap/js/modules/rendering/layers/cluster.js,sha256=970BbIdiOUQTdNRRRA_4sY2L-1fTe6wb0wBFeuHZxww,3368
|
|
269
272
|
umap/static/umap/js/modules/rendering/layers/heat.js,sha256=M-Am38FYMy_kJgyb5E5x6XZuBzN25MIvhV6ClYNL0iM,4779
|
|
270
|
-
umap/static/umap/js/modules/sync/engine.js,sha256=
|
|
273
|
+
umap/static/umap/js/modules/sync/engine.js,sha256=GeXIv1VlshCTlZQrVftao_qOLNRJkkMezFRyv-6dguk,14250
|
|
271
274
|
umap/static/umap/js/modules/sync/hlc.js,sha256=XeJz3x7qiDz7v-mcgGIynj5ks34FpWx_oSPUPFd_ZGA,2991
|
|
272
|
-
umap/static/umap/js/modules/sync/updaters.js,sha256=
|
|
273
|
-
umap/static/umap/js/modules/sync/websocket.js,sha256=
|
|
274
|
-
umap/static/umap/js/modules/ui/bar.js,sha256=
|
|
275
|
+
umap/static/umap/js/modules/sync/updaters.js,sha256=ZYQDmjqdOnCoqwEd4gFXfk59FChXXwWeJggYN2E85co,3251
|
|
276
|
+
umap/static/umap/js/modules/sync/websocket.js,sha256=JeDeFvB1DbcVeDRnVaxlENzt-xH-26Qb6gyERY8PQ6g,2116
|
|
277
|
+
umap/static/umap/js/modules/ui/bar.js,sha256=mVv1dJACOPgoAgq-Vkb9wAvJBVIsuKUt2acF3LVGkg0,7575
|
|
275
278
|
umap/static/umap/js/modules/ui/base.js,sha256=8PN8TRIBqTANRufwVvV0XzOdaYQuRCnlWGbTGq8FZiM,2491
|
|
276
279
|
umap/static/umap/js/modules/ui/contextmenu.js,sha256=VzC94uGUt8DkzC60Gcbz-MxivfSITEqUC91Fkpq1gjk,2550
|
|
277
|
-
umap/static/umap/js/modules/ui/dialog.js,sha256=
|
|
280
|
+
umap/static/umap/js/modules/ui/dialog.js,sha256=geAcMf2ajpNpDePDbaOz_kOiWOZWtpOHT7kBYqOHEa0,5620
|
|
278
281
|
umap/static/umap/js/modules/ui/panel.js,sha256=phPWwCFxQ9AJ9auPPayD5Xtf6yQemQSZHlVlLANfTx0,3240
|
|
279
282
|
umap/static/umap/js/modules/ui/tooltip.js,sha256=M2KBb5CA4AvaA-6QgfpUKMYQuGXzTqx4ZVA9fkMRBEs,1642
|
|
280
283
|
umap/static/umap/locale/am_ET.js,sha256=TsgZgJkMMmFAJE0nJIq62r8hHvFgLLjcA6axXQlkbog,33822
|
|
@@ -289,16 +292,16 @@ umap/static/umap/locale/br.js,sha256=kxfcQYb_GHauDn3Zc1K9Prl-AvKPFQcQIjDRpNzE1G8
|
|
|
289
292
|
umap/static/umap/locale/br.json,sha256=K9CrpSKnYfrxwuTOimt_eoa6GKQ8hGn2qQ4l6f2iKdU,31798
|
|
290
293
|
umap/static/umap/locale/ca.js,sha256=TGrkpek8w4s6yaiYVfd4kh3Tv0wy12cTR_efwaBPosE,31619
|
|
291
294
|
umap/static/umap/locale/ca.json,sha256=AQSLZrnsRVSx48SkWTfH4S9s2eRjOmiquTExGZHPZb0,31554
|
|
292
|
-
umap/static/umap/locale/cs_CZ.js,sha256
|
|
293
|
-
umap/static/umap/locale/cs_CZ.json,sha256=
|
|
295
|
+
umap/static/umap/locale/cs_CZ.js,sha256=TyFcUnlpeSjykMLCPNCK8L1J-ggox0J9q8Efxpof8dw,32955
|
|
296
|
+
umap/static/umap/locale/cs_CZ.json,sha256=svXTDXkUthGysj0A66VMxUCw6x6-BPAjqLF8I06vJYI,32884
|
|
294
297
|
umap/static/umap/locale/da.js,sha256=LY_-13XCTzjU8lYZ2D_y_MQOhWCLOxNb_WI24065cgg,30466
|
|
295
298
|
umap/static/umap/locale/da.json,sha256=IE5PSbdzvvbFGq0meEaaMLksdTfTwsruXMQlc_Tum0g,30401
|
|
296
299
|
umap/static/umap/locale/de.js,sha256=wUAKh3L1vhrHH819XeKeLalw8GOhjh5G-yErBUDY4R0,32788
|
|
297
300
|
umap/static/umap/locale/de.json,sha256=cM1Q4WS2qCtQebyUHnHmblS4aj9j4TooDwk_nSQ8pqs,32723
|
|
298
301
|
umap/static/umap/locale/el.js,sha256=aK9fBOMEaQf-a3IU3lEhJ5qeDNRtHIR5k_WD0n09d88,41377
|
|
299
302
|
umap/static/umap/locale/el.json,sha256=G3O0k62tIsf654xUZO0x988aKIAo0zZCHzRibDxpjo8,41312
|
|
300
|
-
umap/static/umap/locale/en.js,sha256=
|
|
301
|
-
umap/static/umap/locale/en.json,sha256=
|
|
303
|
+
umap/static/umap/locale/en.js,sha256=nzZKnDyrtg3qQyKAfKvB9_wk8YfC0ESkXSO9F-hzz9E,30295
|
|
304
|
+
umap/static/umap/locale/en.json,sha256=6ISuQJqLfbXhhz5jLAwOdXcQHuXosPsbHuGgvrpLizY,30230
|
|
302
305
|
umap/static/umap/locale/en_US.json,sha256=E8ScCCs3lXiHOJPqTNxd7maDyhkkF3GNqN-r2p27lLQ,29813
|
|
303
306
|
umap/static/umap/locale/es.js,sha256=xYnvTBRzycvrYhEA5yr8uFV8aeCoVLPsJegdccDdjQg,32933
|
|
304
307
|
umap/static/umap/locale/es.json,sha256=-JF4DZ5B4yk2Qvhj4FsEhZs0UybS0m0t2roH0cvnPXw,32868
|
|
@@ -310,8 +313,8 @@ umap/static/umap/locale/fa_IR.js,sha256=qn-Oc23zaIz_ua3DAvvVljn--jn2fR7eaMF-bsyp
|
|
|
310
313
|
umap/static/umap/locale/fa_IR.json,sha256=ql1IvgBcDHiAD6ho500PwRE2y8x9gSfsKq96IQgAZTw,38633
|
|
311
314
|
umap/static/umap/locale/fi.js,sha256=wyW-hHzNfKHoPKata6sw_TBx3Grz227eXscuabAGbwQ,30915
|
|
312
315
|
umap/static/umap/locale/fi.json,sha256=lDQ6_RxXtcNI_kahg8XBWlVYUE-MvgUqJA_Ue6DJj3c,30850
|
|
313
|
-
umap/static/umap/locale/fr.js,sha256=
|
|
314
|
-
umap/static/umap/locale/fr.json,sha256=
|
|
316
|
+
umap/static/umap/locale/fr.js,sha256=9NvGe1lyAYKTCH2soKUm4SsyUcut1MPIkHdpXE65-RY,33182
|
|
317
|
+
umap/static/umap/locale/fr.json,sha256=OFb_pJBHF9JApISuBjG09lcZBEaqQwFXZHmi_OH09zQ,33117
|
|
315
318
|
umap/static/umap/locale/gl.js,sha256=ninZHPi3xo8aatt9G6zBNXCX6br0Na7-t20JJT0XDX4,31478
|
|
316
319
|
umap/static/umap/locale/gl.json,sha256=b99nZnWgtOZf1Uj-WUCPnWLrcvg5IGDYCV0wc7ntgb8,31413
|
|
317
320
|
umap/static/umap/locale/he.js,sha256=jljbzL6uctwBN5fzwQM4lFZ6ZLXKzldUeDTyzQTSyqU,33381
|
|
@@ -374,8 +377,8 @@ umap/static/umap/locale/zh.js,sha256=CJ7RTt_bwXzeVTVGQul-dAA_BHBnZwDAh590vdkAO0A
|
|
|
374
377
|
umap/static/umap/locale/zh.json,sha256=32Cvlx1c6lE6-yil6WXB87rJ6luKUa20OhJ-4LQ5bto,29730
|
|
375
378
|
umap/static/umap/locale/zh_CN.json,sha256=9EbcClQgnn14besF7LctqoxAWPR4qvnRiMIoN3XeuHY,30024
|
|
376
379
|
umap/static/umap/locale/zh_TW.Big5.json,sha256=9EbcClQgnn14besF7LctqoxAWPR4qvnRiMIoN3XeuHY,30024
|
|
377
|
-
umap/static/umap/locale/zh_TW.js,sha256=
|
|
378
|
-
umap/static/umap/locale/zh_TW.json,sha256=
|
|
380
|
+
umap/static/umap/locale/zh_TW.js,sha256=oH2nHhhI6-SGgiHIJ5MFJPdlMxkzvJgxYzdG2Sxj1Dc,29719
|
|
381
|
+
umap/static/umap/locale/zh_TW.json,sha256=ItstYL3H7uvIYbmastmfkn51h4rUwvI1wZw_puYCnkQ,29648
|
|
379
382
|
umap/static/umap/test/.eslintrc,sha256=lsy_EQL70iOehznbw1QtRqN858VT9vQAZXg9h2aTX2w,444
|
|
380
383
|
umap/static/umap/test/DataLayer.js,sha256=P-bq8gjGrSEKXLxmDk85NI33GT5XWHHLvv44xJ7CGKk,14221
|
|
381
384
|
umap/static/umap/test/Feature.js,sha256=xb6HjjD_EuI4ezvn3z_SUR_s7C1e8xmZim20VHaR2qg,3664
|
|
@@ -388,7 +391,7 @@ umap/static/umap/test/_pre.js,sha256=O3qaQf-M2SLQ6c7AGIrRwdPm3iULiSTt-KkmAIQnAGg
|
|
|
388
391
|
umap/static/umap/test/index.html,sha256=1ZKUQry_D4tzZapPOnhs7TfLP0-yDtOpE28nEicH4qA,6616
|
|
389
392
|
umap/static/umap/unittests/URLs.js,sha256=wF0hfRX3NqwFAe31QGeKFwavUpNP2T8pHwXBlcpiwNo,2070
|
|
390
393
|
umap/static/umap/unittests/hlc.js,sha256=GvpBaBSgfMs0Zym0_zOs2QldUOcbFNVIKweBhuwM_QI,5294
|
|
391
|
-
umap/static/umap/unittests/sync.js,sha256=
|
|
394
|
+
umap/static/umap/unittests/sync.js,sha256=khNfXve8gGtKedsVhgCcfNz4tVUu-LRbuJy3M-bXOYk,12929
|
|
392
395
|
umap/static/umap/unittests/utils.js,sha256=TH_tFW_GvUWPm06xRYRbebk898T3-OKp3s2j5-r4NxA,26422
|
|
393
396
|
umap/static/umap/vendors/colorbrewer/colorbrewer.js,sha256=wEHf7UslhI09j7tfzC1V9FLgTbZELDbbtGiL2x0y9vY,23051
|
|
394
397
|
umap/static/umap/vendors/csv2geojson/csv2geojson.js,sha256=FARwXdqk_yf3ttJmSyrJ204B9glI2YaZ2vuhaQPmhVk,15712
|
|
@@ -452,9 +455,11 @@ umap/storage/__init__.py,sha256=Aj421eIsZhsu0B7zd5lTJufVYr0EtUkH0lTqpbBh8AU,85
|
|
|
452
455
|
umap/storage/fs.py,sha256=CdjnDe4UVMt_9Yp2uZqvtarfHTAYRed6Tid2UU-sBgY,3721
|
|
453
456
|
umap/storage/s3.py,sha256=KAYu3vAqXbd5UhaoPxG6zcGtBfKZOzzi-6uY6YEuIcY,1962
|
|
454
457
|
umap/storage/staticfiles.py,sha256=mxFcenC1JECmpNy4H0e7vX8GObDZVXzs1RPjQFWNd5k,2473
|
|
455
|
-
umap/templates/
|
|
458
|
+
umap/templates/403.html,sha256=7nzCrjNhLxqYkCoLHtBkMsKsticp0g0zj-fGdWxbd_k,454
|
|
459
|
+
umap/templates/404.html,sha256=9sNX3VTySf8tiAcj201dBIGcznOfeViJkIv7Wju79vY,267
|
|
460
|
+
umap/templates/40x.html,sha256=vqXMu5psELqmQA7tajpOCpQB2olyJ4yZvBXme5p84XU,206
|
|
456
461
|
umap/templates/500.html,sha256=Z8x47OVfYXquAYAlmRB0EJVTCiCaBppFFiFEmoYsMYY,5202
|
|
457
|
-
umap/templates/base.html,sha256=
|
|
462
|
+
umap/templates/base.html,sha256=wb-WxYqyJ-GVQWJYrpVqLE4FYz3hOu0lJic6XL8VPxY,1548
|
|
458
463
|
umap/templates/auth/user_detail.html,sha256=ud6AnM2ZK9WN8SuAnmKhZlGN0Wbi-GOzy09hoPfL04I,525
|
|
459
464
|
umap/templates/auth/user_form.html,sha256=h9NZi9KIC_5jkvj5KAsxX5CdiYCrQ2lrl9qpr5ObPcg,1730
|
|
460
465
|
umap/templates/auth/user_stars.html,sha256=LAGZU50ki2SCqZ0o_NBfN7T2RDl-L_1EGLixu5OH4AY,545
|
|
@@ -464,17 +469,17 @@ umap/templates/umap/about_summary.html,sha256=5pvCvX34YHk_XCtZfcRSznvRwi_-UJMioD
|
|
|
464
469
|
umap/templates/umap/branding.html,sha256=8IzkIWqiZckgkX9FC-n1v6f8JIB2q7DcX3JHscxsaYA,60
|
|
465
470
|
umap/templates/umap/content.html,sha256=KfNQ18LcbxFd00tHQeirGy5Vh75qQNM6pj0bQbcy4Bo,2246
|
|
466
471
|
umap/templates/umap/content_footer.html,sha256=wkdc4Usuq4-vDIJHPxv-KS6KL4gBkUl7ARyU7zz1Zis,1154
|
|
467
|
-
umap/templates/umap/css.html,sha256=
|
|
472
|
+
umap/templates/umap/css.html,sha256=rlqw64vDT-mpl3Ckv6izFuU-BQHJwXw9Aw1TeFmhL80,2308
|
|
468
473
|
umap/templates/umap/dashboard_menu.html,sha256=DEzGwiL_U1ntDpY0Ybda5ijDMSNw-n7Vb-V7HrsqYgo,688
|
|
469
474
|
umap/templates/umap/footer.html,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
470
475
|
umap/templates/umap/header.html,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
471
476
|
umap/templates/umap/home.html,sha256=021I4eVLjMWvhsIqo2k2FADXla2c4UClAJ1uy9R5KVI,839
|
|
472
|
-
umap/templates/umap/js.html,sha256=
|
|
477
|
+
umap/templates/umap/js.html,sha256=5BFbBGsBpebyGgn8yTnj-TEZ1qrWQUTjDC4AJHLdnug,2466
|
|
473
478
|
umap/templates/umap/locale.js,sha256=AP-mSJQq5RyC3eNaBbk-sOsD80r0_qlvuK1afXdsVo4,112
|
|
474
479
|
umap/templates/umap/login_popup_end.html,sha256=kcENvhycpVvvIzbNasX1rcSI_67A6pttkWCxy0vHC8g,693
|
|
475
480
|
umap/templates/umap/map_detail.html,sha256=xMOsbF7NWJ-mpShR0ciJ8MrTeG2OYDm8OIL0yHbW6eg,1192
|
|
476
481
|
umap/templates/umap/map_fragment.html,sha256=ZRIA3W2tuIecv2LtxyKNSW4k7PmCxRlFmI6TIKC1EV8,152
|
|
477
|
-
umap/templates/umap/map_init.html,sha256=
|
|
482
|
+
umap/templates/umap/map_init.html,sha256=5hX7FE0vN6P70KFf8aKusOCERGzy9JoCPg7oyoIWfLQ,334
|
|
478
483
|
umap/templates/umap/map_list.html,sha256=Jb-VU3dQdRWsW80nyyRq1Eb6UrhAoIfGleu1cNMJKwc,673
|
|
479
484
|
umap/templates/umap/map_table.html,sha256=WrH86ybY_GzzRmALfON_oni9aFuIswgOtpTSJ5h8SEY,5778
|
|
480
485
|
umap/templates/umap/messages.html,sha256=liEsg-I26XHb0FOBAbzFsZl2RfNQtGt-HKoE6jHefbI,190
|
|
@@ -487,9 +492,9 @@ umap/templates/umap/success.html,sha256=3FG4yWwtdF3zvVWQ2ZAjCkgv0kcSNZlUjgYy_b-X
|
|
|
487
492
|
umap/templates/umap/team_confirm_delete.html,sha256=D4EKfuzVjAexHKPHRsSHpjuAjMNl0iCPtaW2NEGUk2A,448
|
|
488
493
|
umap/templates/umap/team_detail.html,sha256=4gd8YjvVqGysXNJtzAaZwOpBAADLzJ_ekFRPQp1sHYM,699
|
|
489
494
|
umap/templates/umap/team_form.html,sha256=yG_zxmJfEwLC5Mof-4SHYcx6lfkOjbGVusQGT7iqSNs,1922
|
|
490
|
-
umap/templates/umap/user_dashboard.html,sha256=
|
|
495
|
+
umap/templates/umap/user_dashboard.html,sha256=nls1Nzhwvv1QKI3fOV_2QPuQocCKVZ3STvBKXaKUJZ8,2527
|
|
491
496
|
umap/templates/umap/user_teams.html,sha256=MfelqIwoLRVjvX-KpVtwqh0I7pNx3oDRhqmSRdpT4bs,1570
|
|
492
|
-
umap/templates/umap/components/alerts/alert.html,sha256=
|
|
497
|
+
umap/templates/umap/components/alerts/alert.html,sha256=ZvisQkz2GfK2jxEqTosYH72N5gIK1604ATVNa_vHT7U,3564
|
|
493
498
|
umap/templatetags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
494
499
|
umap/templatetags/umap_tags.py,sha256=OumX1AI9uWzNP3zbjexTz7lGp10FweW0NRFSsdQ_cuU,1759
|
|
495
500
|
umap/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -497,6 +502,7 @@ umap/tests/base.py,sha256=x9GVS5eAzc1CHyNxx5gd2w0AJCeHIr4nmX4yak8LhyM,4768
|
|
|
497
502
|
umap/tests/conftest.py,sha256=KQCZanCTl1ABLIKOuyxS_cpBoXGiwjDc29jsLBiSWxY,1633
|
|
498
503
|
umap/tests/settings.py,sha256=tY70LMFXyo_WijswqGyeWai7vBzM62k7IA8pkkbc9y4,816
|
|
499
504
|
umap/tests/test_clean_tilelayer.py,sha256=wGTd_AHOTmQ4QMswAyc-1_lJmQOSyhY3OahLAusEIdA,2515
|
|
505
|
+
umap/tests/test_dashboard.py,sha256=w9IgKdupP9JpixLqvNl6UKbglgFVN_dG_R9Zvw1SJy0,2880
|
|
500
506
|
umap/tests/test_datalayer.py,sha256=NWX7o-sLOrq3nHT0GDywz5vtJU4HJhZZh11r_rWxhVA,9539
|
|
501
507
|
umap/tests/test_datalayer_s3.py,sha256=6V3AK22AXkFNjx5__SyBk0Uj0rTDAjJQv67r7D_MDVc,4155
|
|
502
508
|
umap/tests/test_datalayer_views.py,sha256=Fx_oQF3hBC2FVHTTjTScXbFS2d7FRKdBL7QFFexvKkg,22880
|
|
@@ -506,10 +512,10 @@ umap/tests/test_map.py,sha256=vrtheSMQNk45kBIcJ0QY9K7HKYee5yg4Vnp78DyaIwQ,5170
|
|
|
506
512
|
umap/tests/test_map_views.py,sha256=EKLJnQ-xk_bkaJ6P7OJ2bnya5orbaSnWFV8GIYcjDNk,33823
|
|
507
513
|
umap/tests/test_merge_features.py,sha256=uLZSW00WAI8_nZS0KPP8gg8U4nnky-XGb-VhhKUxv1M,2275
|
|
508
514
|
umap/tests/test_statics.py,sha256=xKuxT8Xj5Ii7gKISuiSfDj7dpjmJ2Ierby3Lg-haZCg,1264
|
|
509
|
-
umap/tests/test_team_views.py,sha256=
|
|
515
|
+
umap/tests/test_team_views.py,sha256=edmqn_tx4XQ1sEQtB7CpuJT6WwQQiUyUYu8-ESZxFcw,5615
|
|
510
516
|
umap/tests/test_tilelayer.py,sha256=toVpVutEvMLWKx5uH7ZbGNPGzqICZx1_S2OOpIfYPfQ,603
|
|
511
517
|
umap/tests/test_utils.py,sha256=noh-AFL3qV-dNZYr8L1acsYC02SI710Bq2ZXV-jBEzk,407
|
|
512
|
-
umap/tests/test_views.py,sha256=
|
|
518
|
+
umap/tests/test_views.py,sha256=5KXUH46dtjCItm4nqyrpvgnmM6_YMQ3zjcRPTC8rKBo,15820
|
|
513
519
|
umap/tests/test_websocket_server.py,sha256=BQ9Sy5VC9kBAfPWVxqcXoi9yfq12nfNvBE_j5rTFk7w,696
|
|
514
520
|
umap/tests/fixtures/categorized_highway.geojson,sha256=p7QHOd8nXi7yVq37gY6Ca8BXkjaLnDxW9Fq0Zcm3Fk4,15830
|
|
515
521
|
umap/tests/fixtures/choropleth_region_chomage.geojson,sha256=mVVbYlf92Sr3wWH9ETm43FdHz1U3zjsn91HuU5H5r4Y,21325
|
|
@@ -529,8 +535,9 @@ umap/tests/fixtures/test_upload_empty_coordinates.json,sha256=-mJ_1orzUAROfE4PXc
|
|
|
529
535
|
umap/tests/fixtures/test_upload_georss.xml,sha256=lfmVA0qGDakCG48jjsLmSIE1U6iZ9yyFuqqX6Srt8Js,1160
|
|
530
536
|
umap/tests/fixtures/test_upload_missing_name.json,sha256=klSMHb6laTghzU4AdIG1_p5UZ1LbAJCCKnJea0qEFAI,4566
|
|
531
537
|
umap/tests/fixtures/test_upload_non_linear_ring.json,sha256=WOR0NnJHNUUW6VKzZyIxU7WL1llnAmEVJwCWla6XOds,1525
|
|
538
|
+
umap/tests/fixtures/test_upload_simple_marker.json,sha256=jH15G5PxgVO-DZb4TPxVMAi1_uzhkvZcFkVUb50CS3Q,393
|
|
532
539
|
umap/tests/integration/__init__.py,sha256=nqQ2miDnSZOKDuFhQ5saFN3qQuK73Cs6xL9Od-mEKG4,57
|
|
533
|
-
umap/tests/integration/conftest.py,sha256=
|
|
540
|
+
umap/tests/integration/conftest.py,sha256=legiuxEW8SxdoXsfX8Sv7062O81iG_uH2OqCSZdYa6w,2479
|
|
534
541
|
umap/tests/integration/helpers.py,sha256=vvGX5b-DS2fMVDdeXz1lH2IleZkRHjyL7DVvatJU8Do,344
|
|
535
542
|
umap/tests/integration/test_anonymous_owned_map.py,sha256=wzM80reHDiUVIefuTVelFA4n2Gfe3xTP3EN6SmDn9Hk,11119
|
|
536
543
|
umap/tests/integration/test_basics.py,sha256=_aURyfOJen41AQtTvjQ2pHP5GNc1KVV6NRSspSuxKL0,3760
|
|
@@ -545,14 +552,14 @@ umap/tests/integration/test_dashboard.py,sha256=LClLBc8lgDM1-NGhkvUSUMLmMuKt3sR1
|
|
|
545
552
|
umap/tests/integration/test_datalayer.py,sha256=cxsf65noYTucEMLuUz8DfJ9abXHhAq0n65MvdBmBRVo,5492
|
|
546
553
|
umap/tests/integration/test_draw_polygon.py,sha256=Ub_1Witps_BLwMMmQ4M0vPIyQOEQ_Bq82znpJdWpCfY,25385
|
|
547
554
|
umap/tests/integration/test_draw_polyline.py,sha256=lPr5hz-wHL9oC2B3yveNHC-OxdzWvcf8fHMBZbXTuss,14801
|
|
548
|
-
umap/tests/integration/test_edit_datalayer.py,sha256=
|
|
555
|
+
umap/tests/integration/test_edit_datalayer.py,sha256=vC_bpfw_eMvYzhu3x6E2vS4gDFb55Ud5p64mfRqZBf4,10292
|
|
549
556
|
umap/tests/integration/test_edit_map.py,sha256=d76M4J6rumDQ6sKaOyTA45dWAkwAOtoUuNkW-GsA-fo,7134
|
|
550
557
|
umap/tests/integration/test_edit_marker.py,sha256=sj4n2mCYQ-qZ02jFHA566Wg_y9F6oXb1AxddnthSQHI,4746
|
|
551
558
|
umap/tests/integration/test_edit_polygon.py,sha256=JeIW6NcBltIl958uJ_T-0dRCT5gOo9JrNtULvg7nxf4,5286
|
|
552
559
|
umap/tests/integration/test_export_map.py,sha256=jH0BXm-7Ov26OEkve9-xKMfRwXwR73zRrZLIQusyUOY,12112
|
|
553
560
|
umap/tests/integration/test_facets_browser.py,sha256=J--y2rpI__0RIPzcTx4Kn2UwuurFdh-6i_Y4c6GxUyY,10658
|
|
554
561
|
umap/tests/integration/test_features_id_generation.py,sha256=e99_8AxeMAi53JjVGlsI32zlrXGAU19FHJfTuYdiBVQ,1511
|
|
555
|
-
umap/tests/integration/test_import.py,sha256=
|
|
562
|
+
umap/tests/integration/test_import.py,sha256=dBkj-E9LSUTZvcMK8-MratR5aDz0jLrWEuh6Mek0vzg,31266
|
|
556
563
|
umap/tests/integration/test_map.py,sha256=2ZO54RFVycJKGczfioX0nU1oCu29FVC9hR6wbT4s1NE,8736
|
|
557
564
|
umap/tests/integration/test_map_list.py,sha256=l1FImKnJkY7DupYX8waKaUZqhnORR20L8dzaqu-eF8E,1280
|
|
558
565
|
umap/tests/integration/test_map_preview.py,sha256=kP0vkEiUN7EJNCvZgNeUAzrrXfgwpU0S2UnmOBV4P5A,3540
|
|
@@ -571,9 +578,9 @@ umap/tests/integration/test_tilelayer.py,sha256=rBI3bm4hCpH87rcFvuc5H8yu1D9FQBZM
|
|
|
571
578
|
umap/tests/integration/test_view_marker.py,sha256=ZLS6-GOWYpjeoYGHiHa7HesXJTLu9wbKbVwTVhY8hvw,6461
|
|
572
579
|
umap/tests/integration/test_view_polygon.py,sha256=NMJC6Nt9VpQ8FIU9Pqq2OspHv49xsWlsoXCr8iBa0VA,2060
|
|
573
580
|
umap/tests/integration/test_view_polyline.py,sha256=aJoXKmLhJaN0yhPdDCVskZNGx3q3mLDkjVPhZ30cadA,13959
|
|
574
|
-
umap/tests/integration/test_websocket_sync.py,sha256=
|
|
575
|
-
umap_project-2.8.
|
|
576
|
-
umap_project-2.8.
|
|
577
|
-
umap_project-2.8.
|
|
578
|
-
umap_project-2.8.
|
|
579
|
-
umap_project-2.8.
|
|
581
|
+
umap/tests/integration/test_websocket_sync.py,sha256=U6sjef5ryQlHUf4e94Q8oLaWXuZfyYwT0mrQQHfTOXc,18517
|
|
582
|
+
umap_project-2.8.1.dist-info/METADATA,sha256=KNzHobpn0L8vheH4OqH8CW1v0BUodzwsfrmC91H9SMU,2991
|
|
583
|
+
umap_project-2.8.1.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
|
|
584
|
+
umap_project-2.8.1.dist-info/entry_points.txt,sha256=gz-KDQfEsMLBae8ABOD3foJsCYGPW1tA4Y394R_1RW8,39
|
|
585
|
+
umap_project-2.8.1.dist-info/licenses/LICENSE,sha256=kQtrtRKgiPhcl7aO0-lmvbrNAXu7WHyiXvPrUk-TD2Q,820
|
|
586
|
+
umap_project-2.8.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|