umap-project 1.12.1__py3-none-any.whl → 1.13.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.
- umap/__init__.py +1 -1
- umap/locale/br/LC_MESSAGES/django.mo +0 -0
- umap/locale/br/LC_MESSAGES/django.po +82 -54
- umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
- umap/locale/cs_CZ/LC_MESSAGES/django.po +82 -54
- umap/locale/el/LC_MESSAGES/django.mo +0 -0
- umap/locale/el/LC_MESSAGES/django.po +86 -58
- umap/locale/en/LC_MESSAGES/django.po +79 -51
- umap/locale/es/LC_MESSAGES/django.mo +0 -0
- umap/locale/es/LC_MESSAGES/django.po +82 -54
- umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- umap/locale/fr/LC_MESSAGES/django.po +84 -56
- umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- umap/locale/hu/LC_MESSAGES/django.po +108 -80
- umap/locale/it/LC_MESSAGES/django.mo +0 -0
- umap/locale/it/LC_MESSAGES/django.po +82 -54
- umap/locale/ms/LC_MESSAGES/django.mo +0 -0
- umap/locale/ms/LC_MESSAGES/django.po +82 -54
- umap/locale/pl/LC_MESSAGES/django.mo +0 -0
- umap/locale/pl/LC_MESSAGES/django.po +82 -54
- umap/locale/sv/LC_MESSAGES/django.mo +0 -0
- umap/locale/sv/LC_MESSAGES/django.po +82 -54
- umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
- umap/locale/zh_TW/LC_MESSAGES/django.po +86 -58
- umap/models.py +29 -0
- umap/static/umap/base.css +33 -5
- umap/static/umap/content.css +41 -2
- umap/static/umap/img/16.svg +12 -2
- umap/static/umap/img/source/16.svg +165 -820
- umap/static/umap/js/umap.browser.js +9 -3
- umap/static/umap/js/umap.controls.js +60 -222
- umap/static/umap/js/umap.core.js +66 -30
- umap/static/umap/js/umap.forms.js +18 -31
- umap/static/umap/js/umap.icon.js +44 -21
- umap/static/umap/js/umap.js +11 -27
- umap/static/umap/js/umap.layer.js +68 -25
- umap/static/umap/js/umap.popup.js +87 -0
- umap/static/umap/js/umap.share.js +254 -0
- umap/static/umap/js/umap.ui.js +4 -2
- umap/static/umap/locale/am_ET.js +19 -9
- umap/static/umap/locale/am_ET.json +19 -9
- umap/static/umap/locale/ar.js +19 -9
- umap/static/umap/locale/ar.json +19 -9
- umap/static/umap/locale/ast.js +19 -9
- umap/static/umap/locale/ast.json +19 -9
- umap/static/umap/locale/bg.js +19 -9
- umap/static/umap/locale/bg.json +19 -9
- umap/static/umap/locale/br.js +22 -12
- umap/static/umap/locale/br.json +22 -12
- umap/static/umap/locale/ca.js +19 -9
- umap/static/umap/locale/ca.json +19 -9
- umap/static/umap/locale/cs_CZ.js +19 -9
- umap/static/umap/locale/cs_CZ.json +19 -9
- umap/static/umap/locale/da.js +19 -9
- umap/static/umap/locale/da.json +19 -9
- umap/static/umap/locale/de.js +30 -20
- umap/static/umap/locale/de.json +30 -20
- umap/static/umap/locale/el.js +19 -9
- umap/static/umap/locale/el.json +19 -9
- umap/static/umap/locale/en.js +19 -9
- umap/static/umap/locale/en.json +19 -9
- umap/static/umap/locale/en_US.json +19 -9
- umap/static/umap/locale/es.js +19 -9
- umap/static/umap/locale/es.json +19 -9
- umap/static/umap/locale/et.js +19 -9
- umap/static/umap/locale/et.json +19 -9
- umap/static/umap/locale/fa_IR.js +19 -9
- umap/static/umap/locale/fa_IR.json +19 -9
- umap/static/umap/locale/fi.js +19 -9
- umap/static/umap/locale/fi.json +19 -9
- umap/static/umap/locale/fr.js +21 -11
- umap/static/umap/locale/fr.json +21 -11
- umap/static/umap/locale/gl.js +19 -9
- umap/static/umap/locale/gl.json +19 -9
- umap/static/umap/locale/he.js +19 -9
- umap/static/umap/locale/he.json +19 -9
- umap/static/umap/locale/hr.js +19 -9
- umap/static/umap/locale/hr.json +19 -9
- umap/static/umap/locale/hu.js +19 -9
- umap/static/umap/locale/hu.json +19 -9
- umap/static/umap/locale/id.js +19 -9
- umap/static/umap/locale/id.json +19 -9
- umap/static/umap/locale/is.js +19 -9
- umap/static/umap/locale/is.json +19 -9
- umap/static/umap/locale/it.js +19 -9
- umap/static/umap/locale/it.json +19 -9
- umap/static/umap/locale/ja.js +19 -9
- umap/static/umap/locale/ja.json +19 -9
- umap/static/umap/locale/ko.js +19 -9
- umap/static/umap/locale/ko.json +19 -9
- umap/static/umap/locale/lt.js +19 -9
- umap/static/umap/locale/lt.json +19 -9
- umap/static/umap/locale/ms.js +19 -9
- umap/static/umap/locale/ms.json +19 -9
- umap/static/umap/locale/nl.js +20 -10
- umap/static/umap/locale/nl.json +20 -10
- umap/static/umap/locale/no.js +19 -9
- umap/static/umap/locale/no.json +19 -9
- umap/static/umap/locale/pl.js +19 -9
- umap/static/umap/locale/pl.json +19 -9
- umap/static/umap/locale/pl_PL.json +19 -9
- umap/static/umap/locale/pt.js +19 -9
- umap/static/umap/locale/pt.json +19 -9
- umap/static/umap/locale/pt_BR.js +19 -9
- umap/static/umap/locale/pt_BR.json +19 -9
- umap/static/umap/locale/pt_PT.js +19 -9
- umap/static/umap/locale/pt_PT.json +19 -9
- umap/static/umap/locale/ro.js +19 -9
- umap/static/umap/locale/ro.json +19 -9
- umap/static/umap/locale/ru.js +19 -9
- umap/static/umap/locale/ru.json +19 -9
- umap/static/umap/locale/sk_SK.js +19 -9
- umap/static/umap/locale/sk_SK.json +19 -9
- umap/static/umap/locale/sl.js +19 -9
- umap/static/umap/locale/sl.json +19 -9
- umap/static/umap/locale/sr.js +19 -9
- umap/static/umap/locale/sr.json +19 -9
- umap/static/umap/locale/sv.js +19 -9
- umap/static/umap/locale/sv.json +19 -9
- umap/static/umap/locale/th_TH.js +19 -9
- umap/static/umap/locale/th_TH.json +19 -9
- umap/static/umap/locale/tr.js +19 -9
- umap/static/umap/locale/tr.json +19 -9
- umap/static/umap/locale/uk_UA.js +19 -9
- umap/static/umap/locale/uk_UA.json +19 -9
- umap/static/umap/locale/vi.js +19 -9
- umap/static/umap/locale/vi.json +19 -9
- umap/static/umap/locale/vi_VN.json +19 -9
- umap/static/umap/locale/zh.js +19 -9
- umap/static/umap/locale/zh.json +19 -9
- umap/static/umap/locale/zh_CN.json +19 -9
- umap/static/umap/locale/zh_TW.Big5.json +19 -9
- umap/static/umap/locale/zh_TW.js +55 -45
- umap/static/umap/locale/zh_TW.json +55 -45
- umap/static/umap/map.css +77 -10
- umap/static/umap/test/Map.Export.js +3 -3
- umap/static/umap/test/Polygon.js +2 -2
- umap/static/umap/test/Polyline.js +2 -0
- umap/static/umap/test/index.html +1 -0
- umap/static/umap/vendors/leaflet/leaflet-src.esm.js +7055 -7054
- umap/static/umap/vendors/leaflet/leaflet-src.js +7144 -7144
- umap/static/umap/vendors/toolbar/leaflet.toolbar-src.js +1 -1
- umap/templates/auth/user_form.html +1 -1
- umap/templates/umap/content.html +1 -1
- umap/templates/umap/js.html +1 -0
- umap/templates/umap/map_list.html +1 -1
- umap/templates/umap/map_table.html +67 -35
- umap/templates/umap/user_dashboard.html +23 -1
- umap/templatetags/umap_tags.py +7 -27
- umap/tests/integration/test_edit_datalayer.py +45 -0
- umap/tests/integration/test_export_map.py +2 -3
- umap/tests/integration/test_facets_browser.py +86 -0
- umap/utils.py +17 -0
- umap/views.py +7 -18
- {umap_project-1.12.1.dist-info → umap_project-1.13.0.dist-info}/METADATA +4 -11
- {umap_project-1.12.1.dist-info → umap_project-1.13.0.dist-info}/RECORD +159 -156
- {umap_project-1.12.1.dist-info → umap_project-1.13.0.dist-info}/WHEEL +0 -0
- {umap_project-1.12.1.dist-info → umap_project-1.13.0.dist-info}/entry_points.txt +0 -0
- {umap_project-1.12.1.dist-info → umap_project-1.13.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
umap/__init__.py,sha256=
|
|
1
|
+
umap/__init__.py,sha256=6CWFcn8BgXmKF5d56Lj6ZG11N_AJY0_gruxhcB06Nwo,19
|
|
2
2
|
umap/admin.py,sha256=gL6zrexmDbIKIqOKHCuAM5wtqr8FIQkRtjbcXcNyBrs,749
|
|
3
3
|
umap/apps.py,sha256=5ssKqPUuNJlapaBmr4LY_HDb7J1NFCT3wzythxQOOfs,109
|
|
4
4
|
umap/autocomplete.py,sha256=WUsbsVBl_KzzEzxB4g3rAoS5-eEvCZGtelVzXeOFV90,444
|
|
@@ -8,10 +8,10 @@ umap/fields.py,sha256=Zm8_2uAwdZx5tGOiTPOIXhsT__535tziKBJ-67GP2mw,869
|
|
|
8
8
|
umap/forms.py,sha256=bpNLMSsB1sHUcaf24MmUpwVdEz_SHy_ohfhQMoKwDzI,3128
|
|
9
9
|
umap/managers.py,sha256=-lBK0xYFRDfX76qDRdLnZOA8jEPYseEwIj8QOiHVM4w,243
|
|
10
10
|
umap/middleware.py,sha256=p8EPW_gYW8Wh2lk0DNIAkZQbYlBZugW7Yq4iiA7L4aE,514
|
|
11
|
-
umap/models.py,sha256=
|
|
11
|
+
umap/models.py,sha256=8gyMSVksfP7DKEi7Kt2vI5J_W6bwUeqAnT645tD4wHk,15817
|
|
12
12
|
umap/urls.py,sha256=0no_xoq6pn_DS5F2N5vIzYua3qSsw3wXLyudnxkc-50,6832
|
|
13
|
-
umap/utils.py,sha256=
|
|
14
|
-
umap/views.py,sha256=
|
|
13
|
+
umap/utils.py,sha256=9aoTtXlSPdSwceVFhNHq8NQplcjW2y9ZKXia6u9vmD8,5623
|
|
14
|
+
umap/views.py,sha256=dSTOTNc5g7zHPEfS7bXdpFELVVOlIK_vhyjZDKJYKfc,35960
|
|
15
15
|
umap/wsgi.py,sha256=mSba0LSaWFocs-7Fw-bDljb6-Bqh9yZRJU-sTi4dGIU,1131
|
|
16
16
|
umap/bin/__init__.py,sha256=iA3ON4A6NCpenrn3q2OgefUKF5QRFIQS-FtS0pxruI8,234
|
|
17
17
|
umap/locale/am_ET/LC_MESSAGES/django.mo,sha256=meGhTk_lZZMIr3_tA7B8CV_03hxqzkwEtR7h7I4flXk,5530
|
|
@@ -22,22 +22,22 @@ 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=QN6yW3aQGofmaUEXSA1n1sa9XEGbz-IYxSs4yUeTQxs,6001
|
|
24
24
|
umap/locale/bg/LC_MESSAGES/django.po,sha256=rSwoakd4lhhqZmWafMgtsvz2kOQRRzHc7OVp7ApIHfA,12452
|
|
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=t3osOhH6LsK5II7JkyFvKqZz6t1-v-hZhZD4x4zKy7c,8630
|
|
26
|
+
umap/locale/br/LC_MESSAGES/django.po,sha256=xxd0LROmnoipsxQqHPCs6BFr3uToniZ-AeUfntvk828,13421
|
|
27
27
|
umap/locale/ca/LC_MESSAGES/django.mo,sha256=Rf6wO0lgVQPp2mX10udwDq67lWZRLsz9rreKftKIyOE,7592
|
|
28
28
|
umap/locale/ca/LC_MESSAGES/django.po,sha256=eunWyNsuSstH-8-gpgU76PYFW3neFEBSgBjkLWuBTCY,12430
|
|
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=KRYUVMSDtxWZFFZG0b6U32HcCZSeyleX-ZMg02UKSpI,9338
|
|
30
|
+
umap/locale/cs_CZ/LC_MESSAGES/django.po,sha256=poZUUTMCd68PdzvcDtXPzL0qprYcGJmnD5KK089S2lM,13763
|
|
31
31
|
umap/locale/da/LC_MESSAGES/django.mo,sha256=egCIUdjfp0Q3CLMs4ZmhHKhoDgtnYLdn3zfvKZO3DgM,6134
|
|
32
32
|
umap/locale/da/LC_MESSAGES/django.po,sha256=sInSH-doEzt6yfTkIIvdD6tVJaVDIaYGK0K_0jaIEOk,11823
|
|
33
33
|
umap/locale/de/LC_MESSAGES/django.mo,sha256=LbXWHJqHfT4M20nceybkygGSSFwjC8S7IvkYOJw3Juw,6427
|
|
34
34
|
umap/locale/de/LC_MESSAGES/django.po,sha256=ReuTKy-QEJ8VdTMdMWdEoz3V3G-hbhkqBp0EQw3kANg,12195
|
|
35
|
-
umap/locale/el/LC_MESSAGES/django.mo,sha256=
|
|
36
|
-
umap/locale/el/LC_MESSAGES/django.po,sha256=
|
|
35
|
+
umap/locale/el/LC_MESSAGES/django.mo,sha256=DX7mh2j8lka2j1K9R8dxF5E-2Om35dN7mZFmqcYtUJ8,12612
|
|
36
|
+
umap/locale/el/LC_MESSAGES/django.po,sha256=ePQvuW0b4ScR_0BnKKNvdefgEVMM5ZgNSa6hQ6ceP9Y,17039
|
|
37
37
|
umap/locale/en/LC_MESSAGES/django.mo,sha256=UXCQbz2AxBvh-IQ7bGgjoBnijo8h9DfE9107A-2Mgkk,337
|
|
38
|
-
umap/locale/en/LC_MESSAGES/django.po,sha256=
|
|
39
|
-
umap/locale/es/LC_MESSAGES/django.mo,sha256=
|
|
40
|
-
umap/locale/es/LC_MESSAGES/django.po,sha256=
|
|
38
|
+
umap/locale/en/LC_MESSAGES/django.po,sha256=b-APtS_x5YiwawegiNe0Iu_E1aq6Tm4GLsN2g-5abnY,9822
|
|
39
|
+
umap/locale/es/LC_MESSAGES/django.mo,sha256=uI5YjjvG-p93FQGQS0j53ILjfR1NlMLG0SL9wGmnqm0,9164
|
|
40
|
+
umap/locale/es/LC_MESSAGES/django.po,sha256=3x8nilb8HDxK6vLkTP4MIjmFeuK-c-DLeJ23qAaK3QA,13767
|
|
41
41
|
umap/locale/et/LC_MESSAGES/django.mo,sha256=zVyI6fwSNUZl5ydLwjv4CR8t6Z7qMbmC3tU9uN3VmNI,5285
|
|
42
42
|
umap/locale/et/LC_MESSAGES/django.po,sha256=W9ubosg6zn62rnWivnFYXiBthFPsVlY5G-T75lwzN2Q,11152
|
|
43
43
|
umap/locale/eu/LC_MESSAGES/django.mo,sha256=Z7_RIi32Jt_LihwWsNuPk5F_NAPeZc1b1UPwXFEvYMg,6340
|
|
@@ -46,36 +46,36 @@ umap/locale/fa_IR/LC_MESSAGES/django.mo,sha256=rhsDYSi1mu_4ejZaBw2XzKpFP1gHkdZ6B
|
|
|
46
46
|
umap/locale/fa_IR/LC_MESSAGES/django.po,sha256=n-5L06dBH5PvDDfXyruXWeZhE4QkCnDAli5vwOzTnz0,13421
|
|
47
47
|
umap/locale/fi/LC_MESSAGES/django.mo,sha256=SUV6nc1FS8XtlKjGhn60NKEttPPRxJXIXUWwZMxRsEk,4925
|
|
48
48
|
umap/locale/fi/LC_MESSAGES/django.po,sha256=mF2LkD2bnvQR0DLyLSZRQPTVErBkuP5gLcu14poIJhM,11543
|
|
49
|
-
umap/locale/fr/LC_MESSAGES/django.mo,sha256=
|
|
50
|
-
umap/locale/fr/LC_MESSAGES/django.po,sha256=
|
|
49
|
+
umap/locale/fr/LC_MESSAGES/django.mo,sha256=gb8WoBUpzC_xQaNKW5EZg52atnRWQTJOROBUZ7YZBXA,9708
|
|
50
|
+
umap/locale/fr/LC_MESSAGES/django.po,sha256=weoTOmhxG6rd0-_TyNsgM7XK7W2F5NUlY5HXHk-IHbw,14137
|
|
51
51
|
umap/locale/gl/LC_MESSAGES/django.mo,sha256=K5BtO5vpXvhqaeTEINh8vONoB_HDGmFapqjjhfnXmr4,6315
|
|
52
52
|
umap/locale/gl/LC_MESSAGES/django.po,sha256=WavSXp7AMcgZRKeHWCb9HjyZOO4_j6MKocXecogAK2U,11931
|
|
53
53
|
umap/locale/he/LC_MESSAGES/django.mo,sha256=QLCf7QiT1qYO56x1u4516hFIO4yMobkDcqpgVibeq-8,7005
|
|
54
54
|
umap/locale/he/LC_MESSAGES/django.po,sha256=YVJA0qhStgcOwI5XwSgHu7ZNHwg34qNmSLQj7pEXGdY,12553
|
|
55
55
|
umap/locale/hr/LC_MESSAGES/django.mo,sha256=bBcaNSs-oqm_cjm6Bbqaph_ZNHF2_I_FP0xccwU9txI,1558
|
|
56
56
|
umap/locale/hr/LC_MESSAGES/django.po,sha256=Aj3m28Ugyjq-Ih32P7dzw0M4czitDqoYpCvyNsNnEnE,9742
|
|
57
|
-
umap/locale/hu/LC_MESSAGES/django.mo,sha256=
|
|
58
|
-
umap/locale/hu/LC_MESSAGES/django.po,sha256=
|
|
57
|
+
umap/locale/hu/LC_MESSAGES/django.mo,sha256=9WjRQDIlGRIK79jza1XDKIfd5StvnOZzB8qYuYrRXAs,9640
|
|
58
|
+
umap/locale/hu/LC_MESSAGES/django.po,sha256=EQrBvd-5x_TqBIGxNZgvasd6nTNg3cSp6tt7KTLlZl0,13878
|
|
59
59
|
umap/locale/id/LC_MESSAGES/django.mo,sha256=8craaGVnVbONfojnkDUUtoxMyeI2tt6GdIWeWZGcaJ8,425
|
|
60
60
|
umap/locale/id/LC_MESSAGES/django.po,sha256=wmbgIN1R7vRDgAdzBu7ZHnTpg5fpB3hmJyjAzRNoN-M,8000
|
|
61
61
|
umap/locale/is/LC_MESSAGES/django.mo,sha256=y1U3ITGw76BFGF8X3ix1plI-y6z7q9-gSZm1UHfuJ6E,6648
|
|
62
62
|
umap/locale/is/LC_MESSAGES/django.po,sha256=tnV63t6CAbqIPEcORVyL4hf82bxs0AtkAJ7jg9fwwWQ,12166
|
|
63
|
-
umap/locale/it/LC_MESSAGES/django.mo,sha256=
|
|
64
|
-
umap/locale/it/LC_MESSAGES/django.po,sha256
|
|
63
|
+
umap/locale/it/LC_MESSAGES/django.mo,sha256=VzPcr3V4KjtkM5URYxpRHclBcdJA7Bvd8D5cHOEmc5E,9290
|
|
64
|
+
umap/locale/it/LC_MESSAGES/django.po,sha256=-mzKGOqfdK0fgJvUmFoRlWO3iaW-68DO_NFVnRZCptY,14002
|
|
65
65
|
umap/locale/ja/LC_MESSAGES/django.mo,sha256=y0lGB2LEszaOhHcvsMCwhSjmSw2S1UfgbcnRNVPcdM0,6711
|
|
66
66
|
umap/locale/ja/LC_MESSAGES/django.po,sha256=X-IWfU5GNByb_f1fCKp1E4UbMw9iblMX-6V26o9PnPk,12277
|
|
67
67
|
umap/locale/ko/LC_MESSAGES/django.mo,sha256=QX5Ffd9evx45LA6-Kt4i3csmuZVbVhJod9n7cS1I020,6684
|
|
68
68
|
umap/locale/ko/LC_MESSAGES/django.po,sha256=07ImKVB8-paxapsf9Web6EOf2xgMR_j8rMi-IJXussM,12189
|
|
69
69
|
umap/locale/lt/LC_MESSAGES/django.mo,sha256=Qd_P5FeWzb9IJKJsWCdnThzZfQowb3kZwr3svQiVbwk,6017
|
|
70
70
|
umap/locale/lt/LC_MESSAGES/django.po,sha256=qZYFI9uGsX3GnV-bZoexBact9W68ePQMpWQharLBOMw,11835
|
|
71
|
-
umap/locale/ms/LC_MESSAGES/django.mo,sha256=
|
|
72
|
-
umap/locale/ms/LC_MESSAGES/django.po,sha256=
|
|
71
|
+
umap/locale/ms/LC_MESSAGES/django.mo,sha256=hGgRPCiHPei-vnxvsCqdqUTrt8nhtMRzi6KG9tE0GkY,9095
|
|
72
|
+
umap/locale/ms/LC_MESSAGES/django.po,sha256=SauhRoqAeBg5M0UpdTAHSFGjZW325T1gRS_ytLOHcNk,13415
|
|
73
73
|
umap/locale/nl/LC_MESSAGES/django.mo,sha256=n40T9uNQIFxh6l-mzAeuoggFsWhfC2-3YYWOaRdzh1U,6115
|
|
74
74
|
umap/locale/nl/LC_MESSAGES/django.po,sha256=VElfYgq0YFtHxjQgZZnrYAQITAfPVPvjXuKuRDP0cG4,11727
|
|
75
75
|
umap/locale/no/LC_MESSAGES/django.mo,sha256=ADQ1RdDyg19YZHw2wKl_bxEgMu_0wK7HaoYk_nsxXks,423
|
|
76
76
|
umap/locale/no/LC_MESSAGES/django.po,sha256=HXr3Y_gxOPjdU1pSV_tyX_l7pbDMVrFBdf0gm3gciwI,7998
|
|
77
|
-
umap/locale/pl/LC_MESSAGES/django.mo,sha256=
|
|
78
|
-
umap/locale/pl/LC_MESSAGES/django.po,sha256=
|
|
77
|
+
umap/locale/pl/LC_MESSAGES/django.mo,sha256=Yw-Mo4xf_mVwL98K1uLQ1hXIE3v_2cTELJAtyvNk4jw,8698
|
|
78
|
+
umap/locale/pl/LC_MESSAGES/django.po,sha256=IvSieWSpNR9HMfSHdTKYstS5oS1rThda8xYRiAZ2Lws,13576
|
|
79
79
|
umap/locale/pt/LC_MESSAGES/django.mo,sha256=upT0cDQdpvE6pAUlk1ojN5ub58ylpUWK6uKG_i_hgFw,6402
|
|
80
80
|
umap/locale/pt/LC_MESSAGES/django.po,sha256=wl0rJ6OvoHKX0f0Q1aD41GuyIol31-1EueSc4e5E5F4,11998
|
|
81
81
|
umap/locale/pt_BR/LC_MESSAGES/django.mo,sha256=z0bFYr1U-lHDtlk0Rc_JJmh-NMjMg1p4vjYHqHj_lt4,6389
|
|
@@ -94,8 +94,8 @@ umap/locale/sl/LC_MESSAGES/django.mo,sha256=svLkvatKDuLgO-aKJYwtbOfJ43XHcGtV2oZ5
|
|
|
94
94
|
umap/locale/sl/LC_MESSAGES/django.po,sha256=xD1_FpFYxPkLl1wcenJrkklGHhkkB9nJN2tNxYYSoKs,11786
|
|
95
95
|
umap/locale/sr/LC_MESSAGES/django.mo,sha256=J96PppeNTMq0YZH5xea4k2ClagJnaUo02FeM2TMxfYU,7740
|
|
96
96
|
umap/locale/sr/LC_MESSAGES/django.po,sha256=aVbimIPqU7jXekk_pd_34LrAY9euZzKvtjEB-xsoWHo,13286
|
|
97
|
-
umap/locale/sv/LC_MESSAGES/django.mo,sha256=
|
|
98
|
-
umap/locale/sv/LC_MESSAGES/django.po,sha256=
|
|
97
|
+
umap/locale/sv/LC_MESSAGES/django.mo,sha256=N5sWItVl2hfFrQlN44shd04RchEXEDGtnNrLs-Ph_xk,7908
|
|
98
|
+
umap/locale/sv/LC_MESSAGES/django.po,sha256=WhdWkmU0Kdl-cndb_vKmAlJ96M4USrBlxS7I9WH5ELw,12803
|
|
99
99
|
umap/locale/th_TH/LC_MESSAGES/django.mo,sha256=tlie4pGx5LzO21a9xGMgMbAjvsk-RmK3DL38yKd8KCk,9031
|
|
100
100
|
umap/locale/th_TH/LC_MESSAGES/django.po,sha256=dIO3AAStnADQi9KRQteyd4AIo_l5Cf4CDJ9vs3H-aew,14515
|
|
101
101
|
umap/locale/tr/LC_MESSAGES/django.mo,sha256=p_Q4YVYuYG-rhNNhFvHjm79VGxej3NtyJWye9lovqLo,6422
|
|
@@ -106,8 +106,8 @@ umap/locale/vi/LC_MESSAGES/django.mo,sha256=pnnzASDZZUWe4QusU4l5_HaYWXimMLJQ6Tid
|
|
|
106
106
|
umap/locale/vi/LC_MESSAGES/django.po,sha256=tB-3HAiEmyMnT9l_Z_DY_3YoL-zYs0DQ2nN685RaqGQ,11521
|
|
107
107
|
umap/locale/zh/LC_MESSAGES/django.mo,sha256=5zixqUSQMyJk1G5mTMciH5qWtLCtLNxwQS7qQQb6gZk,3613
|
|
108
108
|
umap/locale/zh/LC_MESSAGES/django.po,sha256=dCd50DQIcEbovNOzH91i5FNJlnYmTMezu-jLilypXF0,10547
|
|
109
|
-
umap/locale/zh_TW/LC_MESSAGES/django.mo,sha256=
|
|
110
|
-
umap/locale/zh_TW/LC_MESSAGES/django.po,sha256=
|
|
109
|
+
umap/locale/zh_TW/LC_MESSAGES/django.mo,sha256=2UlAaMzBWAAJ1FQo-HmQEJ-xhQWtpmkf_hAVZ4T-_zg,8614
|
|
110
|
+
umap/locale/zh_TW/LC_MESSAGES/django.po,sha256=E-q90q28TeU_QQY5Ulx5V9OFW3rZXb-0aSxKC6Cazx8,13089
|
|
111
111
|
umap/management/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
112
112
|
umap/management/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
113
113
|
umap/management/commands/anonymous_edit_url.py,sha256=hsWgPzZJmLCoDKTWziFUuwq-DdnSiXkSal2t2TIED-s,1070
|
|
@@ -135,12 +135,12 @@ umap/settings/base.py,sha256=6976M9ivlRuXf7EpaSwLgZjB39oO7QwqRj3jlJyIX0Y,9664
|
|
|
135
135
|
umap/settings/dev.py,sha256=iGroLwlJM2EeqZ4HUC3DviUOgJy-SoULN1WB5AD4xFM,385
|
|
136
136
|
umap/settings/local.py.sample,sha256=IpV5j6T64rRK9M2OEr3_orM5Qc2iSUBniiR_2DB0GK4,3193
|
|
137
137
|
umap/static/.gitignore,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
138
|
-
umap/static/umap/base.css,sha256=
|
|
138
|
+
umap/static/umap/base.css,sha256=PXuosvit7knQBS2EH4ekaHcz8mS3G4wyO5m7WdW9w9s,21275
|
|
139
139
|
umap/static/umap/bitbucket.png,sha256=Z-xsnM3QOUn9tJQ0RjPXCpALghrzaDDZP7wSePSjSr8,9125
|
|
140
|
-
umap/static/umap/content.css,sha256=
|
|
140
|
+
umap/static/umap/content.css,sha256=e62IvDE-kYedHBN-SkFIKFcJ0YaM48hkNthtm29_znQ,7296
|
|
141
141
|
umap/static/umap/font.css,sha256=fYmTKNd_Ts6TrmBbnLRgyeUS4vpfxkEqhLR-pkd3KrA,904
|
|
142
142
|
umap/static/umap/github.png,sha256=Yiw6VX71qO87vNgJaDuirn3JVlUwrzIpkT9vbtROg1o,1564
|
|
143
|
-
umap/static/umap/map.css,sha256=
|
|
143
|
+
umap/static/umap/map.css,sha256=acVBJ2WTobJLDiigEwk5Q9b2FPKVEFBjKU9YENrCLiQ,42689
|
|
144
144
|
umap/static/umap/nav.css,sha256=R4cFMZkgHmNHodyW1rEZmtopgkGboghd6Ut7ebQmihk,1514
|
|
145
145
|
umap/static/umap/openstreetmap.png,sha256=xccBb_RsN7uchm7fRowVLjrzmCtj1-1PLByurkdjcr8,19408
|
|
146
146
|
umap/static/umap/theme.css,sha256=gkbyghlT5kNfz0Qyg1JL7xalqvHVx321eO9qlnvcaAU,49
|
|
@@ -157,7 +157,7 @@ umap/static/umap/font/FiraSans-LightItalic.woff2,sha256=wzKvr3N8FAQZBmtqxHJX3iIe
|
|
|
157
157
|
umap/static/umap/font/FiraSans-SemiBold.woff,sha256=2xqgp3wksYsMYJGFPwJavE_Bl6Rhac6zQjAJhWZVNTo,198128
|
|
158
158
|
umap/static/umap/font/FiraSans-SemiBold.woff2,sha256=pogC-aUjxvQ8Ia1gp9ZMpal4uGNYoTamBDBkP70PSzY,140168
|
|
159
159
|
umap/static/umap/img/16-white.svg,sha256=zOp7SOTF5N0UixoriN-YPHcUWJ8oVTsptENVvCwEWR8,35034
|
|
160
|
-
umap/static/umap/img/16.svg,sha256=
|
|
160
|
+
umap/static/umap/img/16.svg,sha256=aWuJ2C7pahh1KPV8Q8ZQnCFFlrbvDfcmP4PTldvcNi8,21424
|
|
161
161
|
umap/static/umap/img/24-white.svg,sha256=tq2MLPvVKz4h4dHCmMp1-_brBmudqyCcMcSShhnDh24,17550
|
|
162
162
|
umap/static/umap/img/24.svg,sha256=jpi6lDVbN89-zyH3VwNf0pOKzjOfuF9l9yPV-NpE1cI,25175
|
|
163
163
|
umap/static/umap/img/edit.svg,sha256=iePt4pB5hJacTvqNyXxAYyGLvXlShm8JKykH8M6ZTTg,554
|
|
@@ -170,141 +170,142 @@ umap/static/umap/img/opensource.svg,sha256=hXEQkvJX_vxw2lZ5TU70vOomK_kJcW--WfYdl
|
|
|
170
170
|
umap/static/umap/img/osm.svg,sha256=v676T5hpZhLAFt-pK06jcnzAs9mvdHWtCx6iRvmaGbc,1997
|
|
171
171
|
umap/static/umap/img/search.gif,sha256=Ws7V8knHJGdxG5_12zfPoBweX6PjOjHzrzYY4eyAY-4,1472
|
|
172
172
|
umap/static/umap/img/source/16-white.svg,sha256=sZQhsA8bf5EyxjxksJMtlmx8pyYbI-OZiFiFX4xSuj4,73381
|
|
173
|
-
umap/static/umap/img/source/16.svg,sha256=
|
|
173
|
+
umap/static/umap/img/source/16.svg,sha256=OHwbeoiEMXfGLSzCauzOdBEkNzCr_sC4sNB1sTn5JJ0,43293
|
|
174
174
|
umap/static/umap/img/source/24-white.svg,sha256=31n0rwyxcoJ69Mm2hvSAifQV0x00px0z-Jkf__UetnA,29369
|
|
175
175
|
umap/static/umap/img/source/24.svg,sha256=rocP2xyMQdigy8noiipCM8hJNOc9tvF4uoXUPFBAjxY,38901
|
|
176
176
|
umap/static/umap/js/umap.autocomplete.js,sha256=BwFdzOAzl_61JJMIM8CW2x2v78oxRvZZ7XQY8f53QVk,7937
|
|
177
|
-
umap/static/umap/js/umap.browser.js,sha256=
|
|
178
|
-
umap/static/umap/js/umap.controls.js,sha256=
|
|
179
|
-
umap/static/umap/js/umap.core.js,sha256=
|
|
177
|
+
umap/static/umap/js/umap.browser.js,sha256=xkjGC0YNW5B8p24qkKLrD26xFy3PuBb1S1GP5BJ0AWo,4764
|
|
178
|
+
umap/static/umap/js/umap.controls.js,sha256=PkX7x4p6MJNj3hWiUsMxEyYpGhpSlVp6i8GpoWJgD50,43818
|
|
179
|
+
umap/static/umap/js/umap.core.js,sha256=sarFAs61B883B3-wPf8OAnuSVJrs7vWOaA4fM3TAkUo,25600
|
|
180
180
|
umap/static/umap/js/umap.datalayer.permissions.js,sha256=nfDFq7O1QEbox23jgUZ8P5Pf_ahQSG889cVmJx0VxOU,1939
|
|
181
181
|
umap/static/umap/js/umap.features.js,sha256=3YNU0kPLfGQlRyb6cAEor7jmGkxBK2_mxVQVqVeIrdk,34379
|
|
182
|
-
umap/static/umap/js/umap.forms.js,sha256=
|
|
183
|
-
umap/static/umap/js/umap.icon.js,sha256=
|
|
182
|
+
umap/static/umap/js/umap.forms.js,sha256=e9K85tgmM_kgcz-dzpdKHkEL8lq6ddm9KxGm4rlGuKQ,32404
|
|
183
|
+
umap/static/umap/js/umap.icon.js,sha256=88chEgS05tB-y_Ow0S0UkphWkTCmUnyJkXmywKeZNZU,7241
|
|
184
184
|
umap/static/umap/js/umap.importer.js,sha256=kQvcKWj2E8zls8i7Fq298P16IEslUXPekjGCVXb5nqA,5233
|
|
185
|
-
umap/static/umap/js/umap.js,sha256=
|
|
186
|
-
umap/static/umap/js/umap.layer.js,sha256=
|
|
185
|
+
umap/static/umap/js/umap.js,sha256=KvZmk3P8H7jLvgb_guYBCNWU3OwHSSrQJVHKuoMQ2sE,59732
|
|
186
|
+
umap/static/umap/js/umap.layer.js,sha256=O736IKRzsInHH8ccaVGuYJtGuFqGli9fwcxL5Z3e6TI,46559
|
|
187
187
|
umap/static/umap/js/umap.permissions.js,sha256=zzX90BkNveYPZeCVpMYY-LO_dLX2DxPxkHB4YcRju9g,6097
|
|
188
|
-
umap/static/umap/js/umap.popup.js,sha256=
|
|
188
|
+
umap/static/umap/js/umap.popup.js,sha256=AFqruVQBUu5VHAucc_pxlWj8OKtxQerEp5lKNXdvAak,9951
|
|
189
|
+
umap/static/umap/js/umap.share.js,sha256=WWILz_qv8cl27hgWz46QyuEQZiW1HwZyfwyuXGz6t3Q,7726
|
|
189
190
|
umap/static/umap/js/umap.slideshow.js,sha256=P5zByJfMJXROMmFLdSbVqATP0Mf6AGx4QtYpiCvhV-4,4421
|
|
190
191
|
umap/static/umap/js/umap.tableeditor.js,sha256=6TSj9u7NsVKR0LSyQanFUB0XifG7P0GQYzSe8SOeV0k,4081
|
|
191
|
-
umap/static/umap/js/umap.ui.js,sha256=
|
|
192
|
+
umap/static/umap/js/umap.ui.js,sha256=IugsUwlg2vDoRCAgKcRvH0GuiPj0Szht7kBpAxxhgt4,7701
|
|
192
193
|
umap/static/umap/js/umap.xhr.js,sha256=-HEti2JnTSExIfy2agAdoUGOvE7t3CzPHU9dPjEKYA4,8981
|
|
193
|
-
umap/static/umap/locale/am_ET.js,sha256=
|
|
194
|
-
umap/static/umap/locale/am_ET.json,sha256=
|
|
195
|
-
umap/static/umap/locale/ar.js,sha256=
|
|
196
|
-
umap/static/umap/locale/ar.json,sha256=
|
|
197
|
-
umap/static/umap/locale/ast.js,sha256=
|
|
198
|
-
umap/static/umap/locale/ast.json,sha256=
|
|
199
|
-
umap/static/umap/locale/bg.js,sha256=
|
|
200
|
-
umap/static/umap/locale/bg.json,sha256=
|
|
201
|
-
umap/static/umap/locale/br.js,sha256=
|
|
202
|
-
umap/static/umap/locale/br.json,sha256=
|
|
203
|
-
umap/static/umap/locale/ca.js,sha256=
|
|
204
|
-
umap/static/umap/locale/ca.json,sha256=
|
|
205
|
-
umap/static/umap/locale/cs_CZ.js,sha256=
|
|
206
|
-
umap/static/umap/locale/cs_CZ.json,sha256=
|
|
207
|
-
umap/static/umap/locale/da.js,sha256=
|
|
208
|
-
umap/static/umap/locale/da.json,sha256=
|
|
209
|
-
umap/static/umap/locale/de.js,sha256=
|
|
210
|
-
umap/static/umap/locale/de.json,sha256=
|
|
211
|
-
umap/static/umap/locale/el.js,sha256=
|
|
212
|
-
umap/static/umap/locale/el.json,sha256=
|
|
213
|
-
umap/static/umap/locale/en.js,sha256=
|
|
214
|
-
umap/static/umap/locale/en.json,sha256=
|
|
215
|
-
umap/static/umap/locale/en_US.json,sha256=
|
|
216
|
-
umap/static/umap/locale/es.js,sha256=
|
|
217
|
-
umap/static/umap/locale/es.json,sha256=
|
|
218
|
-
umap/static/umap/locale/et.js,sha256=
|
|
219
|
-
umap/static/umap/locale/et.json,sha256=
|
|
194
|
+
umap/static/umap/locale/am_ET.js,sha256=xj25bPmQJSLZPZC3Cw5WT3fOBM6Ojq3kvHK_gS5ENAY,30157
|
|
195
|
+
umap/static/umap/locale/am_ET.json,sha256=Kqzsb7Q_jtpEl6kPuzUHYiEEWpfCNDb3NdwFcwZLAZg,30086
|
|
196
|
+
umap/static/umap/locale/ar.js,sha256=IUGD-MwFskdrlFTjashzjxDOl4tFZeGxs3UA3o9bJDE,26285
|
|
197
|
+
umap/static/umap/locale/ar.json,sha256=uoz2eKqGT547Xje_VQIFw4YbIBG17Ld8ukRjZri9wcA,26220
|
|
198
|
+
umap/static/umap/locale/ast.js,sha256=_UQWSVby33CumU9pv8ZWQY3cvIoonU1wF_YzxYY8BbM,25841
|
|
199
|
+
umap/static/umap/locale/ast.json,sha256=UjNkQNth3wl8-go8hr0ZzFGU_VOcoQvXVDfL3YSNvRk,25774
|
|
200
|
+
umap/static/umap/locale/bg.js,sha256=7ay6sjWHnybiVRzZwGSoqNbJw2eH9gg-ix0Rs5Mpl_o,29232
|
|
201
|
+
umap/static/umap/locale/bg.json,sha256=v7LRZmN_ATGw2CbLxYHapb3tZyHBZhpiGxiq9vM9CA8,29167
|
|
202
|
+
umap/static/umap/locale/br.js,sha256=2ia1OJqy58GhXU8IXz3G7uy75YKcrBzYR4DJmGF10qI,27267
|
|
203
|
+
umap/static/umap/locale/br.json,sha256=dcl1Rs7MH51Spg7f9VJfqqgE7prW-S_NJSCuUtxeFvk,27202
|
|
204
|
+
umap/static/umap/locale/ca.js,sha256=3GR1pjtCfrcMbjGPVc2SPD10ByqI-HBcO-Q65kMW5f0,26827
|
|
205
|
+
umap/static/umap/locale/ca.json,sha256=pTpV4vlwo9OjkNBvUdxTLSAL6gw3KqjedBqaA9lOe88,26762
|
|
206
|
+
umap/static/umap/locale/cs_CZ.js,sha256=20cck9frc3qmZZ1SCA0cQYer20LKp9mJcyI8t1Gffl8,28013
|
|
207
|
+
umap/static/umap/locale/cs_CZ.json,sha256=v55-JRl-ToBkVaYw1EShPIbbvxhI21vf66L1Je4P5zw,27942
|
|
208
|
+
umap/static/umap/locale/da.js,sha256=5DEQdimLAcj55SVsHJfLQItuVUFSyK_Ptgo4hPQAndo,26177
|
|
209
|
+
umap/static/umap/locale/da.json,sha256=xgq6u8pg6OXjFtMNMAcsdEIhDd0I-CExwMOyv1ozHKw,26112
|
|
210
|
+
umap/static/umap/locale/de.js,sha256=In25D-D5eTXw9anLhSsLwbAAUVwVZwxz8Ys5h2YdW-Q,27818
|
|
211
|
+
umap/static/umap/locale/de.json,sha256=dD2rxuqlbDKXzo1Jx4NhOQmtQ8JScpXDJzDbd4OBccs,27753
|
|
212
|
+
umap/static/umap/locale/el.js,sha256=TKkPu-nWe4WL6xyzDsyyTluSX__AgIPVr65LrvoY988,37923
|
|
213
|
+
umap/static/umap/locale/el.json,sha256=J5wWsKZG_zdAl1r3dSCjJ1BIfz-wAkOyriz2UwLOnvI,37858
|
|
214
|
+
umap/static/umap/locale/en.js,sha256=a71Yp9P8cMDbuQtZWh3zDDiYilWZa4BujugGc4rYF5A,25841
|
|
215
|
+
umap/static/umap/locale/en.json,sha256=yaZghzqVVCgj43KmvAo8yBA2LsOojlhhfQYbpqILQtA,25776
|
|
216
|
+
umap/static/umap/locale/en_US.json,sha256=v0POu4owEVhBxiZZ_cx7GtxIxsSYPa4JZGj3Ocj4l-A,25496
|
|
217
|
+
umap/static/umap/locale/es.js,sha256=YpWyQs_W5xm6BZN6OOVug0Xz4RLDVKnw5TlY5MY0gtg,28353
|
|
218
|
+
umap/static/umap/locale/es.json,sha256=fl1URlTx3ErJibcfm1377o2Zdarll767QdqWepMhLoY,28288
|
|
219
|
+
umap/static/umap/locale/et.js,sha256=Ywgmyjs9hIByrBt-08qrcWgJFefsDhTmYjHFJGyP9eo,26040
|
|
220
|
+
umap/static/umap/locale/et.json,sha256=Lq5RspVQmsk904HnPKGyRWRw74wPX9mS-veKu1tuqVM,25975
|
|
220
221
|
umap/static/umap/locale/eu.js,sha256=NZYhxkWnzd5Kx14p5nSpNt9wNOsQvTGGrYrrxQ321Vs,24242
|
|
221
222
|
umap/static/umap/locale/eu.json,sha256=7ZbrluA4I-_HLGUqOLMABfAp_ZmDQJVsmmd4V6PlQMQ,24177
|
|
222
|
-
umap/static/umap/locale/fa_IR.js,sha256=
|
|
223
|
-
umap/static/umap/locale/fa_IR.json,sha256=
|
|
224
|
-
umap/static/umap/locale/fi.js,sha256=
|
|
225
|
-
umap/static/umap/locale/fi.json,sha256=
|
|
226
|
-
umap/static/umap/locale/fr.js,sha256=
|
|
227
|
-
umap/static/umap/locale/fr.json,sha256=
|
|
228
|
-
umap/static/umap/locale/gl.js,sha256=
|
|
229
|
-
umap/static/umap/locale/gl.json,sha256=
|
|
230
|
-
umap/static/umap/locale/he.js,sha256=
|
|
231
|
-
umap/static/umap/locale/he.json,sha256=
|
|
232
|
-
umap/static/umap/locale/hr.js,sha256=
|
|
233
|
-
umap/static/umap/locale/hr.json,sha256=
|
|
234
|
-
umap/static/umap/locale/hu.js,sha256=
|
|
235
|
-
umap/static/umap/locale/hu.json,sha256=
|
|
236
|
-
umap/static/umap/locale/id.js,sha256=
|
|
237
|
-
umap/static/umap/locale/id.json,sha256=
|
|
238
|
-
umap/static/umap/locale/is.js,sha256=
|
|
239
|
-
umap/static/umap/locale/is.json,sha256=
|
|
240
|
-
umap/static/umap/locale/it.js,sha256=
|
|
241
|
-
umap/static/umap/locale/it.json,sha256=
|
|
242
|
-
umap/static/umap/locale/ja.js,sha256=
|
|
243
|
-
umap/static/umap/locale/ja.json,sha256=
|
|
244
|
-
umap/static/umap/locale/ko.js,sha256=
|
|
245
|
-
umap/static/umap/locale/ko.json,sha256=
|
|
246
|
-
umap/static/umap/locale/lt.js,sha256=
|
|
247
|
-
umap/static/umap/locale/lt.json,sha256=
|
|
248
|
-
umap/static/umap/locale/ms.js,sha256=
|
|
249
|
-
umap/static/umap/locale/ms.json,sha256=
|
|
250
|
-
umap/static/umap/locale/nl.js,sha256=
|
|
251
|
-
umap/static/umap/locale/nl.json,sha256=
|
|
252
|
-
umap/static/umap/locale/no.js,sha256
|
|
253
|
-
umap/static/umap/locale/no.json,sha256=
|
|
254
|
-
umap/static/umap/locale/pl.js,sha256=
|
|
255
|
-
umap/static/umap/locale/pl.json,sha256=
|
|
256
|
-
umap/static/umap/locale/pl_PL.json,sha256=
|
|
257
|
-
umap/static/umap/locale/pt.js,sha256=
|
|
258
|
-
umap/static/umap/locale/pt.json,sha256=
|
|
259
|
-
umap/static/umap/locale/pt_BR.js,sha256=
|
|
260
|
-
umap/static/umap/locale/pt_BR.json,sha256=
|
|
261
|
-
umap/static/umap/locale/pt_PT.js,sha256=
|
|
262
|
-
umap/static/umap/locale/pt_PT.json,sha256=
|
|
263
|
-
umap/static/umap/locale/ro.js,sha256=
|
|
264
|
-
umap/static/umap/locale/ro.json,sha256=
|
|
265
|
-
umap/static/umap/locale/ru.js,sha256=
|
|
266
|
-
umap/static/umap/locale/ru.json,sha256=
|
|
223
|
+
umap/static/umap/locale/fa_IR.js,sha256=1ZukCBcK9wfV0723llvLpXPlxdAifnnm8y9C7qe_2R0,32463
|
|
224
|
+
umap/static/umap/locale/fa_IR.json,sha256=oqZdHimFsqj5J4PDyl795JF2-tLOX19Gg-dnSh-LJWQ,32392
|
|
225
|
+
umap/static/umap/locale/fi.js,sha256=RIoFuqRfkob0jLaWsbkN2AesISVIPIak6Rl-nhCdABE,26789
|
|
226
|
+
umap/static/umap/locale/fi.json,sha256=Q2XS68FRwkZ-0iwU5IXh3A_3IC0XD11USuYhvCnNOA8,26724
|
|
227
|
+
umap/static/umap/locale/fr.js,sha256=Kq38tu71As4bQxDn7ytXTT-TFCNca1_UNwrdXcgeb44,28199
|
|
228
|
+
umap/static/umap/locale/fr.json,sha256=nq8bNIDyb5T_UW1lCMaIboc-6GHBVKMztU140X5l-Ow,28134
|
|
229
|
+
umap/static/umap/locale/gl.js,sha256=alLzZxIN3YhYNkb_do4SZyvdQYlAORf1s3gdO1wAPU0,27376
|
|
230
|
+
umap/static/umap/locale/gl.json,sha256=Gos5mB7VA4-3-8He-T_YOieqxAwKP6EDqrInHYv8i5s,27311
|
|
231
|
+
umap/static/umap/locale/he.js,sha256=50n6M-b69TRB8QdbrstaK-IeE-6bMKo2QK_QEYQyrIg,29634
|
|
232
|
+
umap/static/umap/locale/he.json,sha256=Jv0o551uTyPGusaY6jnf3eT3nPpRlmty1c3ks2ouPrQ,29569
|
|
233
|
+
umap/static/umap/locale/hr.js,sha256=IS2LFr3iPY9XrcRMVikFK60FUDBo-utuxTiXiC0v5jc,26017
|
|
234
|
+
umap/static/umap/locale/hr.json,sha256=gq4jt2fESFLxVzePFTpyf886d22sNTR5RHsH1KU5hrY,25952
|
|
235
|
+
umap/static/umap/locale/hu.js,sha256=VSDeUkh-Ws7M2paHQg5MrJZUgeas4JL7PR81uc3s4MQ,29351
|
|
236
|
+
umap/static/umap/locale/hu.json,sha256=H6zeMXxzNTIhiTFGG73LlsyMp5GgTcRqfHFtXUKlgSY,29286
|
|
237
|
+
umap/static/umap/locale/id.js,sha256=HepHFD0pVv7nJ-7kQrXrlG9KhNrPMeKoNbZkoFPPdbo,25839
|
|
238
|
+
umap/static/umap/locale/id.json,sha256=UjNkQNth3wl8-go8hr0ZzFGU_VOcoQvXVDfL3YSNvRk,25774
|
|
239
|
+
umap/static/umap/locale/is.js,sha256=YlKmndnl4imWw0LCAD6wsf5SBOruJ9RGTkIDhdhfdyA,27258
|
|
240
|
+
umap/static/umap/locale/is.json,sha256=GpBX-2NRTQWhCkO1XVDXdU4dCa4cNgwLCn0RVTRUOaI,27193
|
|
241
|
+
umap/static/umap/locale/it.js,sha256=j1py9LFtTBpWm1NLIoNOltAGTuUkZiFS9qZOMYOOSag,28292
|
|
242
|
+
umap/static/umap/locale/it.json,sha256=phnyTuWiaAHUbHmZLCT8pT-TqGKMELi838JW9v-1SnY,28227
|
|
243
|
+
umap/static/umap/locale/ja.js,sha256=I6nJ2VH9Q8ZvEn6Ph8uXHxCdYSBWf030uIeQ-ThCn2Y,28681
|
|
244
|
+
umap/static/umap/locale/ja.json,sha256=rtOrZZr2xJ69QFIEA8sQU1_88gLrOWGci13PvDTe8Hg,28616
|
|
245
|
+
umap/static/umap/locale/ko.js,sha256=ZL60ERrJseRE2xfv_ZawhSe3pNxnSzJKSdlC9VbiKxw,26081
|
|
246
|
+
umap/static/umap/locale/ko.json,sha256=01JOCLmYP6GHL72emib3j8rCmsiNZx0aTszx8DThNiQ,26016
|
|
247
|
+
umap/static/umap/locale/lt.js,sha256=4bHCAJ9jyhY1bPjLISkJKzgs0RP8yD6x-L8f8zVP-fg,26720
|
|
248
|
+
umap/static/umap/locale/lt.json,sha256=wFwWj77kWTSWffr_C-jNZ5_MMrsDv3mlcnnBVqJUkhs,26655
|
|
249
|
+
umap/static/umap/locale/ms.js,sha256=9fVCmMTdHKVGR7w0MLBiD1o_0f7ktkpuofaTX5xQllc,27148
|
|
250
|
+
umap/static/umap/locale/ms.json,sha256=tJbptKybFLUzkB3cwndc38Vcf3tBL65H31YwhmZXl_k,27083
|
|
251
|
+
umap/static/umap/locale/nl.js,sha256=2crd0X4ATdU_HAkvgkMA0klI6M-3UcbVXtOWdrevPuk,27271
|
|
252
|
+
umap/static/umap/locale/nl.json,sha256=EdivZvsaCLi7dr1rUeUT8kky9-SlHydTAD9edZUxid8,27206
|
|
253
|
+
umap/static/umap/locale/no.js,sha256=-VkHkEb1DuXL85ldFuPPryXUksEb_RRBhfuhrTe7s9E,26078
|
|
254
|
+
umap/static/umap/locale/no.json,sha256=_kOcAkcK-4c3iQxwcKhHD7Qp01TQO5fAgf0DRMM9RL8,26013
|
|
255
|
+
umap/static/umap/locale/pl.js,sha256=PVIBx0R17PeZKvfzq6ekAoGywOhwDG7RGsN2KaD9-LU,27428
|
|
256
|
+
umap/static/umap/locale/pl.json,sha256=Chz8YEXEs6oh4WeKN0ZoY1DtRE5RBYahdpCNoqCllSc,27363
|
|
257
|
+
umap/static/umap/locale/pl_PL.json,sha256=UjNkQNth3wl8-go8hr0ZzFGU_VOcoQvXVDfL3YSNvRk,25774
|
|
258
|
+
umap/static/umap/locale/pt.js,sha256=41-KfOXn2dsw5mB2bi6TMaTwA_HFrkt6BYZ_0SlVa4I,27348
|
|
259
|
+
umap/static/umap/locale/pt.json,sha256=85UGbCEVf5su-mdUwoApxQwY07uxozgKEciD2TsTZPc,27283
|
|
260
|
+
umap/static/umap/locale/pt_BR.js,sha256=C7gxcZvFmjBDHg2vK5Ljef-WwkIF9PHmXl1XnibgyEE,27342
|
|
261
|
+
umap/static/umap/locale/pt_BR.json,sha256=1Jpzndg03cHvMFdVCY6VFof_l1ix1ta7nzzXdJN_3Eo,27271
|
|
262
|
+
umap/static/umap/locale/pt_PT.js,sha256=iaS_S7nrLak-dXjSMmi6lRBKKCTgQgQoo7zy1rFOKjQ,27354
|
|
263
|
+
umap/static/umap/locale/pt_PT.json,sha256=iF3GmersaypsMikazok5yGu6ynzjrcOU3UwiWk1aoD0,27283
|
|
264
|
+
umap/static/umap/locale/ro.js,sha256=DGxFMsv554Vj7g09oD2OUfAPQpZqLUOVRoj4k_Tt-UY,25876
|
|
265
|
+
umap/static/umap/locale/ro.json,sha256=qeg-3sPYFaAi1FFz1eAeSmbiiXmkcpWJwotMrYw00eg,25811
|
|
266
|
+
umap/static/umap/locale/ru.js,sha256=vwIkoM-tNBkk1HxddyIUI1-IB4IXEj9zXSZO_aHG8YU,33799
|
|
267
|
+
umap/static/umap/locale/ru.json,sha256=YvHpwetIU0PxNIr_I8e46jFJWfuu3KDqGUQuMYrVD1Y,33734
|
|
267
268
|
umap/static/umap/locale/si.js,sha256=_Wa9_18OzdnqGUvqbq0PDKC0pTGH6FhAw0vEZrkoxEQ,25799
|
|
268
269
|
umap/static/umap/locale/si.json,sha256=nXKIS9TV2eY76aWr5ylKIXQHaTzikUu8i4qmSV7SnJQ,25734
|
|
269
|
-
umap/static/umap/locale/sk_SK.js,sha256=
|
|
270
|
-
umap/static/umap/locale/sk_SK.json,sha256=
|
|
271
|
-
umap/static/umap/locale/sl.js,sha256=
|
|
272
|
-
umap/static/umap/locale/sl.json,sha256=
|
|
273
|
-
umap/static/umap/locale/sr.js,sha256=
|
|
274
|
-
umap/static/umap/locale/sr.json,sha256=
|
|
275
|
-
umap/static/umap/locale/sv.js,sha256=
|
|
276
|
-
umap/static/umap/locale/sv.json,sha256=
|
|
277
|
-
umap/static/umap/locale/th_TH.js,sha256=
|
|
278
|
-
umap/static/umap/locale/th_TH.json,sha256=
|
|
279
|
-
umap/static/umap/locale/tr.js,sha256=
|
|
280
|
-
umap/static/umap/locale/tr.json,sha256=
|
|
281
|
-
umap/static/umap/locale/uk_UA.js,sha256=
|
|
282
|
-
umap/static/umap/locale/uk_UA.json,sha256=
|
|
283
|
-
umap/static/umap/locale/vi.js,sha256=
|
|
284
|
-
umap/static/umap/locale/vi.json,sha256=
|
|
285
|
-
umap/static/umap/locale/vi_VN.json,sha256=
|
|
286
|
-
umap/static/umap/locale/zh.js,sha256=
|
|
287
|
-
umap/static/umap/locale/zh.json,sha256=
|
|
288
|
-
umap/static/umap/locale/zh_CN.json,sha256=
|
|
289
|
-
umap/static/umap/locale/zh_TW.Big5.json,sha256=
|
|
290
|
-
umap/static/umap/locale/zh_TW.js,sha256=
|
|
291
|
-
umap/static/umap/locale/zh_TW.json,sha256=
|
|
270
|
+
umap/static/umap/locale/sk_SK.js,sha256=SE73sbmXUsV4VO_10j2EP8P2H6Zh4m2P315ioY8oE_Q,27226
|
|
271
|
+
umap/static/umap/locale/sk_SK.json,sha256=3hqugwTiQqJr7oJpCvVGnMrE4uZNtF330WI2JDaoNTU,27155
|
|
272
|
+
umap/static/umap/locale/sl.js,sha256=WIUlS3_IdSu3i2M2kkJ9CkxJFVvPYJLPlXiyooZjAw8,27084
|
|
273
|
+
umap/static/umap/locale/sl.json,sha256=YG0MjzfDpr8QFUrhfwPYXfpSKtnmcuzQT4bgqrQwCuY,27019
|
|
274
|
+
umap/static/umap/locale/sr.js,sha256=PgaGoOBOqEc5UNn0fzCNr-S5-BzifX1bQ3Q1UII4gAw,30276
|
|
275
|
+
umap/static/umap/locale/sr.json,sha256=D1d5BWlr6n3Qpw9iRISbeFykTeajgvjdQg4WZ_GWDK4,30211
|
|
276
|
+
umap/static/umap/locale/sv.js,sha256=BcPHcBkKg3iWwwuGTpex9sUx4aS8VkUYy_lZnLF_3SU,27025
|
|
277
|
+
umap/static/umap/locale/sv.json,sha256=amsLJ54-y1nZTuqjPlao8Kse43du7NZ13HxpvCXpYkI,26960
|
|
278
|
+
umap/static/umap/locale/th_TH.js,sha256=oNWZzh01iEYDJ2dtZUHHRD8lLcpt_cnhMJPE4iGGuBs,25845
|
|
279
|
+
umap/static/umap/locale/th_TH.json,sha256=UjNkQNth3wl8-go8hr0ZzFGU_VOcoQvXVDfL3YSNvRk,25774
|
|
280
|
+
umap/static/umap/locale/tr.js,sha256=8QCSRY2Prb5wMnxuKQYj2tbo1_TrTdCjrjAFsrJKzUQ,27539
|
|
281
|
+
umap/static/umap/locale/tr.json,sha256=y4MF9rETzrpGYAmRQxLSELgMQUg6F-RizD_U1rLNlmo,27474
|
|
282
|
+
umap/static/umap/locale/uk_UA.js,sha256=8sdY0wIcK1iLGHSrsoCO1D8X-4TF7CuN96kjXVVlijk,33428
|
|
283
|
+
umap/static/umap/locale/uk_UA.json,sha256=zvza66VHdMqfLeKe3Vv8czpJzvflsm9rLsnWFkBLAq0,33357
|
|
284
|
+
umap/static/umap/locale/vi.js,sha256=ZSPSxXr9HHDoVBscncOa1t8jJUEaoR1eDyNdNq-YjrI,26149
|
|
285
|
+
umap/static/umap/locale/vi.json,sha256=PpcCsRpxT5c4tSDl-Jsxd33uQXxVDucUIZWtlkoXVfY,26084
|
|
286
|
+
umap/static/umap/locale/vi_VN.json,sha256=UjNkQNth3wl8-go8hr0ZzFGU_VOcoQvXVDfL3YSNvRk,25774
|
|
287
|
+
umap/static/umap/locale/zh.js,sha256=QGRtkUvQfJXMZaInEg7sGAN6VuM51aG7I5ZwhNoJags,25480
|
|
288
|
+
umap/static/umap/locale/zh.json,sha256=_hgBDOu0AbNWj3RRBlXDq4lWQvt60Y6-lFC1Nq0_jcg,25415
|
|
289
|
+
umap/static/umap/locale/zh_CN.json,sha256=UjNkQNth3wl8-go8hr0ZzFGU_VOcoQvXVDfL3YSNvRk,25774
|
|
290
|
+
umap/static/umap/locale/zh_TW.Big5.json,sha256=UjNkQNth3wl8-go8hr0ZzFGU_VOcoQvXVDfL3YSNvRk,25774
|
|
291
|
+
umap/static/umap/locale/zh_TW.js,sha256=BWvfnL03xW_rH5KVd3IsEmZf_MsSyfyaPchx91LgAg0,25437
|
|
292
|
+
umap/static/umap/locale/zh_TW.json,sha256=DI4QghHGMGPtRYe4ryPdnHg9R4v0d16K_0vFgnt1Az4,25366
|
|
292
293
|
umap/static/umap/test/.eslintrc,sha256=zxYJhhVZ0wLRZ5qxM3yYJTGq_c134VHa8J2hplugqQ0,464
|
|
293
294
|
umap/static/umap/test/Choropleth.js,sha256=_4SMYFErWeuEjswt28GjseByotonFQ8zuHYiyqmlkuI,5340
|
|
294
295
|
umap/static/umap/test/Controls.js,sha256=cfLfIzCWawKaVRRFmyFS5pUDySDIDoJSR6tQ4eH3hEw,3516
|
|
295
296
|
umap/static/umap/test/DataLayer.js,sha256=dhsYY_ey_BsyW9RCRONenCt3yrgV5Ahk79bjM_cR5zA,15736
|
|
296
297
|
umap/static/umap/test/Feature.js,sha256=D9AiFKCsVCJwqp280i-LhPAhFqfL_Ov8XJE3qivVOFo,12472
|
|
297
|
-
umap/static/umap/test/Map.Export.js,sha256=
|
|
298
|
+
umap/static/umap/test/Map.Export.js,sha256=4a4LTunh7bZNBtJXeh6WyS4CXkc6ZRRfAwHRvxNE9MQ,5104
|
|
298
299
|
umap/static/umap/test/Map.Init.js,sha256=g-u-0Oe8ucGL9ihZXBBT_S-ji5AG8Wwm4XeqqcniWyg,1589
|
|
299
300
|
umap/static/umap/test/Map.js,sha256=fkyT_XIIh8LsZcyFDPTOUW9IB84j7sqT1WuX4UM6HQE,17727
|
|
300
301
|
umap/static/umap/test/Marker.js,sha256=cuMzi2s6yJ4v_kWsn5vOnCfnWiFip__0RE3G-JqJuQ4,4179
|
|
301
302
|
umap/static/umap/test/Permissions.js,sha256=D2zw97L1bqIwZSG30r0NnbS1YLxGiCNQIKWmRuYuSGM,2239
|
|
302
|
-
umap/static/umap/test/Polygon.js,sha256=
|
|
303
|
-
umap/static/umap/test/Polyline.js,sha256=
|
|
303
|
+
umap/static/umap/test/Polygon.js,sha256=4XHWiJO-n9Ng8aRUYGT1JUsAoQV7TbD9j9Zx-fNSnKs,12618
|
|
304
|
+
umap/static/umap/test/Polyline.js,sha256=VF4Rf3sIbKwb1CEZ8bWKsJzovV9_rnCEkLedFwgQipM,14026
|
|
304
305
|
umap/static/umap/test/TableEditor.js,sha256=t0TJvhMLAu4g1lfereKWODz0G8rK4KspZn7xTWZIKFk,3216
|
|
305
306
|
umap/static/umap/test/Util.js,sha256=UOl5utosvgcyvCCDHy7vHdVfgN2RK6yawy743moChZE,17937
|
|
306
307
|
umap/static/umap/test/_pre.js,sha256=JZ3NtZlyt4hrOR5_VOeK1qcaL9a7odofAqVpPc_yDmw,13095
|
|
307
|
-
umap/static/umap/test/index.html,sha256=
|
|
308
|
+
umap/static/umap/test/index.html,sha256=tq9izxJN8T223rH2W93aHcyQMvgXNkHzbqb7Cn-hixM,5993
|
|
308
309
|
umap/static/umap/vendors/choropleth/choropleth.js,sha256=gayHzV6SB_MNdm48-ZANMOcAFkXw_rqaDUYkOWW0EkI,57721
|
|
309
310
|
umap/static/umap/vendors/chroma/chroma.min.js,sha256=oZqg3zt5dAKHJLJmbYMRoias7cZakJR8e8Vu7LmjZ60,46174
|
|
310
311
|
umap/static/umap/vendors/colorbrewer/colorbrewer.js,sha256=FebyRte_vQrD_CLC8Xjc2cI_bR694S6hDSIu26tDnZ8,24622
|
|
@@ -341,9 +342,9 @@ umap/static/umap/vendors/iconlayers/check.png,sha256=2KEJy_Q7K5Jy_514NoHXWdLk5MS
|
|
|
341
342
|
umap/static/umap/vendors/iconlayers/iconLayers.css,sha256=fUnXSp72SLBi2zm_98OhBipn6jl53eLpMAqU9kVXu3Q,2099
|
|
342
343
|
umap/static/umap/vendors/iconlayers/iconLayers.js,sha256=VcHNxU0KrRKk8fQ_biK4GNZcKj8gmMWG52irE0yY4xY,11789
|
|
343
344
|
umap/static/umap/vendors/iconlayers/transparent-pixel.png,sha256=wmsrONlpwU7Z-Y-1QYMxjQg-h-BumQw4A89vuT55IYg,2792
|
|
344
|
-
umap/static/umap/vendors/leaflet/leaflet-src.esm.js,sha256=
|
|
345
|
+
umap/static/umap/vendors/leaflet/leaflet-src.esm.js,sha256=eMFjsMapQtwyw_hoSH7k6KhKqv2zEu8R5f1e3mEWgrM,430081
|
|
345
346
|
umap/static/umap/vendors/leaflet/leaflet-src.esm.js.map,sha256=lxY34ye1PfsolFQ8pTsEtlgBJ4tW7panCBRsm35HNbs,866200
|
|
346
|
-
umap/static/umap/vendors/leaflet/leaflet-src.js,sha256=
|
|
347
|
+
umap/static/umap/vendors/leaflet/leaflet-src.js,sha256=Y0Ki5d8X0X1H2YiS590G4GgQTUnf6kP26s5XsJ2w76Q,455791
|
|
347
348
|
umap/static/umap/vendors/leaflet/leaflet-src.js.map,sha256=l7cBxd_w6YZOXEWKixXC7DN4ejJsXed7kI-eoTvi1Wo,866292
|
|
348
349
|
umap/static/umap/vendors/leaflet/leaflet.css,sha256=p4NxAoJBhIIN-hmNHrzRCf9tD_miZyoHS5obTRR9BMY,14806
|
|
349
350
|
umap/static/umap/vendors/leaflet/leaflet.js,sha256=20nQCchB9co0qIjJZRGuk2_Z9VM-kNiyxNV1lvTlZBo,147552
|
|
@@ -380,32 +381,32 @@ umap/static/umap/vendors/togeojson/togeojson.js,sha256=puEtIt0S37jxF-oY0CMD0ULKu
|
|
|
380
381
|
umap/static/umap/vendors/togpx/togpx.js,sha256=_8C0kI5rlMKEN2Ye5oIuW-pJJXZEqO9eFV8laBmvHoQ,17936
|
|
381
382
|
umap/static/umap/vendors/tokml/tokml.js,sha256=XSrRo3CM_JcYytfU6jAxsrOtQKh6p-GKo61qQzr8pnk,11521
|
|
382
383
|
umap/static/umap/vendors/toolbar/leaflet.toolbar-src.css,sha256=Q1PL4YzNw38EZdT4kmrE1oEhPm0rWuYus4GeQz6aLNA,2890
|
|
383
|
-
umap/static/umap/vendors/toolbar/leaflet.toolbar-src.js,sha256=
|
|
384
|
+
umap/static/umap/vendors/toolbar/leaflet.toolbar-src.js,sha256=sI23mMdfEuxd26dPQld3ub0Z_KXAF5x4XbFLY4pNLLo,9061
|
|
384
385
|
umap/static/umap/vendors/toolbar/leaflet.toolbar.css,sha256=5KVBOQ0ivsFuafKYvVm32wJ_fi7w8Li1-2Rwwcv85jA,2244
|
|
385
386
|
umap/static/umap/vendors/toolbar/leaflet.toolbar.js,sha256=HXh_bR49ZFpJ-GNXDNo2eHy-fJmrWehAzUeHgGhu__c,5326
|
|
386
387
|
umap/templates/404.html,sha256=chFp1sDPind5B4cXRY3Cvd6WXw-RBfN3MIujrWajjK4,381
|
|
387
388
|
umap/templates/500.html,sha256=dc0t0omG21JQCesEqV1SLrZ7RNXGtk9Diq5W9pKSAEs,5186
|
|
388
389
|
umap/templates/base.html,sha256=YG_2-Ap5N87cD6higXIJmA9B5s8G9AUCUetlevqfuHQ,1464
|
|
389
390
|
umap/templates/auth/user_detail.html,sha256=feuzzlA6QatSUI4g57JSGWViMM6iAydesVls-8J9UUc,491
|
|
390
|
-
umap/templates/auth/user_form.html,sha256=
|
|
391
|
+
umap/templates/auth/user_form.html,sha256=8gwTwoS2KyyuWvBMPbOPIEx2UZWUB2UM1DAHbAU1dLk,1748
|
|
391
392
|
umap/templates/auth/user_stars.html,sha256=UE8XnvH48ak27k42hAQviZbj-Q2DNiz1BtSb1cwCGa4,511
|
|
392
393
|
umap/templates/registration/login.html,sha256=0xthmYnxZ0RtjeAiTHpOvl874KW0kC9g9qCr6xNO4qw,1175
|
|
393
394
|
umap/templates/umap/about.html,sha256=ycCW4EFTJMjLF9YT6xJ7Kqpey4sxozQyVTUx5l48kJo,127
|
|
394
395
|
umap/templates/umap/about_summary.html,sha256=1qWxfsDgoko4FBP6wmkD4AG9cPIt6WO7fB2TT5KFUbo,2189
|
|
395
|
-
umap/templates/umap/content.html,sha256
|
|
396
|
+
umap/templates/umap/content.html,sha256=BLVvqKRdYGDNhGeSjqDSqHTyKkd8XOEkDuQO4wST52A,3063
|
|
396
397
|
umap/templates/umap/content_footer.html,sha256=Lq9CK37V2iFxqOdgGWRsJcoQs8e3Ih5VlENbQ-izX84,724
|
|
397
398
|
umap/templates/umap/css.html,sha256=gf2fB4JxWZJs1zrZhRRiVjnRQ9Jo2lQY-EtjdL2Z4kM,1463
|
|
398
399
|
umap/templates/umap/footer.html,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
399
400
|
umap/templates/umap/home.html,sha256=bKXvlOMGIYDnsrQ13kuZN36D3-fXX6yMpBLgFTFN2L4,632
|
|
400
|
-
umap/templates/umap/js.html,sha256=
|
|
401
|
+
umap/templates/umap/js.html,sha256=1lO2CZOoFTMuKY_dbnexd-JmXhGTBMkTMaRLt0HZiJQ,3610
|
|
401
402
|
umap/templates/umap/locale.js,sha256=AP-mSJQq5RyC3eNaBbk-sOsD80r0_qlvuK1afXdsVo4,112
|
|
402
403
|
umap/templates/umap/login_popup_end.html,sha256=b6csbAW1-qZZYgF1RkwfNsGpqhYzzg3wRGbntTadj2U,571
|
|
403
404
|
umap/templates/umap/map_detail.html,sha256=QshB46bhPMGpUNJBHZwMvWADCcEorY0g-B8uN9UfRHk,615
|
|
404
405
|
umap/templates/umap/map_fragment.html,sha256=eO-03bkMsJn74rnMNMuIwvnpmJLYiUl71u-ZQh-YdfA,220
|
|
405
406
|
umap/templates/umap/map_init.html,sha256=kZ7iaXixnB4DFAj2JopLDre7GA84KzBypqzwewYBZPE,185
|
|
406
|
-
umap/templates/umap/map_list.html,sha256=
|
|
407
|
+
umap/templates/umap/map_list.html,sha256=IArhrUe_2ILTpbI2sfmR89oqbqN5_7X2uFKtoqUwNGU,626
|
|
407
408
|
umap/templates/umap/map_messages.html,sha256=0SRPEp2psqXeZCDOXODzisVNSUp6xUGlEfI9Nsvscjw,264
|
|
408
|
-
umap/templates/umap/map_table.html,sha256=
|
|
409
|
+
umap/templates/umap/map_table.html,sha256=nV4TaN6wurrSAqZKw5pfZjDbFeyqN-lyFDndKuALOCw,2743
|
|
409
410
|
umap/templates/umap/messages.html,sha256=z2nSbxpXeZOXxVB1xq-lYTxm1Ynj-0zGQbGDc61Y2pE,287
|
|
410
411
|
umap/templates/umap/navigation.html,sha256=V-DbNKDE34oK59FvTxZBfcIa5KLO_dEn4dULqRns9is,1269
|
|
411
412
|
umap/templates/umap/password_change.html,sha256=trKXzqdwKCT561NhgV1Tt43f1dwqMrfcCVGayVDRGGI,958
|
|
@@ -413,9 +414,9 @@ umap/templates/umap/password_change_done.html,sha256=LNi8aPMtQCZyG7u1BD4eYnazufK
|
|
|
413
414
|
umap/templates/umap/search.html,sha256=g35uiuw2iCPpSm61QoppSift0ZcQbu4E-mhoEHzuSUA,804
|
|
414
415
|
umap/templates/umap/search_bar.html,sha256=PK4aWVIjEDcM7XcRGTLG1lMyrJce5czZoEERzQuPKVY,612
|
|
415
416
|
umap/templates/umap/success.html,sha256=3FG4yWwtdF3zvVWQ2ZAjCkgv0kcSNZlUjgYy_b-X_CI,3
|
|
416
|
-
umap/templates/umap/user_dashboard.html,sha256=
|
|
417
|
+
umap/templates/umap/user_dashboard.html,sha256=LUIYmNWCK1wBwlAthkY82yU7N78HYNQ527Jpnjj6CjU,1669
|
|
417
418
|
umap/templatetags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
418
|
-
umap/templatetags/umap_tags.py,sha256=
|
|
419
|
+
umap/templatetags/umap_tags.py,sha256=5V5xNk9e0QRhPLaSBXw-VhgK9TMqe4gaZoGfMqOU230,1648
|
|
419
420
|
umap/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
420
421
|
umap/tests/base.py,sha256=gzgJOCgXNlDRAHkxYDuxeQc451t5WN-hOZmx7Xl9GI0,4202
|
|
421
422
|
umap/tests/conftest.py,sha256=X-Yjm5b-yOjd1AVlcOIgsrIg0I5GXe4fj-sa37nxA7Y,1396
|
|
@@ -445,15 +446,17 @@ umap/tests/integration/test_anonymous_owned_map.py,sha256=9FHnXAiUlIsjfbTtgw7iss
|
|
|
445
446
|
umap/tests/integration/test_basics.py,sha256=1FesSkjNBWi5pEqN0MQlC3kIXTFZzuILq7A5ac9L-3g,1598
|
|
446
447
|
umap/tests/integration/test_browser.py,sha256=xVNEHGjwE9y6PXAzc5L8w_sEfJrN-CAvoZJVFyZRco4,4842
|
|
447
448
|
umap/tests/integration/test_drawing.py,sha256=h2szcZTv2tkicyedrZEPa50i8hKr9umYUm1iU6NhmvM,8897
|
|
448
|
-
umap/tests/integration/
|
|
449
|
+
umap/tests/integration/test_edit_datalayer.py,sha256=qhhRx2TikXHxXyDV783F2YPxmdDTvzSI-T0RKrXPJFI,1570
|
|
450
|
+
umap/tests/integration/test_export_map.py,sha256=rCpqnNWSpFO7rL5LiHFP11brR9M3SbQdoaY11EiHQLs,3079
|
|
451
|
+
umap/tests/integration/test_facets_browser.py,sha256=wRh5h2kQg-ORfHqZKoumeNJ-JSC8CtgNZG7EvJW5SLc,2670
|
|
449
452
|
umap/tests/integration/test_import.py,sha256=zYN2mXUCfvqkcrmaDqLBIaW18uruJzbErU7ci01qA2g,1857
|
|
450
453
|
umap/tests/integration/test_map.py,sha256=ml0DGWUticmDossxrqC5-p2FdpoOrj6FlD5WmWaw7tc,5898
|
|
451
454
|
umap/tests/integration/test_owned_map.py,sha256=pYnpJ5OZAo9ZyUNSOEHMharsWJw-6WmhaePYMO0GwQA,9035
|
|
452
455
|
umap/tests/integration/test_picto.py,sha256=jwblZ_NH-aqZ0wa5TzgDaXhUFkZFu899Sif3Laion0I,8380
|
|
453
456
|
umap/tests/integration/test_slideshow.py,sha256=uLPw4SyhLgpqU4-jrTu5vKSqYuZG7hXjfY8JlEt1JkM,2020
|
|
454
457
|
umap/tests/integration/test_tilelayer.py,sha256=S84Q7xsvKQcDAr05dpBog7qRCljqrSZCUu4x2WgTGCg,4139
|
|
455
|
-
umap_project-1.
|
|
456
|
-
umap_project-1.
|
|
457
|
-
umap_project-1.
|
|
458
|
-
umap_project-1.
|
|
459
|
-
umap_project-1.
|
|
458
|
+
umap_project-1.13.0.dist-info/METADATA,sha256=AqXayQIVCalPb2NGH4YlNJKslN5Ft3_qkWhyxsUrsPM,2647
|
|
459
|
+
umap_project-1.13.0.dist-info/WHEEL,sha256=9QBuHhg6FNW7lppboF2vKVbCGTVzsFykgRQjjlajrhA,87
|
|
460
|
+
umap_project-1.13.0.dist-info/entry_points.txt,sha256=gz-KDQfEsMLBae8ABOD3foJsCYGPW1tA4Y394R_1RW8,39
|
|
461
|
+
umap_project-1.13.0.dist-info/licenses/LICENSE,sha256=BtMQT5EWvEua8jhXIrm2qfP8dmRFsMqCrJtq4k9Pb34,482
|
|
462
|
+
umap_project-1.13.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|