umap-project 1.14.0a5__py3-none-any.whl → 2.0.0a1__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 +0 -14
- umap/locale/br/LC_MESSAGES/django.mo +0 -0
- umap/locale/br/LC_MESSAGES/django.po +137 -85
- umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
- umap/locale/cs_CZ/LC_MESSAGES/django.po +136 -84
- umap/locale/el/LC_MESSAGES/django.mo +0 -0
- umap/locale/el/LC_MESSAGES/django.po +136 -84
- umap/locale/en/LC_MESSAGES/django.po +128 -88
- umap/locale/es/LC_MESSAGES/django.mo +0 -0
- umap/locale/es/LC_MESSAGES/django.po +136 -84
- umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- umap/locale/fr/LC_MESSAGES/django.po +131 -91
- umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- umap/locale/hu/LC_MESSAGES/django.po +137 -85
- umap/locale/it/LC_MESSAGES/django.mo +0 -0
- umap/locale/it/LC_MESSAGES/django.po +136 -84
- umap/locale/ms/LC_MESSAGES/django.mo +0 -0
- umap/locale/ms/LC_MESSAGES/django.po +136 -84
- umap/locale/pl/LC_MESSAGES/django.mo +0 -0
- umap/locale/pl/LC_MESSAGES/django.po +136 -84
- umap/locale/sv/LC_MESSAGES/django.mo +0 -0
- umap/locale/sv/LC_MESSAGES/django.po +135 -83
- umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
- umap/locale/zh_TW/LC_MESSAGES/django.po +143 -91
- umap/models.py +23 -1
- umap/settings/__init__.py +1 -4
- umap/settings/base.py +1 -0
- umap/static/umap/base.css +5 -0
- umap/static/umap/content.css +185 -13
- umap/static/umap/favicons/icon.svg +2 -2
- umap/static/umap/img/edit.svg +3 -3
- umap/static/umap/img/icon-delete.svg +4 -0
- umap/static/umap/img/icon-download.svg +13 -0
- umap/static/umap/img/icon-duplicate.svg +5 -0
- umap/static/umap/img/icon-edit.svg +12 -0
- umap/static/umap/img/icon-share.svg +11 -0
- umap/static/umap/img/icon-view.svg +12 -0
- umap/static/umap/img/logo.svg +2 -2
- umap/static/umap/img/logo_small.svg +2 -2
- umap/static/umap/img/marker.svg +4 -0
- umap/static/umap/img/opensource.svg +2 -2
- umap/static/umap/img/osm.svg +2 -2
- umap/static/umap/js/components/fragment.js +1 -1
- umap/static/umap/js/modules/browser.js +159 -0
- umap/static/umap/js/modules/global.js +3 -1
- umap/static/umap/js/modules/request.js +155 -0
- umap/static/umap/js/umap.autocomplete.js +28 -38
- umap/static/umap/js/umap.controls.js +73 -58
- umap/static/umap/js/umap.core.js +4 -9
- umap/static/umap/js/umap.datalayer.permissions.js +13 -12
- umap/static/umap/js/umap.features.js +51 -49
- umap/static/umap/js/umap.forms.js +19 -19
- umap/static/umap/js/umap.icon.js +17 -17
- umap/static/umap/js/umap.importer.js +2 -1
- umap/static/umap/js/umap.js +242 -291
- umap/static/umap/js/umap.layer.js +173 -141
- umap/static/umap/js/umap.permissions.js +24 -25
- umap/static/umap/js/umap.popup.js +14 -14
- umap/static/umap/js/umap.share.js +4 -4
- umap/static/umap/js/umap.slideshow.js +4 -4
- umap/static/umap/js/umap.tableeditor.js +2 -2
- umap/static/umap/js/umap.ui.js +1 -1
- umap/static/umap/locale/am_ET.js +1 -11
- umap/static/umap/locale/am_ET.json +1 -11
- umap/static/umap/locale/ar.js +1 -11
- umap/static/umap/locale/ar.json +1 -11
- umap/static/umap/locale/ast.js +1 -11
- umap/static/umap/locale/ast.json +1 -11
- umap/static/umap/locale/bg.js +1 -11
- umap/static/umap/locale/bg.json +1 -11
- umap/static/umap/locale/br.js +1 -11
- umap/static/umap/locale/br.json +1 -11
- umap/static/umap/locale/ca.js +1 -11
- umap/static/umap/locale/ca.json +1 -11
- umap/static/umap/locale/cs_CZ.js +1 -11
- umap/static/umap/locale/cs_CZ.json +1 -11
- umap/static/umap/locale/da.js +1 -11
- umap/static/umap/locale/da.json +1 -11
- umap/static/umap/locale/de.js +1 -11
- umap/static/umap/locale/de.json +1 -11
- umap/static/umap/locale/el.js +1 -11
- umap/static/umap/locale/el.json +1 -11
- umap/static/umap/locale/en.js +1 -11
- umap/static/umap/locale/en.json +1 -11
- umap/static/umap/locale/en_US.json +1 -11
- umap/static/umap/locale/es.js +1 -11
- umap/static/umap/locale/es.json +1 -11
- umap/static/umap/locale/et.js +1 -11
- umap/static/umap/locale/et.json +1 -11
- umap/static/umap/locale/fa_IR.js +6 -16
- umap/static/umap/locale/fa_IR.json +6 -16
- umap/static/umap/locale/fi.js +1 -11
- umap/static/umap/locale/fi.json +1 -11
- umap/static/umap/locale/fr.js +1 -11
- umap/static/umap/locale/fr.json +1 -11
- umap/static/umap/locale/gl.js +1 -11
- umap/static/umap/locale/gl.json +1 -11
- umap/static/umap/locale/he.js +1 -11
- umap/static/umap/locale/he.json +1 -11
- umap/static/umap/locale/hr.js +1 -11
- umap/static/umap/locale/hr.json +1 -11
- umap/static/umap/locale/hu.js +1 -11
- umap/static/umap/locale/hu.json +1 -11
- umap/static/umap/locale/id.js +1 -11
- umap/static/umap/locale/id.json +1 -11
- umap/static/umap/locale/is.js +1 -11
- umap/static/umap/locale/is.json +1 -11
- umap/static/umap/locale/it.js +1 -11
- umap/static/umap/locale/it.json +1 -11
- umap/static/umap/locale/ja.js +1 -11
- umap/static/umap/locale/ja.json +1 -11
- umap/static/umap/locale/ko.js +1 -11
- umap/static/umap/locale/ko.json +1 -11
- umap/static/umap/locale/lt.js +1 -11
- umap/static/umap/locale/lt.json +1 -11
- umap/static/umap/locale/ms.js +1 -11
- umap/static/umap/locale/ms.json +1 -11
- umap/static/umap/locale/nl.js +1 -11
- umap/static/umap/locale/nl.json +1 -11
- umap/static/umap/locale/no.js +1 -11
- umap/static/umap/locale/no.json +1 -11
- umap/static/umap/locale/pl.js +1 -11
- umap/static/umap/locale/pl.json +1 -11
- umap/static/umap/locale/pl_PL.json +1 -11
- umap/static/umap/locale/pt.js +1 -11
- umap/static/umap/locale/pt.json +1 -11
- umap/static/umap/locale/pt_BR.js +1 -11
- umap/static/umap/locale/pt_BR.json +1 -11
- umap/static/umap/locale/pt_PT.js +1 -11
- umap/static/umap/locale/pt_PT.json +1 -11
- umap/static/umap/locale/ro.js +1 -11
- umap/static/umap/locale/ro.json +1 -11
- umap/static/umap/locale/ru.js +1 -11
- umap/static/umap/locale/ru.json +1 -11
- umap/static/umap/locale/sk_SK.js +1 -11
- umap/static/umap/locale/sk_SK.json +1 -11
- umap/static/umap/locale/sl.js +1 -11
- umap/static/umap/locale/sl.json +1 -11
- umap/static/umap/locale/sr.js +1 -11
- umap/static/umap/locale/sr.json +1 -11
- umap/static/umap/locale/sv.js +1 -11
- umap/static/umap/locale/sv.json +1 -11
- umap/static/umap/locale/th_TH.js +1 -11
- umap/static/umap/locale/th_TH.json +1 -11
- umap/static/umap/locale/tr.js +1 -11
- umap/static/umap/locale/tr.json +1 -11
- umap/static/umap/locale/uk_UA.js +1 -11
- umap/static/umap/locale/uk_UA.json +1 -11
- umap/static/umap/locale/vi.js +1 -11
- umap/static/umap/locale/vi.json +1 -11
- umap/static/umap/locale/vi_VN.json +1 -11
- umap/static/umap/locale/zh.js +1 -11
- umap/static/umap/locale/zh.json +1 -11
- umap/static/umap/locale/zh_CN.json +1 -11
- umap/static/umap/locale/zh_TW.Big5.json +1 -11
- umap/static/umap/locale/zh_TW.js +17 -27
- umap/static/umap/locale/zh_TW.json +17 -27
- umap/static/umap/map.css +2 -2
- umap/static/umap/nav.css +2 -1
- umap/static/umap/test/.eslintrc +0 -1
- umap/static/umap/test/Choropleth.js +29 -27
- umap/static/umap/test/DataLayer.js +207 -239
- umap/static/umap/test/Feature.js +33 -58
- umap/static/umap/test/Map.Export.js +11 -11
- umap/static/umap/test/Map.js +66 -67
- umap/static/umap/test/Marker.js +36 -32
- umap/static/umap/test/Polygon.js +95 -95
- umap/static/umap/test/Polyline.js +31 -31
- umap/static/umap/test/TableEditor.js +29 -25
- umap/static/umap/test/_pre.js +2 -7
- umap/static/umap/test/index.html +4 -4
- umap/storage.py +2 -0
- umap/templates/auth/user_form.html +3 -2
- umap/templates/base.html +1 -0
- umap/templates/registration/login.html +51 -36
- umap/templates/umap/about_summary.html +1 -1
- umap/templates/umap/branding.html +3 -0
- umap/templates/umap/content.html +15 -39
- umap/templates/umap/header.html +0 -0
- umap/templates/umap/home.html +4 -2
- umap/templates/umap/js.html +0 -2
- umap/templates/umap/map_detail.html +9 -0
- umap/templates/umap/map_init.html +1 -1
- umap/templates/umap/map_messages.html +4 -2
- umap/templates/umap/map_table.html +130 -69
- umap/templates/umap/navigation.html +2 -4
- umap/templates/umap/user_dashboard.html +29 -6
- umap/tests/base.py +1 -1
- umap/tests/integration/conftest.py +18 -0
- umap/tests/integration/test_anonymous_owned_map.py +6 -3
- umap/tests/integration/test_browser.py +166 -6
- umap/tests/integration/test_collaborative_editing.py +23 -5
- umap/tests/integration/test_dashboard.py +17 -0
- umap/tests/integration/test_edit_datalayer.py +4 -3
- umap/tests/integration/test_export_map.py +1 -1
- umap/tests/integration/test_import.py +9 -4
- umap/tests/integration/test_map.py +64 -0
- umap/tests/integration/test_map_preview.py +75 -0
- umap/tests/integration/test_owned_map.py +11 -25
- umap/tests/integration/test_picto.py +3 -3
- umap/tests/integration/test_querystring.py +52 -0
- umap/tests/integration/test_share.py +22 -0
- umap/tests/test_map_views.py +157 -14
- umap/tests/test_views.py +50 -11
- umap/urls.py +6 -12
- umap/views.py +170 -47
- {umap_project-1.14.0a5.dist-info → umap_project-2.0.0a1.dist-info}/METADATA +13 -15
- {umap_project-1.14.0a5.dist-info → umap_project-2.0.0a1.dist-info}/RECORD +212 -200
- umap/static/umap/js/umap.browser.js +0 -148
- umap/static/umap/js/umap.xhr.js +0 -304
- umap/static/umap/test/Controls.js +0 -100
- umap/static/umap/test/Map.Init.js +0 -46
- {umap_project-1.14.0a5.dist-info → umap_project-2.0.0a1.dist-info}/WHEEL +0 -0
- {umap_project-1.14.0a5.dist-info → umap_project-2.0.0a1.dist-info}/entry_points.txt +0 -0
- {umap_project-1.14.0a5.dist-info → umap_project-2.0.0a1.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
umap/__init__.py,sha256=
|
|
1
|
+
umap/__init__.py,sha256=JjKFwu49bLZSrKGbCSDHlG_iugEMjFHzWnGJXUzvbV8,20
|
|
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
|
|
5
5
|
umap/context_processors.py,sha256=HhRfnUElWwWCMk9vtXkyR3fpPcpagSpvRpqh8jYL8Lk,448
|
|
6
|
-
umap/decorators.py,sha256=
|
|
6
|
+
umap/decorators.py,sha256=ocbT65HKHy6rB8zVvuJfSYWbI7-se8wuvcuFQr-34n0,2004
|
|
7
7
|
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=
|
|
12
|
-
umap/storage.py,sha256=
|
|
13
|
-
umap/urls.py,sha256=
|
|
11
|
+
umap/models.py,sha256=mJ1T8GVUQgvyTiF3Tq0QkkE7o7ZgzovPl06GfF8Pxx4,16627
|
|
12
|
+
umap/storage.py,sha256=oARj-s34gNQwhT9x_O5mWfcaR9UDT1QiY_ZUqjCFJNE,2244
|
|
13
|
+
umap/urls.py,sha256=I1f5WxqnXQrRL6ZtO0U7Pw556bOCFxvSIjObU41Nwyo,6960
|
|
14
14
|
umap/utils.py,sha256=-UpLeatiu0oqAecWJZpi44yl3JvxE0M9ia43y6hvu-Q,5623
|
|
15
|
-
umap/views.py,sha256=
|
|
15
|
+
umap/views.py,sha256=CCdjJNIhZOuqeEs5JMJmJc4cSiF1WkhKIz_fUOfTx8U,40531
|
|
16
16
|
umap/wsgi.py,sha256=mSba0LSaWFocs-7Fw-bDljb6-Bqh9yZRJU-sTi4dGIU,1131
|
|
17
17
|
umap/bin/__init__.py,sha256=iA3ON4A6NCpenrn3q2OgefUKF5QRFIQS-FtS0pxruI8,234
|
|
18
18
|
umap/locale/am_ET/LC_MESSAGES/django.mo,sha256=meGhTk_lZZMIr3_tA7B8CV_03hxqzkwEtR7h7I4flXk,5530
|
|
@@ -23,22 +23,22 @@ umap/locale/ast/LC_MESSAGES/django.mo,sha256=KUDcu-q8RC_ZdxpQ6I_9cXxfA4X7sCrHddB
|
|
|
23
23
|
umap/locale/ast/LC_MESSAGES/django.po,sha256=cb9rEL6AdZKMwXrjEDThG2Wok-fHLTdWlRReg6DUdMA,8007
|
|
24
24
|
umap/locale/bg/LC_MESSAGES/django.mo,sha256=QN6yW3aQGofmaUEXSA1n1sa9XEGbz-IYxSs4yUeTQxs,6001
|
|
25
25
|
umap/locale/bg/LC_MESSAGES/django.po,sha256=rSwoakd4lhhqZmWafMgtsvz2kOQRRzHc7OVp7ApIHfA,12452
|
|
26
|
-
umap/locale/br/LC_MESSAGES/django.mo,sha256
|
|
27
|
-
umap/locale/br/LC_MESSAGES/django.po,sha256=
|
|
26
|
+
umap/locale/br/LC_MESSAGES/django.mo,sha256=-3EIg8vhdS5p-0Ec6ihG589l7e92Garxxdst_esOuz4,8773
|
|
27
|
+
umap/locale/br/LC_MESSAGES/django.po,sha256=uuLCaW9ydxXjNL8L8hIB6pvEG9TXzpdyKkHrzcVwsU0,14475
|
|
28
28
|
umap/locale/ca/LC_MESSAGES/django.mo,sha256=Rf6wO0lgVQPp2mX10udwDq67lWZRLsz9rreKftKIyOE,7592
|
|
29
29
|
umap/locale/ca/LC_MESSAGES/django.po,sha256=eunWyNsuSstH-8-gpgU76PYFW3neFEBSgBjkLWuBTCY,12430
|
|
30
|
-
umap/locale/cs_CZ/LC_MESSAGES/django.mo,sha256=
|
|
31
|
-
umap/locale/cs_CZ/LC_MESSAGES/django.po,sha256=
|
|
30
|
+
umap/locale/cs_CZ/LC_MESSAGES/django.mo,sha256=G6molEE2ye7xLQw4GAK1__l4Mt_gGUoQbOPdsd2ox-k,9273
|
|
31
|
+
umap/locale/cs_CZ/LC_MESSAGES/django.po,sha256=G7Fscpwehlt8Ea32m7mfBx1Ous6kZ0avbiyXeDKdkxs,14752
|
|
32
32
|
umap/locale/da/LC_MESSAGES/django.mo,sha256=egCIUdjfp0Q3CLMs4ZmhHKhoDgtnYLdn3zfvKZO3DgM,6134
|
|
33
33
|
umap/locale/da/LC_MESSAGES/django.po,sha256=sInSH-doEzt6yfTkIIvdD6tVJaVDIaYGK0K_0jaIEOk,11823
|
|
34
34
|
umap/locale/de/LC_MESSAGES/django.mo,sha256=LbXWHJqHfT4M20nceybkygGSSFwjC8S7IvkYOJw3Juw,6427
|
|
35
35
|
umap/locale/de/LC_MESSAGES/django.po,sha256=ReuTKy-QEJ8VdTMdMWdEoz3V3G-hbhkqBp0EQw3kANg,12195
|
|
36
|
-
umap/locale/el/LC_MESSAGES/django.mo,sha256=
|
|
37
|
-
umap/locale/el/LC_MESSAGES/django.po,sha256=
|
|
36
|
+
umap/locale/el/LC_MESSAGES/django.mo,sha256=cbO-nt2o5IzMYSeF9jNF6_t78JXvxCoRrKwLqq7TmM4,12507
|
|
37
|
+
umap/locale/el/LC_MESSAGES/django.po,sha256=f4f50RS_McTQohCxI7DgKUZlLjWBM_V5kVS3oAUX14M,17988
|
|
38
38
|
umap/locale/en/LC_MESSAGES/django.mo,sha256=UXCQbz2AxBvh-IQ7bGgjoBnijo8h9DfE9107A-2Mgkk,337
|
|
39
|
-
umap/locale/en/LC_MESSAGES/django.po,sha256=
|
|
40
|
-
umap/locale/es/LC_MESSAGES/django.mo,sha256=
|
|
41
|
-
umap/locale/es/LC_MESSAGES/django.po,sha256=
|
|
39
|
+
umap/locale/en/LC_MESSAGES/django.po,sha256=OhtNg7KRNMZN1NDQg781OezwQZItZrPdAJFW_OztdfA,10763
|
|
40
|
+
umap/locale/es/LC_MESSAGES/django.mo,sha256=L5NbNAvgJJWPFAXLekt86mhHQv92EUH6RIutNw7KpVo,9103
|
|
41
|
+
umap/locale/es/LC_MESSAGES/django.po,sha256=9uAJFgJzT9wT148sx_qrung8nTEBNBhEWzuNCsVjQBk,14760
|
|
42
42
|
umap/locale/et/LC_MESSAGES/django.mo,sha256=zVyI6fwSNUZl5ydLwjv4CR8t6Z7qMbmC3tU9uN3VmNI,5285
|
|
43
43
|
umap/locale/et/LC_MESSAGES/django.po,sha256=W9ubosg6zn62rnWivnFYXiBthFPsVlY5G-T75lwzN2Q,11152
|
|
44
44
|
umap/locale/eu/LC_MESSAGES/django.mo,sha256=Z7_RIi32Jt_LihwWsNuPk5F_NAPeZc1b1UPwXFEvYMg,6340
|
|
@@ -47,36 +47,36 @@ umap/locale/fa_IR/LC_MESSAGES/django.mo,sha256=rhsDYSi1mu_4ejZaBw2XzKpFP1gHkdZ6B
|
|
|
47
47
|
umap/locale/fa_IR/LC_MESSAGES/django.po,sha256=n-5L06dBH5PvDDfXyruXWeZhE4QkCnDAli5vwOzTnz0,13421
|
|
48
48
|
umap/locale/fi/LC_MESSAGES/django.mo,sha256=SUV6nc1FS8XtlKjGhn60NKEttPPRxJXIXUWwZMxRsEk,4925
|
|
49
49
|
umap/locale/fi/LC_MESSAGES/django.po,sha256=mF2LkD2bnvQR0DLyLSZRQPTVErBkuP5gLcu14poIJhM,11543
|
|
50
|
-
umap/locale/fr/LC_MESSAGES/django.mo,sha256=
|
|
51
|
-
umap/locale/fr/LC_MESSAGES/django.po,sha256=
|
|
50
|
+
umap/locale/fr/LC_MESSAGES/django.mo,sha256=5BkXevgXw9BOJ90EThfctJZsTTGTM5l4PMj9egzOI_U,10196
|
|
51
|
+
umap/locale/fr/LC_MESSAGES/django.po,sha256=kHAoU6_cocMo65wXo5k4lNwU4VBD9vd49UrD-T1lhDI,15183
|
|
52
52
|
umap/locale/gl/LC_MESSAGES/django.mo,sha256=K5BtO5vpXvhqaeTEINh8vONoB_HDGmFapqjjhfnXmr4,6315
|
|
53
53
|
umap/locale/gl/LC_MESSAGES/django.po,sha256=WavSXp7AMcgZRKeHWCb9HjyZOO4_j6MKocXecogAK2U,11931
|
|
54
54
|
umap/locale/he/LC_MESSAGES/django.mo,sha256=QLCf7QiT1qYO56x1u4516hFIO4yMobkDcqpgVibeq-8,7005
|
|
55
55
|
umap/locale/he/LC_MESSAGES/django.po,sha256=YVJA0qhStgcOwI5XwSgHu7ZNHwg34qNmSLQj7pEXGdY,12553
|
|
56
56
|
umap/locale/hr/LC_MESSAGES/django.mo,sha256=bBcaNSs-oqm_cjm6Bbqaph_ZNHF2_I_FP0xccwU9txI,1558
|
|
57
57
|
umap/locale/hr/LC_MESSAGES/django.po,sha256=Aj3m28Ugyjq-Ih32P7dzw0M4czitDqoYpCvyNsNnEnE,9742
|
|
58
|
-
umap/locale/hu/LC_MESSAGES/django.mo,sha256=
|
|
59
|
-
umap/locale/hu/LC_MESSAGES/django.po,sha256=
|
|
58
|
+
umap/locale/hu/LC_MESSAGES/django.mo,sha256=5yeTKiZZP64FhrOW-s1QRXXCkmO21PAyGAi-LwLyHFY,9775
|
|
59
|
+
umap/locale/hu/LC_MESSAGES/django.po,sha256=QNhBudyKvbij5Vq-9uV2P9SOLddx4tiFTVrcMfi6CJs,14916
|
|
60
60
|
umap/locale/id/LC_MESSAGES/django.mo,sha256=8craaGVnVbONfojnkDUUtoxMyeI2tt6GdIWeWZGcaJ8,425
|
|
61
61
|
umap/locale/id/LC_MESSAGES/django.po,sha256=wmbgIN1R7vRDgAdzBu7ZHnTpg5fpB3hmJyjAzRNoN-M,8000
|
|
62
62
|
umap/locale/is/LC_MESSAGES/django.mo,sha256=y1U3ITGw76BFGF8X3ix1plI-y6z7q9-gSZm1UHfuJ6E,6648
|
|
63
63
|
umap/locale/is/LC_MESSAGES/django.po,sha256=tnV63t6CAbqIPEcORVyL4hf82bxs0AtkAJ7jg9fwwWQ,12166
|
|
64
|
-
umap/locale/it/LC_MESSAGES/django.mo,sha256=
|
|
65
|
-
umap/locale/it/LC_MESSAGES/django.po,sha256
|
|
64
|
+
umap/locale/it/LC_MESSAGES/django.mo,sha256=4gLCYOaPz-15x2nsOL0OJlyHsSqoeCS2YejQWFLtGqA,9226
|
|
65
|
+
umap/locale/it/LC_MESSAGES/django.po,sha256=sciPU3AWD1X0M-MOnnQBfsWvc7gQegl1THeSXblGjS8,14992
|
|
66
66
|
umap/locale/ja/LC_MESSAGES/django.mo,sha256=y0lGB2LEszaOhHcvsMCwhSjmSw2S1UfgbcnRNVPcdM0,6711
|
|
67
67
|
umap/locale/ja/LC_MESSAGES/django.po,sha256=X-IWfU5GNByb_f1fCKp1E4UbMw9iblMX-6V26o9PnPk,12277
|
|
68
68
|
umap/locale/ko/LC_MESSAGES/django.mo,sha256=QX5Ffd9evx45LA6-Kt4i3csmuZVbVhJod9n7cS1I020,6684
|
|
69
69
|
umap/locale/ko/LC_MESSAGES/django.po,sha256=07ImKVB8-paxapsf9Web6EOf2xgMR_j8rMi-IJXussM,12189
|
|
70
70
|
umap/locale/lt/LC_MESSAGES/django.mo,sha256=Qd_P5FeWzb9IJKJsWCdnThzZfQowb3kZwr3svQiVbwk,6017
|
|
71
71
|
umap/locale/lt/LC_MESSAGES/django.po,sha256=qZYFI9uGsX3GnV-bZoexBact9W68ePQMpWQharLBOMw,11835
|
|
72
|
-
umap/locale/ms/LC_MESSAGES/django.mo,sha256=
|
|
73
|
-
umap/locale/ms/LC_MESSAGES/django.po,sha256=
|
|
72
|
+
umap/locale/ms/LC_MESSAGES/django.mo,sha256=EVMgEPbqYN5UWnDUDgcpw3JheTybReMOMwMAIrcIFEA,9032
|
|
73
|
+
umap/locale/ms/LC_MESSAGES/django.po,sha256=rraaSpGgpw48PJ2jl9qKc9BFvBu0GtrqE2tyIWvePVw,14406
|
|
74
74
|
umap/locale/nl/LC_MESSAGES/django.mo,sha256=n40T9uNQIFxh6l-mzAeuoggFsWhfC2-3YYWOaRdzh1U,6115
|
|
75
75
|
umap/locale/nl/LC_MESSAGES/django.po,sha256=VElfYgq0YFtHxjQgZZnrYAQITAfPVPvjXuKuRDP0cG4,11727
|
|
76
76
|
umap/locale/no/LC_MESSAGES/django.mo,sha256=ADQ1RdDyg19YZHw2wKl_bxEgMu_0wK7HaoYk_nsxXks,423
|
|
77
77
|
umap/locale/no/LC_MESSAGES/django.po,sha256=HXr3Y_gxOPjdU1pSV_tyX_l7pbDMVrFBdf0gm3gciwI,7998
|
|
78
|
-
umap/locale/pl/LC_MESSAGES/django.mo,sha256=
|
|
79
|
-
umap/locale/pl/LC_MESSAGES/django.po,sha256=
|
|
78
|
+
umap/locale/pl/LC_MESSAGES/django.mo,sha256=rAcyP8R-5CZPdZ9XLi16GWyrcRpDJUZCwbdAq-q7OVY,8631
|
|
79
|
+
umap/locale/pl/LC_MESSAGES/django.po,sha256=lHxJEZ_oOr1uk-dZPHqiHntNKqxqsmUVRvJVp69kocc,14563
|
|
80
80
|
umap/locale/pt/LC_MESSAGES/django.mo,sha256=upT0cDQdpvE6pAUlk1ojN5ub58ylpUWK6uKG_i_hgFw,6402
|
|
81
81
|
umap/locale/pt/LC_MESSAGES/django.po,sha256=wl0rJ6OvoHKX0f0Q1aD41GuyIol31-1EueSc4e5E5F4,11998
|
|
82
82
|
umap/locale/pt_BR/LC_MESSAGES/django.mo,sha256=z0bFYr1U-lHDtlk0Rc_JJmh-NMjMg1p4vjYHqHj_lt4,6389
|
|
@@ -95,8 +95,8 @@ umap/locale/sl/LC_MESSAGES/django.mo,sha256=svLkvatKDuLgO-aKJYwtbOfJ43XHcGtV2oZ5
|
|
|
95
95
|
umap/locale/sl/LC_MESSAGES/django.po,sha256=xD1_FpFYxPkLl1wcenJrkklGHhkkB9nJN2tNxYYSoKs,11786
|
|
96
96
|
umap/locale/sr/LC_MESSAGES/django.mo,sha256=J96PppeNTMq0YZH5xea4k2ClagJnaUo02FeM2TMxfYU,7740
|
|
97
97
|
umap/locale/sr/LC_MESSAGES/django.po,sha256=aVbimIPqU7jXekk_pd_34LrAY9euZzKvtjEB-xsoWHo,13286
|
|
98
|
-
umap/locale/sv/LC_MESSAGES/django.mo,sha256=
|
|
99
|
-
umap/locale/sv/LC_MESSAGES/django.po,sha256=
|
|
98
|
+
umap/locale/sv/LC_MESSAGES/django.mo,sha256=nYdybydk6PWNSpb1dgcuNypc_X6WUmexQ66Dcp-It4o,7853
|
|
99
|
+
umap/locale/sv/LC_MESSAGES/django.po,sha256=K1IWuOHlj1ynB30ldYEIbdp62ShmHStp4BUxHdnO8oI,13802
|
|
100
100
|
umap/locale/th_TH/LC_MESSAGES/django.mo,sha256=tlie4pGx5LzO21a9xGMgMbAjvsk-RmK3DL38yKd8KCk,9031
|
|
101
101
|
umap/locale/th_TH/LC_MESSAGES/django.po,sha256=dIO3AAStnADQi9KRQteyd4AIo_l5Cf4CDJ9vs3H-aew,14515
|
|
102
102
|
umap/locale/tr/LC_MESSAGES/django.mo,sha256=p_Q4YVYuYG-rhNNhFvHjm79VGxej3NtyJWye9lovqLo,6422
|
|
@@ -107,8 +107,8 @@ umap/locale/vi/LC_MESSAGES/django.mo,sha256=pnnzASDZZUWe4QusU4l5_HaYWXimMLJQ6Tid
|
|
|
107
107
|
umap/locale/vi/LC_MESSAGES/django.po,sha256=tB-3HAiEmyMnT9l_Z_DY_3YoL-zYs0DQ2nN685RaqGQ,11521
|
|
108
108
|
umap/locale/zh/LC_MESSAGES/django.mo,sha256=5zixqUSQMyJk1G5mTMciH5qWtLCtLNxwQS7qQQb6gZk,3613
|
|
109
109
|
umap/locale/zh/LC_MESSAGES/django.po,sha256=dCd50DQIcEbovNOzH91i5FNJlnYmTMezu-jLilypXF0,10547
|
|
110
|
-
umap/locale/zh_TW/LC_MESSAGES/django.mo,sha256=
|
|
111
|
-
umap/locale/zh_TW/LC_MESSAGES/django.po,sha256=
|
|
110
|
+
umap/locale/zh_TW/LC_MESSAGES/django.mo,sha256=yYpuMzBxwps_QiIDXt9BP3EJQHkIsl3NdH2P9EwGMVk,8749
|
|
111
|
+
umap/locale/zh_TW/LC_MESSAGES/django.po,sha256=U11KT6s3eI38yes7q9J4EPbZpUVkmIPygJfiU1r4w7w,14127
|
|
112
112
|
umap/management/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
113
113
|
umap/management/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
114
114
|
umap/management/commands/anonymous_edit_url.py,sha256=hsWgPzZJmLCoDKTWziFUuwq-DdnSiXkSal2t2TIED-s,1070
|
|
@@ -131,18 +131,18 @@ umap/migrations/0014_map_created_at.py,sha256=VcK1r2MNFJ5wt07_gRWJRf_fF22_GbYhpO
|
|
|
131
131
|
umap/migrations/0015_alter_pictogram_pictogram.py,sha256=ABoM7PXhcO6R2AM_XH6KITyhnP_dtw9d2xc5XVJiH7c,392
|
|
132
132
|
umap/migrations/0016_pictogram_category.py,sha256=xSNApTToAXVzYSH28ZVqfZq8q0ODSI9czwcQRkTHcX0,416
|
|
133
133
|
umap/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
134
|
-
umap/settings/__init__.py,sha256=
|
|
135
|
-
umap/settings/base.py,sha256=
|
|
134
|
+
umap/settings/__init__.py,sha256=xxt2Nq7a3xjGTvn1f1hEBV8xErNu0XJ-qP_S21uWzpQ,1597
|
|
135
|
+
umap/settings/base.py,sha256=2O9tKAlFkyxbaVHPxJwNTFgzeLr_oUQG8I4puG-pU44,9779
|
|
136
136
|
umap/settings/dev.py,sha256=iGroLwlJM2EeqZ4HUC3DviUOgJy-SoULN1WB5AD4xFM,385
|
|
137
137
|
umap/settings/local.py.sample,sha256=a9VuVI85Fa4MCN85q_IRkOr3CFsmRqn5mAO9xpeUAR4,3143
|
|
138
138
|
umap/static/.gitignore,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
139
|
-
umap/static/umap/base.css,sha256=
|
|
139
|
+
umap/static/umap/base.css,sha256=_IyABJTqxZ_YESwBA-5AN1c1FjZHSFTQdlb6QvQIV9k,21490
|
|
140
140
|
umap/static/umap/bitbucket.png,sha256=Z-xsnM3QOUn9tJQ0RjPXCpALghrzaDDZP7wSePSjSr8,9125
|
|
141
|
-
umap/static/umap/content.css,sha256=
|
|
141
|
+
umap/static/umap/content.css,sha256=ZOinyapfT8FYqq0f7mPc29-HpzYUhfp1_yMcZEHLmT0,11185
|
|
142
142
|
umap/static/umap/font.css,sha256=fYmTKNd_Ts6TrmBbnLRgyeUS4vpfxkEqhLR-pkd3KrA,904
|
|
143
143
|
umap/static/umap/github.png,sha256=Yiw6VX71qO87vNgJaDuirn3JVlUwrzIpkT9vbtROg1o,1564
|
|
144
|
-
umap/static/umap/map.css,sha256=
|
|
145
|
-
umap/static/umap/nav.css,sha256=
|
|
144
|
+
umap/static/umap/map.css,sha256=AQNYv8BI3FQW6CzexzvfqiblxhC8u_JNFsrwRqu21oo,42863
|
|
145
|
+
umap/static/umap/nav.css,sha256=tJUQeJgpxVq4R001VZTka37YY4E-PeY_NysEW0SlLzc,1537
|
|
146
146
|
umap/static/umap/openstreetmap.png,sha256=xccBb_RsN7uchm7fRowVLjrzmCtj1-1PLByurkdjcr8,19408
|
|
147
147
|
umap/static/umap/theme.css,sha256=gkbyghlT5kNfz0Qyg1JL7xalqvHVx321eO9qlnvcaAU,49
|
|
148
148
|
umap/static/umap/twitter.png,sha256=BnVH7PcYlgKW56KHSOMRPevji2DvhJmvzFjl3-iF7c0,3225
|
|
@@ -150,7 +150,7 @@ umap/static/umap/favicons/apple-touch-icon.png,sha256=xjhkAIZwNywTApzAgnwSvagpcm
|
|
|
150
150
|
umap/static/umap/favicons/favicon.ico,sha256=0jjg1MnZ2AdWFLKjEwZSf09TVXlqz6oNdtX4rRppHdA,15086
|
|
151
151
|
umap/static/umap/favicons/icon-192.png,sha256=saYoRLAaZNkHHntkmldXiptk9FEcaGWDO3N6HpYyw8w,2987
|
|
152
152
|
umap/static/umap/favicons/icon-512.png,sha256=h_VHiNf_wJWK6mQEQsx_FMMPj3DG7W65iBylCQrcTto,7516
|
|
153
|
-
umap/static/umap/favicons/icon.svg,sha256=
|
|
153
|
+
umap/static/umap/favicons/icon.svg,sha256=YkuTLY_tyi-P-LEC9exeLCiSu2xjVMpQU24wM6Jh9FE,390
|
|
154
154
|
umap/static/umap/font/FiraSans-Light.woff,sha256=BpuM9rShca7idiLmGAsWZhXcJcuyVULgOmR2uORNOY8,182984
|
|
155
155
|
umap/static/umap/font/FiraSans-Light.woff2,sha256=b9P588hmLKGEFmHzEJ5NQsTOlaSpFfFf8XhK7pfNt_o,129180
|
|
156
156
|
umap/static/umap/font/FiraSans-LightItalic.woff,sha256=KrCtvOQECD-z6QTULkBg4vv-c1Eo7s0X2IUzVkugeQY,191400
|
|
@@ -161,156 +161,161 @@ umap/static/umap/img/16-white.svg,sha256=zOp7SOTF5N0UixoriN-YPHcUWJ8oVTsptENVvCw
|
|
|
161
161
|
umap/static/umap/img/16.svg,sha256=aWuJ2C7pahh1KPV8Q8ZQnCFFlrbvDfcmP4PTldvcNi8,21424
|
|
162
162
|
umap/static/umap/img/24-white.svg,sha256=tq2MLPvVKz4h4dHCmMp1-_brBmudqyCcMcSShhnDh24,17550
|
|
163
163
|
umap/static/umap/img/24.svg,sha256=jpi6lDVbN89-zyH3VwNf0pOKzjOfuF9l9yPV-NpE1cI,25175
|
|
164
|
-
umap/static/umap/img/edit.svg,sha256=
|
|
164
|
+
umap/static/umap/img/edit.svg,sha256=I3YHkH3X6CQP0TkoKev-9yQD-DeKobDl6MN-bAH2ghs,554
|
|
165
165
|
umap/static/umap/img/icon-bg.png,sha256=EeliGSnA81n2CBPKELxRjCodV5Xyqy9yLaoacWNZkdQ,190
|
|
166
|
-
umap/static/umap/img/
|
|
166
|
+
umap/static/umap/img/icon-delete.svg,sha256=ORwww_L88Co87ImlpKw4hj1DYG8KMbj2l5q6lxToRNg,386
|
|
167
|
+
umap/static/umap/img/icon-download.svg,sha256=-KLOn9NCIQka-tZOCbvOoA4Io7tJIi1lEdeFAmmnsrM,554
|
|
168
|
+
umap/static/umap/img/icon-duplicate.svg,sha256=Q6Mnffy831mt-OhrdyQjZ74XytoPkr-aVxDurUnMD9w,511
|
|
169
|
+
umap/static/umap/img/icon-edit.svg,sha256=LEKK318AdfTF39aRv-bchkVQMBQC01_keDfNcQBjCjg,526
|
|
170
|
+
umap/static/umap/img/icon-share.svg,sha256=gM10E83eYKoeb7f3_r4WvTsKPVzIBM0Fd0cVDocdeus,517
|
|
171
|
+
umap/static/umap/img/icon-view.svg,sha256=B_7C10pw1OMMRNkOebzV4Z-s9e7UjeOGIYkPb71DQh4,495
|
|
172
|
+
umap/static/umap/img/logo.svg,sha256=yLz4cKJmvn5ROlr_yFz5ZSYBi4vPqLnuo5_KTncyYXs,327
|
|
167
173
|
umap/static/umap/img/logo_filigree.png,sha256=Io-aPHqkEZi5z_WM-XialFGSHn7U6Oxwqb1pc0o5c1Y,5537
|
|
168
|
-
umap/static/umap/img/logo_small.svg,sha256=
|
|
174
|
+
umap/static/umap/img/logo_small.svg,sha256=Pk-yvvP5j1bcj3TY-k-SzvK1KBuXVBtsJEGSsPQvFPA,2465
|
|
169
175
|
umap/static/umap/img/marker.png,sha256=0DYKyg5h8swIh80zYGOXcjP3QwFthMeHIO4AJv5V3VE,375
|
|
170
|
-
umap/static/umap/img/
|
|
171
|
-
umap/static/umap/img/
|
|
176
|
+
umap/static/umap/img/marker.svg,sha256=P37vV2PhFPecAtY8qR3VlRuB79_wFaMeqKm2tX-2tkA,254
|
|
177
|
+
umap/static/umap/img/opensource.svg,sha256=DLoPUwQivWNDY0DsKLsL0CK4a6x30ao0YXuUJN-HzYI,473
|
|
178
|
+
umap/static/umap/img/osm.svg,sha256=Owz6LQS8mm5ySW0XqnpyXf0WZx7pthz2GLzqwk5cuBA,1997
|
|
172
179
|
umap/static/umap/img/search.gif,sha256=Ws7V8knHJGdxG5_12zfPoBweX6PjOjHzrzYY4eyAY-4,1472
|
|
173
180
|
umap/static/umap/img/source/16-white.svg,sha256=sZQhsA8bf5EyxjxksJMtlmx8pyYbI-OZiFiFX4xSuj4,73381
|
|
174
181
|
umap/static/umap/img/source/16.svg,sha256=OHwbeoiEMXfGLSzCauzOdBEkNzCr_sC4sNB1sTn5JJ0,43293
|
|
175
182
|
umap/static/umap/img/source/24-white.svg,sha256=31n0rwyxcoJ69Mm2hvSAifQV0x00px0z-Jkf__UetnA,29369
|
|
176
183
|
umap/static/umap/img/source/24.svg,sha256=rocP2xyMQdigy8noiipCM8hJNOc9tvF4uoXUPFBAjxY,38901
|
|
177
|
-
umap/static/umap/js/umap.autocomplete.js,sha256=
|
|
178
|
-
umap/static/umap/js/umap.
|
|
179
|
-
umap/static/umap/js/umap.
|
|
180
|
-
umap/static/umap/js/umap.
|
|
181
|
-
umap/static/umap/js/umap.
|
|
182
|
-
umap/static/umap/js/umap.
|
|
183
|
-
umap/static/umap/js/umap.
|
|
184
|
-
umap/static/umap/js/umap.
|
|
185
|
-
umap/static/umap/js/umap.
|
|
186
|
-
umap/static/umap/js/umap.js,sha256=
|
|
187
|
-
umap/static/umap/js/umap.
|
|
188
|
-
umap/static/umap/js/umap.
|
|
189
|
-
umap/static/umap/js/umap.
|
|
190
|
-
umap/static/umap/js/umap.
|
|
191
|
-
umap/static/umap/js/umap.
|
|
192
|
-
umap/static/umap/js/umap.
|
|
193
|
-
umap/static/umap/js/
|
|
194
|
-
umap/static/umap/js/
|
|
195
|
-
umap/static/umap/js/
|
|
196
|
-
umap/static/umap/js/modules/
|
|
184
|
+
umap/static/umap/js/umap.autocomplete.js,sha256=h3Ap9towVTChGSSZaMCrhWjQUPCrGcvW6fD46dD3pTs,7740
|
|
185
|
+
umap/static/umap/js/umap.controls.js,sha256=3b2unsOcIYGSNtlrxzVPnB6RBIEZ0xnP2GO5jEpNFQA,43878
|
|
186
|
+
umap/static/umap/js/umap.core.js,sha256=TavwCmJ5z4TLTDP3CX2FK_i7lAHU9dkykOoCt2hUOwc,25522
|
|
187
|
+
umap/static/umap/js/umap.datalayer.permissions.js,sha256=kpGb7sZKdcSj0QhmGZ56LFtubysc68S48e3YzeXQNNs,1947
|
|
188
|
+
umap/static/umap/js/umap.features.js,sha256=eP2obnQm7LaDKBw-lWV7ka8f7jsADthyrfR2r3tj390,34337
|
|
189
|
+
umap/static/umap/js/umap.forms.js,sha256=0lSoiA9rKfvZNzIctjp-0__igQ0wqcTqZVjyLlUhZ2Q,32411
|
|
190
|
+
umap/static/umap/js/umap.icon.js,sha256=ZWHYHYXQq46i_KWAfx9qAybyOusDe2s8j_7me9FIkxY,7228
|
|
191
|
+
umap/static/umap/js/umap.importer.js,sha256=B4kzV0VWrQK7ovIb2LDDdyaDK6tY7Q6TQejXtR8IakM,5305
|
|
192
|
+
umap/static/umap/js/umap.js,sha256=3nTEfiQrk7uFgUHVax6JwjBt-A6vciJBfmoigSqaZ-s,58828
|
|
193
|
+
umap/static/umap/js/umap.layer.js,sha256=DKnTNJpsEbBemFbemMeAUHaPRYP3TBhrn7LBfzGthWI,47290
|
|
194
|
+
umap/static/umap/js/umap.permissions.js,sha256=d7M3aoQ4QliSD7lFnCWgoUN4pHax1-6JnerH8BjvubY,6097
|
|
195
|
+
umap/static/umap/js/umap.popup.js,sha256=gIIIquaA8wb_gniQ2o-A2GtKvRy0d6heFQTbe6bEON4,9905
|
|
196
|
+
umap/static/umap/js/umap.share.js,sha256=RGGckOgw9uOCpfP1K1w1fXWgyFQUyaXz2SXX4nptiuI,7718
|
|
197
|
+
umap/static/umap/js/umap.slideshow.js,sha256=xRhNvtQJEYtyiif38KLEyquPn_L50Ga3zkD7j4V23aQ,4398
|
|
198
|
+
umap/static/umap/js/umap.tableeditor.js,sha256=EjQD_KL53Zg0mFTHGt8lBb8FeBvp8tyXGYBysnpa0wI,4077
|
|
199
|
+
umap/static/umap/js/umap.ui.js,sha256=xHj0owBiDTgahLsj6fKq3ur0JgNwJFu9BtT4uzbDQag,7699
|
|
200
|
+
umap/static/umap/js/components/fragment.js,sha256=2zFkX4A0iVeebZJawmveEMKMXQyYmBuY67rbZUPo-Fs,341
|
|
201
|
+
umap/static/umap/js/modules/browser.js,sha256=EH1HD0eT8hJsiWU89u2PWjS3FPVnu4qP67cj0VkWxYY,5480
|
|
202
|
+
umap/static/umap/js/modules/global.js,sha256=zVq5LcGuVQklwTbcjdU69Rm8Uf9OUxogsDcauTyoyoQ,508
|
|
203
|
+
umap/static/umap/js/modules/request.js,sha256=7qMUuC5Q2Ql0U8bbojUMSdGMsWrvyqM364j3uF0sLZs,4001
|
|
197
204
|
umap/static/umap/js/modules/urls.js,sha256=QhDajzML5O3TmuGW7AyaWVKCHKJBTF3658rH3O1Rb4k,884
|
|
198
|
-
umap/static/umap/locale/am_ET.js,sha256=
|
|
199
|
-
umap/static/umap/locale/am_ET.json,sha256=
|
|
200
|
-
umap/static/umap/locale/ar.js,sha256=
|
|
201
|
-
umap/static/umap/locale/ar.json,sha256=
|
|
202
|
-
umap/static/umap/locale/ast.js,sha256=
|
|
203
|
-
umap/static/umap/locale/ast.json,sha256=
|
|
204
|
-
umap/static/umap/locale/bg.js,sha256=
|
|
205
|
-
umap/static/umap/locale/bg.json,sha256=
|
|
206
|
-
umap/static/umap/locale/br.js,sha256=
|
|
207
|
-
umap/static/umap/locale/br.json,sha256=
|
|
208
|
-
umap/static/umap/locale/ca.js,sha256=
|
|
209
|
-
umap/static/umap/locale/ca.json,sha256=
|
|
210
|
-
umap/static/umap/locale/cs_CZ.js,sha256=
|
|
211
|
-
umap/static/umap/locale/cs_CZ.json,sha256=
|
|
212
|
-
umap/static/umap/locale/da.js,sha256=
|
|
213
|
-
umap/static/umap/locale/da.json,sha256=
|
|
214
|
-
umap/static/umap/locale/de.js,sha256=
|
|
215
|
-
umap/static/umap/locale/de.json,sha256=
|
|
216
|
-
umap/static/umap/locale/el.js,sha256=
|
|
217
|
-
umap/static/umap/locale/el.json,sha256=
|
|
218
|
-
umap/static/umap/locale/en.js,sha256=
|
|
219
|
-
umap/static/umap/locale/en.json,sha256=
|
|
220
|
-
umap/static/umap/locale/en_US.json,sha256=
|
|
221
|
-
umap/static/umap/locale/es.js,sha256=
|
|
222
|
-
umap/static/umap/locale/es.json,sha256=
|
|
223
|
-
umap/static/umap/locale/et.js,sha256=
|
|
224
|
-
umap/static/umap/locale/et.json,sha256=
|
|
205
|
+
umap/static/umap/locale/am_ET.js,sha256=R2dGebdXkPi_3vzW3U40Zjy5Ana-m6oyTino4HNMAqM,29438
|
|
206
|
+
umap/static/umap/locale/am_ET.json,sha256=0sOWZ83HJrdmQmvOsefRBzBCoIgCdsB5O2bLR-9pnJ0,29367
|
|
207
|
+
umap/static/umap/locale/ar.js,sha256=0D0cJse2maPMVyopcm61ukZWRyuJIEL98ksy7pFfj3g,25652
|
|
208
|
+
umap/static/umap/locale/ar.json,sha256=c6lUbsAYOp7kmFJxnpi8MF59zFD7CMenrMZorLNeXLk,25587
|
|
209
|
+
umap/static/umap/locale/ast.js,sha256=V5WwvlePQkSUvdymO1bYukMnJ1IdDDrrD0wmcn_vk-M,25205
|
|
210
|
+
umap/static/umap/locale/ast.json,sha256=RxrPnnK-J8NaOUq_BzLkJsD8NyWkS2GsMIcAJbztef4,25138
|
|
211
|
+
umap/static/umap/locale/bg.js,sha256=sJWZLRHAuLh_rF86Nn5Vy9A-YGA7rQ_05ESOR5MOraE,28526
|
|
212
|
+
umap/static/umap/locale/bg.json,sha256=i6YPCGW1I9-JJav4ExOxJYnXnIbPqTOnK-GQWAmOCIA,28461
|
|
213
|
+
umap/static/umap/locale/br.js,sha256=fHb5s_xD4nwtiIFohwxOdlYmwzk9_qGHm48ieJkn2DY,26641
|
|
214
|
+
umap/static/umap/locale/br.json,sha256=th9p3Sw4YISzbinh0HwfMzJl58KYRBhmGcChTjwMW-s,26576
|
|
215
|
+
umap/static/umap/locale/ca.js,sha256=F6E1BZVeyKZoVYDpaGZGJm_cJRx9d5SKwkyoTnXEZDo,26165
|
|
216
|
+
umap/static/umap/locale/ca.json,sha256=UErrYZGyVLO1rOAIilfkaBGoB1xAeJvCb2X7-OS6hLI,26100
|
|
217
|
+
umap/static/umap/locale/cs_CZ.js,sha256=8p4aHku0L8UexAAIxe59m-GM_NMPkeEdsfZ1L5lpgII,27351
|
|
218
|
+
umap/static/umap/locale/cs_CZ.json,sha256=7rzeRlWVU44QvHfsPXdMU53lwaMZXyX2N9K3Ok9JCcU,27280
|
|
219
|
+
umap/static/umap/locale/da.js,sha256=G-9tV7CvP9BG9Nvj42dRiMk5We_31VytoW8b5WkxHbA,25551
|
|
220
|
+
umap/static/umap/locale/da.json,sha256=IU93rC2TQy9ycW3RtqUC-mZQ4qYRukktdncqSpsVXp8,25486
|
|
221
|
+
umap/static/umap/locale/de.js,sha256=WEaOHb7VkbdKZz-EHTqGqqaAU2k2z71Kl1Ua__iOnig,27402
|
|
222
|
+
umap/static/umap/locale/de.json,sha256=DNwJa8qL65NQY5dak57eNrXWwxSFpsnLNPuireetmwI,27337
|
|
223
|
+
umap/static/umap/locale/el.js,sha256=DXRcmeIJwqcTl4LcvzkRjR8Cdy7N9raadJnPw7yZIjc,37100
|
|
224
|
+
umap/static/umap/locale/el.json,sha256=hnTe7YwqoaV0uOvKMFOXNcMEwelDEnkQe8auooNhL_4,37035
|
|
225
|
+
umap/static/umap/locale/en.js,sha256=KbQU6R8_pndqAeBYlpIREiSvFZZjMdS_ye4_PhFSdeM,25205
|
|
226
|
+
umap/static/umap/locale/en.json,sha256=LdTcPM0NqdvYxcCG5J5I_xcFTSOq-JcE3YVd25Hu6qg,25140
|
|
227
|
+
umap/static/umap/locale/en_US.json,sha256=rmjw-mpmbbd_1WRIGYDqLzXVlYZL0toNCSDyKz1q7Ug,24843
|
|
228
|
+
umap/static/umap/locale/es.js,sha256=qQ7B2hoW6HKrli79N6L9WPflGGl3CTV4v-RifXIB8ic,27697
|
|
229
|
+
umap/static/umap/locale/es.json,sha256=YpUxhTkg3b3NP7OdUW8rOEEwuGPQcYUJqoS2S2WbW_M,27632
|
|
230
|
+
umap/static/umap/locale/et.js,sha256=2eBK_7KST4Rqr9ThuiFlKSLJ7d1cbE9-rMsKXf4PdHI,25406
|
|
231
|
+
umap/static/umap/locale/et.json,sha256=fEej9Lmfd7uYDvQi_RaSaarfM6oJCyqvZkwcJXCfVCI,25341
|
|
225
232
|
umap/static/umap/locale/eu.js,sha256=NZYhxkWnzd5Kx14p5nSpNt9wNOsQvTGGrYrrxQ321Vs,24242
|
|
226
233
|
umap/static/umap/locale/eu.json,sha256=7ZbrluA4I-_HLGUqOLMABfAp_ZmDQJVsmmd4V6PlQMQ,24177
|
|
227
|
-
umap/static/umap/locale/fa_IR.js,sha256=
|
|
228
|
-
umap/static/umap/locale/fa_IR.json,sha256=
|
|
229
|
-
umap/static/umap/locale/fi.js,sha256=
|
|
230
|
-
umap/static/umap/locale/fi.json,sha256=
|
|
231
|
-
umap/static/umap/locale/fr.js,sha256=
|
|
232
|
-
umap/static/umap/locale/fr.json,sha256=
|
|
233
|
-
umap/static/umap/locale/gl.js,sha256=
|
|
234
|
-
umap/static/umap/locale/gl.json,sha256=
|
|
235
|
-
umap/static/umap/locale/he.js,sha256=
|
|
236
|
-
umap/static/umap/locale/he.json,sha256=
|
|
237
|
-
umap/static/umap/locale/hr.js,sha256=
|
|
238
|
-
umap/static/umap/locale/hr.json,sha256=
|
|
239
|
-
umap/static/umap/locale/hu.js,sha256=
|
|
240
|
-
umap/static/umap/locale/hu.json,sha256=
|
|
241
|
-
umap/static/umap/locale/id.js,sha256=
|
|
242
|
-
umap/static/umap/locale/id.json,sha256=
|
|
243
|
-
umap/static/umap/locale/is.js,sha256=
|
|
244
|
-
umap/static/umap/locale/is.json,sha256=
|
|
245
|
-
umap/static/umap/locale/it.js,sha256=
|
|
246
|
-
umap/static/umap/locale/it.json,sha256=
|
|
247
|
-
umap/static/umap/locale/ja.js,sha256=
|
|
248
|
-
umap/static/umap/locale/ja.json,sha256=
|
|
249
|
-
umap/static/umap/locale/ko.js,sha256
|
|
250
|
-
umap/static/umap/locale/ko.json,sha256=
|
|
251
|
-
umap/static/umap/locale/lt.js,sha256=
|
|
252
|
-
umap/static/umap/locale/lt.json,sha256=
|
|
253
|
-
umap/static/umap/locale/ms.js,sha256=
|
|
254
|
-
umap/static/umap/locale/ms.json,sha256=
|
|
255
|
-
umap/static/umap/locale/nl.js,sha256=
|
|
256
|
-
umap/static/umap/locale/nl.json,sha256=
|
|
257
|
-
umap/static/umap/locale/no.js,sha256=-
|
|
258
|
-
umap/static/umap/locale/no.json,sha256=
|
|
259
|
-
umap/static/umap/locale/pl.js,sha256=
|
|
260
|
-
umap/static/umap/locale/pl.json,sha256=
|
|
261
|
-
umap/static/umap/locale/pl_PL.json,sha256=
|
|
262
|
-
umap/static/umap/locale/pt.js,sha256=
|
|
263
|
-
umap/static/umap/locale/pt.json,sha256=
|
|
264
|
-
umap/static/umap/locale/pt_BR.js,sha256=
|
|
265
|
-
umap/static/umap/locale/pt_BR.json,sha256=
|
|
266
|
-
umap/static/umap/locale/pt_PT.js,sha256=
|
|
267
|
-
umap/static/umap/locale/pt_PT.json,sha256=
|
|
268
|
-
umap/static/umap/locale/ro.js,sha256=
|
|
269
|
-
umap/static/umap/locale/ro.json,sha256=
|
|
270
|
-
umap/static/umap/locale/ru.js,sha256=
|
|
271
|
-
umap/static/umap/locale/ru.json,sha256=
|
|
234
|
+
umap/static/umap/locale/fa_IR.js,sha256=wq38Vjc5Gh5TieJ4WBY25q7F-UfqouQ5_9v_-tKZk6k,31737
|
|
235
|
+
umap/static/umap/locale/fa_IR.json,sha256=_fqqZjvh7n9CU1HVY5Ful_r01FdOMwKSdP7jnDHgd3Y,31666
|
|
236
|
+
umap/static/umap/locale/fi.js,sha256=mI8uosJq5dP5PRnP619y9n_DxEMz6GX8vumeX1wMhaE,26143
|
|
237
|
+
umap/static/umap/locale/fi.json,sha256=14Dvzsz1O5NCOkoR9kRg17zzL2NYQ0JLdlXzbEoiO2I,26078
|
|
238
|
+
umap/static/umap/locale/fr.js,sha256=i7_5M1XT2KZLyTp3R1UzDgB4UXd1sw91XiIkh6k3eOE,27473
|
|
239
|
+
umap/static/umap/locale/fr.json,sha256=PEFysieZRCU2QmuArB4MFiRPVSFceJQwhebWm189hiM,27408
|
|
240
|
+
umap/static/umap/locale/gl.js,sha256=ZNlvs7owimN92VIZKkH4kmw7ZJg6HbMBIpgUyboKAlY,26740
|
|
241
|
+
umap/static/umap/locale/gl.json,sha256=mG7wZo9uCrqycZkWCTxE9cfYtR5Ejl86RkGHq-4MkgU,26675
|
|
242
|
+
umap/static/umap/locale/he.js,sha256=u3L4N4j7J5RtsPfyzwPeYAP2SOnJ8A45uwcf5xelCz4,28978
|
|
243
|
+
umap/static/umap/locale/he.json,sha256=4xbS88exmE8pJxOIwMzl1YPS0SamsuYWfen9ATfqgV8,28913
|
|
244
|
+
umap/static/umap/locale/hr.js,sha256=jilQQ05T1V7co7oV1lBBwQtqM6LBd12YyOaZllwKT8A,25374
|
|
245
|
+
umap/static/umap/locale/hr.json,sha256=QcrKo8jPaHkVi1N02Tti3iei3WqYDi8E85qnOpmoK_8,25309
|
|
246
|
+
umap/static/umap/locale/hu.js,sha256=cgde1B76MQcDV7V9Qf73295Aba0GBDgMxBKr7ivme80,28860
|
|
247
|
+
umap/static/umap/locale/hu.json,sha256=TpkO-n5DsDIt4pvXcye6lbxQFvAwDIdXnaxVRDsxp8M,28795
|
|
248
|
+
umap/static/umap/locale/id.js,sha256=UwzRW3fspX3vZChWNpjPl5HSfsjaDYu_FJsgMkbJUkk,25203
|
|
249
|
+
umap/static/umap/locale/id.json,sha256=RxrPnnK-J8NaOUq_BzLkJsD8NyWkS2GsMIcAJbztef4,25138
|
|
250
|
+
umap/static/umap/locale/is.js,sha256=7-VEx4F0KKFdzKHJ0B8eoAShgVVsjHFHn0WGw0C84I4,26617
|
|
251
|
+
umap/static/umap/locale/is.json,sha256=IIe5XAGhK0S-IOx4ooOvsKhdGk127J7Wyiv5L7wfYdI,26552
|
|
252
|
+
umap/static/umap/locale/it.js,sha256=TzYc2Ronfb3GTm3_hJ9PZWbvRUiANmvdG16MydHnJc4,27609
|
|
253
|
+
umap/static/umap/locale/it.json,sha256=X3a_I1-hRsqOdGIqBALvAJTkp7kXrKOHvVDAGEQsvCY,27544
|
|
254
|
+
umap/static/umap/locale/ja.js,sha256=CBsGd76-rbyFvPXI1de-bWDYm5UXYaVRZ6f7bmHjzUE,27965
|
|
255
|
+
umap/static/umap/locale/ja.json,sha256=s44vkOFOz8btQAW_NQwc2rxxljgshY6-lh5Rv8or59Y,27900
|
|
256
|
+
umap/static/umap/locale/ko.js,sha256=-Yg9efr5w5qkMA1DADUMzJsgwz-3Q5qNZ9IXn96i0lk,25401
|
|
257
|
+
umap/static/umap/locale/ko.json,sha256=U9BfPHUJwVMMMEK1Ncm_GpHNbcLLwFkeRYEnoY0A9TY,25336
|
|
258
|
+
umap/static/umap/locale/lt.js,sha256=XvsY46ZBA4JzLedS23QeKmlD7TFc6lBuPpRKpwVN--E,26089
|
|
259
|
+
umap/static/umap/locale/lt.json,sha256=9LYJlOdrJSn_O_pMH1hgz-2NumIkEDlLKS8M9KE1HtY,26024
|
|
260
|
+
umap/static/umap/locale/ms.js,sha256=EWRhqYj38PYzqhNkdsddPKu4lK2RGEfxkl2Ur8exvco,26473
|
|
261
|
+
umap/static/umap/locale/ms.json,sha256=ncjHopiR965eGv2dJfN18bSRCD7ER6SA7F1-O1nbmLI,26408
|
|
262
|
+
umap/static/umap/locale/nl.js,sha256=R-quA21bvjq5eqR1w9u3AoRvHqXFa_tZWJt8KIMuAhk,26569
|
|
263
|
+
umap/static/umap/locale/nl.json,sha256=bzg5fYxl2PGaFqvqaL4bTCfVjFLepFSWBNXw3j6quVE,26504
|
|
264
|
+
umap/static/umap/locale/no.js,sha256=-Dg-4LTQgSGrPnfP1bUwQBWZbdoKz4KnEyLu7Yg40-M,25434
|
|
265
|
+
umap/static/umap/locale/no.json,sha256=YLugLClMY9KwxJXa0uG4HTRZshFAnQw2RyUquYWs8Jw,25369
|
|
266
|
+
umap/static/umap/locale/pl.js,sha256=GowzfcPXHVAmx9vHqVoht9BGTCGpd-8LbjmRcS1UIoQ,26785
|
|
267
|
+
umap/static/umap/locale/pl.json,sha256=weJInSZi5anOPVPtiN-KDE2BHyVIOrCBhKiHI7WThPw,26720
|
|
268
|
+
umap/static/umap/locale/pl_PL.json,sha256=RxrPnnK-J8NaOUq_BzLkJsD8NyWkS2GsMIcAJbztef4,25138
|
|
269
|
+
umap/static/umap/locale/pt.js,sha256=V0LaTvnRYj1LZfteaq5Yh0_URQxNghLPjFWl8PLk8CA,26710
|
|
270
|
+
umap/static/umap/locale/pt.json,sha256=cZrMgm4yNeAWk671g9tpn6GseiT7OtrQdnOYQsf_nfs,26645
|
|
271
|
+
umap/static/umap/locale/pt_BR.js,sha256=9KoAKP-GT5_WEUP3_nKrQkty9U_Kxp18zXIHCx0mQV4,26704
|
|
272
|
+
umap/static/umap/locale/pt_BR.json,sha256=dD071-G7yauplIXlGCPCwySkIdXQGXtj52GkDYhL-_s,26633
|
|
273
|
+
umap/static/umap/locale/pt_PT.js,sha256=8g9JZuXVxR-lnTEdxKJgqqQxWkSOtw2x7H-3pnERM4Y,26716
|
|
274
|
+
umap/static/umap/locale/pt_PT.json,sha256=cGcXHWFU75EI-a9SX8kW3oqyjNr4U-YJepfMlHM9nbE,26645
|
|
275
|
+
umap/static/umap/locale/ro.js,sha256=r1eT8-Ba-_jXbE-ZoIueAscTpv4NyZ9LW5uU3vwNLb8,25240
|
|
276
|
+
umap/static/umap/locale/ro.json,sha256=Xb2IRwYh7lbsmguYVlyglyFBkyXMP7HvcmRI-OLtMBg,25175
|
|
277
|
+
umap/static/umap/locale/ru.js,sha256=2CXoohBqIX7nAvfuNsG3LT0uvrYH605YOBoV-vy1KLM,33059
|
|
278
|
+
umap/static/umap/locale/ru.json,sha256=wVg8U6By5qxzJw82-imwuk2SzcyILQ4cVOcqtd0HGT4,32994
|
|
272
279
|
umap/static/umap/locale/si.js,sha256=_Wa9_18OzdnqGUvqbq0PDKC0pTGH6FhAw0vEZrkoxEQ,25799
|
|
273
280
|
umap/static/umap/locale/si.json,sha256=nXKIS9TV2eY76aWr5ylKIXQHaTzikUu8i4qmSV7SnJQ,25734
|
|
274
|
-
umap/static/umap/locale/sk_SK.js,sha256=
|
|
275
|
-
umap/static/umap/locale/sk_SK.json,sha256=
|
|
276
|
-
umap/static/umap/locale/sl.js,sha256=
|
|
277
|
-
umap/static/umap/locale/sl.json,sha256=
|
|
278
|
-
umap/static/umap/locale/sr.js,sha256=
|
|
279
|
-
umap/static/umap/locale/sr.json,sha256=
|
|
280
|
-
umap/static/umap/locale/sv.js,sha256=
|
|
281
|
-
umap/static/umap/locale/sv.json,sha256=
|
|
282
|
-
umap/static/umap/locale/th_TH.js,sha256=
|
|
283
|
-
umap/static/umap/locale/th_TH.json,sha256=
|
|
284
|
-
umap/static/umap/locale/tr.js,sha256=
|
|
285
|
-
umap/static/umap/locale/tr.json,sha256=
|
|
286
|
-
umap/static/umap/locale/uk_UA.js,sha256=
|
|
287
|
-
umap/static/umap/locale/uk_UA.json,sha256=
|
|
288
|
-
umap/static/umap/locale/vi.js,sha256=
|
|
289
|
-
umap/static/umap/locale/vi.json,sha256=
|
|
290
|
-
umap/static/umap/locale/vi_VN.json,sha256=
|
|
291
|
-
umap/static/umap/locale/zh.js,sha256=
|
|
292
|
-
umap/static/umap/locale/zh.json,sha256=
|
|
293
|
-
umap/static/umap/locale/zh_CN.json,sha256=
|
|
294
|
-
umap/static/umap/locale/zh_TW.Big5.json,sha256=
|
|
295
|
-
umap/static/umap/locale/zh_TW.js,sha256=
|
|
296
|
-
umap/static/umap/locale/zh_TW.json,sha256=
|
|
297
|
-
umap/static/umap/test/.eslintrc,sha256=
|
|
298
|
-
umap/static/umap/test/Choropleth.js,sha256=
|
|
299
|
-
umap/static/umap/test/
|
|
300
|
-
umap/static/umap/test/
|
|
301
|
-
umap/static/umap/test/
|
|
302
|
-
umap/static/umap/test/Map.
|
|
303
|
-
umap/static/umap/test/
|
|
304
|
-
umap/static/umap/test/Map.js,sha256=fkyT_XIIh8LsZcyFDPTOUW9IB84j7sqT1WuX4UM6HQE,17727
|
|
305
|
-
umap/static/umap/test/Marker.js,sha256=cuMzi2s6yJ4v_kWsn5vOnCfnWiFip__0RE3G-JqJuQ4,4179
|
|
281
|
+
umap/static/umap/locale/sk_SK.js,sha256=zQWat-2j6ojtCS_y41bXJ7c0J7PFHMdl-Z4Wat4U-u4,26577
|
|
282
|
+
umap/static/umap/locale/sk_SK.json,sha256=Rsy006FJBnpdG8ztU1gCSUzR4Ofh1saNKhB6Ya3XOuQ,26506
|
|
283
|
+
umap/static/umap/locale/sl.js,sha256=As0WZpGsGjHicUGTt0bnG43R6hQ--CNA4kLkMFvJ9yE,26442
|
|
284
|
+
umap/static/umap/locale/sl.json,sha256=5KNFqlIRAaNNts84vMk24r2if1foqcEja2riAR2N6Iw,26377
|
|
285
|
+
umap/static/umap/locale/sr.js,sha256=lTfRKiPbTy3IwaC81-uyWScJECfw3epapgqqdF-RLiM,29563
|
|
286
|
+
umap/static/umap/locale/sr.json,sha256=fFFJbZ4brXoFQmWVENIoeWeZe6MSDAzLe4D40la26Ik,29498
|
|
287
|
+
umap/static/umap/locale/sv.js,sha256=w9MARWmnt4zLVOB22McCy6nRJsePHLKpOFG4mjVVMDo,26382
|
|
288
|
+
umap/static/umap/locale/sv.json,sha256=P0ldRxDWQPIYj0dpFuQnj8y3MGTb3LosWicBttbi6_8,26317
|
|
289
|
+
umap/static/umap/locale/th_TH.js,sha256=flGVlWxz0NJNqGr1MBqVX3UJ2c4Q0DF4cw_mv7kKIc0,25209
|
|
290
|
+
umap/static/umap/locale/th_TH.json,sha256=RxrPnnK-J8NaOUq_BzLkJsD8NyWkS2GsMIcAJbztef4,25138
|
|
291
|
+
umap/static/umap/locale/tr.js,sha256=v27IF41EAZFxAvAESonyeknkVKQ23iQxzn6B815aYeM,26912
|
|
292
|
+
umap/static/umap/locale/tr.json,sha256=NCRCp7O-0wIP2kBk5I6cwYBsTeo-UX46MIdQ2uIv-UM,26847
|
|
293
|
+
umap/static/umap/locale/uk_UA.js,sha256=kxeSva_IcguADvqpa_CUfPCk0lAVlkZiuO6p3i8DqaU,32683
|
|
294
|
+
umap/static/umap/locale/uk_UA.json,sha256=7v72ez4NsVGrQM3t-Pm_nqh5_ldENy-wH2B6tYmiKHo,32612
|
|
295
|
+
umap/static/umap/locale/vi.js,sha256=fk4osIWPJNpQF5Qr_mlyXyBFtP_451lHEDCfyH-2BrA,25489
|
|
296
|
+
umap/static/umap/locale/vi.json,sha256=e-sifciRpsyMPr9LVtbhOyes5FScJaMzEn1q-aRCmoc,25424
|
|
297
|
+
umap/static/umap/locale/vi_VN.json,sha256=RxrPnnK-J8NaOUq_BzLkJsD8NyWkS2GsMIcAJbztef4,25138
|
|
298
|
+
umap/static/umap/locale/zh.js,sha256=_PHC2e8UTxzF3EmhaKwowteSLqN0A7xS0nwW1MRh0Gk,24870
|
|
299
|
+
umap/static/umap/locale/zh.json,sha256=a3eQ_H6BeKanoBJ2UtiAkZ3ZHad7ZwCmeH3Et4SF32c,24805
|
|
300
|
+
umap/static/umap/locale/zh_CN.json,sha256=RxrPnnK-J8NaOUq_BzLkJsD8NyWkS2GsMIcAJbztef4,25138
|
|
301
|
+
umap/static/umap/locale/zh_TW.Big5.json,sha256=RxrPnnK-J8NaOUq_BzLkJsD8NyWkS2GsMIcAJbztef4,25138
|
|
302
|
+
umap/static/umap/locale/zh_TW.js,sha256=RjCdDE8p2QB9MX1AA2e7JbCp6prXLAAon9OdFLONKcg,24813
|
|
303
|
+
umap/static/umap/locale/zh_TW.json,sha256=UcgAYhdHgacYHjPQ_JsmV_Aouj7fQTKCD0c2Yb6k_wc,24742
|
|
304
|
+
umap/static/umap/test/.eslintrc,sha256=lsy_EQL70iOehznbw1QtRqN858VT9vQAZXg9h2aTX2w,444
|
|
305
|
+
umap/static/umap/test/Choropleth.js,sha256=3iTkpcmaXhfSQzf3A4wZTKITOVBBkpXEHve0aGObV8U,5266
|
|
306
|
+
umap/static/umap/test/DataLayer.js,sha256=8dOWcOAg1N-Q7ppN9PatFxk43NbdSB1vXAF8CBgSSdM,14224
|
|
307
|
+
umap/static/umap/test/Feature.js,sha256=NIW3FD156wwo6UZHbKf56lQfQ3dG9fHBWGPc1DN_XAE,11766
|
|
308
|
+
umap/static/umap/test/Map.Export.js,sha256=U4xjqVuhmmyjF5KV5zMtTA6DJP8TUYOaye9xliLhQx4,5065
|
|
309
|
+
umap/static/umap/test/Map.js,sha256=7VrgxQ_0uS7kLQe5TsCn7qSDwwDKJ_zYsE7Y_7xwOKc,17448
|
|
310
|
+
umap/static/umap/test/Marker.js,sha256=pzMBY-l1xD35OgVCd2FNxEDrBMAhafAyZPAFsV2Gd34,4111
|
|
306
311
|
umap/static/umap/test/Permissions.js,sha256=D2zw97L1bqIwZSG30r0NnbS1YLxGiCNQIKWmRuYuSGM,2239
|
|
307
|
-
umap/static/umap/test/Polygon.js,sha256=
|
|
308
|
-
umap/static/umap/test/Polyline.js,sha256=
|
|
309
|
-
umap/static/umap/test/TableEditor.js,sha256=
|
|
312
|
+
umap/static/umap/test/Polygon.js,sha256=3g0pdU05ITImNb7PrS6v1ZorwG-pT7AQEbE_82inaEI,12094
|
|
313
|
+
umap/static/umap/test/Polyline.js,sha256=P3NNlyHYv2wvhreSfI7TWawetPMgiBqA3l1iRQf-FJM,13964
|
|
314
|
+
umap/static/umap/test/TableEditor.js,sha256=NXjGGNzVa5A6SQHuY_uhvu1_EqAFEftFp4cODBSJhMo,3192
|
|
310
315
|
umap/static/umap/test/URLs.js,sha256=FKXn6UsVMjeuXnGL2lcfuVQRTFWfMg1JKivHn5T9yoo,1793
|
|
311
316
|
umap/static/umap/test/Util.js,sha256=yhcmnlugm-D7ECvyw_RVdsn7sFdnR1XHnMgNiNCZ-XI,17972
|
|
312
|
-
umap/static/umap/test/_pre.js,sha256=
|
|
313
|
-
umap/static/umap/test/index.html,sha256=
|
|
317
|
+
umap/static/umap/test/_pre.js,sha256=O3qaQf-M2SLQ6c7AGIrRwdPm3iULiSTt-KkmAIQnAGg,12960
|
|
318
|
+
umap/static/umap/test/index.html,sha256=zihoEREGnu28pmd6SiJSxbjFLGN5zGGpVtm9H9WqAAU,6765
|
|
314
319
|
umap/static/umap/vendors/colorbrewer/colorbrewer.js,sha256=FebyRte_vQrD_CLC8Xjc2cI_bR694S6hDSIu26tDnZ8,24622
|
|
315
320
|
umap/static/umap/vendors/contextmenu/leaflet.contextmenu.min.css,sha256=_pRTmdgpDxfu1Oxb7DnP_DTdA44G-k3kf0otWP8gEnc,990
|
|
316
321
|
umap/static/umap/vendors/contextmenu/leaflet.contextmenu.min.js,sha256=I3zyDVArt4ZrRcCzTUp6OiNmD5KuDsZCvhG-yZt8lhE,8994
|
|
@@ -381,50 +386,52 @@ umap/static/umap/vendors/toolbar/leaflet.toolbar.css,sha256=5KVBOQ0ivsFuafKYvVm3
|
|
|
381
386
|
umap/static/umap/vendors/toolbar/leaflet.toolbar.js,sha256=HXh_bR49ZFpJ-GNXDNo2eHy-fJmrWehAzUeHgGhu__c,5326
|
|
382
387
|
umap/templates/404.html,sha256=chFp1sDPind5B4cXRY3Cvd6WXw-RBfN3MIujrWajjK4,381
|
|
383
388
|
umap/templates/500.html,sha256=dc0t0omG21JQCesEqV1SLrZ7RNXGtk9Diq5W9pKSAEs,5186
|
|
384
|
-
umap/templates/base.html,sha256=
|
|
389
|
+
umap/templates/base.html,sha256=Ts5gv90PhwkC9Hs6EzL7tqCq1NdRUkwnLCsA4IPCMWU,1498
|
|
385
390
|
umap/templates/auth/user_detail.html,sha256=feuzzlA6QatSUI4g57JSGWViMM6iAydesVls-8J9UUc,491
|
|
386
|
-
umap/templates/auth/user_form.html,sha256=
|
|
391
|
+
umap/templates/auth/user_form.html,sha256=Qo_O7T0FHNwnF4bZBtFhMQEjTFavI10JVqmrnMzYfvk,1742
|
|
387
392
|
umap/templates/auth/user_stars.html,sha256=UE8XnvH48ak27k42hAQviZbj-Q2DNiz1BtSb1cwCGa4,511
|
|
388
|
-
umap/templates/registration/login.html,sha256=
|
|
393
|
+
umap/templates/registration/login.html,sha256=F21lp5PZJ2L3xpg06WOg2A1Y0WIOZjoETcGp8C53_Tk,1569
|
|
389
394
|
umap/templates/umap/about.html,sha256=ycCW4EFTJMjLF9YT6xJ7Kqpey4sxozQyVTUx5l48kJo,127
|
|
390
|
-
umap/templates/umap/about_summary.html,sha256=
|
|
391
|
-
umap/templates/umap/
|
|
395
|
+
umap/templates/umap/about_summary.html,sha256=i1M3rNgQi912dr0_Jr2xoBSERm3WgEQTNpaiM4eF2ZM,2208
|
|
396
|
+
umap/templates/umap/branding.html,sha256=8IzkIWqiZckgkX9FC-n1v6f8JIB2q7DcX3JHscxsaYA,60
|
|
397
|
+
umap/templates/umap/content.html,sha256=L2JRYlXWX9ot3Mc7JCi2Sl5PY6crBTD1PKkf1E61QeA,2255
|
|
392
398
|
umap/templates/umap/content_footer.html,sha256=Lq9CK37V2iFxqOdgGWRsJcoQs8e3Ih5VlENbQ-izX84,724
|
|
393
399
|
umap/templates/umap/css.html,sha256=9lpV3ErR3384ULZidp4YFMPYAqyPxQbUSYuR7KV-iOw,1487
|
|
394
400
|
umap/templates/umap/footer.html,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
395
|
-
umap/templates/umap/
|
|
396
|
-
umap/templates/umap/
|
|
401
|
+
umap/templates/umap/header.html,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
402
|
+
umap/templates/umap/home.html,sha256=A0tMpiJ8MmLciD7A2SMNoYn5K60MN6PLrRfMahKXh8c,670
|
|
403
|
+
umap/templates/umap/js.html,sha256=YNCeT4AYZtG5ad2-EjuyliHkwidOaFKWGqE0WVoYST4,3800
|
|
397
404
|
umap/templates/umap/locale.js,sha256=AP-mSJQq5RyC3eNaBbk-sOsD80r0_qlvuK1afXdsVo4,112
|
|
398
405
|
umap/templates/umap/login_popup_end.html,sha256=b6csbAW1-qZZYgF1RkwfNsGpqhYzzg3wRGbntTadj2U,571
|
|
399
|
-
umap/templates/umap/map_detail.html,sha256=
|
|
406
|
+
umap/templates/umap/map_detail.html,sha256=s-X15FrYnhL1BIfhAD-iHxsqmBRTtDON_3JLV02Y7Bw,917
|
|
400
407
|
umap/templates/umap/map_fragment.html,sha256=8xbPbCmAnKUM4OfAChwYRSnPCiNtnntqfGr8ilMLbag,152
|
|
401
|
-
umap/templates/umap/map_init.html,sha256=
|
|
408
|
+
umap/templates/umap/map_init.html,sha256=7dOrxL6sXlETFJcjM3y6B_gmM2V7ho035ol-teaVVUg,263
|
|
402
409
|
umap/templates/umap/map_list.html,sha256=IArhrUe_2ILTpbI2sfmR89oqbqN5_7X2uFKtoqUwNGU,626
|
|
403
|
-
umap/templates/umap/map_messages.html,sha256=
|
|
404
|
-
umap/templates/umap/map_table.html,sha256=
|
|
410
|
+
umap/templates/umap/map_messages.html,sha256=kvJM_ZBUG5bA14yFJTJES7IV8KEqdB4VHx5QAJZivQk,320
|
|
411
|
+
umap/templates/umap/map_table.html,sha256=0uMHuABrQDgTIvKfaATVGlr9Sf2SLsBF_lXwDzJr8lk,5316
|
|
405
412
|
umap/templates/umap/messages.html,sha256=z2nSbxpXeZOXxVB1xq-lYTxm1Ynj-0zGQbGDc61Y2pE,287
|
|
406
|
-
umap/templates/umap/navigation.html,sha256=
|
|
413
|
+
umap/templates/umap/navigation.html,sha256=RfTpI2msX7nWkAXE4LaxxwuKF9XOUWwxR70mn_3ps-0,1255
|
|
407
414
|
umap/templates/umap/password_change.html,sha256=trKXzqdwKCT561NhgV1Tt43f1dwqMrfcCVGayVDRGGI,958
|
|
408
415
|
umap/templates/umap/password_change_done.html,sha256=LNi8aPMtQCZyG7u1BD4eYnazufKhECYOFNW8RvXzkMc,264
|
|
409
416
|
umap/templates/umap/search.html,sha256=g35uiuw2iCPpSm61QoppSift0ZcQbu4E-mhoEHzuSUA,804
|
|
410
417
|
umap/templates/umap/search_bar.html,sha256=PK4aWVIjEDcM7XcRGTLG1lMyrJce5czZoEERzQuPKVY,612
|
|
411
418
|
umap/templates/umap/success.html,sha256=3FG4yWwtdF3zvVWQ2ZAjCkgv0kcSNZlUjgYy_b-X_CI,3
|
|
412
|
-
umap/templates/umap/user_dashboard.html,sha256=
|
|
419
|
+
umap/templates/umap/user_dashboard.html,sha256=grHhQsxpwV7-_LZS7nxvZr7xsTr4WVmqCzhwmxCmDuU,2670
|
|
413
420
|
umap/templatetags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
414
421
|
umap/templatetags/umap_tags.py,sha256=5V5xNk9e0QRhPLaSBXw-VhgK9TMqe4gaZoGfMqOU230,1648
|
|
415
422
|
umap/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
416
|
-
umap/tests/base.py,sha256=
|
|
423
|
+
umap/tests/base.py,sha256=WcrRnmgcTvx9hHekIJsGyVhFwvyNrgT7PYQ6DPwuAZU,4200
|
|
417
424
|
umap/tests/conftest.py,sha256=X-Yjm5b-yOjd1AVlcOIgsrIg0I5GXe4fj-sa37nxA7Y,1396
|
|
418
425
|
umap/tests/settings.py,sha256=pAxOuESvyvthq_QkPDpC_p52_Aj91PpVNIKDNVcqPa0,706
|
|
419
426
|
umap/tests/test_datalayer.py,sha256=1C2z0VACCime11CMbp9ehbj-knLpW8r6j72EQ_hKLU4,6322
|
|
420
427
|
umap/tests/test_datalayer_views.py,sha256=cynpdApav2A8obsyThCgmlnjNkiehV3zcDpuYQra_oA,20527
|
|
421
428
|
umap/tests/test_licence.py,sha256=BxNY3gdKhIoc2u5OPmAkmjCp0jJN-Jm-uPOfAZlpOHA,339
|
|
422
429
|
umap/tests/test_map.py,sha256=nX2eE1HJY3bjycXulglK2SY1ybcnjDVgr0yntX6OgyA,3836
|
|
423
|
-
umap/tests/test_map_views.py,sha256=
|
|
430
|
+
umap/tests/test_map_views.py,sha256=9NNMkZsrZGWMtjDl6E77nCb8HUc7mEGvw8X3M0PPFJM,30265
|
|
424
431
|
umap/tests/test_merge_features.py,sha256=kyBpwtdd_cEZRbgWmAf0o0N7M0XRVgPrVgikYSRDzxU,1644
|
|
425
432
|
umap/tests/test_tilelayer.py,sha256=toVpVutEvMLWKx5uH7ZbGNPGzqICZx1_S2OOpIfYPfQ,603
|
|
426
433
|
umap/tests/test_utils.py,sha256=noh-AFL3qV-dNZYr8L1acsYC02SI710Bq2ZXV-jBEzk,407
|
|
427
|
-
umap/tests/test_views.py,sha256=
|
|
434
|
+
umap/tests/test_views.py,sha256=7obGfbL_WShBrwShvyp8VrUZEdYejCFIbDJGJthS-xY,14436
|
|
428
435
|
umap/tests/fixtures/choropleth_region_chomage.geojson,sha256=mVVbYlf92Sr3wWH9ETm43FdHz1U3zjsn91HuU5H5r4Y,21325
|
|
429
436
|
umap/tests/fixtures/circle.svg,sha256=P37vV2PhFPecAtY8qR3VlRuB79_wFaMeqKm2tX-2tkA,254
|
|
430
437
|
umap/tests/fixtures/display_on_load.umap,sha256=eo4ecB3QUeCVu1u7COp7mZ8sCPkf2j4gGERE7N1v8GU,1845
|
|
@@ -437,23 +444,28 @@ umap/tests/fixtures/test_upload_empty_coordinates.json,sha256=-mJ_1orzUAROfE4PXc
|
|
|
437
444
|
umap/tests/fixtures/test_upload_missing_name.json,sha256=klSMHb6laTghzU4AdIG1_p5UZ1LbAJCCKnJea0qEFAI,4566
|
|
438
445
|
umap/tests/fixtures/test_upload_non_linear_ring.json,sha256=WOR0NnJHNUUW6VKzZyIxU7WL1llnAmEVJwCWla6XOds,1525
|
|
439
446
|
umap/tests/integration/__init__.py,sha256=nqQ2miDnSZOKDuFhQ5saFN3qQuK73Cs6xL9Od-mEKG4,57
|
|
440
|
-
umap/tests/integration/
|
|
447
|
+
umap/tests/integration/conftest.py,sha256=XuOKbABI1ugTJyPlJzjSK-6L-_vSs3NaQJdYJbyU-6k,607
|
|
448
|
+
umap/tests/integration/test_anonymous_owned_map.py,sha256=sSAtrHmd8iXq4RdVmPTOuo02qGANS1mRwAGNtvrAEks,6277
|
|
441
449
|
umap/tests/integration/test_basics.py,sha256=1FesSkjNBWi5pEqN0MQlC3kIXTFZzuILq7A5ac9L-3g,1598
|
|
442
|
-
umap/tests/integration/test_browser.py,sha256=
|
|
443
|
-
umap/tests/integration/test_collaborative_editing.py,sha256=
|
|
450
|
+
umap/tests/integration/test_browser.py,sha256=DqnqnO3Si-AfmFaOPFo6e6RfAfad8xwMw-Lp5_SP7Ds,12324
|
|
451
|
+
umap/tests/integration/test_collaborative_editing.py,sha256=zX-uv-VAA8MIuzS7ebcRWYSefAcKWKN-IA9FN0CEppM,4904
|
|
452
|
+
umap/tests/integration/test_dashboard.py,sha256=fVyIDq0ej3zd43moT3W3Cx3aWpkh7Fi-W1lIbUFlBLg,516
|
|
444
453
|
umap/tests/integration/test_drawing.py,sha256=tgtUcvHEwbSbC1Up9OtkVguJYmQKZMxXH3CgZmz8jBQ,8825
|
|
445
|
-
umap/tests/integration/test_edit_datalayer.py,sha256=
|
|
446
|
-
umap/tests/integration/test_export_map.py,sha256=
|
|
454
|
+
umap/tests/integration/test_edit_datalayer.py,sha256=TouE4gFzUuA3tMLSi5tUpvtz0kpGyHXf_feD4UdKQI4,1621
|
|
455
|
+
umap/tests/integration/test_export_map.py,sha256=UE4bQtPJ_necBLMncbcV8Ez7bn6A94r76yY8MkYVcy0,3077
|
|
447
456
|
umap/tests/integration/test_facets_browser.py,sha256=wRh5h2kQg-ORfHqZKoumeNJ-JSC8CtgNZG7EvJW5SLc,2670
|
|
448
|
-
umap/tests/integration/test_import.py,sha256=
|
|
449
|
-
umap/tests/integration/test_map.py,sha256=
|
|
450
|
-
umap/tests/integration/
|
|
451
|
-
umap/tests/integration/
|
|
457
|
+
umap/tests/integration/test_import.py,sha256=ufbJl0M5rqGVGmHBZjMhioI9uVETSajevtpnQNJCFOI,2005
|
|
458
|
+
umap/tests/integration/test_map.py,sha256=BLwS7BWzmxq94UBkQpcSV9JPSxkKgf0IozvNJIdbSM0,8387
|
|
459
|
+
umap/tests/integration/test_map_preview.py,sha256=idPPABrmL8a0O5ot_4yf20S6bL5xyJFxY5lr5V9yn_w,2441
|
|
460
|
+
umap/tests/integration/test_owned_map.py,sha256=DVacXEXO0GPYhEEBSkQwSuKummJ7F6gfpc_aaGDXAbU,8658
|
|
461
|
+
umap/tests/integration/test_picto.py,sha256=S2D0miqZmmRABcTJuvMG8Jq2ctc4xCG1gNasz1nSbGg,8465
|
|
462
|
+
umap/tests/integration/test_querystring.py,sha256=gHuo4eM7GcS_hsc_EOaAp2HPWTwGHuNbIuJOp7LqN6Y,2020
|
|
463
|
+
umap/tests/integration/test_share.py,sha256=fEVGdEj_ZKhTMn6OLeVPDUSewS0EdnkyqrHzo_UBqj8,924
|
|
452
464
|
umap/tests/integration/test_slideshow.py,sha256=uLPw4SyhLgpqU4-jrTu5vKSqYuZG7hXjfY8JlEt1JkM,2020
|
|
453
465
|
umap/tests/integration/test_statics.py,sha256=R9vynGmRxYneMcFsLn4Ut1BcWFq6nAlwLUzYWisIw4s,1355
|
|
454
466
|
umap/tests/integration/test_tilelayer.py,sha256=S84Q7xsvKQcDAr05dpBog7qRCljqrSZCUu4x2WgTGCg,4139
|
|
455
|
-
umap_project-
|
|
456
|
-
umap_project-
|
|
457
|
-
umap_project-
|
|
458
|
-
umap_project-
|
|
459
|
-
umap_project-
|
|
467
|
+
umap_project-2.0.0a1.dist-info/METADATA,sha256=5ddNUBwQ0v2I7GNoblm6LV-BBRbAC91QcwsQ7CX7qAI,2556
|
|
468
|
+
umap_project-2.0.0a1.dist-info/WHEEL,sha256=mRYSEL3Ih6g5a_CVMIcwiF__0Ae4_gLYh01YFNwiq1k,87
|
|
469
|
+
umap_project-2.0.0a1.dist-info/entry_points.txt,sha256=gz-KDQfEsMLBae8ABOD3foJsCYGPW1tA4Y394R_1RW8,39
|
|
470
|
+
umap_project-2.0.0a1.dist-info/licenses/LICENSE,sha256=BtMQT5EWvEua8jhXIrm2qfP8dmRFsMqCrJtq4k9Pb34,482
|
|
471
|
+
umap_project-2.0.0a1.dist-info/RECORD,,
|