umap-project 1.4.3__py3-none-any.whl → 1.5.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of umap-project might be problematic. Click here for more details.
- umap/__init__.py +1 -1
- umap/locale/br/LC_MESSAGES/django.mo +0 -0
- umap/locale/br/LC_MESSAGES/django.po +29 -28
- umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
- umap/locale/cs_CZ/LC_MESSAGES/django.po +35 -35
- umap/locale/en/LC_MESSAGES/django.po +28 -28
- umap/migrations/0010_alter_map_edit_status_alter_map_share_status.py +23 -0
- umap/migrations/0011_alter_map_edit_status_alter_map_share_status.py +24 -0
- umap/models.py +10 -2
- umap/settings/base.py +2 -0
- umap/static/umap/base.css +4 -4
- umap/static/umap/img/16-white.svg +18 -3
- umap/static/umap/img/logo_small.svg +14 -0
- umap/static/umap/img/source/16-white.svg +19 -5
- umap/static/umap/js/umap.controls.js +122 -132
- umap/static/umap/js/umap.core.js +13 -6
- umap/static/umap/js/umap.features.js +41 -15
- umap/static/umap/js/umap.forms.js +55 -5
- umap/static/umap/js/umap.js +59 -100
- umap/static/umap/js/umap.layer.js +69 -26
- umap/static/umap/js/umap.permissions.js +5 -0
- umap/static/umap/js/umap.popup.js +3 -6
- umap/static/umap/js/umap.xhr.js +2 -1
- umap/static/umap/locale/am_ET.js +14 -7
- umap/static/umap/locale/am_ET.json +14 -7
- umap/static/umap/locale/ar.js +14 -7
- umap/static/umap/locale/ar.json +14 -7
- umap/static/umap/locale/ast.js +14 -7
- umap/static/umap/locale/ast.json +14 -7
- umap/static/umap/locale/bg.js +14 -7
- umap/static/umap/locale/bg.json +14 -7
- umap/static/umap/locale/br.js +149 -142
- umap/static/umap/locale/br.json +149 -142
- umap/static/umap/locale/ca.js +14 -7
- umap/static/umap/locale/ca.json +14 -7
- umap/static/umap/locale/cs_CZ.js +42 -35
- umap/static/umap/locale/cs_CZ.json +42 -35
- umap/static/umap/locale/da.js +14 -7
- umap/static/umap/locale/da.json +14 -7
- umap/static/umap/locale/de.js +14 -7
- umap/static/umap/locale/de.json +14 -7
- umap/static/umap/locale/el.js +14 -7
- umap/static/umap/locale/el.json +14 -7
- umap/static/umap/locale/en.js +14 -7
- umap/static/umap/locale/en.json +14 -7
- umap/static/umap/locale/en_US.json +14 -7
- umap/static/umap/locale/es.js +14 -7
- umap/static/umap/locale/es.json +14 -7
- umap/static/umap/locale/et.js +14 -7
- umap/static/umap/locale/et.json +14 -7
- umap/static/umap/locale/eu.js +7 -7
- umap/static/umap/locale/eu.json +7 -7
- umap/static/umap/locale/fa_IR.js +14 -7
- umap/static/umap/locale/fa_IR.json +14 -7
- umap/static/umap/locale/fi.js +14 -7
- umap/static/umap/locale/fi.json +14 -7
- umap/static/umap/locale/fr.js +14 -7
- umap/static/umap/locale/fr.json +14 -7
- umap/static/umap/locale/gl.js +14 -7
- umap/static/umap/locale/gl.json +14 -7
- umap/static/umap/locale/he.js +14 -7
- umap/static/umap/locale/he.json +14 -7
- umap/static/umap/locale/hr.js +14 -7
- umap/static/umap/locale/hr.json +14 -7
- umap/static/umap/locale/hu.js +14 -7
- umap/static/umap/locale/hu.json +14 -7
- umap/static/umap/locale/id.js +14 -7
- umap/static/umap/locale/id.json +14 -7
- umap/static/umap/locale/is.js +14 -7
- umap/static/umap/locale/is.json +14 -7
- umap/static/umap/locale/it.js +14 -7
- umap/static/umap/locale/it.json +14 -7
- umap/static/umap/locale/ja.js +14 -7
- umap/static/umap/locale/ja.json +14 -7
- umap/static/umap/locale/ko.js +14 -7
- umap/static/umap/locale/ko.json +14 -7
- umap/static/umap/locale/lt.js +14 -7
- umap/static/umap/locale/lt.json +14 -7
- umap/static/umap/locale/ms.js +14 -7
- umap/static/umap/locale/ms.json +14 -7
- umap/static/umap/locale/nl.js +14 -7
- umap/static/umap/locale/nl.json +14 -7
- umap/static/umap/locale/no.js +14 -7
- umap/static/umap/locale/no.json +14 -7
- umap/static/umap/locale/pl.js +14 -7
- umap/static/umap/locale/pl.json +14 -7
- umap/static/umap/locale/pl_PL.json +14 -7
- umap/static/umap/locale/pt.js +14 -7
- umap/static/umap/locale/pt.json +14 -7
- umap/static/umap/locale/pt_BR.js +14 -7
- umap/static/umap/locale/pt_BR.json +14 -7
- umap/static/umap/locale/pt_PT.js +14 -7
- umap/static/umap/locale/pt_PT.json +14 -7
- umap/static/umap/locale/ro.js +14 -7
- umap/static/umap/locale/ro.json +14 -7
- umap/static/umap/locale/ru.js +14 -7
- umap/static/umap/locale/ru.json +14 -7
- umap/static/umap/locale/sk_SK.js +14 -7
- umap/static/umap/locale/sk_SK.json +14 -7
- umap/static/umap/locale/sl.js +14 -7
- umap/static/umap/locale/sl.json +14 -7
- umap/static/umap/locale/sr.js +14 -7
- umap/static/umap/locale/sr.json +14 -7
- umap/static/umap/locale/sv.js +38 -31
- umap/static/umap/locale/sv.json +38 -31
- umap/static/umap/locale/th_TH.js +14 -7
- umap/static/umap/locale/th_TH.json +14 -7
- umap/static/umap/locale/tr.js +14 -7
- umap/static/umap/locale/tr.json +14 -7
- umap/static/umap/locale/uk_UA.js +14 -7
- umap/static/umap/locale/uk_UA.json +14 -7
- umap/static/umap/locale/vi.js +14 -7
- umap/static/umap/locale/vi.json +14 -7
- umap/static/umap/locale/vi_VN.json +14 -7
- umap/static/umap/locale/zh.js +14 -7
- umap/static/umap/locale/zh.json +14 -7
- umap/static/umap/locale/zh_CN.json +14 -7
- umap/static/umap/locale/zh_TW.Big5.json +14 -7
- umap/static/umap/locale/zh_TW.js +14 -7
- umap/static/umap/locale/zh_TW.json +14 -7
- umap/static/umap/map.css +119 -47
- umap/static/umap/test/DataLayer.js +32 -6
- umap/static/umap/test/Permissions.js +2 -2
- umap/static/umap/test/Util.js +26 -7
- umap/static/umap/vendors/leaflet/leaflet-src.js +7156 -7156
- umap/static/umap/vendors/togeojson/togeojson.js +2 -406
- umap/tests/test_map.py +16 -0
- umap/tests/test_views.py +18 -0
- umap/views.py +4 -2
- {umap_project-1.4.3.dist-info → umap_project-1.5.0.dist-info}/METADATA +3 -3
- {umap_project-1.4.3.dist-info → umap_project-1.5.0.dist-info}/RECORD +134 -131
- {umap_project-1.4.3.dist-info → umap_project-1.5.0.dist-info}/WHEEL +0 -0
- {umap_project-1.4.3.dist-info → umap_project-1.5.0.dist-info}/entry_points.txt +0 -0
- {umap_project-1.4.3.dist-info → umap_project-1.5.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
umap/__init__.py,sha256=
|
|
1
|
+
umap/__init__.py,sha256=yClZUx_D-Ip9vQfHBQOL3QZp5QY9TrjeJWoblVyob04,18
|
|
2
2
|
umap/admin.py,sha256=K6WlowHtPD8_LCSFqw0R_ug3sKg10FOL1ELVUQ9if1o,541
|
|
3
3
|
umap/apps.py,sha256=5ssKqPUuNJlapaBmr4LY_HDb7J1NFCT3wzythxQOOfs,109
|
|
4
4
|
umap/autocomplete.py,sha256=bFCooKTlTBIxVLQ11rDDuam90V11RyeyJZ2Z3j9S-OI,446
|
|
@@ -8,10 +8,10 @@ umap/fields.py,sha256=Zm8_2uAwdZx5tGOiTPOIXhsT__535tziKBJ-67GP2mw,869
|
|
|
8
8
|
umap/forms.py,sha256=2I_-1We_6ZJjIafRoy4dI7zSVBnhPbefdIAT89kazZU,2731
|
|
9
9
|
umap/managers.py,sha256=9p-EKFRoGUcDp-X3-Nr_fzu2DUENZGEx6KhbI1pqVYc,207
|
|
10
10
|
umap/middleware.py,sha256=wXsu7RDH1HoJZwisSdAvUb5hntDhXdrUS26nY6Q6EVM,515
|
|
11
|
-
umap/models.py,sha256=
|
|
11
|
+
umap/models.py,sha256=bLiVn_VgfzGRvC_zNsDDxRCGwDOfVW5P_fsM4hCMdh0,12494
|
|
12
12
|
umap/urls.py,sha256=CXSIMTsLZvISHiATvtwvjPqtz9JAC_IFXvn6Qrah2Hw,5640
|
|
13
13
|
umap/utils.py,sha256=wvgLv3KvLrRzUnhD51RTNT9W6-iP9XDWpW5YAZ3FQWQ,4390
|
|
14
|
-
umap/views.py,sha256=
|
|
14
|
+
umap/views.py,sha256=bsRdLza4cEjy5UA59v-GjZc8Hy3551HC9oO2kFttVxI,30728
|
|
15
15
|
umap/wsgi.py,sha256=0G5LiAn7hXiqO30tpPf7z5EnY1ylz031ZlZY9vCRz-c,1152
|
|
16
16
|
umap/bin/__init__.py,sha256=CQzUxX_hIgitZ_19KobD9afZYEN7brrao-RQmIUhq4o,256
|
|
17
17
|
umap/locale/am_ET/LC_MESSAGES/django.mo,sha256=7cXkuzDl7TSplY2AUzYCj5LnniK-uhk4ySXK7k6_vE4,5688
|
|
@@ -22,12 +22,12 @@ umap/locale/ast/LC_MESSAGES/django.mo,sha256=KUDcu-q8RC_ZdxpQ6I_9cXxfA4X7sCrHddB
|
|
|
22
22
|
umap/locale/ast/LC_MESSAGES/django.po,sha256=cb9rEL6AdZKMwXrjEDThG2Wok-fHLTdWlRReg6DUdMA,8007
|
|
23
23
|
umap/locale/bg/LC_MESSAGES/django.mo,sha256=2maEwS5F0QlwchlBvFf7ivTgtrwNmnhqAZdPyQG6K-0,6140
|
|
24
24
|
umap/locale/bg/LC_MESSAGES/django.po,sha256=nGhJBeaoRgtvhYj4JEaDc5ztfGVBfiI-d9VaK1CIErY,11813
|
|
25
|
-
umap/locale/br/LC_MESSAGES/django.mo,sha256=
|
|
26
|
-
umap/locale/br/LC_MESSAGES/django.po,sha256=
|
|
25
|
+
umap/locale/br/LC_MESSAGES/django.mo,sha256=4zOFOW4eei5qabntKAZXdw_rwieg5Yj-A9A2UkT3Vew,8341
|
|
26
|
+
umap/locale/br/LC_MESSAGES/django.po,sha256=w3PtTGVci2gE0iHBCwjM5lpIDqWTvhcU2ZWlrr1gYDY,12202
|
|
27
27
|
umap/locale/ca/LC_MESSAGES/django.mo,sha256=HTB7M-TY5CoZVT4YcMLd-y5-wwsE86tQS4cgAjCelwk,7704
|
|
28
28
|
umap/locale/ca/LC_MESSAGES/django.po,sha256=aOM74Rv9XMBE-VqSHVtS83SMgoyQKOhhciW-HDg0SpE,11764
|
|
29
|
-
umap/locale/cs_CZ/LC_MESSAGES/django.mo,sha256=
|
|
30
|
-
umap/locale/cs_CZ/LC_MESSAGES/django.po,sha256=
|
|
29
|
+
umap/locale/cs_CZ/LC_MESSAGES/django.mo,sha256=fKqGUfA8kHDbBaqw80kp6bHccX0ByjjcY4fpS6jLxMo,8760
|
|
30
|
+
umap/locale/cs_CZ/LC_MESSAGES/django.po,sha256=3T80ikgawEeoWsglm0yUIN3o26RdCcUmcbG5ZhvcT-A,12389
|
|
31
31
|
umap/locale/da/LC_MESSAGES/django.mo,sha256=oxlMm-6-VBOPwjL7YIF9eIDbO4YaP30uWwYmztROrC0,6239
|
|
32
32
|
umap/locale/da/LC_MESSAGES/django.po,sha256=zZzrqZWRh6VW_xjiR-JTntbSvaEXHmqFwjcTytmkDnQ,11150
|
|
33
33
|
umap/locale/de/LC_MESSAGES/django.mo,sha256=w_FWjiU7QgRxNYbG5xDigZVE8WesfTTjvOak_Pct3h4,6552
|
|
@@ -35,7 +35,7 @@ umap/locale/de/LC_MESSAGES/django.po,sha256=Jx5AZKZwRYfXPYnp9kxRlp6C5vqZ7TuwTtKZ
|
|
|
35
35
|
umap/locale/el/LC_MESSAGES/django.mo,sha256=HXz1ht5tUUeksBwZeBwOVSXj0K4nu7tLaGdzQnlJDzs,11826
|
|
36
36
|
umap/locale/el/LC_MESSAGES/django.po,sha256=TA5gWpnFdNo2oZGM4IlkPp-11g6HUMzIQqpK_SoV21U,15479
|
|
37
37
|
umap/locale/en/LC_MESSAGES/django.mo,sha256=UXCQbz2AxBvh-IQ7bGgjoBnijo8h9DfE9107A-2Mgkk,337
|
|
38
|
-
umap/locale/en/LC_MESSAGES/django.po,sha256=
|
|
38
|
+
umap/locale/en/LC_MESSAGES/django.po,sha256=ExRhBCDhVTbmfgJeHcZo8qX5vHGZfLuQi8MIK8zfWRA,8691
|
|
39
39
|
umap/locale/es/LC_MESSAGES/django.mo,sha256=v5lxNNh_h_VbuUlDUb3s4DUX7qD66-J0gRuVZ3mcckI,6444
|
|
40
40
|
umap/locale/es/LC_MESSAGES/django.po,sha256=UGn8WFKF87M_EjLoO2CAvmYBoj_vSJkx-MabCmJ2LTc,11589
|
|
41
41
|
umap/locale/et/LC_MESSAGES/django.mo,sha256=hlvK324DAkDVYqjwj3-cBEwK_H_fOFBel4Og8N6KUGY,5388
|
|
@@ -122,19 +122,21 @@ umap/migrations/0006_auto_20190407_0719.py,sha256=9mymrhUi2QZkPl9aS8-gGb_Gz_jpX3
|
|
|
122
122
|
umap/migrations/0007_auto_20190416_1757.py,sha256=SAHp-_faQR9s07JwvppJQb8fzfe1OWL0lXqJJ-4ZUQw,515
|
|
123
123
|
umap/migrations/0008_alter_map_settings.py,sha256=M0D22Bv2IQ9IZCZhb_ZT_bbAy-Hii1JosYk6ETK4E3s,459
|
|
124
124
|
umap/migrations/0009_star.py,sha256=seS8Pl3GwS765kie_eAZcguD999469a3Z6hDVPCLjiQ,886
|
|
125
|
+
umap/migrations/0010_alter_map_edit_status_alter_map_share_status.py,sha256=H0Bh0aRhvYMecydiCJdx5x5UdqMqj0R7nwuX9g5ilH0,757
|
|
126
|
+
umap/migrations/0011_alter_map_edit_status_alter_map_share_status.py,sha256=p41w5o8BEXL5-ezjrxJ5RShn3AT4WWkVwcnGMsWX35k,885
|
|
125
127
|
umap/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
126
128
|
umap/settings/__init__.py,sha256=MgpPT599_iIuswqogF-hwCxmuCZXtKXNuEepjrj1aSs,1799
|
|
127
|
-
umap/settings/base.py,sha256=
|
|
129
|
+
umap/settings/base.py,sha256=ra1NnqDhf0Les0qVY_pMG8Rxr7DykXZwxbZIMpY6Tm4,9538
|
|
128
130
|
umap/settings/dev.py,sha256=Ki7AspsILppU_H71UfjPxaWWysbM2HVtSmiO_YJOan4,386
|
|
129
131
|
umap/settings/local.py.sample,sha256=-bO46KX1t1sDSpyd8e1hqM4ucbQElgpNK9gOfXmaJ1s,3200
|
|
130
132
|
umap/static/.gitignore,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
131
133
|
umap/static/favicon.ico,sha256=BWUrt1AqYOr1MxUastn5d8KJPZuFZoWY5B85YkngRv4,638
|
|
132
|
-
umap/static/umap/base.css,sha256=
|
|
134
|
+
umap/static/umap/base.css,sha256=3Ixbp8rerQL4gpaC_98LXGFUpUdf8VuWwTnJ1MqXuP0,17597
|
|
133
135
|
umap/static/umap/bitbucket.png,sha256=Z-xsnM3QOUn9tJQ0RjPXCpALghrzaDDZP7wSePSjSr8,9125
|
|
134
136
|
umap/static/umap/content.css,sha256=QF1eGyFyQPCuqGddW7UE3KEcFz38rMS5Y-5v9VMClxs,6651
|
|
135
137
|
umap/static/umap/font.css,sha256=fYmTKNd_Ts6TrmBbnLRgyeUS4vpfxkEqhLR-pkd3KrA,904
|
|
136
138
|
umap/static/umap/github.png,sha256=Yiw6VX71qO87vNgJaDuirn3JVlUwrzIpkT9vbtROg1o,1564
|
|
137
|
-
umap/static/umap/map.css,sha256=
|
|
139
|
+
umap/static/umap/map.css,sha256=npwJ__2bQ0b6-e4hdISCvL0r8lV3dx-qJb3FZJ5oM5w,34626
|
|
138
140
|
umap/static/umap/nav.css,sha256=QoI2qphmqCOYLgbgjEd79exK_PEYdPCSaMHU-6Auc2Y,1531
|
|
139
141
|
umap/static/umap/openstreetmap.png,sha256=xccBb_RsN7uchm7fRowVLjrzmCtj1-1PLByurkdjcr8,19408
|
|
140
142
|
umap/static/umap/theme.css,sha256=gkbyghlT5kNfz0Qyg1JL7xalqvHVx321eO9qlnvcaAU,49
|
|
@@ -145,7 +147,7 @@ umap/static/umap/font/FiraSans-LightItalic.woff,sha256=KrCtvOQECD-z6QTULkBg4vv-c
|
|
|
145
147
|
umap/static/umap/font/FiraSans-LightItalic.woff2,sha256=wzKvr3N8FAQZBmtqxHJX3iIeONALlwcnN-6AKcnRKAE,135744
|
|
146
148
|
umap/static/umap/font/FiraSans-SemiBold.woff,sha256=2xqgp3wksYsMYJGFPwJavE_Bl6Rhac6zQjAJhWZVNTo,198128
|
|
147
149
|
umap/static/umap/font/FiraSans-SemiBold.woff2,sha256=pogC-aUjxvQ8Ia1gp9ZMpal4uGNYoTamBDBkP70PSzY,140168
|
|
148
|
-
umap/static/umap/img/16-white.svg,sha256=
|
|
150
|
+
umap/static/umap/img/16-white.svg,sha256=nD3pdPmtpL8OxLdlZaIhh_7pIBralJanEcku--sWms0,27009
|
|
149
151
|
umap/static/umap/img/16.svg,sha256=DKh1P3Pezq2S9ovfzicRofG5K95lGktbNNOedGTyRsM,14049
|
|
150
152
|
umap/static/umap/img/24-white.svg,sha256=Bg6vRLJh-iOa8sj9a8I9wiI0qlpABOwO2nJHFfWVrS8,17550
|
|
151
153
|
umap/static/umap/img/24.svg,sha256=jpi6lDVbN89-zyH3VwNf0pOKzjOfuF9l9yPV-NpE1cI,25175
|
|
@@ -153,138 +155,139 @@ umap/static/umap/img/edit.svg,sha256=iePt4pB5hJacTvqNyXxAYyGLvXlShm8JKykH8M6ZTTg
|
|
|
153
155
|
umap/static/umap/img/icon-bg.png,sha256=EeliGSnA81n2CBPKELxRjCodV5Xyqy9yLaoacWNZkdQ,190
|
|
154
156
|
umap/static/umap/img/logo.svg,sha256=pKBl4OK5JAWZLcwzXsIRFP4I6X6Op-bGzSBCbdUWDXU,327
|
|
155
157
|
umap/static/umap/img/logo_filigree.png,sha256=Io-aPHqkEZi5z_WM-XialFGSHn7U6Oxwqb1pc0o5c1Y,5537
|
|
158
|
+
umap/static/umap/img/logo_small.svg,sha256=xZ6RAthvT5QBi94OLobgmdMsbzSUCog_ReURXGJ8Ovw,2465
|
|
156
159
|
umap/static/umap/img/marker.png,sha256=0DYKyg5h8swIh80zYGOXcjP3QwFthMeHIO4AJv5V3VE,375
|
|
157
160
|
umap/static/umap/img/opensource.svg,sha256=hXEQkvJX_vxw2lZ5TU70vOomK_kJcW--WfYdlfvrWq0,473
|
|
158
161
|
umap/static/umap/img/osm.svg,sha256=v676T5hpZhLAFt-pK06jcnzAs9mvdHWtCx6iRvmaGbc,1997
|
|
159
162
|
umap/static/umap/img/search.gif,sha256=Ws7V8knHJGdxG5_12zfPoBweX6PjOjHzrzYY4eyAY-4,1472
|
|
160
|
-
umap/static/umap/img/source/16-white.svg,sha256=
|
|
163
|
+
umap/static/umap/img/source/16-white.svg,sha256=nrITtyjO8mtPWavwpQOX7zZQ-KByeNE-CbCwiGJh3k0,57980
|
|
161
164
|
umap/static/umap/img/source/16.svg,sha256=RH91RsuB2YPCoipZIKFLTPO3LHy0-m8ryJal3ky6rCU,34515
|
|
162
165
|
umap/static/umap/img/source/24-white.svg,sha256=e-q7GZR_soLjgEziKuX1tnebyPAlEPExF0MtcK_8hlc,29251
|
|
163
166
|
umap/static/umap/img/source/24.svg,sha256=rocP2xyMQdigy8noiipCM8hJNOc9tvF4uoXUPFBAjxY,38901
|
|
164
167
|
umap/static/umap/js/umap.autocomplete.js,sha256=BwFdzOAzl_61JJMIM8CW2x2v78oxRvZZ7XQY8f53QVk,7937
|
|
165
|
-
umap/static/umap/js/umap.controls.js,sha256=
|
|
166
|
-
umap/static/umap/js/umap.core.js,sha256=
|
|
167
|
-
umap/static/umap/js/umap.features.js,sha256=
|
|
168
|
-
umap/static/umap/js/umap.forms.js,sha256=
|
|
168
|
+
umap/static/umap/js/umap.controls.js,sha256=t_pgWIM2ie3PgXFjB3MsoyUc6kVXYC2s4b2v0Vv7qmY,47365
|
|
169
|
+
umap/static/umap/js/umap.core.js,sha256=BzJqNE9DfCh2PPxNOU2nCUit6Gnw0EMQHPOlH6U89J4,21106
|
|
170
|
+
umap/static/umap/js/umap.features.js,sha256=VrS1lqkLIQR2JOmqCHRnQXt748KihIHniZG5oVB7rh0,33110
|
|
171
|
+
umap/static/umap/js/umap.forms.js,sha256=bDYSzwX1SJOAPjEtV46M9y9qGCoUcBqUi3G6VCevX4Q,29357
|
|
169
172
|
umap/static/umap/js/umap.icon.js,sha256=J_XqNkpHVSU0De8eihKtUmmflFJNB-9SmUU4Ka6c868,6339
|
|
170
|
-
umap/static/umap/js/umap.js,sha256=
|
|
171
|
-
umap/static/umap/js/umap.layer.js,sha256=
|
|
172
|
-
umap/static/umap/js/umap.permissions.js,sha256=
|
|
173
|
-
umap/static/umap/js/umap.popup.js,sha256=
|
|
173
|
+
umap/static/umap/js/umap.js,sha256=neI46NX-rwrxahWVrBtuVznrOimM1zPHgs3SicpTxCI,62272
|
|
174
|
+
umap/static/umap/js/umap.layer.js,sha256=U-YzlL6mXX2KiroPq24MJ-6OAz_akMdEdTV0OLJ1zcQ,34869
|
|
175
|
+
umap/static/umap/js/umap.permissions.js,sha256=zU4i9a5vj5C7bJJOm9Yj_XFE21LV8Az038Kxc_RsKDA,5977
|
|
176
|
+
umap/static/umap/js/umap.popup.js,sha256=4MEEfSegR5E64qpDBUXndB5x1_800_nb8O2zA73sKA0,6631
|
|
174
177
|
umap/static/umap/js/umap.slideshow.js,sha256=P5zByJfMJXROMmFLdSbVqATP0Mf6AGx4QtYpiCvhV-4,4421
|
|
175
178
|
umap/static/umap/js/umap.tableeditor.js,sha256=LE1D3OtZanY2HQ1j3R9V7wdmPrIBPt9FcGz5OhEzH14,4191
|
|
176
179
|
umap/static/umap/js/umap.ui.js,sha256=H99sLMjzMAvR5BNsC5Ltbey6twCiMMhyp2viVoYZt1w,7185
|
|
177
|
-
umap/static/umap/js/umap.xhr.js,sha256
|
|
178
|
-
umap/static/umap/locale/am_ET.js,sha256=
|
|
179
|
-
umap/static/umap/locale/am_ET.json,sha256=
|
|
180
|
-
umap/static/umap/locale/ar.js,sha256=
|
|
181
|
-
umap/static/umap/locale/ar.json,sha256=
|
|
182
|
-
umap/static/umap/locale/ast.js,sha256=
|
|
183
|
-
umap/static/umap/locale/ast.json,sha256=
|
|
184
|
-
umap/static/umap/locale/bg.js,sha256=
|
|
185
|
-
umap/static/umap/locale/bg.json,sha256=
|
|
186
|
-
umap/static/umap/locale/br.js,sha256=
|
|
187
|
-
umap/static/umap/locale/br.json,sha256=
|
|
188
|
-
umap/static/umap/locale/ca.js,sha256=
|
|
189
|
-
umap/static/umap/locale/ca.json,sha256=
|
|
190
|
-
umap/static/umap/locale/cs_CZ.js,sha256=
|
|
191
|
-
umap/static/umap/locale/cs_CZ.json,sha256=
|
|
192
|
-
umap/static/umap/locale/da.js,sha256=
|
|
193
|
-
umap/static/umap/locale/da.json,sha256=
|
|
194
|
-
umap/static/umap/locale/de.js,sha256=
|
|
195
|
-
umap/static/umap/locale/de.json,sha256=
|
|
196
|
-
umap/static/umap/locale/el.js,sha256=
|
|
197
|
-
umap/static/umap/locale/el.json,sha256=
|
|
198
|
-
umap/static/umap/locale/en.js,sha256
|
|
199
|
-
umap/static/umap/locale/en.json,sha256=
|
|
200
|
-
umap/static/umap/locale/en_US.json,sha256=
|
|
201
|
-
umap/static/umap/locale/es.js,sha256=
|
|
202
|
-
umap/static/umap/locale/es.json,sha256=
|
|
203
|
-
umap/static/umap/locale/et.js,sha256=
|
|
204
|
-
umap/static/umap/locale/et.json,sha256=
|
|
205
|
-
umap/static/umap/locale/eu.js,sha256=
|
|
206
|
-
umap/static/umap/locale/eu.json,sha256=
|
|
207
|
-
umap/static/umap/locale/fa_IR.js,sha256=
|
|
208
|
-
umap/static/umap/locale/fa_IR.json,sha256=
|
|
209
|
-
umap/static/umap/locale/fi.js,sha256=
|
|
210
|
-
umap/static/umap/locale/fi.json,sha256=
|
|
211
|
-
umap/static/umap/locale/fr.js,sha256=
|
|
212
|
-
umap/static/umap/locale/fr.json,sha256=
|
|
213
|
-
umap/static/umap/locale/gl.js,sha256=
|
|
214
|
-
umap/static/umap/locale/gl.json,sha256=
|
|
215
|
-
umap/static/umap/locale/he.js,sha256=
|
|
216
|
-
umap/static/umap/locale/he.json,sha256=
|
|
217
|
-
umap/static/umap/locale/hr.js,sha256=
|
|
218
|
-
umap/static/umap/locale/hr.json,sha256=
|
|
219
|
-
umap/static/umap/locale/hu.js,sha256
|
|
220
|
-
umap/static/umap/locale/hu.json,sha256=
|
|
221
|
-
umap/static/umap/locale/id.js,sha256=
|
|
222
|
-
umap/static/umap/locale/id.json,sha256=
|
|
223
|
-
umap/static/umap/locale/is.js,sha256=
|
|
224
|
-
umap/static/umap/locale/is.json,sha256=
|
|
225
|
-
umap/static/umap/locale/it.js,sha256=
|
|
226
|
-
umap/static/umap/locale/it.json,sha256
|
|
227
|
-
umap/static/umap/locale/ja.js,sha256=
|
|
228
|
-
umap/static/umap/locale/ja.json,sha256=
|
|
229
|
-
umap/static/umap/locale/ko.js,sha256=
|
|
230
|
-
umap/static/umap/locale/ko.json,sha256=
|
|
231
|
-
umap/static/umap/locale/lt.js,sha256=
|
|
232
|
-
umap/static/umap/locale/lt.json,sha256=
|
|
233
|
-
umap/static/umap/locale/ms.js,sha256=
|
|
234
|
-
umap/static/umap/locale/ms.json,sha256
|
|
235
|
-
umap/static/umap/locale/nl.js,sha256=
|
|
236
|
-
umap/static/umap/locale/nl.json,sha256=
|
|
237
|
-
umap/static/umap/locale/no.js,sha256=
|
|
238
|
-
umap/static/umap/locale/no.json,sha256=
|
|
239
|
-
umap/static/umap/locale/pl.js,sha256=
|
|
240
|
-
umap/static/umap/locale/pl.json,sha256=
|
|
241
|
-
umap/static/umap/locale/pl_PL.json,sha256=
|
|
242
|
-
umap/static/umap/locale/pt.js,sha256=
|
|
243
|
-
umap/static/umap/locale/pt.json,sha256=
|
|
244
|
-
umap/static/umap/locale/pt_BR.js,sha256=
|
|
245
|
-
umap/static/umap/locale/pt_BR.json,sha256=
|
|
246
|
-
umap/static/umap/locale/pt_PT.js,sha256=
|
|
247
|
-
umap/static/umap/locale/pt_PT.json,sha256=
|
|
248
|
-
umap/static/umap/locale/ro.js,sha256=
|
|
249
|
-
umap/static/umap/locale/ro.json,sha256=
|
|
250
|
-
umap/static/umap/locale/ru.js,sha256=
|
|
251
|
-
umap/static/umap/locale/ru.json,sha256=
|
|
180
|
+
umap/static/umap/js/umap.xhr.js,sha256=-HEti2JnTSExIfy2agAdoUGOvE7t3CzPHU9dPjEKYA4,8981
|
|
181
|
+
umap/static/umap/locale/am_ET.js,sha256=iRhq3XfpRNBgYLHiQlKiI_zD64h_oaqTSv-gjKCcUyE,28702
|
|
182
|
+
umap/static/umap/locale/am_ET.json,sha256=pRhrYCU2on9cxxBhSDyiHHDhHbDbMs5SPsEUSIYBv6o,28631
|
|
183
|
+
umap/static/umap/locale/ar.js,sha256=8W6YZACZtA5ESwzMQMuUgh7Bw9ojIJbR29N9s69Ay94,24608
|
|
184
|
+
umap/static/umap/locale/ar.json,sha256=frVZZDAtQWRq-oB50ZxL8NqDG593r_7TCzQ-XKU4GSg,24543
|
|
185
|
+
umap/static/umap/locale/ast.js,sha256=c0xzVBdU38rYoPQ-jTFGH3NkUkTd5LM2EGp7m7Y2z-w,24141
|
|
186
|
+
umap/static/umap/locale/ast.json,sha256=jBE3LEKwPlIL1KgvRVnnXViVf270YGhRq0Bs1Cm5aBw,24074
|
|
187
|
+
umap/static/umap/locale/bg.js,sha256=pj9O4Oik0Ui3uXw5Sn5oZ6Xmphokg6gHtX5DimBvao4,27834
|
|
188
|
+
umap/static/umap/locale/bg.json,sha256=V_HMyhyUM_-emRfb-syuwgSamBZAW5k9p8mfkGKrkZc,27769
|
|
189
|
+
umap/static/umap/locale/br.js,sha256=8JYmmxuzIFCf7EwhJ7lGTrMqLNZcTfE0sXdlPzULOBs,25508
|
|
190
|
+
umap/static/umap/locale/br.json,sha256=QBDFdBwqhU4l7Wj7PStjds-tjV3kW3vWXWi4PjFdkH8,25443
|
|
191
|
+
umap/static/umap/locale/ca.js,sha256=43u1X1NCOMX12ssZbb2YOeBUG6Iem1mZvJ1pwN2aZ64,25217
|
|
192
|
+
umap/static/umap/locale/ca.json,sha256=DuNb2W2ZVm7F35TDESUPdRpjIJZOK6OcRkqHQb5Va8g,25152
|
|
193
|
+
umap/static/umap/locale/cs_CZ.js,sha256=06EFsyeeedSsY-6aAjNNB5kMf6qbu4r33furKykYSfo,26146
|
|
194
|
+
umap/static/umap/locale/cs_CZ.json,sha256=CQuF172aVpeO9Eo6Kz_40DH_DrAYcsnA_xroBNLDl-k,26075
|
|
195
|
+
umap/static/umap/locale/da.js,sha256=j-YG81z3sq__nSSZzZHPnbfyg73z6vTi7DWc9ig6Zhg,24552
|
|
196
|
+
umap/static/umap/locale/da.json,sha256=KtdxaSAJBH6Y2dAdITIUzTi0s9ILuIzz7Dp8YE_PfBU,24487
|
|
197
|
+
umap/static/umap/locale/de.js,sha256=qmkNp6QYRwpiBhMgBh0NNwPRh0Y61n5IRMjJdAWsAic,26005
|
|
198
|
+
umap/static/umap/locale/de.json,sha256=GBejF_l3f5BOg2GTM5HJFJzf2Sl-gyn9MbVYpsGZ5g4,25940
|
|
199
|
+
umap/static/umap/locale/el.js,sha256=m9UaKqrw2E90WKWcF5_I6wvu7-aBQHoL0fT-PKLITMk,35819
|
|
200
|
+
umap/static/umap/locale/el.json,sha256=JR2_gCnMUwlysjTck4vDNp91JeG26TGAtF9O4YU6m84,35754
|
|
201
|
+
umap/static/umap/locale/en.js,sha256=ZloBFIz0h14j67YoslETGHKl1f-L3DVVdYieW41szDI,24141
|
|
202
|
+
umap/static/umap/locale/en.json,sha256=VFxg3cW4vVC2GlxFPxn30uBQkbNIAPJjL-45v-hD4hA,24076
|
|
203
|
+
umap/static/umap/locale/en_US.json,sha256=QhR54f4d4TrPwEaynxlKpMD7lknyehY38biFKJ15leI,23786
|
|
204
|
+
umap/static/umap/locale/es.js,sha256=cE15cu1N0Nrj8WN-1WfauM6pqHc4RP_IQhS_lBCiqKI,26255
|
|
205
|
+
umap/static/umap/locale/es.json,sha256=UzSgw1Cn9iMXl4bLCg7OpLfHTFN63UhTvdSI5AYtDwA,26190
|
|
206
|
+
umap/static/umap/locale/et.js,sha256=zIHjxqZw2dxLNtSN-IbBOYJGqoV8zM6ALx-xWDHzGTw,24394
|
|
207
|
+
umap/static/umap/locale/et.json,sha256=fjFzYDWjRu7jXlzbPpSWGAxzRRjyz0qtetgdfEgWXdc,24329
|
|
208
|
+
umap/static/umap/locale/eu.js,sha256=YzTXaRMSoSisoCfg32U40eB8T080DtghW5sX8bndDtk,23699
|
|
209
|
+
umap/static/umap/locale/eu.json,sha256=CujwOGKnWfpVwVkAVFypu__QUGBY_6TJ-cYqkTDasko,23634
|
|
210
|
+
umap/static/umap/locale/fa_IR.js,sha256=N7sb3c-8BF3F-QHryer_m-OQJ6G_60rp_uzL48kw_hs,31214
|
|
211
|
+
umap/static/umap/locale/fa_IR.json,sha256=pbbyQw6HgSJMQdFoc-4ZxxxDDCkWNBmDSA6QtgUxIwE,31143
|
|
212
|
+
umap/static/umap/locale/fi.js,sha256=n6XkbSApl6P0KSAKnJXDZuh8YvZbQQjb3XgB-D2PcKw,25150
|
|
213
|
+
umap/static/umap/locale/fi.json,sha256=6k_Z5Ib7anJ-jzLKX-h55W8mIP0g3VWVl7yK0DIyYe4,25085
|
|
214
|
+
umap/static/umap/locale/fr.js,sha256=uGNydZSog_KWRt6b0ttX_VYRD8nQVEGQuq6cWvJPDT4,26458
|
|
215
|
+
umap/static/umap/locale/fr.json,sha256=nZiLshSUXtOImG7B-PBiKf1ZOxXdhp0r-HMrRdi88kw,26393
|
|
216
|
+
umap/static/umap/locale/gl.js,sha256=nNR0Bfl2ogbG7h3s7bxyR5HlarxDa8vkYdmNVrqWEYk,25759
|
|
217
|
+
umap/static/umap/locale/gl.json,sha256=q_DkkT7LCS7a7_b-zDtKAg6adGWP58-XD7P_GpSBMho,25694
|
|
218
|
+
umap/static/umap/locale/he.js,sha256=CT475m2YsTgFPM1ntSdLRNclgtNdo_uXDsLBrnKG4Og,28123
|
|
219
|
+
umap/static/umap/locale/he.json,sha256=PenbEF8qU9IYHADu9ho4lrNqW681LlSqTPdTXU2rscI,28058
|
|
220
|
+
umap/static/umap/locale/hr.js,sha256=krn1Mu1GRK2JWRYjJtkpjFESTpxTPp_pW-6SQ0qTTVQ,24349
|
|
221
|
+
umap/static/umap/locale/hr.json,sha256=pWs_6lFivDnwdorlPKIysH174P-Qvx_s3ch5jkRfNfA,24284
|
|
222
|
+
umap/static/umap/locale/hu.js,sha256=-2PQpkKcHU3kKljyeO3k4cWNgIt5lhG48BRK7Rl0opg,27267
|
|
223
|
+
umap/static/umap/locale/hu.json,sha256=o5sVz0634m7dSmQGdOGo5jNW8GXerxnUxvheEAhHFaM,27202
|
|
224
|
+
umap/static/umap/locale/id.js,sha256=fUfl4KPgt_4T4Wi7iMYvMaEDdWNFfSQYUSGwx75Dy5s,24139
|
|
225
|
+
umap/static/umap/locale/id.json,sha256=jBE3LEKwPlIL1KgvRVnnXViVf270YGhRq0Bs1Cm5aBw,24074
|
|
226
|
+
umap/static/umap/locale/is.js,sha256=Z0I0QK7b2ANnItazxo5-6qcLtMClayx-cShWF1O9cRA,25658
|
|
227
|
+
umap/static/umap/locale/is.json,sha256=l9fNZcR88JNyN-Lb4Ywy2Ixxt8mfBVUKDcJMCapteTo,25593
|
|
228
|
+
umap/static/umap/locale/it.js,sha256=s_eWr3MWiv3xlNOjzwv-BFDmZcQil_4KL9WV7ZKqeQA,25801
|
|
229
|
+
umap/static/umap/locale/it.json,sha256=NjXrI3F4fPhyPm_z-AuLkqVVHh76FO5_Q4FzTm3SsoA,25736
|
|
230
|
+
umap/static/umap/locale/ja.js,sha256=xCqfc75Nn8MQ21GIanEi20Xvsv9liphG6mlf-oGn-ZU,27164
|
|
231
|
+
umap/static/umap/locale/ja.json,sha256=Dz_ZtSYgcEbg8HxQgIPZvlBc9cXYKG9lG_uR1WTM5Xg,27099
|
|
232
|
+
umap/static/umap/locale/ko.js,sha256=_nv5-52eTHfiBJDriUqpx34g6m_PP-BA4aNkokHxSH8,24390
|
|
233
|
+
umap/static/umap/locale/ko.json,sha256=1Te5pRdiFD8eVbSTZii7Vm_0jDmBpx8GCdRRiHxRNjw,24325
|
|
234
|
+
umap/static/umap/locale/lt.js,sha256=kf0Vxb0uBZcfznpY7aUIZNQ0qLBHdAcT3XiX4aCpw5s,25073
|
|
235
|
+
umap/static/umap/locale/lt.json,sha256=ZYRJSvmY1fFwNXk3aDFNfMIYb1fGZPWndKKuOuuRhXE,25008
|
|
236
|
+
umap/static/umap/locale/ms.js,sha256=leGpZi9KUrQerYOzi7mYt3bNfKWJB89fD3JPaHDcges,25349
|
|
237
|
+
umap/static/umap/locale/ms.json,sha256=-MyRk6FeKg9McwvrWc4o9ybGdpqQ6RjByXljiuZlyWo,25284
|
|
238
|
+
umap/static/umap/locale/nl.js,sha256=4QLCeWhq2q1douQ18_YE_iVvJVTIhaEIuJAFxZd-byA,25693
|
|
239
|
+
umap/static/umap/locale/nl.json,sha256=48GTYbYiz4ASzPuV3kdtaHhBaX30-pgMbd584mJO9-Q,25628
|
|
240
|
+
umap/static/umap/locale/no.js,sha256=Gz0kvOsn915pTIAj5PXPzfk-3P6V_JP_JLHu0Zrvpao,24410
|
|
241
|
+
umap/static/umap/locale/no.json,sha256=lJmx82WJC1y1Yw-WW_a1L6vLgwzt3r7MjTMz8qZC6A0,24345
|
|
242
|
+
umap/static/umap/locale/pl.js,sha256=AJTUtdy9w9N77-VFl3OADUslULqKNY58dkEH2OgpN1Y,25581
|
|
243
|
+
umap/static/umap/locale/pl.json,sha256=HHeTG-GiC_9YiIGMXe-UnOUyEa09StGVPSIbNVKQxS0,25516
|
|
244
|
+
umap/static/umap/locale/pl_PL.json,sha256=jBE3LEKwPlIL1KgvRVnnXViVf270YGhRq0Bs1Cm5aBw,24074
|
|
245
|
+
umap/static/umap/locale/pt.js,sha256=6taw9yv92p2lietKkvUgnmnyVRms1bX5vs0_jA6e4no,25746
|
|
246
|
+
umap/static/umap/locale/pt.json,sha256=1PTzdqhg2C6cJNg5NoXDg0yML8GWp7iiYTfvhXsGgG8,25681
|
|
247
|
+
umap/static/umap/locale/pt_BR.js,sha256=3QuF8UaaL6_4gvwAmRKhrqKgRdTqr2z1fKnw06uz7Dg,25735
|
|
248
|
+
umap/static/umap/locale/pt_BR.json,sha256=_if9K-PA4KWVEJA8COnJlNZ-3JK0R-ZVfnXpmCjUOog,25664
|
|
249
|
+
umap/static/umap/locale/pt_PT.js,sha256=R8eMrTzIjAJS8wAcgSPEX0NLTbR0CPbtrSGv_6ACCYI,25752
|
|
250
|
+
umap/static/umap/locale/pt_PT.json,sha256=04H1CDSt7FfUBiYdN-7XxQzWMjefyfnHJQ4rsDTBGBQ,25681
|
|
251
|
+
umap/static/umap/locale/ro.js,sha256=PWVH9E6Eqe2yf0G4qf8U7tnuyE47fOiuUU0zoPkNmc0,24200
|
|
252
|
+
umap/static/umap/locale/ro.json,sha256=eNoZq5pURgifnNO7SpnMwz0UNXg6dmZXe3yuLQPXW78,24135
|
|
253
|
+
umap/static/umap/locale/ru.js,sha256=r1IxHlYqMEjQ1qE81K2kARsZKuZM3aTGDIdZHUT-vM8,32608
|
|
254
|
+
umap/static/umap/locale/ru.json,sha256=ZzJL_U0wkqB5oiTJI6ZyicpPe57QgdQqSABu_y_kUS8,32543
|
|
252
255
|
umap/static/umap/locale/si.js,sha256=8PHmKwiGpnStW6MGWG7sBPDA0LDfMgVv3mEMTWNms_w,23838
|
|
253
256
|
umap/static/umap/locale/si.json,sha256=eKMlpMsKpfi00mGZFVyoTRZC4vqW2BzZ5ts1cGZs1vY,23773
|
|
254
|
-
umap/static/umap/locale/sk_SK.js,sha256=
|
|
255
|
-
umap/static/umap/locale/sk_SK.json,sha256=
|
|
256
|
-
umap/static/umap/locale/sl.js,sha256=
|
|
257
|
-
umap/static/umap/locale/sl.json,sha256=
|
|
258
|
-
umap/static/umap/locale/sr.js,sha256=
|
|
259
|
-
umap/static/umap/locale/sr.json,sha256=
|
|
260
|
-
umap/static/umap/locale/sv.js,sha256=
|
|
261
|
-
umap/static/umap/locale/sv.json,sha256=
|
|
262
|
-
umap/static/umap/locale/th_TH.js,sha256=
|
|
263
|
-
umap/static/umap/locale/th_TH.json,sha256=
|
|
264
|
-
umap/static/umap/locale/tr.js,sha256=
|
|
265
|
-
umap/static/umap/locale/tr.json,sha256=
|
|
266
|
-
umap/static/umap/locale/uk_UA.js,sha256=
|
|
267
|
-
umap/static/umap/locale/uk_UA.json,sha256=
|
|
268
|
-
umap/static/umap/locale/vi.js,sha256=
|
|
269
|
-
umap/static/umap/locale/vi.json,sha256=
|
|
270
|
-
umap/static/umap/locale/vi_VN.json,sha256=
|
|
271
|
-
umap/static/umap/locale/zh.js,sha256=
|
|
272
|
-
umap/static/umap/locale/zh.json,sha256=
|
|
273
|
-
umap/static/umap/locale/zh_CN.json,sha256=
|
|
274
|
-
umap/static/umap/locale/zh_TW.Big5.json,sha256=
|
|
275
|
-
umap/static/umap/locale/zh_TW.js,sha256=
|
|
276
|
-
umap/static/umap/locale/zh_TW.json,sha256=
|
|
257
|
+
umap/static/umap/locale/sk_SK.js,sha256=opZ9YSdMhAkTIOHOuekayGFB2DJgDoKhLaWe_eRbVMc,25605
|
|
258
|
+
umap/static/umap/locale/sk_SK.json,sha256=RdAOUIDMUpt_-uUMKLZG9e2pkHlkqGc3GUi57B_whYA,25534
|
|
259
|
+
umap/static/umap/locale/sl.js,sha256=ncNHGvNDBCvj2TrlAntpPKMkxwraYbWtcRA8Z8tsjWk,25449
|
|
260
|
+
umap/static/umap/locale/sl.json,sha256=ehhUMMWC6H6mUXy3PeUeVEXcFyip1lonRfdkd8Z6S4w,25384
|
|
261
|
+
umap/static/umap/locale/sr.js,sha256=7tztQ8Wx50h76yN5V_GsWR6dEOSCdTN1ZWCwlC8d20I,28836
|
|
262
|
+
umap/static/umap/locale/sr.json,sha256=y-dVnLQ1SabGfNfb3bKo6xdcuLjq6sWAuomG_05pWec,28771
|
|
263
|
+
umap/static/umap/locale/sv.js,sha256=GysMtvypRMkaAFlHaGaVOppsScPsFRrJ7thzAKAsZJM,25424
|
|
264
|
+
umap/static/umap/locale/sv.json,sha256=a1hDtuFTqK-z4Yl3bIlz-qK0jS8QYW7KxYYqQPy1hbo,25359
|
|
265
|
+
umap/static/umap/locale/th_TH.js,sha256=KM1Oi4c0L5S1UZjAWsbZskeNTltcIBqqZwJb93z_flc,24145
|
|
266
|
+
umap/static/umap/locale/th_TH.json,sha256=jBE3LEKwPlIL1KgvRVnnXViVf270YGhRq0Bs1Cm5aBw,24074
|
|
267
|
+
umap/static/umap/locale/tr.js,sha256=BB9Pgbz52zkoMIQB_AD149K6vwdR3emX2N8FWQ6-cdQ,25958
|
|
268
|
+
umap/static/umap/locale/tr.json,sha256=BmUj4G16gE7wflZPN5yTI4TMCkhm-25V2qjMeB19G0M,25893
|
|
269
|
+
umap/static/umap/locale/uk_UA.js,sha256=7jdWIZDKr-o686_BulwywEO_MDRK5M0rcBW_4dbXdc8,32185
|
|
270
|
+
umap/static/umap/locale/uk_UA.json,sha256=g3Grtkr72-oeWS0FjnvvffeYXjoahBRGOYlkm_4ZfYk,32114
|
|
271
|
+
umap/static/umap/locale/vi.js,sha256=YfVQCGC6Rra2t6jPTzMbnEwcfmmm6euKPsNWpSlZaCE,24518
|
|
272
|
+
umap/static/umap/locale/vi.json,sha256=eUCpmFLPgXKBgcw0PuVrw2O-Qe0QWalyqSaH2saBrcg,24453
|
|
273
|
+
umap/static/umap/locale/vi_VN.json,sha256=jBE3LEKwPlIL1KgvRVnnXViVf270YGhRq0Bs1Cm5aBw,24074
|
|
274
|
+
umap/static/umap/locale/zh.js,sha256=wsfl5Bbl3e-We_B5W_U8bJKajSbU1pKik7pthdRNKZ8,23764
|
|
275
|
+
umap/static/umap/locale/zh.json,sha256=sVRkZdLHm0ozsb7LD6ruOYoSzLjfMjxHhBUYOOeam9A,23699
|
|
276
|
+
umap/static/umap/locale/zh_CN.json,sha256=jBE3LEKwPlIL1KgvRVnnXViVf270YGhRq0Bs1Cm5aBw,24074
|
|
277
|
+
umap/static/umap/locale/zh_TW.Big5.json,sha256=jBE3LEKwPlIL1KgvRVnnXViVf270YGhRq0Bs1Cm5aBw,24074
|
|
278
|
+
umap/static/umap/locale/zh_TW.js,sha256=JOgG8Y7BWOxnfyuQe75c_Qy2Y7oKe41m4KW90Vxtjzo,23779
|
|
279
|
+
umap/static/umap/locale/zh_TW.json,sha256=KUyYweL9d8KP00SVQsADkQMj8NXIAnPaSvGYWiwt1N8,23708
|
|
277
280
|
umap/static/umap/test/.eslintrc,sha256=zxYJhhVZ0wLRZ5qxM3yYJTGq_c134VHa8J2hplugqQ0,464
|
|
278
281
|
umap/static/umap/test/Controls.js,sha256=g48YWKBuKbzo3puXmypL17pfz_0aCVsgrxplSEHx1zQ,3512
|
|
279
|
-
umap/static/umap/test/DataLayer.js,sha256=
|
|
282
|
+
umap/static/umap/test/DataLayer.js,sha256=XolZW2mM8yFNi2QvmAYBUOJ0ViJx-Ln2nr2B78Cys9E,14730
|
|
280
283
|
umap/static/umap/test/Feature.js,sha256=4nu67au4ONpDMQhCD5NA4LLZhqR1dOAmtD1kAasUE64,11514
|
|
281
284
|
umap/static/umap/test/Map.js,sha256=I3Zi80wdhBJAsY9dfkK3uIne4DnEL1Fhc9Pk6yfUZpM,16802
|
|
282
285
|
umap/static/umap/test/Marker.js,sha256=cuMzi2s6yJ4v_kWsn5vOnCfnWiFip__0RE3G-JqJuQ4,4179
|
|
283
|
-
umap/static/umap/test/Permissions.js,sha256=
|
|
286
|
+
umap/static/umap/test/Permissions.js,sha256=mhw9QX8S0JaPID1LooEIjtuKp0Bz7139IMUVNtPjiIM,2314
|
|
284
287
|
umap/static/umap/test/Polygon.js,sha256=EcyZ-Gnv_kOs3FVhN9O77w_qX4WozQPDtHedRaUduxA,12614
|
|
285
288
|
umap/static/umap/test/Polyline.js,sha256=mceegl3RoQ_WJA3UPZrTwXvnOAVD2Amw6zIzKe69nU4,13986
|
|
286
289
|
umap/static/umap/test/TableEditor.js,sha256=t0TJvhMLAu4g1lfereKWODz0G8rK4KspZn7xTWZIKFk,3216
|
|
287
|
-
umap/static/umap/test/Util.js,sha256=
|
|
290
|
+
umap/static/umap/test/Util.js,sha256=2vzXkaEcqxJohnNK0w1qqAkiw3MoSRR-KBHeaDJCslg,17646
|
|
288
291
|
umap/static/umap/test/_pre.js,sha256=SKbbFBxckbg-uvCF3keesU6IejZ53qqsY6ABCq3QPJY,11187
|
|
289
292
|
umap/static/umap/test/index.html,sha256=1ltcDiaIT9WVC6vEgpNQ57WoCKCmkMIZXWzVm9vWRLI,5318
|
|
290
293
|
umap/static/umap/vendors/choropleth/choropleth.js,sha256=gayHzV6SB_MNdm48-ZANMOcAFkXw_rqaDUYkOWW0EkI,57721
|
|
@@ -313,7 +316,7 @@ umap/static/umap/vendors/heat/leaflet-heat.js,sha256=65UqrlgGoRAnKfKRuriH3eeDrOh
|
|
|
313
316
|
umap/static/umap/vendors/i18n/Leaflet.i18n.js,sha256=mLk62s8Z38FaDeyVvN8lFRaF6eWom4Xd12wozik1kkU,1305
|
|
314
317
|
umap/static/umap/vendors/leaflet/leaflet-src.esm.js,sha256=Oe6TRk8R_jhHE35QwNyBifcGxGDjaYnqeHG_fVQPMwY,424589
|
|
315
318
|
umap/static/umap/vendors/leaflet/leaflet-src.esm.js.map,sha256=lxY34ye1PfsolFQ8pTsEtlgBJ4tW7panCBRsm35HNbs,866200
|
|
316
|
-
umap/static/umap/vendors/leaflet/leaflet-src.js,sha256=
|
|
319
|
+
umap/static/umap/vendors/leaflet/leaflet-src.js,sha256=tPonvXioSHRQt1-4ztWR5mz_1KG1X3yHNzVXprP2gLo,450229
|
|
317
320
|
umap/static/umap/vendors/leaflet/leaflet-src.js.map,sha256=l7cBxd_w6YZOXEWKixXC7DN4ejJsXed7kI-eoTvi1Wo,866292
|
|
318
321
|
umap/static/umap/vendors/leaflet/leaflet.css,sha256=p4NxAoJBhIIN-hmNHrzRCf9tD_miZyoHS5obTRR9BMY,14806
|
|
319
322
|
umap/static/umap/vendors/leaflet/leaflet.js,sha256=20nQCchB9co0qIjJZRGuk2_Z9VM-kNiyxNV1lvTlZBo,147552
|
|
@@ -344,7 +347,7 @@ umap/static/umap/vendors/osmtogeojson/osmtogeojson.js,sha256=IsrC1ee9KAdpXktXNKc
|
|
|
344
347
|
umap/static/umap/vendors/photon/leaflet.photon.js,sha256=2u-cPsspHE6EP7WA0cy15efAytUj_chrWfvAJIPhRls,14433
|
|
345
348
|
umap/static/umap/vendors/print/leaflet.browser.print.js,sha256=1T5VEZACOPML72GKMlGnj70CHl_e9RT_nu8cdhrqhSI,44559
|
|
346
349
|
umap/static/umap/vendors/print/leaflet.browser.print.min.js,sha256=LrZphoL6-XVEuBR4BfhOIdRAMpRigQvsu3_iCNhQSXw,23442
|
|
347
|
-
umap/static/umap/vendors/togeojson/togeojson.js,sha256=
|
|
350
|
+
umap/static/umap/vendors/togeojson/togeojson.js,sha256=G--jHXg9fEKonpk4zKaiIDYy3efg_LQsZ-bCGnOPGM0,13010
|
|
348
351
|
umap/static/umap/vendors/togpx/togpx.js,sha256=_8C0kI5rlMKEN2Ye5oIuW-pJJXZEqO9eFV8laBmvHoQ,17936
|
|
349
352
|
umap/static/umap/vendors/tokml/tokml.js,sha256=XSrRo3CM_JcYytfU6jAxsrOtQKh6p-GKo61qQzr8pnk,11521
|
|
350
353
|
umap/static/umap/vendors/toolbar/leaflet.toolbar-src.css,sha256=Q1PL4YzNw38EZdT4kmrE1oEhPm0rWuYus4GeQz6aLNA,2890
|
|
@@ -390,11 +393,11 @@ umap/tests/settings.py,sha256=LxZlXn5etLPrpp5KttjHTIFQfPCJ0vmt4Fp4eOBXjv4,453
|
|
|
390
393
|
umap/tests/test_datalayer.py,sha256=eE7F_oyjR6IM93hCBRwWbpEk9wxgTjwnnw3K3k5MoJ4,2870
|
|
391
394
|
umap/tests/test_datalayer_views.py,sha256=YEwd2uSBNQuUoRq3nitZLbMT48AVJwt6kOZlnnVebvc,7724
|
|
392
395
|
umap/tests/test_licence.py,sha256=BxNY3gdKhIoc2u5OPmAkmjCp0jJN-Jm-uPOfAZlpOHA,339
|
|
393
|
-
umap/tests/test_map.py,sha256=
|
|
396
|
+
umap/tests/test_map.py,sha256=QzNjNSJvqVsdB_cdh0sfkYtJK_S3uxmqDuHCXOEYDj8,3672
|
|
394
397
|
umap/tests/test_map_views.py,sha256=Qtfy4WeLURgJAquy2NhuIQPPwMWqT9w49qabes2hSVw,21981
|
|
395
398
|
umap/tests/test_tilelayer.py,sha256=thhM7UbdMAnpvRJyFL8fxCT4cvh_RHdGOwj43H8YmDI,605
|
|
396
399
|
umap/tests/test_utils.py,sha256=noh-AFL3qV-dNZYr8L1acsYC02SI710Bq2ZXV-jBEzk,407
|
|
397
|
-
umap/tests/test_views.py,sha256
|
|
400
|
+
umap/tests/test_views.py,sha256=cqP0QgrXsY7dW6Q3HFa2Q19evhLAeeJgTuAPJIdO8Gw,8744
|
|
398
401
|
umap/tests/fixtures/test_upload_data.csv,sha256=b4RQw68ixs9UMj8TlTucV5YSfbactWhLLuE1yCKUTAY,109
|
|
399
402
|
umap/tests/fixtures/test_upload_data.gpx,sha256=sIfeKEGxYikzg121qBdkBIVTFpuYh8q2-yWZOZwbu38,674
|
|
400
403
|
umap/tests/fixtures/test_upload_data.json,sha256=t4PmJtVDhyI1x-E1a36jD8YVSa87T-Vtg8eBmHfQ4KQ,5650
|
|
@@ -402,8 +405,8 @@ umap/tests/fixtures/test_upload_data.kml,sha256=t66ms8oNI3999bhRJx01mn-UuHeqWoVY
|
|
|
402
405
|
umap/tests/fixtures/test_upload_empty_coordinates.json,sha256=-mJ_1orzUAROfE4PXchHXyqxjS-q4tDfvEFPllJiHFU,786
|
|
403
406
|
umap/tests/fixtures/test_upload_missing_name.json,sha256=klSMHb6laTghzU4AdIG1_p5UZ1LbAJCCKnJea0qEFAI,4566
|
|
404
407
|
umap/tests/fixtures/test_upload_non_linear_ring.json,sha256=WOR0NnJHNUUW6VKzZyIxU7WL1llnAmEVJwCWla6XOds,1525
|
|
405
|
-
umap_project-1.
|
|
406
|
-
umap_project-1.
|
|
407
|
-
umap_project-1.
|
|
408
|
-
umap_project-1.
|
|
409
|
-
umap_project-1.
|
|
408
|
+
umap_project-1.5.0.dist-info/METADATA,sha256=XmRcoRwh6UlzGBs3iC1XtMqp2Uwfe_b1Ujo2NopSQ14,2819
|
|
409
|
+
umap_project-1.5.0.dist-info/WHEEL,sha256=9QBuHhg6FNW7lppboF2vKVbCGTVzsFykgRQjjlajrhA,87
|
|
410
|
+
umap_project-1.5.0.dist-info/entry_points.txt,sha256=gz-KDQfEsMLBae8ABOD3foJsCYGPW1tA4Y394R_1RW8,39
|
|
411
|
+
umap_project-1.5.0.dist-info/licenses/LICENSE,sha256=BtMQT5EWvEua8jhXIrm2qfP8dmRFsMqCrJtq4k9Pb34,482
|
|
412
|
+
umap_project-1.5.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|