umap-project 3.4.0b3__py3-none-any.whl → 3.6.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 +71 -57
- umap/locale/da/LC_MESSAGES/django.mo +0 -0
- umap/locale/da/LC_MESSAGES/django.po +18 -14
- umap/locale/de/LC_MESSAGES/django.mo +0 -0
- umap/locale/de/LC_MESSAGES/django.po +20 -16
- umap/locale/en/LC_MESSAGES/django.po +18 -14
- umap/locale/es/LC_MESSAGES/django.mo +0 -0
- umap/locale/es/LC_MESSAGES/django.po +20 -16
- umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- umap/locale/fr/LC_MESSAGES/django.po +18 -14
- umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- umap/locale/hu/LC_MESSAGES/django.po +20 -16
- umap/locale/pl/LC_MESSAGES/django.mo +0 -0
- umap/locale/pl/LC_MESSAGES/django.po +101 -95
- umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
- umap/locale/zh_TW/LC_MESSAGES/django.po +20 -16
- umap/management/commands/clean_tilelayer.py +0 -1
- umap/management/commands/search_maps.py +95 -0
- umap/settings/__init__.py +9 -1
- umap/settings/base.py +7 -6
- umap/static/umap/content.css +0 -3
- umap/static/umap/css/bar.css +9 -6
- umap/static/umap/css/form.css +25 -9
- umap/static/umap/css/icon.css +8 -0
- umap/static/umap/css/popup.css +1 -0
- umap/static/umap/img/16-white.svg +5 -2
- umap/static/umap/img/16.svg +1 -1
- umap/static/umap/img/source/16-white.svg +7 -4
- umap/static/umap/img/source/16.svg +1 -1
- umap/static/umap/js/components/copiable.js +47 -0
- umap/static/umap/js/modules/autocomplete.js +32 -67
- umap/static/umap/js/modules/browser.js +31 -14
- umap/static/umap/js/modules/data/features.js +34 -36
- umap/static/umap/js/modules/data/fields.js +199 -23
- umap/static/umap/js/modules/data/layer.js +85 -96
- umap/static/umap/js/modules/domutils.js +25 -1
- umap/static/umap/js/modules/filters.js +24 -50
- umap/static/umap/js/modules/form/builder.js +17 -16
- umap/static/umap/js/modules/form/fields.js +20 -20
- umap/static/umap/js/modules/formatter.js +9 -1
- umap/static/umap/js/modules/help.js +12 -13
- umap/static/umap/js/modules/importer.js +17 -26
- umap/static/umap/js/modules/importers/banfr.js +0 -1
- umap/static/umap/js/modules/importers/cadastrefr.js +19 -19
- umap/static/umap/js/modules/importers/communesfr.js +7 -8
- umap/static/umap/js/modules/importers/datasets.js +14 -14
- umap/static/umap/js/modules/importers/geodatamine.js +20 -22
- umap/static/umap/js/modules/importers/opendata.js +10 -0
- umap/static/umap/js/modules/importers/overpass.js +19 -18
- umap/static/umap/js/modules/managers.js +1 -1
- umap/static/umap/js/modules/permissions.js +15 -5
- umap/static/umap/js/modules/rendering/controls.js +203 -10
- umap/static/umap/js/modules/rendering/icon.js +5 -9
- umap/static/umap/js/modules/rendering/layers/base.js +1 -1
- umap/static/umap/js/modules/rendering/layers/classified.js +16 -11
- umap/static/umap/js/modules/rendering/layers/heat.js +1 -0
- umap/static/umap/js/modules/rendering/map.js +67 -57
- umap/static/umap/js/modules/rendering/popup.js +6 -3
- umap/static/umap/js/modules/rendering/template.js +40 -40
- umap/static/umap/js/modules/rendering/ui.js +1 -2
- umap/static/umap/js/modules/rules.js +34 -41
- umap/static/umap/js/modules/schema.js +0 -7
- umap/static/umap/js/modules/share.js +36 -69
- umap/static/umap/js/modules/slideshow.js +3 -3
- umap/static/umap/js/modules/tableeditor.js +0 -1
- umap/static/umap/js/modules/ui/bar.js +53 -33
- umap/static/umap/js/modules/ui/hash.js +36 -0
- umap/static/umap/js/modules/ui/loader.js +26 -0
- umap/static/umap/js/modules/ui/panel.js +33 -21
- umap/static/umap/js/modules/ui/tooltip.js +1 -1
- umap/static/umap/js/modules/umap.js +81 -80
- umap/static/umap/js/modules/utils.js +13 -3
- umap/static/umap/js/umap.controls.js +16 -179
- umap/static/umap/locale/am_ET.js +7 -8
- umap/static/umap/locale/am_ET.json +7 -8
- umap/static/umap/locale/ar.js +7 -8
- umap/static/umap/locale/ar.json +7 -8
- umap/static/umap/locale/ast.js +7 -8
- umap/static/umap/locale/ast.json +7 -8
- umap/static/umap/locale/bg.js +7 -8
- umap/static/umap/locale/bg.json +7 -8
- umap/static/umap/locale/br.js +44 -36
- umap/static/umap/locale/br.json +44 -36
- umap/static/umap/locale/ca.js +7 -8
- umap/static/umap/locale/ca.json +7 -8
- umap/static/umap/locale/cs_CZ.js +7 -8
- umap/static/umap/locale/cs_CZ.json +7 -8
- umap/static/umap/locale/da.js +8 -9
- umap/static/umap/locale/da.json +8 -9
- umap/static/umap/locale/de.js +62 -63
- umap/static/umap/locale/de.json +62 -63
- umap/static/umap/locale/el.js +7 -8
- umap/static/umap/locale/el.json +7 -8
- umap/static/umap/locale/en.js +7 -8
- umap/static/umap/locale/en.json +7 -8
- umap/static/umap/locale/en_US.json +7 -8
- umap/static/umap/locale/es.js +19 -20
- umap/static/umap/locale/es.json +19 -20
- umap/static/umap/locale/et.js +7 -8
- umap/static/umap/locale/et.json +7 -8
- umap/static/umap/locale/eu.js +23 -24
- umap/static/umap/locale/eu.json +23 -24
- umap/static/umap/locale/fa_IR.js +7 -8
- umap/static/umap/locale/fa_IR.json +7 -8
- umap/static/umap/locale/fi.js +7 -8
- umap/static/umap/locale/fi.json +7 -8
- umap/static/umap/locale/fr.js +11 -12
- umap/static/umap/locale/fr.json +11 -12
- umap/static/umap/locale/gl.js +147 -148
- umap/static/umap/locale/gl.json +147 -148
- umap/static/umap/locale/he.js +7 -8
- umap/static/umap/locale/he.json +7 -8
- umap/static/umap/locale/hr.js +7 -8
- umap/static/umap/locale/hr.json +7 -8
- umap/static/umap/locale/hu.js +8 -9
- umap/static/umap/locale/hu.json +8 -9
- umap/static/umap/locale/id.js +7 -8
- umap/static/umap/locale/id.json +7 -8
- umap/static/umap/locale/is.js +7 -8
- umap/static/umap/locale/is.json +7 -8
- umap/static/umap/locale/it.js +7 -8
- umap/static/umap/locale/it.json +7 -8
- umap/static/umap/locale/ja.js +7 -8
- umap/static/umap/locale/ja.json +7 -8
- umap/static/umap/locale/ko.js +7 -8
- umap/static/umap/locale/ko.json +7 -8
- umap/static/umap/locale/lt.js +7 -8
- umap/static/umap/locale/lt.json +7 -8
- umap/static/umap/locale/ms.js +7 -8
- umap/static/umap/locale/ms.json +7 -8
- umap/static/umap/locale/nl.js +7 -8
- umap/static/umap/locale/nl.json +7 -8
- umap/static/umap/locale/no.js +7 -8
- umap/static/umap/locale/no.json +7 -8
- umap/static/umap/locale/pl.js +53 -54
- umap/static/umap/locale/pl.json +53 -54
- umap/static/umap/locale/pl_PL.json +7 -8
- umap/static/umap/locale/pt.js +7 -8
- umap/static/umap/locale/pt.json +7 -8
- umap/static/umap/locale/pt_BR.js +7 -8
- umap/static/umap/locale/pt_BR.json +7 -8
- umap/static/umap/locale/pt_PT.js +7 -8
- umap/static/umap/locale/pt_PT.json +7 -8
- umap/static/umap/locale/ro.js +7 -8
- umap/static/umap/locale/ro.json +7 -8
- umap/static/umap/locale/ru.js +7 -8
- umap/static/umap/locale/ru.json +7 -8
- umap/static/umap/locale/sk_SK.js +7 -8
- umap/static/umap/locale/sk_SK.json +7 -8
- umap/static/umap/locale/sl.js +7 -8
- umap/static/umap/locale/sl.json +7 -8
- umap/static/umap/locale/sr.js +7 -8
- umap/static/umap/locale/sr.json +7 -8
- umap/static/umap/locale/sv.js +7 -8
- umap/static/umap/locale/sv.json +7 -8
- umap/static/umap/locale/th_TH.js +7 -8
- umap/static/umap/locale/th_TH.json +7 -8
- umap/static/umap/locale/tr.js +7 -8
- umap/static/umap/locale/tr.json +7 -8
- umap/static/umap/locale/uk_UA.js +7 -8
- umap/static/umap/locale/uk_UA.json +7 -8
- umap/static/umap/locale/vi.js +7 -8
- umap/static/umap/locale/vi.json +7 -8
- umap/static/umap/locale/vi_VN.json +7 -8
- umap/static/umap/locale/zh.js +7 -8
- umap/static/umap/locale/zh.json +7 -8
- umap/static/umap/locale/zh_CN.json +7 -8
- umap/static/umap/locale/zh_TW.Big5.json +7 -8
- umap/static/umap/locale/zh_TW.js +20 -21
- umap/static/umap/locale/zh_TW.json +20 -21
- umap/static/umap/map.css +6 -21
- umap/static/umap/unittests/utils.js +7 -7
- umap/static/umap/vendors/locatecontrol/L.Control.Locate.esm.js +942 -0
- umap/static/umap/vendors/photon/leaflet.photon.esm.js +472 -0
- umap/sync/app.py +4 -1
- umap/templates/umap/content_footer.html +1 -0
- umap/templates/umap/css.html +0 -4
- umap/templates/umap/js.html +1 -8
- umap/templates/umap/team_form.html +2 -1
- umap/tests/integration/conftest.py +3 -2
- umap/tests/integration/test_anonymous_owned_map.py +1 -1
- umap/tests/integration/test_conditional_rules.py +106 -51
- umap/tests/integration/test_draw_polygon.py +4 -0
- umap/tests/integration/test_draw_polyline.py +11 -0
- umap/tests/integration/test_edit_datalayer.py +1 -1
- umap/tests/integration/test_edit_map.py +2 -0
- umap/tests/integration/test_fields.py +19 -0
- umap/tests/integration/test_filters.py +24 -0
- umap/tests/integration/test_iframe.py +1 -1
- umap/tests/integration/test_import.py +26 -0
- umap/tests/integration/test_map.py +3 -3
- umap/tests/integration/test_optimistic_merge.py +7 -1
- umap/tests/integration/test_owned_map.py +2 -2
- umap/tests/integration/test_popup.py +31 -0
- umap/tests/integration/test_remote_data.py +5 -5
- umap/tests/integration/test_search.py +41 -0
- umap/tests/integration/test_share.py +2 -2
- umap/tests/integration/test_team.py +1 -1
- umap/tests/integration/test_websocket_sync.py +6 -1
- umap/tests/test_search_maps_command.py +44 -0
- umap/tests/test_utils.py +4 -1
- umap/utils.py +10 -3
- umap/views.py +17 -4
- {umap_project-3.4.0b3.dist-info → umap_project-3.6.0.dist-info}/METADATA +29 -23
- {umap_project-3.4.0b3.dist-info → umap_project-3.6.0.dist-info}/RECORD +210 -214
- {umap_project-3.4.0b3.dist-info → umap_project-3.6.0.dist-info}/WHEEL +1 -1
- umap/static/umap/js/umap.core.js +0 -93
- umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.css +0 -46
- umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.js +0 -240
- umap/static/umap/vendors/editinosm/edit-in-osm.png +0 -0
- umap/static/umap/vendors/hash/leaflet-hash.js +0 -162
- umap/static/umap/vendors/loading/Control.Loading.css +0 -26
- umap/static/umap/vendors/loading/Control.Loading.js +0 -351
- umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css +0 -1
- umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css.map +0 -1
- umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js +0 -4
- umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js.map +0 -1
- umap/static/umap/vendors/photon/leaflet.photon.js +0 -487
- {umap_project-3.4.0b3.dist-info → umap_project-3.6.0.dist-info}/entry_points.txt +0 -0
- {umap_project-3.4.0b3.dist-info → umap_project-3.6.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
umap/__init__.py,sha256=
|
|
1
|
+
umap/__init__.py,sha256=hT6veETpVNpRqhpKNh8-nn9DTHHxeJX2gMeYNPF1jGk,18
|
|
2
2
|
umap/admin.py,sha256=YlK4CgEWb2eFYRKiklsKouxeiQ8z_b-H2Fv2XCaiGFQ,3014
|
|
3
3
|
umap/apps.py,sha256=5ssKqPUuNJlapaBmr4LY_HDb7J1NFCT3wzythxQOOfs,109
|
|
4
4
|
umap/asgi.py,sha256=sJkGqDLgMoPkq2nMRyRE_Hz3ZLJm1X5lgXiQJu6rYt0,660
|
|
@@ -11,8 +11,8 @@ umap/managers.py,sha256=A5Ih92f9E3egPVCToQHYJ4wQMFSqTS6dtqzx56Fs2JU,1051
|
|
|
11
11
|
umap/middleware.py,sha256=GsIFl0St_Rk5zjpE8dpGBlD0JL2AyMrNHu8SHylqwEg,1564
|
|
12
12
|
umap/models.py,sha256=ZLWTEJqtquRCO52ErdwD0BKy70bgoQwgPh1kzWJbvGI,20017
|
|
13
13
|
umap/urls.py,sha256=evKfLGEIoc8TPfCalLeHxeQ-zD0HvUJo0Rln8n3kBps,7896
|
|
14
|
-
umap/utils.py,sha256=
|
|
15
|
-
umap/views.py,sha256=
|
|
14
|
+
umap/utils.py,sha256=dGejooGj-m9cJYxoyZwlIF4c6ZosAoWhW5MeLJLviS8,8174
|
|
15
|
+
umap/views.py,sha256=gP7iQt7f9XVGwC6TpENA-LlxOo7ffq6NknWejYH5BVE,51527
|
|
16
16
|
umap/wsgi.py,sha256=IopIgnDZbCus3XpSetTHnra9VyzWi0Y2tJo-CmfTWCY,1132
|
|
17
17
|
umap/bin/__init__.py,sha256=iA3ON4A6NCpenrn3q2OgefUKF5QRFIQS-FtS0pxruI8,234
|
|
18
18
|
umap/locale/am_ET/LC_MESSAGES/django.mo,sha256=ZF_hEGHnrIX6XZBVqmWR4xbE5D8Y6s1GS5sYOxnFQBY,5377
|
|
@@ -23,22 +23,22 @@ umap/locale/ast/LC_MESSAGES/django.mo,sha256=KUDcu-q8RC_ZdxpQ6I_9cXxfA4X7sCrHddB
|
|
|
23
23
|
umap/locale/ast/LC_MESSAGES/django.po,sha256=cb9rEL6AdZKMwXrjEDThG2Wok-fHLTdWlRReg6DUdMA,8007
|
|
24
24
|
umap/locale/bg/LC_MESSAGES/django.mo,sha256=8nzIStwTN-VG_S8pi2ABNIdqtX6YDtBbt-ThcyU4KdI,5811
|
|
25
25
|
umap/locale/bg/LC_MESSAGES/django.po,sha256=dAX0aIsGesD3vu2vGgMEvdxqWogIOPX-gnhagGkYj54,16590
|
|
26
|
-
umap/locale/br/LC_MESSAGES/django.mo,sha256=
|
|
27
|
-
umap/locale/br/LC_MESSAGES/django.po,sha256=
|
|
26
|
+
umap/locale/br/LC_MESSAGES/django.mo,sha256=ryhDy3WpaLyt2oFAsFADl83rofM1VoeLCTxC9MwIq_Q,13999
|
|
27
|
+
umap/locale/br/LC_MESSAGES/django.po,sha256=hMqkWGlBT8fjvVHRj2WNikFklaC2agXTkufvkm7aNEI,23296
|
|
28
28
|
umap/locale/ca/LC_MESSAGES/django.mo,sha256=ot6jkZZt33z5vi1vjioiYkIhj06M8yUsoh72y8F1KAw,8465
|
|
29
29
|
umap/locale/ca/LC_MESSAGES/django.po,sha256=1N47JBRQkUM--J0mplfECL-VyOcV3ZwU69eusIoK_BE,20736
|
|
30
30
|
umap/locale/cs_CZ/LC_MESSAGES/django.mo,sha256=UNPbfSq0pXOKeTk4CGwLgcHW0jZpCjQvmTHbdar7ubI,13107
|
|
31
31
|
umap/locale/cs_CZ/LC_MESSAGES/django.po,sha256=3YPEHWudGNQ4n-TOe3vlI1xMc1vaYg77saspMi9BEz0,23158
|
|
32
|
-
umap/locale/da/LC_MESSAGES/django.mo,sha256=
|
|
33
|
-
umap/locale/da/LC_MESSAGES/django.po,sha256=
|
|
34
|
-
umap/locale/de/LC_MESSAGES/django.mo,sha256=
|
|
35
|
-
umap/locale/de/LC_MESSAGES/django.po,sha256=
|
|
32
|
+
umap/locale/da/LC_MESSAGES/django.mo,sha256=K82VAeQodtntAAOzqvTiEOVEmaTrx8irXndijByGmqQ,15852
|
|
33
|
+
umap/locale/da/LC_MESSAGES/django.po,sha256=Q4VNzpUmNyFk6ANemGrDz6QrI4LftKQ-pH0CeF4nQR8,23721
|
|
34
|
+
umap/locale/de/LC_MESSAGES/django.mo,sha256=LAEXpEZ7UlV1YUN74RqijyJliSi5MVuuYqBEENzmk4I,16139
|
|
35
|
+
umap/locale/de/LC_MESSAGES/django.po,sha256=wfDKc7T6O25NFFnqKKz5IkReEZReGan5vILSG3ikjd4,24406
|
|
36
36
|
umap/locale/el/LC_MESSAGES/django.mo,sha256=A6Zkv5CJ0XNowPpRLlq6l9Wp1YwntCltDx6Tcso-JyM,21095
|
|
37
37
|
umap/locale/el/LC_MESSAGES/django.po,sha256=dfuGMPgd0kJoP1jsD4lC2W6uekRrE6SHUwSPNBqDlpE,29378
|
|
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=KWDRWE1ptH2Ou-hjCgOnVjH0xzj7DpoMh5qNcgJ2HlA,17834
|
|
40
|
+
umap/locale/es/LC_MESSAGES/django.mo,sha256=BPjBihEq4Dc4AxI5V9OdlLp7PkvCgVh88FWfx41SlzA,16404
|
|
41
|
+
umap/locale/es/LC_MESSAGES/django.po,sha256=nmdWdJbLclmJZheRmHlLfrx29Bm3PXluyRHIbXpRcYM,24588
|
|
42
42
|
umap/locale/et/LC_MESSAGES/django.mo,sha256=QtkHvxK_vk6NsiWn319ujwQGVsLLm9JXVKv14ecwRfM,10439
|
|
43
43
|
umap/locale/et/LC_MESSAGES/django.po,sha256=mCPTNEs53RUw5kOiGhwDNUL65l0c6zEAHJldxASoG8E,20794
|
|
44
44
|
umap/locale/eu/LC_MESSAGES/django.mo,sha256=1FJ63mmOwLpZgKGhiz0NbONsq-51esJpznN6_I0XWHg,15517
|
|
@@ -47,16 +47,16 @@ umap/locale/fa_IR/LC_MESSAGES/django.mo,sha256=IP9thpIyVdNiujuQk0o1w1775KpfZtCdn
|
|
|
47
47
|
umap/locale/fa_IR/LC_MESSAGES/django.po,sha256=eO_q1yuRV0nMeLVIa7LKP54mtNf49THRFwK5rzHxkuQ,24403
|
|
48
48
|
umap/locale/fi/LC_MESSAGES/django.mo,sha256=O9foYGhfFTBjBb4Y9abWjOiZNpWtO-315nyHUaiJETM,4779
|
|
49
49
|
umap/locale/fi/LC_MESSAGES/django.po,sha256=5kG9XujFNllOh_wuakGmAHeMy9vqNWFLf9SSrMTaWlk,15709
|
|
50
|
-
umap/locale/fr/LC_MESSAGES/django.mo,sha256=
|
|
51
|
-
umap/locale/fr/LC_MESSAGES/django.po,sha256=
|
|
50
|
+
umap/locale/fr/LC_MESSAGES/django.mo,sha256=gyFMmwz3AtUjROpErK8widyVIj6LMr3I-Wo6tgODRwA,16587
|
|
51
|
+
umap/locale/fr/LC_MESSAGES/django.po,sha256=KzXKLoE0LccXQCeuMXAkXxWkzgU7HzrRKryA266rBYM,24802
|
|
52
52
|
umap/locale/gl/LC_MESSAGES/django.mo,sha256=wyv5gRoIwzjpjtkWRLbSVU2GZ1RwY289jnDUxDdMktw,13464
|
|
53
53
|
umap/locale/gl/LC_MESSAGES/django.po,sha256=ixsETHl2camE839lzl-mb8J9FNodMdJyMuF-AjS6GJk,23059
|
|
54
54
|
umap/locale/he/LC_MESSAGES/django.mo,sha256=A6pkjaL4HQ7lyfvXcGIxle61RXdo7Byq3mfK2FIrSnc,6640
|
|
55
55
|
umap/locale/he/LC_MESSAGES/django.po,sha256=LpR1smtpQWi6w_YNiZjEx0hrHc7uVYQnQEPK_1vcY5g,16975
|
|
56
56
|
umap/locale/hr/LC_MESSAGES/django.mo,sha256=bBcaNSs-oqm_cjm6Bbqaph_ZNHF2_I_FP0xccwU9txI,1558
|
|
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=s9HqLe8VVY0lu_W-pD9aYHFs6DxFKlmwHTXGYHo2BzU,17202
|
|
59
|
+
umap/locale/hu/LC_MESSAGES/django.po,sha256=bgz2WIlmNHFVoboUWX6ErqqP0emnHeh2UXJbGVKVYKg,24947
|
|
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=Bxt2xTFRNTe8j0CrKhYX8yY-2s4BJXeuKlyMtXR7fyk,13970
|
|
@@ -75,8 +75,8 @@ umap/locale/nl/LC_MESSAGES/django.mo,sha256=86G2RNADnRZLosCRmzJk7OuQ-vw3gN1H9Fby
|
|
|
75
75
|
umap/locale/nl/LC_MESSAGES/django.po,sha256=b9tNe5nZWCzHkL_o7X_XlKrLJzz82AnMmxv5a3IPQeY,23511
|
|
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=DE7ngca3h7UQz55sNjFyCf5C4_pAiOQsPN40cu0rueQ,16385
|
|
79
|
+
umap/locale/pl/LC_MESSAGES/django.po,sha256=3Gz7TAlpZYse9EyMsasWew97GW3xptKut-fIZ1WsUTM,24463
|
|
80
80
|
umap/locale/pt/LC_MESSAGES/django.mo,sha256=dWMirDnBhlrvHWIxmIlJrJk8zwXfin71DdLltp27BAY,13185
|
|
81
81
|
umap/locale/pt/LC_MESSAGES/django.po,sha256=u5XDBHiFVfD_DI3B6fZp978LXDK3AdBcuhyIggNqHmY,22971
|
|
82
82
|
umap/locale/pt_BR/LC_MESSAGES/django.mo,sha256=HSIam_B-jha9C6heFx6q_axE1IHAk1sPXeyFCjpxWWk,6077
|
|
@@ -107,18 +107,19 @@ umap/locale/vi/LC_MESSAGES/django.mo,sha256=zjsS0va90-Ezx1_JO59gKXYToqBjezp1ew6V
|
|
|
107
107
|
umap/locale/vi/LC_MESSAGES/django.po,sha256=SFJZUmxSxWSLc1ZCgZe4x1vs2uUdeFznXmOJTOGCZoM,15672
|
|
108
108
|
umap/locale/zh/LC_MESSAGES/django.mo,sha256=2Nr3G4oqiJd4fsxGwbN2EAPHGP20_Nof4Yv-AYU0rlw,3483
|
|
109
109
|
umap/locale/zh/LC_MESSAGES/django.po,sha256=2NfxhbFLnTpwLLl8iKiFrj7M0F0X8nVe6MsZPqVJH1o,14737
|
|
110
|
-
umap/locale/zh_TW/LC_MESSAGES/django.mo,sha256
|
|
111
|
-
umap/locale/zh_TW/LC_MESSAGES/django.po,sha256=
|
|
110
|
+
umap/locale/zh_TW/LC_MESSAGES/django.mo,sha256=lxMIUb9YFZjyUeuAh1IXjOTPoLO_NrKUNUE3BbSR3vo,15407
|
|
111
|
+
umap/locale/zh_TW/LC_MESSAGES/django.po,sha256=Gepkq4ARyQvW4NaXn9m8ossNFJ2Y2YkHX_Yg69S_Kjk,23393
|
|
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
|
|
115
|
-
umap/management/commands/clean_tilelayer.py,sha256=
|
|
115
|
+
umap/management/commands/clean_tilelayer.py,sha256=rEjRDyTy0E7YQc444gJdOqLEUZpmo48xZHHRc88v1co,5700
|
|
116
116
|
umap/management/commands/empty_trash.py,sha256=YUp7mZme94ailEnNZnVD8VDPI94buGLngXZ2nFPZ5ZA,1629
|
|
117
117
|
umap/management/commands/export_pictogram.py,sha256=7rbf-fsESu1C9BcwUnP2ZBZNrvbhNVxtJRhO7vq2pCs,942
|
|
118
118
|
umap/management/commands/generate_js_locale.py,sha256=wkf-PFIHS7m4ZhyL1ZRMBLqyUeY2SlOrTXS42tE0-bs,1281
|
|
119
119
|
umap/management/commands/import_pictograms.py,sha256=RuQDCoiKamba4l3fZUGAXRyd-3zwWWT5c5AhgDvs7AQ,2369
|
|
120
120
|
umap/management/commands/migrate_to_S3.py,sha256=SJuadjgZPCGqrdQ0SshxvVh0CBzJan6yP525PpIsgMw,2158
|
|
121
121
|
umap/management/commands/purge_old_versions.py,sha256=qT2kET_TVhvtUOj4yD4kC-cwVjN9aCZRlyS1THTPYm0,2599
|
|
122
|
+
umap/management/commands/search_maps.py,sha256=wKzVQHtbhDii3Jxm7P4pEnGR8IeyfhXwgpgYabZ-GRg,3208
|
|
122
123
|
umap/management/commands/switch_user.py,sha256=gmayZB6DiaiJuLEqoZG8FQR354wWmJUcdhpV6mHP6lQ,1800
|
|
123
124
|
umap/migrations/0001_initial.py,sha256=dMcXtTKPiA0IqXCrDVctH91Fe0hhc04NxmvcLAULyzE,8787
|
|
124
125
|
umap/migrations/0002_tilelayer_tms.py,sha256=E99JAu1K0NzwsCEJs1z5uGlBkBJmoVb9a3WBKjpLYlo,372
|
|
@@ -149,27 +150,27 @@ umap/migrations/0026_datalayer_modified_at_datalayer_share_status.py,sha256=TnFC
|
|
|
149
150
|
umap/migrations/0027_map_tags.py,sha256=zAJzbZkB5Lsp1zczqVbRU2zLwMRfBQzvrDR6G37sKZM,610
|
|
150
151
|
umap/migrations/0028_map_is_template.py,sha256=372PBmOD0VALI4hu_iWK4Uo3mKS3p4_donb0-47CFgs,512
|
|
151
152
|
umap/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
152
|
-
umap/settings/__init__.py,sha256=
|
|
153
|
-
umap/settings/base.py,sha256=
|
|
153
|
+
umap/settings/__init__.py,sha256=lq6J21qfH8jshT6arhag9faIAYhRNCy6jre9A5JCWJo,3241
|
|
154
|
+
umap/settings/base.py,sha256=q0sME-Xt8CsZVALeZItwfN_MGIJVX_OhyE9voKjU-Z0,12621
|
|
154
155
|
umap/settings/dev.py,sha256=pj1mpmZXiI2syW8pB01wcVeqCFABF3V-nlOxArir4cw,386
|
|
155
156
|
umap/settings/local.py.sample,sha256=AFyRdVlmkC3Tu78S9n4KWAmwIGSE-c6ABS8hVKrkoKM,3158
|
|
156
157
|
umap/static/.gitignore,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
157
158
|
umap/static/umap/base.css,sha256=G6TyKKFTu-A7QOrq5ZAt8KEIJ5CFbe4K-JEURDDRkmw,5120
|
|
158
|
-
umap/static/umap/content.css,sha256=
|
|
159
|
+
umap/static/umap/content.css,sha256=lgPNxSiVNLhQDjP-rSXThGa8vtq49FtGxFY0EkWCeBs,12219
|
|
159
160
|
umap/static/umap/font.css,sha256=fYmTKNd_Ts6TrmBbnLRgyeUS4vpfxkEqhLR-pkd3KrA,904
|
|
160
|
-
umap/static/umap/map.css,sha256=
|
|
161
|
+
umap/static/umap/map.css,sha256=tqDjCSSygButb2y_UZq7o-ZlJVS2jU4khd-8IMtCeec,21852
|
|
161
162
|
umap/static/umap/nav.css,sha256=MsckfSfuMgADt71FIVpW351ZC2ATlr50iGW-47hziwk,1956
|
|
162
163
|
umap/static/umap/theme.css,sha256=gkbyghlT5kNfz0Qyg1JL7xalqvHVx321eO9qlnvcaAU,49
|
|
163
164
|
umap/static/umap/vars.css,sha256=bZVi0ACdtGDupargPUT2yQLFYEzaEo6czW9yo5znm3Y,2636
|
|
164
|
-
umap/static/umap/css/bar.css,sha256=
|
|
165
|
+
umap/static/umap/css/bar.css,sha256=86Kti2U83zxmLC-i1szZAEHpuJP9At8RyKGOAHlKMAA,6706
|
|
165
166
|
umap/static/umap/css/browser.css,sha256=WemvOscBou8XODvwtnArJUjmaqDxoyRmlMB0KKGN9bk,3258
|
|
166
167
|
umap/static/umap/css/contextmenu.css,sha256=dEKoTFTtZkIEvKspKlPfN9-9n9h9Pv4QYk4GzQXMFs8,2302
|
|
167
168
|
umap/static/umap/css/dialog.css,sha256=I5Dg8LRzZYDd-sG36C4EN2Mnk3gcOsVkKRKqEJOgSAc,1271
|
|
168
|
-
umap/static/umap/css/form.css,sha256=
|
|
169
|
-
umap/static/umap/css/icon.css,sha256=
|
|
169
|
+
umap/static/umap/css/form.css,sha256=9v8RG4ZHOqbzbvNxpEy4rLbFLRG5dKiMXPc5Vq_BQt4,17190
|
|
170
|
+
umap/static/umap/css/icon.css,sha256=J2YeG7oF0skJGBuKNgLbjyKUCaN8rVYbcMm1HCCKYCU,7630
|
|
170
171
|
umap/static/umap/css/importers.css,sha256=Q_pXPC02AwaPi5hu-raDSoBBPKH2Vj-EOoLIG-IIn-A,1774
|
|
171
172
|
umap/static/umap/css/panel.css,sha256=9nL8XQeHAc02_5D4oL7YRSJu_p15BjW6TW68LOCf-QA,4680
|
|
172
|
-
umap/static/umap/css/popup.css,sha256=
|
|
173
|
+
umap/static/umap/css/popup.css,sha256=VpLaDmM3gsmTns47biFiwBxYcPnALmlCkptYqPuzieU,2405
|
|
173
174
|
umap/static/umap/css/slideshow.css,sha256=zh3H_VlkMJsCjE6djbI9sJ3blY9GbDBYWKGX20oXrXA,1928
|
|
174
175
|
umap/static/umap/css/tableeditor.css,sha256=nYFd5qSMkUasFfAxkWwewKJ5MwIcZb2Zq_DViuDRZc4,1574
|
|
175
176
|
umap/static/umap/css/tooltip.css,sha256=vCuxyI82CEdAnwADpIOG0dEKmy0zSVNRr5mr5DU_ubU,1921
|
|
@@ -185,8 +186,8 @@ umap/static/umap/font/FiraSans-LightItalic.woff,sha256=KrCtvOQECD-z6QTULkBg4vv-c
|
|
|
185
186
|
umap/static/umap/font/FiraSans-LightItalic.woff2,sha256=wzKvr3N8FAQZBmtqxHJX3iIeONALlwcnN-6AKcnRKAE,135744
|
|
186
187
|
umap/static/umap/font/FiraSans-SemiBold.woff,sha256=2xqgp3wksYsMYJGFPwJavE_Bl6Rhac6zQjAJhWZVNTo,198128
|
|
187
188
|
umap/static/umap/font/FiraSans-SemiBold.woff2,sha256=pogC-aUjxvQ8Ia1gp9ZMpal4uGNYoTamBDBkP70PSzY,140168
|
|
188
|
-
umap/static/umap/img/16-white.svg,sha256=
|
|
189
|
-
umap/static/umap/img/16.svg,sha256=
|
|
189
|
+
umap/static/umap/img/16-white.svg,sha256=9faDqFiG5VKdm1R_9cF3DaSIfITptE8DFB-0kOaEBro,45301
|
|
190
|
+
umap/static/umap/img/16.svg,sha256=QIPdfKfPi3-VnJGP1IycLRl586PE-9q2hGm8Dq9kJgo,33187
|
|
190
191
|
umap/static/umap/img/24-white.svg,sha256=QVuiHS78y4m7ZejFb5-jWwAYAVNLlWxXKiGbyJf5FHk,21455
|
|
191
192
|
umap/static/umap/img/24.svg,sha256=nLcI0MgKj48m8CKwfNBBdPWr4SXkQHMSwF4v25PTHQ4,29496
|
|
192
193
|
umap/static/umap/img/alert-icon-error.svg,sha256=YyAYn6J4zVGLfpnC60UntTxlylcA4lPcHkBfzufcdDU,4104
|
|
@@ -227,181 +228,183 @@ umap/static/umap/img/providers/github.png,sha256=sA3oznlXAC2lqynqS2PMuNwZPQ3REfK
|
|
|
227
228
|
umap/static/umap/img/providers/keycloak.png,sha256=76ZaWlmmVdpr7t33LDqYRPRsuKsFmrOjLQk17LsezYo,1520
|
|
228
229
|
umap/static/umap/img/providers/openstreetmap-oauth2.png,sha256=fzqr15HexNfyi2l3Pxos9ptnmXfTH9Gm2v-1o7F1W7A,1680
|
|
229
230
|
umap/static/umap/img/providers/twitter-oauth2.png,sha256=9sCQYpLXTK40nvQmwEWd325XgBPq-Wt2JGu59GJDRfs,1589
|
|
230
|
-
umap/static/umap/img/source/16-white.svg,sha256=
|
|
231
|
-
umap/static/umap/img/source/16.svg,sha256=
|
|
231
|
+
umap/static/umap/img/source/16-white.svg,sha256=z3h9mL_8oqqpxj7hP4tKsOdCkyDzD_QcQoO_776-d_8,76622
|
|
232
|
+
umap/static/umap/img/source/16.svg,sha256=_xj6C0yq8iXTP_mPkipoHVu6O-mSCBC-s2JMe0vcPFY,57361
|
|
232
233
|
umap/static/umap/img/source/24-white.svg,sha256=WbH5ljoAw3b7yq6HoZiFhab1-XSSK9Y5dVwcsTeGU8U,34009
|
|
233
234
|
umap/static/umap/img/source/24.svg,sha256=zWBP4zWRi_p6Gc98QS1ivhANGmHG5jnpiI36ptecUT8,45124
|
|
234
|
-
umap/static/umap/js/umap.controls.js,sha256=
|
|
235
|
-
umap/static/umap/js/umap.core.js,sha256=MkXV9kv-UOMjQFVer-T9RMN3AzpyxHWpeqkUKhjU35Y,2657
|
|
235
|
+
umap/static/umap/js/umap.controls.js,sha256=23nz8Q4XUEbImK7PxkgG8xfgxksNzzUmVHgV_i98dpE,8335
|
|
236
236
|
umap/static/umap/js/components/base.js,sha256=gRV20WfPpJw3Lwff3LYEDuqgwqLxfu1wFjFuntiLHdw,1576
|
|
237
|
+
umap/static/umap/js/components/copiable.js,sha256=pXhgz0yIfzFU3EQg18t3jTzrASHsrxoJKeAj-8bgnFU,1424
|
|
237
238
|
umap/static/umap/js/components/fragment.js,sha256=-rOrcyPpZ5ihD_hh0C1qrYpaim11JYh5fg0x_od_m5U,379
|
|
238
239
|
umap/static/umap/js/components/modal.js,sha256=ugaibc2n5Pftocs1crN6zaPRJztSQm1atyf7jhSAnC4,742
|
|
239
240
|
umap/static/umap/js/components/alerts/alert.css,sha256=amMkhzABVFfvF4Sdi752wQNLgG5gP5mfUpe8bnRurFY,5282
|
|
240
241
|
umap/static/umap/js/components/alerts/alert.js,sha256=s5oyrtkTX6185CHXlAiekclIf9oqaLLNK_HGLwFfFdQ,5047
|
|
241
|
-
umap/static/umap/js/modules/autocomplete.js,sha256=
|
|
242
|
-
umap/static/umap/js/modules/browser.js,sha256=
|
|
242
|
+
umap/static/umap/js/modules/autocomplete.js,sha256=CvsWz1IFB_NKednxnHInAVKbETx8ivsBxaYxsyeltpo,8542
|
|
243
|
+
umap/static/umap/js/modules/browser.js,sha256=xLVzv_MENIkSZpIPgh2yRwSGfEyAGkz-UDmnePYE9rc,10509
|
|
243
244
|
umap/static/umap/js/modules/caption.js,sha256=31p5ai_gKq7pp0cWiAwONbxopif7iq_I11PDRW0zDYI,5843
|
|
244
245
|
umap/static/umap/js/modules/dompurify.js,sha256=SOmoM-pTgYCKCKXFo6-znemWPLiLsFgR4lxM_moWaA8,328
|
|
245
|
-
umap/static/umap/js/modules/domutils.js,sha256=
|
|
246
|
+
umap/static/umap/js/modules/domutils.js,sha256=CUlZ_Ws4XP1nhTCMnVClWt_osWK9dicGkpLyRm3UpOE,4346
|
|
246
247
|
umap/static/umap/js/modules/drop.js,sha256=aHuz_sDgWAqDEH49OWNhnnyFvGLDMCoeeo5xaBLZwAg,1431
|
|
247
|
-
umap/static/umap/js/modules/filters.js,sha256=
|
|
248
|
-
umap/static/umap/js/modules/formatter.js,sha256=
|
|
248
|
+
umap/static/umap/js/modules/filters.js,sha256=_Tn4fHMpe2JWdzuwHBepuoMUBWA-QMq3GtZop9fMoaQ,21468
|
|
249
|
+
umap/static/umap/js/modules/formatter.js,sha256=Rg1br7vWFHRB_Vz6f1gIEZZdKSD9I6n73qSLQ2XXJ5g,7046
|
|
249
250
|
umap/static/umap/js/modules/global.js,sha256=pmO5iFezaPhxQemgscta2S1J4vBRHIpjALjym2Hs9Z4,941
|
|
250
|
-
umap/static/umap/js/modules/help.js,sha256=
|
|
251
|
+
umap/static/umap/js/modules/help.js,sha256=VJe-32SmOyJ-CsDAD5WzKJDoqXaCWGQ7-nUrsFtPH6c,10209
|
|
251
252
|
umap/static/umap/js/modules/i18n.js,sha256=eKJfA2jz2WAZ90oE-LJcEEMBti6QCsDkk0HgTc_NSjY,1386
|
|
252
|
-
umap/static/umap/js/modules/importer.js,sha256=
|
|
253
|
+
umap/static/umap/js/modules/importer.js,sha256=WtIVdxMZikR50bakd4tWZMCJ6U7jgLtiA_w3p_G9Rd8,11435
|
|
253
254
|
umap/static/umap/js/modules/leaflet-configure.js,sha256=P3aD8iNGxuVNv-xW4Di4txAjNmnlpKtCCzDvPaKEdQ8,243
|
|
254
|
-
umap/static/umap/js/modules/managers.js,sha256=
|
|
255
|
+
umap/static/umap/js/modules/managers.js,sha256=_zkkoAbxLkSneN-ef59fmWlAacSoX1WT3pDslbdZmrw,2503
|
|
255
256
|
umap/static/umap/js/modules/orderable.js,sha256=zDtcElZ_MVPoGba8Iv9bxOzk4vuN7C-5XVl4UomDYHE,2521
|
|
256
|
-
umap/static/umap/js/modules/permissions.js,sha256=
|
|
257
|
+
umap/static/umap/js/modules/permissions.js,sha256=PKQrlyFRxwfdkF2hcKThVnWKsJD0TnMNmBO5FkheXoM,9299
|
|
257
258
|
umap/static/umap/js/modules/printer.js,sha256=fvb44tLBiYR7TyBdXJdroYsjQOrnbzw7-6F0dBCUEGg,3607
|
|
258
259
|
umap/static/umap/js/modules/request.js,sha256=9GRJoOPbdkHL9OFP6Joaf5wzsJckPyiG2O7AxQciTik,3885
|
|
259
|
-
umap/static/umap/js/modules/rules.js,sha256=
|
|
260
|
-
umap/static/umap/js/modules/schema.js,sha256=
|
|
261
|
-
umap/static/umap/js/modules/share.js,sha256=
|
|
262
|
-
umap/static/umap/js/modules/slideshow.js,sha256=
|
|
263
|
-
umap/static/umap/js/modules/tableeditor.js,sha256=
|
|
260
|
+
umap/static/umap/js/modules/rules.js,sha256=GVxnWN8VH8LDQdrozFPzG4t8RMlXRlHjp3UyRbOH3Nk,10113
|
|
261
|
+
umap/static/umap/js/modules/schema.js,sha256=hTWHwdnWkEWZrpI1cJMdYqtEnub-40DnL3VG_8OCHNU,15299
|
|
262
|
+
umap/static/umap/js/modules/share.js,sha256=vlDQbGLtsvHy95Z3oDk-5vU-NHgullO7t13mAToA3iA,7071
|
|
263
|
+
umap/static/umap/js/modules/slideshow.js,sha256=hnxFW4vzya9ddZ-eUTvTSQZjnKhv7s_EAlrQERANXqo,3590
|
|
264
|
+
umap/static/umap/js/modules/tableeditor.js,sha256=poSBWl0NgZQ_1ZLSIeTaAhlSD_hOpOUp8fZfifZ5Ub0,8723
|
|
264
265
|
umap/static/umap/js/modules/templates.js,sha256=mm-3OnVcCKmPyPfNkar0HX2ynT8E4CgqU4Q3m9bDP10,4401
|
|
265
|
-
umap/static/umap/js/modules/umap.js,sha256=
|
|
266
|
+
umap/static/umap/js/modules/umap.js,sha256=UO-iA8HDOu_KROHtEMYw27hL9nrbJXWSG3WsSpMaGhE,57893
|
|
266
267
|
umap/static/umap/js/modules/urls.js,sha256=76cFqycj2O8huuoYYBvxnVt2Fc2UDbgrRsiv6lQmcSY,890
|
|
267
|
-
umap/static/umap/js/modules/utils.js,sha256=
|
|
268
|
-
umap/static/umap/js/modules/data/features.js,sha256=
|
|
269
|
-
umap/static/umap/js/modules/data/fields.js,sha256=
|
|
270
|
-
umap/static/umap/js/modules/data/layer.js,sha256=
|
|
271
|
-
umap/static/umap/js/modules/form/builder.js,sha256=
|
|
272
|
-
umap/static/umap/js/modules/form/fields.js,sha256=
|
|
273
|
-
umap/static/umap/js/modules/importers/banfr.js,sha256=
|
|
274
|
-
umap/static/umap/js/modules/importers/cadastrefr.js,sha256=
|
|
275
|
-
umap/static/umap/js/modules/importers/communesfr.js,sha256=
|
|
276
|
-
umap/static/umap/js/modules/importers/datasets.js,sha256=
|
|
277
|
-
umap/static/umap/js/modules/importers/geodatamine.js,sha256=
|
|
278
|
-
umap/static/umap/js/modules/importers/opendata.js,sha256=
|
|
268
|
+
umap/static/umap/js/modules/utils.js,sha256=TIFABNizOphJBxSpRQq2j5Wa0NOcHuL8o76L7SdYNKY,17007
|
|
269
|
+
umap/static/umap/js/modules/data/features.js,sha256=Z6tysGABDw_4Nt_j7khzbksJZ256QzDMTjlFLhrY7O0,39680
|
|
270
|
+
umap/static/umap/js/modules/data/fields.js,sha256=0t7a26rYZEZDTGD6rreNWS0hOcQnIIS1MmHxhkfq1LY,11898
|
|
271
|
+
umap/static/umap/js/modules/data/layer.js,sha256=wsfiGZK5O5K7xzl8Lz4tur_vi3coZyM-C1BompMXq78,41495
|
|
272
|
+
umap/static/umap/js/modules/form/builder.js,sha256=No7KLtVBuZk0OYOTy1P0Y6elv7R1hH3hxvmr65QySPw,6609
|
|
273
|
+
umap/static/umap/js/modules/form/fields.js,sha256=YEl0VbER8t1y1GdvQdhfmMV2LpEON-UYwFT3xSLF1yU,33042
|
|
274
|
+
umap/static/umap/js/modules/importers/banfr.js,sha256=Ze0OemGESdd5rTgf7SY-zzkfwAdIvPK-GVwreIJLJtk,2862
|
|
275
|
+
umap/static/umap/js/modules/importers/cadastrefr.js,sha256=uQJzUVWJPfPSFGcgXnvC_U8Vt50sCJT9Cw26J1EN5Yg,2303
|
|
276
|
+
umap/static/umap/js/modules/importers/communesfr.js,sha256=mpkl7KRwWpwuLLlO-cS3ViXsnSsYlPS4Xt8O0MpGO8Q,1633
|
|
277
|
+
umap/static/umap/js/modules/importers/datasets.js,sha256=KL6wT8JcKfJlytmBKHJwasGavcFDsa292MGnY1ltQac,1265
|
|
278
|
+
umap/static/umap/js/modules/importers/geodatamine.js,sha256=cFtBNrGuOzwb5YJ0k1vLyIqFXxGwtSqwdkv-pDP62Fc,2968
|
|
279
|
+
umap/static/umap/js/modules/importers/opendata.js,sha256=dps-cDYWVvlxudJY1HLX8onh6yD8Tvzda58-AsyGPi4,7694
|
|
279
280
|
umap/static/umap/js/modules/importers/openrouteservice.js,sha256=0tVlCqcze4oVqkzI6PHhIrB7VksXb_1DwZvw92j4eNU,4133
|
|
280
|
-
umap/static/umap/js/modules/importers/overpass.js,sha256=
|
|
281
|
-
umap/static/umap/js/modules/rendering/controls.js,sha256=
|
|
282
|
-
umap/static/umap/js/modules/rendering/icon.js,sha256=
|
|
283
|
-
umap/static/umap/js/modules/rendering/map.js,sha256=
|
|
284
|
-
umap/static/umap/js/modules/rendering/popup.js,sha256=
|
|
285
|
-
umap/static/umap/js/modules/rendering/template.js,sha256=
|
|
286
|
-
umap/static/umap/js/modules/rendering/ui.js,sha256=
|
|
287
|
-
umap/static/umap/js/modules/rendering/layers/base.js,sha256=
|
|
288
|
-
umap/static/umap/js/modules/rendering/layers/classified.js,sha256=
|
|
281
|
+
umap/static/umap/js/modules/importers/overpass.js,sha256=E_yFk120WYJguR6oSo5Bwj2DrUfxMe5SK6eLELFZbqw,3328
|
|
282
|
+
umap/static/umap/js/modules/rendering/controls.js,sha256=v1V8Ho_uOXyvekcpjUxon_23WEG-NvmM3zxFrgE42WA,16407
|
|
283
|
+
umap/static/umap/js/modules/rendering/icon.js,sha256=SZlJ6BW0qjYCAF2uDo9mDQ7v6BVGK3PwXrzMN8xTFf0,8754
|
|
284
|
+
umap/static/umap/js/modules/rendering/map.js,sha256=E8bgla9zcWNoNtRxHRs-pM-N-wGR4PKAVYV5At--Z-8,12880
|
|
285
|
+
umap/static/umap/js/modules/rendering/popup.js,sha256=OlcHEUMbiCf6GOFwHzjYGtK2_35-5x6_rpqQUJkzCKY,2687
|
|
286
|
+
umap/static/umap/js/modules/rendering/template.js,sha256=SAaNGhI_tKSUGIvP9X2UYY0OTqooB9WhxRi9wkpuoSk,12853
|
|
287
|
+
umap/static/umap/js/modules/rendering/ui.js,sha256=SsNx-Iyz4aTdXGkANHn4s5OeOYvVdWyXte2RPB4ZagY,17695
|
|
288
|
+
umap/static/umap/js/modules/rendering/layers/base.js,sha256=pn-D_Mb_l43NOsNEh3_rmH5nNreAL5erOPzf-37daWc,2487
|
|
289
|
+
umap/static/umap/js/modules/rendering/layers/classified.js,sha256=N9VlzPzuzs9F7dxm0vr9JzvJWAe5BlgdOr2YcB4ZOkM,15329
|
|
289
290
|
umap/static/umap/js/modules/rendering/layers/cluster.js,sha256=mn1-m2KGmmQv8IohoZ3zLfClwvl38Xv8zwGFyYwmQ5o,8136
|
|
290
|
-
umap/static/umap/js/modules/rendering/layers/heat.js,sha256=
|
|
291
|
+
umap/static/umap/js/modules/rendering/layers/heat.js,sha256=FaZQK6s_J7jZP2pvoDyOXrpzRxwOpmgJIbieIioryko,5146
|
|
291
292
|
umap/static/umap/js/modules/sync/engine.js,sha256=LDB7HHCmfVb0Cz30yVXBSV0f-1CGG5bkzrPtaT5RePM,18390
|
|
292
293
|
umap/static/umap/js/modules/sync/hlc.js,sha256=XeJz3x7qiDz7v-mcgGIynj5ks34FpWx_oSPUPFd_ZGA,2991
|
|
293
294
|
umap/static/umap/js/modules/sync/undo.js,sha256=CQufaRvI_-dT0HGm5Wl8hBbO00IruflPdlmWJ4acgFM,2910
|
|
294
295
|
umap/static/umap/js/modules/sync/updaters.js,sha256=9qukCBW_pPk4-3k4boKjcyocBd5w37UZxYGqclewlD0,3809
|
|
295
296
|
umap/static/umap/js/modules/sync/websocket.js,sha256=M2wsFuW5vRsY677dRSAFUWJl5MBPCOvaNYCAxBAqjcA,2522
|
|
296
|
-
umap/static/umap/js/modules/ui/bar.js,sha256=
|
|
297
|
+
umap/static/umap/js/modules/ui/bar.js,sha256=8IQ7rWsHElhMMl269e91VMkhkhUBzaLHCT7yrwHq_5w,17055
|
|
297
298
|
umap/static/umap/js/modules/ui/base.js,sha256=OLR8VOvKPkDCT0X3hQq3s0WVRQunNEIUj83RNMEyzBM,2980
|
|
298
299
|
umap/static/umap/js/modules/ui/contextmenu.js,sha256=3Zm0AOoZLdCm76SLvImH1rtv0gPbcU1DQsJHf6cEojM,3169
|
|
299
300
|
umap/static/umap/js/modules/ui/dialog.js,sha256=8ZpbDf4KlwquSQf8FE4GLcGerCp-MM-X-UIAiUrHDw8,6094
|
|
300
|
-
umap/static/umap/js/modules/ui/
|
|
301
|
-
umap/static/umap/js/modules/ui/
|
|
302
|
-
umap/static/umap/
|
|
303
|
-
umap/static/umap/
|
|
304
|
-
umap/static/umap/locale/
|
|
305
|
-
umap/static/umap/locale/
|
|
306
|
-
umap/static/umap/locale/
|
|
307
|
-
umap/static/umap/locale/
|
|
308
|
-
umap/static/umap/locale/
|
|
309
|
-
umap/static/umap/locale/
|
|
310
|
-
umap/static/umap/locale/
|
|
311
|
-
umap/static/umap/locale/
|
|
312
|
-
umap/static/umap/locale/
|
|
313
|
-
umap/static/umap/locale/
|
|
314
|
-
umap/static/umap/locale/
|
|
315
|
-
umap/static/umap/locale/
|
|
316
|
-
umap/static/umap/locale/
|
|
317
|
-
umap/static/umap/locale/
|
|
318
|
-
umap/static/umap/locale/
|
|
319
|
-
umap/static/umap/locale/
|
|
320
|
-
umap/static/umap/locale/
|
|
321
|
-
umap/static/umap/locale/
|
|
322
|
-
umap/static/umap/locale/
|
|
323
|
-
umap/static/umap/locale/
|
|
324
|
-
umap/static/umap/locale/
|
|
325
|
-
umap/static/umap/locale/
|
|
326
|
-
umap/static/umap/locale/
|
|
327
|
-
umap/static/umap/locale/
|
|
328
|
-
umap/static/umap/locale/
|
|
329
|
-
umap/static/umap/locale/
|
|
330
|
-
umap/static/umap/locale/
|
|
331
|
-
umap/static/umap/locale/
|
|
332
|
-
umap/static/umap/locale/
|
|
333
|
-
umap/static/umap/locale/
|
|
334
|
-
umap/static/umap/locale/
|
|
335
|
-
umap/static/umap/locale/
|
|
336
|
-
umap/static/umap/locale/
|
|
337
|
-
umap/static/umap/locale/
|
|
338
|
-
umap/static/umap/locale/
|
|
339
|
-
umap/static/umap/locale/
|
|
340
|
-
umap/static/umap/locale/
|
|
341
|
-
umap/static/umap/locale/
|
|
342
|
-
umap/static/umap/locale/
|
|
343
|
-
umap/static/umap/locale/
|
|
344
|
-
umap/static/umap/locale/
|
|
345
|
-
umap/static/umap/locale/
|
|
346
|
-
umap/static/umap/locale/
|
|
347
|
-
umap/static/umap/locale/
|
|
348
|
-
umap/static/umap/locale/
|
|
349
|
-
umap/static/umap/locale/
|
|
350
|
-
umap/static/umap/locale/
|
|
351
|
-
umap/static/umap/locale/
|
|
352
|
-
umap/static/umap/locale/
|
|
353
|
-
umap/static/umap/locale/
|
|
354
|
-
umap/static/umap/locale/
|
|
355
|
-
umap/static/umap/locale/
|
|
356
|
-
umap/static/umap/locale/
|
|
357
|
-
umap/static/umap/locale/
|
|
358
|
-
umap/static/umap/locale/
|
|
359
|
-
umap/static/umap/locale/
|
|
360
|
-
umap/static/umap/locale/
|
|
361
|
-
umap/static/umap/locale/
|
|
362
|
-
umap/static/umap/locale/
|
|
363
|
-
umap/static/umap/locale/
|
|
364
|
-
umap/static/umap/locale/
|
|
365
|
-
umap/static/umap/locale/
|
|
366
|
-
umap/static/umap/locale/
|
|
367
|
-
umap/static/umap/locale/
|
|
368
|
-
umap/static/umap/locale/
|
|
369
|
-
umap/static/umap/locale/
|
|
370
|
-
umap/static/umap/locale/
|
|
371
|
-
umap/static/umap/locale/
|
|
372
|
-
umap/static/umap/locale/
|
|
373
|
-
umap/static/umap/locale/
|
|
374
|
-
umap/static/umap/locale/
|
|
375
|
-
umap/static/umap/locale/
|
|
301
|
+
umap/static/umap/js/modules/ui/hash.js,sha256=DwZkN8O-3Xzv9wSvZlnxf3UOP4an-Imn0R3HDWNRZSc,1026
|
|
302
|
+
umap/static/umap/js/modules/ui/loader.js,sha256=lOH2uNNq0LVpl_plkQcRM00TKWI1nGu7C-ccaQRwDYY,684
|
|
303
|
+
umap/static/umap/js/modules/ui/panel.js,sha256=Vbvrh9BJppQmduGBNZsj382-z8jU73YNNvsnGebAMAk,4457
|
|
304
|
+
umap/static/umap/js/modules/ui/tooltip.js,sha256=G3loIFO6IIQvcNRbe7SaV4Re6o6edIHiY0CKX5S-ktA,1919
|
|
305
|
+
umap/static/umap/locale/am_ET.js,sha256=b97TMTxJ8vJALnwflXwlqkDNV5AYy7_zlGqJJToohXY,38785
|
|
306
|
+
umap/static/umap/locale/am_ET.json,sha256=ydQ40BDCoG8oCxV1GORSt7-irdi2ezHfky1wHOVHXxU,38714
|
|
307
|
+
umap/static/umap/locale/ar.js,sha256=xUgwEXoi7iGpAxbDH7UB7NSbA2jYvGCgaHcoVS9dbxw,36056
|
|
308
|
+
umap/static/umap/locale/ar.json,sha256=vGuLWUmU3xGDSdiwrGPJ0LZTno-K1dyjGT4MUR7PbRE,35991
|
|
309
|
+
umap/static/umap/locale/ast.js,sha256=B06jZt63eRZonQGPMMR2USo2MSibxVCSlWPfJ3uLnAo,35685
|
|
310
|
+
umap/static/umap/locale/ast.json,sha256=eRng-tP6XdUeDQQqTmnqmozSU6qb3fjzratDfR1HA_s,35618
|
|
311
|
+
umap/static/umap/locale/bg.js,sha256=jxoX_eawSqFh_5pEIL-LchQN8Etq5hzfniOmvR8KWOQ,38436
|
|
312
|
+
umap/static/umap/locale/bg.json,sha256=S9vVT0VqoRLDwr3nsBOdMx6EKkpdj0sNr1CtFIrf8ew,38371
|
|
313
|
+
umap/static/umap/locale/br.js,sha256=Qe1CZadRQM52jaabAtK1kmDpaeSx_zRnzUqkXxvpF8s,38158
|
|
314
|
+
umap/static/umap/locale/br.json,sha256=NHgubrsw2OT0iBzlMaS_HkTWiInwJ_CM3owDa-dd7tA,38093
|
|
315
|
+
umap/static/umap/locale/ca.js,sha256=OHCqCk9Z29SRwxVgTI3AEB6cp5GpqUK5keO97YFfdvg,37408
|
|
316
|
+
umap/static/umap/locale/ca.json,sha256=S9PIhkPRMN6RiYC5R71ulkgY_GxDDsn6H5RZVL7CIS0,37343
|
|
317
|
+
umap/static/umap/locale/cs_CZ.js,sha256=2PFkkEYsypj5kQeqq_R_dHHWLiJWy9nzH1tDsSYASHs,38041
|
|
318
|
+
umap/static/umap/locale/cs_CZ.json,sha256=AEkxCLBLCrp_nFqXwvz0pM8rwHaZuyCv6JnogAFSS48,37970
|
|
319
|
+
umap/static/umap/locale/da.js,sha256=zHLxnaWpkS1KylbEkF7OiqwrwsaEq5_y5ln17-2LF9M,36762
|
|
320
|
+
umap/static/umap/locale/da.json,sha256=qrshEyz_AbiuQAPBdFXb43HaDEN26ijIJq1vCCZ6OAo,36697
|
|
321
|
+
umap/static/umap/locale/de.js,sha256=l_5mDQQdtWHi0OUTmOLKMeDcm3HMzuoIBNxL08gwuz4,39131
|
|
322
|
+
umap/static/umap/locale/de.json,sha256=a3AKAPBoc1cEvlbuCLVLnFCLogBt7l0OgK2SjxM1VxM,39066
|
|
323
|
+
umap/static/umap/locale/el.js,sha256=rhjW-vL0MVNSl1EKrpR89j9Sp4Oeu1xyFms9hJ60oqQ,52987
|
|
324
|
+
umap/static/umap/locale/el.json,sha256=VZWHwJtEgzArUOmL7IKkzz8IMMHBChHTVjxArcpCXcs,52922
|
|
325
|
+
umap/static/umap/locale/en.js,sha256=-Sqk3jMKrCprzYHCsKj0Kk0dUSlOfkyR6foz92DfVC4,35683
|
|
326
|
+
umap/static/umap/locale/en.json,sha256=eRng-tP6XdUeDQQqTmnqmozSU6qb3fjzratDfR1HA_s,35618
|
|
327
|
+
umap/static/umap/locale/en_US.json,sha256=X_uH1CpuIY3aeOgNsfB3lrwfYerunTQmsseGOj6qP1k,35416
|
|
328
|
+
umap/static/umap/locale/es.js,sha256=4GhTEdKgMpyInlcDWf10HWVhPKgGae5Ry7H2E1t0980,38981
|
|
329
|
+
umap/static/umap/locale/es.json,sha256=W_Jr3eUjffYXvBmB_IS5ViYGiR_gCjARRpPshYxdejI,38916
|
|
330
|
+
umap/static/umap/locale/et.js,sha256=dHx8y6RQVMJPOo5ripaYfvMxmrnvsoFZO7LrV3hwXvo,35893
|
|
331
|
+
umap/static/umap/locale/et.json,sha256=0bnc5Di-mFBTukBfxhd-hHHCTN4Be-hxTpbFhNDobco,35828
|
|
332
|
+
umap/static/umap/locale/eu.js,sha256=j5NVPvZp1Z642vrbx_F6sdqEBuEFBpGQg1288zqQEhQ,37937
|
|
333
|
+
umap/static/umap/locale/eu.json,sha256=DJ6z_0n0oVYf6cNeBQdAnkDBPDAT4hc8dShmKuP-ENw,37872
|
|
334
|
+
umap/static/umap/locale/fa_IR.js,sha256=Za9rPQray_IiQ8AK1RTCEKsM5U7RLpbFHH1pcDt1KOI,43070
|
|
335
|
+
umap/static/umap/locale/fa_IR.json,sha256=iDzzCeVUHn12OA_Y33QXHT6YHGcRibyhpcobpkAdYyA,42999
|
|
336
|
+
umap/static/umap/locale/fi.js,sha256=1Kq8bIWMe01vEHQ1ZPrxwPiBZJrNSDTEp8j95bMJWkE,36486
|
|
337
|
+
umap/static/umap/locale/fi.json,sha256=lY4Gj_SiTOjbFiH_9-9sGeli5sro22IpnQu7BSTQN90,36421
|
|
338
|
+
umap/static/umap/locale/fr.js,sha256=DR8W5uynkhnJCqDnmsyj24Fi-Vqoy0TbZPnPo0cVNGg,39034
|
|
339
|
+
umap/static/umap/locale/fr.json,sha256=C9L9hMdLKaKYzfYaUlfgD1uuIcXLHPqN1-mfKGvgQwA,38969
|
|
340
|
+
umap/static/umap/locale/gl.js,sha256=tCUh8Va7_JnBN0KpNUoh_cs7t-ZwpJ_7eLYNSPQdPFQ,38875
|
|
341
|
+
umap/static/umap/locale/gl.json,sha256=1fdF13p7TdSEC5XQwiIdMO06CxsrvPm6ph370ZB2lJA,38810
|
|
342
|
+
umap/static/umap/locale/he.js,sha256=mCLOuHCLlKFmYkolvDLTMsl-xqYeSeq7TeGD5E4kNiE,38580
|
|
343
|
+
umap/static/umap/locale/he.json,sha256=9UFJzRR3kEoYYL7Mh-83oz60HTEa9sS3kC6nZwqmuVQ,38515
|
|
344
|
+
umap/static/umap/locale/hr.js,sha256=9rf26thnDhYdZHLPLnGRv4XG8VxIdyTsrETu0pb6soU,35854
|
|
345
|
+
umap/static/umap/locale/hr.json,sha256=B5dcbKZlsqoC_-krwIjQs-w1xhdGiDIiLGbWRhz75WU,35789
|
|
346
|
+
umap/static/umap/locale/hu.js,sha256=RXdODwuWyg71DCFaXPV1k2SjBmrDW4SYUvZ9rcssRYU,40877
|
|
347
|
+
umap/static/umap/locale/hu.json,sha256=JvrdUiTgiMdmm2cERnTdnCl89poB8jO6XnsLcFl2pPM,40812
|
|
348
|
+
umap/static/umap/locale/id.js,sha256=BshjnJhrQhHOvCodSCDjNpoArVMA02pfXCkyTz2Gd_k,35683
|
|
349
|
+
umap/static/umap/locale/id.json,sha256=eRng-tP6XdUeDQQqTmnqmozSU6qb3fjzratDfR1HA_s,35618
|
|
350
|
+
umap/static/umap/locale/is.js,sha256=Ubf9Qi6lt546QeXR1ScC45Qo-7Jqvu4iHHjN60fnCfQ,37316
|
|
351
|
+
umap/static/umap/locale/is.json,sha256=z9gHZ71u75e4Y5TJ0kHgGI1VKtZ-grY_b4bAGpqoGdQ,37251
|
|
352
|
+
umap/static/umap/locale/it.js,sha256=vs6aJ37kXJtUDkOj9C4-jViVFkB0OCNW3GQ9UQOlhEw,38519
|
|
353
|
+
umap/static/umap/locale/it.json,sha256=DfCDo331H9boMGIdLm-chv1SFoX_4bSbDiKr1awFes8,38454
|
|
354
|
+
umap/static/umap/locale/ja.js,sha256=uvZipqc_CbCqu_epKe7aJCl6Ul0ina0xWGEAmjtkSHE,37674
|
|
355
|
+
umap/static/umap/locale/ja.json,sha256=ZQEIVSPsCvRlydohoIziYM7PwOqRTkOJr49PU26tGyo,37609
|
|
356
|
+
umap/static/umap/locale/ko.js,sha256=wYr7VlPL-cNmMiWJu3KIHHmFw2V8n-biKNCMBetX_P0,35829
|
|
357
|
+
umap/static/umap/locale/ko.json,sha256=IVLfUwjVvKfxUfvb0-bQXS0hLAiAfYHmIUxbQ_W-jbw,35764
|
|
358
|
+
umap/static/umap/locale/lt.js,sha256=XQLIXEehdbe0n9G9rPVr7MgwMsFrTxp_bTMJW1AiB0g,36468
|
|
359
|
+
umap/static/umap/locale/lt.json,sha256=B1pNPwoO0MwoatE5sffJ2PQVEo2Hihb6ROLd71B3XVI,36403
|
|
360
|
+
umap/static/umap/locale/ms.js,sha256=zEMFq1IXnMwoHlVi2balQiPVlE1Kqyzj82HTuqJJRpA,36757
|
|
361
|
+
umap/static/umap/locale/ms.json,sha256=wcErWo9LpOKmXh9hW0eb_a5maaGVwDt2cTVLOH2KC7M,36692
|
|
362
|
+
umap/static/umap/locale/nl.js,sha256=98Vjp2UV2BckcF4y3jU09C8rGAIweEmN0Q1guLMwZ-4,38113
|
|
363
|
+
umap/static/umap/locale/nl.json,sha256=GfQMEM5E3yHeGXFcQGrzcz1vcKhoVYWz8y4ymZETWGI,38048
|
|
364
|
+
umap/static/umap/locale/no.js,sha256=XlVkLxFaqSJNs-AAaxUV8JRLBSPdU2wQetoqqDpRgls,35861
|
|
365
|
+
umap/static/umap/locale/no.json,sha256=3FWgzOSKzaBz5FOuxxm1lc9qkmxTql-5ZjG9Eykypyg,35796
|
|
366
|
+
umap/static/umap/locale/pl.js,sha256=y21t8DEsearKIaEsly59516Am_HWt5gwAmiwzfFnVi0,37425
|
|
367
|
+
umap/static/umap/locale/pl.json,sha256=jyAJ4K9e01gNzPb6IPMg713agwbiQMWP18mKFYioOuA,37360
|
|
368
|
+
umap/static/umap/locale/pl_PL.json,sha256=eRng-tP6XdUeDQQqTmnqmozSU6qb3fjzratDfR1HA_s,35618
|
|
369
|
+
umap/static/umap/locale/pt.js,sha256=HSbdPqn_-q-Z5hGrlPtSDejyhdGOVDSBUXweVNggkVc,38217
|
|
370
|
+
umap/static/umap/locale/pt.json,sha256=0A9YuvJMKuMnwml_rXd8O61wBdlJxA93WPRMASLuj1g,38152
|
|
371
|
+
umap/static/umap/locale/pt_BR.js,sha256=LMfsY115RRxpJTKOXxFlTzXvtH4wzseNN_-MOVnIduk,36869
|
|
372
|
+
umap/static/umap/locale/pt_BR.json,sha256=_ReoAkGLHbP4XYAwzVx8v5FXS_Ay6BBqklJfvM8-ru4,36798
|
|
373
|
+
umap/static/umap/locale/pt_PT.js,sha256=IPPevndy571GHyR_GUEoKODLXvvopUQV901s2WshtAk,37932
|
|
374
|
+
umap/static/umap/locale/pt_PT.json,sha256=1-K4OPLKOPt-ulDGUc9RVw7uOC35qOfWO0ZossrIOcw,37861
|
|
375
|
+
umap/static/umap/locale/ro.js,sha256=TcLr2ZWi2Hwwo6FlF1Syok5Xemmn5MixLpj6dMgxCsc,35710
|
|
376
|
+
umap/static/umap/locale/ro.json,sha256=0OEU0JqZ5Igl1Eiwqa62kHdo8XmX3A0zT7gJltN-MiQ,35645
|
|
377
|
+
umap/static/umap/locale/ru.js,sha256=TpqYTg0O6SKIf_jK_D7gQyFGuE8uvmidbKeALLjnDnQ,41998
|
|
378
|
+
umap/static/umap/locale/ru.json,sha256=MiRZXE89Q0kcadKxDcIFOkgTyv82R_0kFP1mXHTrimw,41933
|
|
376
379
|
umap/static/umap/locale/si.js,sha256=J-kLVXnec9LsvX67PPr-K6I5qU2d5lCg6tIkRv8Nb7o,28506
|
|
377
380
|
umap/static/umap/locale/si.json,sha256=JkDOVn9CGlG5D4eLYsjWEUvXivEHtQGVa4w9CCduGQY,28441
|
|
378
|
-
umap/static/umap/locale/sk_SK.js,sha256=
|
|
379
|
-
umap/static/umap/locale/sk_SK.json,sha256=
|
|
380
|
-
umap/static/umap/locale/sl.js,sha256=
|
|
381
|
-
umap/static/umap/locale/sl.json,sha256=
|
|
382
|
-
umap/static/umap/locale/sr.js,sha256=
|
|
383
|
-
umap/static/umap/locale/sr.json,sha256=
|
|
384
|
-
umap/static/umap/locale/sv.js,sha256=
|
|
385
|
-
umap/static/umap/locale/sv.json,sha256=
|
|
386
|
-
umap/static/umap/locale/th_TH.js,sha256=
|
|
387
|
-
umap/static/umap/locale/th_TH.json,sha256=
|
|
388
|
-
umap/static/umap/locale/tr.js,sha256=
|
|
389
|
-
umap/static/umap/locale/tr.json,sha256=
|
|
390
|
-
umap/static/umap/locale/uk_UA.js,sha256=
|
|
391
|
-
umap/static/umap/locale/uk_UA.json,sha256=
|
|
392
|
-
umap/static/umap/locale/vi.js,sha256=
|
|
393
|
-
umap/static/umap/locale/vi.json,sha256=
|
|
394
|
-
umap/static/umap/locale/vi_VN.json,sha256=
|
|
395
|
-
umap/static/umap/locale/zh.js,sha256=
|
|
396
|
-
umap/static/umap/locale/zh.json,sha256=
|
|
397
|
-
umap/static/umap/locale/zh_CN.json,sha256=
|
|
398
|
-
umap/static/umap/locale/zh_TW.Big5.json,sha256=
|
|
399
|
-
umap/static/umap/locale/zh_TW.js,sha256=
|
|
400
|
-
umap/static/umap/locale/zh_TW.json,sha256=
|
|
381
|
+
umap/static/umap/locale/sk_SK.js,sha256=H54KRdKmzhfpKoC55BPmmXAff4NZ-lYtcTUhWPGsB7g,36828
|
|
382
|
+
umap/static/umap/locale/sk_SK.json,sha256=g34NDE2Bbu-04z6LW612Ouf0VyZal_bhIFw_znmMbds,36757
|
|
383
|
+
umap/static/umap/locale/sl.js,sha256=58U6QDhhuLfSnjI5HrMCz-YmFFEA7Llc05JMppHlY0s,36720
|
|
384
|
+
umap/static/umap/locale/sl.json,sha256=K-GV_eF4_hTT3ORRWz-6l8RdcnzPpKC8bK9CAH0gkjo,36655
|
|
385
|
+
umap/static/umap/locale/sr.js,sha256=D5-sUqwYaq4V2k47BTODmKR2pNbTaeprNaHgsX-eGcs,39079
|
|
386
|
+
umap/static/umap/locale/sr.json,sha256=gCvyeO7goFjKKG65PuPyK313HO_v7w5Kjf4amgPkqhw,39014
|
|
387
|
+
umap/static/umap/locale/sv.js,sha256=eEA99PsXzRTWWjoMbxfe_WPHg3dfyDYCROPUn4DRAiM,36660
|
|
388
|
+
umap/static/umap/locale/sv.json,sha256=e_rghziKbksNFEHzWox1vnl6eWlifssBVT5q1TQ_v50,36595
|
|
389
|
+
umap/static/umap/locale/th_TH.js,sha256=eU_gtNpU55JHNCxzHP90vfNZXK-5jktKqBeKwWVQx7I,36687
|
|
390
|
+
umap/static/umap/locale/th_TH.json,sha256=WZtU_cuHcC2AojHIdsGoXPEDyJFWF8Wm3FeTdAemPz8,36616
|
|
391
|
+
umap/static/umap/locale/tr.js,sha256=3LKYh4POxbfSyz4L-V9CgHDEYymgWDFzGcFUQhgNSnI,37086
|
|
392
|
+
umap/static/umap/locale/tr.json,sha256=nN-NbQ-S9FOnirV-oEhnUKmH8ygEiItQrALEXjjG1sQ,37021
|
|
393
|
+
umap/static/umap/locale/uk_UA.js,sha256=q-YzSIHL6sCdrKvQc5NAoYXQKYZ_MDigBrIFYuet2NQ,41641
|
|
394
|
+
umap/static/umap/locale/uk_UA.json,sha256=DxYvHvHFoRWeyvI3FfmdM8iFd7yg5jKmsJyPajDstNw,41570
|
|
395
|
+
umap/static/umap/locale/vi.js,sha256=btbcr5mXIm2VS2LikG9Z0UdMu69KiAozJhZrvLVe_fU,35935
|
|
396
|
+
umap/static/umap/locale/vi.json,sha256=dOl4KwMY9IQsf5ItgDlAUXqkdYkChtmPEE7PwH8pWYY,35870
|
|
397
|
+
umap/static/umap/locale/vi_VN.json,sha256=eRng-tP6XdUeDQQqTmnqmozSU6qb3fjzratDfR1HA_s,35618
|
|
398
|
+
umap/static/umap/locale/zh.js,sha256=yUQxU58PTIq3JMcUREHRzJ3wX2EDjT4OepG0_zqUiVc,35478
|
|
399
|
+
umap/static/umap/locale/zh.json,sha256=8FG0sRzyEYCWvRCtZEttwD04q5Dl4auFZ46iKC_l56k,35413
|
|
400
|
+
umap/static/umap/locale/zh_CN.json,sha256=eRng-tP6XdUeDQQqTmnqmozSU6qb3fjzratDfR1HA_s,35618
|
|
401
|
+
umap/static/umap/locale/zh_TW.Big5.json,sha256=eRng-tP6XdUeDQQqTmnqmozSU6qb3fjzratDfR1HA_s,35618
|
|
402
|
+
umap/static/umap/locale/zh_TW.js,sha256=56UdArSRrxMliW5I19nescC2OOXK9OCABSz0KF842hM,35228
|
|
403
|
+
umap/static/umap/locale/zh_TW.json,sha256=fHb868CbrmbKn9cUyhkHGLQfutAhHpN6TjdwAhpK5-o,35157
|
|
401
404
|
umap/static/umap/unittests/URLs.js,sha256=wF0hfRX3NqwFAe31QGeKFwavUpNP2T8pHwXBlcpiwNo,2070
|
|
402
405
|
umap/static/umap/unittests/hlc.js,sha256=GvpBaBSgfMs0Zym0_zOs2QldUOcbFNVIKweBhuwM_QI,5294
|
|
403
406
|
umap/static/umap/unittests/sync.js,sha256=SRzK5N7o7iZodye53evBTZZjXG1mMm6dguV_Iyh69XQ,11096
|
|
404
|
-
umap/static/umap/unittests/utils.js,sha256=
|
|
407
|
+
umap/static/umap/unittests/utils.js,sha256=I0rWOaT3FLWfi_0WM1nnwTXdFc9kj4fQGwOGzQ_-MAg,29399
|
|
405
408
|
umap/static/umap/vendors/betterknown/betterknown.mjs,sha256=dFgTX_0-k905dEgF5P9icVWeKa9twumz7ghiWOK9yC8,7915
|
|
406
409
|
umap/static/umap/vendors/colorbrewer/colorbrewer.js,sha256=wEHf7UslhI09j7tfzC1V9FLgTbZELDbbtGiL2x0y9vY,23051
|
|
407
410
|
umap/static/umap/vendors/csv2geojson/csv2geojson.js,sha256=FARwXdqk_yf3ttJmSyrJ204B9glI2YaZ2vuhaQPmhVk,15712
|
|
@@ -409,9 +412,6 @@ umap/static/umap/vendors/dompurify/purify.es.js,sha256=OwJJkYgszIMGao8OZPP_KoTXY
|
|
|
409
412
|
umap/static/umap/vendors/dompurify/purify.es.mjs.map,sha256=ShuPMvIg9nnEZh6FHSieF9HXaWY6L5CpcCdxTKnNnJI,1432
|
|
410
413
|
umap/static/umap/vendors/editable/Leaflet.Editable.js,sha256=6PAIioDT6LcLvQtMhPCZstLqwieMVZ9lo3Q7ipJF5iQ,69724
|
|
411
414
|
umap/static/umap/vendors/editable/Path.Drag.js,sha256=EATyTfgSiCkdjTwGM5lU1RZayxzynqhE-AgnuRlqYI0,3898
|
|
412
|
-
umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.css,sha256=eVKDGO_G2bIJvf_o5490h8BbMh5XeraSLmo6qTc8zj8,1263
|
|
413
|
-
umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.js,sha256=ati65azw8WxPG70b4JblFSHgD-fJ0ytriQEzC5tJWCM,9141
|
|
414
|
-
umap/static/umap/vendors/editinosm/edit-in-osm.png,sha256=xsQrWBc8olICRKg-bt7auEoceoCoWWZxm5OmAHSE2PM,3340
|
|
415
415
|
umap/static/umap/vendors/fullscreen/Leaflet.fullscreen.js,sha256=_VGiFGzaidNadoKY4_8zFXP_OqGdajjpB-0vNHRz33o,5041
|
|
416
416
|
umap/static/umap/vendors/fullscreen/Leaflet.fullscreen.min.js,sha256=RQN1bmEq_28pzVG8Csu34O677VNj5_1xl1wUGyDjMuo,3654
|
|
417
417
|
umap/static/umap/vendors/fullscreen/fullscreen.png,sha256=yDtz-dhjuAoo6q9xc00-_XNTrGwEWrN80pOneFdol4g,299
|
|
@@ -419,7 +419,6 @@ umap/static/umap/vendors/fullscreen/fullscreen@2x.png,sha256=HVi2guZO6sekf2Nggil
|
|
|
419
419
|
umap/static/umap/vendors/fullscreen/leaflet.fullscreen.css,sha256=YTbhDGEH5amI_JfotPMN7IByFpsN9e4tCBnv5oNdvHU,994
|
|
420
420
|
umap/static/umap/vendors/geojson-to-gpx/index.js,sha256=0Yj4TT2yEefWHMCX-0S2sEe7zx89nzN6rFiB-gWfw_s,6242
|
|
421
421
|
umap/static/umap/vendors/georsstogeojson/GeoRSSToGeoJSON.js,sha256=LIA6eoe2jK-I4fUdb4SDDXNGEPKTvVnYfX2nIO_dHOQ,2683
|
|
422
|
-
umap/static/umap/vendors/hash/leaflet-hash.js,sha256=0gxt71nsjV0toCvIrBkXr1M5IecQXS39rv9In81hLpE,3462
|
|
423
422
|
umap/static/umap/vendors/heat/leaflet-heat.js,sha256=65UqrlgGoRAnKfKRuriH3eeDrOhZgZo1SCenduc-SGo,5158
|
|
424
423
|
umap/static/umap/vendors/i18n/Leaflet.i18n.js,sha256=2_Ztz6WBwqg5fdzoVOvB8-b2kzMiQJqpa6K4tcG1aOQ,1328
|
|
425
424
|
umap/static/umap/vendors/iconlayers/check.png,sha256=2KEJy_Q7K5Jy_514NoHXWdLk5MSrx5Bdp3IMQS-rpZ0,2945
|
|
@@ -434,12 +433,7 @@ umap/static/umap/vendors/leaflet/images/layers.png,sha256=Hbvp0CjikvNvy6j4s6KNXo
|
|
|
434
433
|
umap/static/umap/vendors/leaflet/images/marker-icon-2x.png,sha256=ABecTB7oMNOhCEEq4NKU9Vd2z-sIXGASmjmqb8SuJSg,2464
|
|
435
434
|
umap/static/umap/vendors/leaflet/images/marker-icon.png,sha256=V0w6XMqF9BFAhbaEFZbWLwDXyJLHsD8oy_owHesdxDc,1466
|
|
436
435
|
umap/static/umap/vendors/leaflet/images/marker-shadow.png,sha256=Jk9cZAM58ELdcpBiz8BMF_jqDymIK1OOOEjtjxDttNo,618
|
|
437
|
-
umap/static/umap/vendors/
|
|
438
|
-
umap/static/umap/vendors/loading/Control.Loading.js,sha256=FquvQIblVRto7kZlJ5hTS0rpr9fzTyNmCCmQzsy5EnU,14143
|
|
439
|
-
umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css,sha256=b1FUshftUDgzY_VtFMamPDs0o3GER52S9Tk8IK-wOoE,2269
|
|
440
|
-
umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css.map,sha256=BeirY1RltKf8DrqX4U6IEg49yGaSOS4II4CqTJ96Hi8,371
|
|
441
|
-
umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js,sha256=43FlkezpyRF326OVLB4hJ2nwWATdloa0VVWKR727wI4,12712
|
|
442
|
-
umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js.map,sha256=CmhhyXJFHx6jWQidSqqQlQKmNN7bTiqiiTTTqIn5X7E,15816
|
|
436
|
+
umap/static/umap/vendors/locatecontrol/L.Control.Locate.esm.js,sha256=b1j85wJAGXC2tQu9HPbfa0VDEXqSOKvT1QN5StaN3Ys,28755
|
|
443
437
|
umap/static/umap/vendors/measurable/Leaflet.Measurable.css,sha256=w33CMvSXTRFTOBfa4Zp2IqjZKbNh3zYiTQWJSEpy0ec,937
|
|
444
438
|
umap/static/umap/vendors/measurable/Leaflet.Measurable.js,sha256=Dk_G5zpxIM5-YaNetc9zHCS-WeaQ47NhgicmbzSX7BM,7256
|
|
445
439
|
umap/static/umap/vendors/minimap/Control.MiniMap.min.css,sha256=p0ab5p0FrFs9Tz4OZgifAvIP-Rd0VFUEbNYjVXVeh9w,1665
|
|
@@ -449,7 +443,7 @@ umap/static/umap/vendors/minimap/images/toggle.svg,sha256=qYiFw3DWtNgmPPxyM2tW4Q
|
|
|
449
443
|
umap/static/umap/vendors/openrouteservice/ors-js-client.js,sha256=q9vO2zpFNtKRSvSniwgXtGSRD2n_QTRgFTJS1qhcycY,16959
|
|
450
444
|
umap/static/umap/vendors/openrouteservice/ors-js-client.js.map,sha256=kNo2evMw4eVnl7uOF7oFAzLwpYsilkh2hkqVdhKPyJ0,32159
|
|
451
445
|
umap/static/umap/vendors/osmtogeojson/osmtogeojson.js,sha256=Zju1u65H1dEr_5zxyHuPlz6F-rSx-DRTgQquma3VRZI,34674
|
|
452
|
-
umap/static/umap/vendors/photon/leaflet.photon.js,sha256=
|
|
446
|
+
umap/static/umap/vendors/photon/leaflet.photon.esm.js,sha256=2y0Y2p8xFetGNnF_mbL18dyyL2k3xho9AWaSuHYniks,12089
|
|
453
447
|
umap/static/umap/vendors/simple-elevation-chart/elevation.js,sha256=rnx0X8xyGfma8vP-1mlDhN1BFctTc_6pWI04M-Pr9Yc,2100
|
|
454
448
|
umap/static/umap/vendors/simple-elevation-chart/elevation.svg,sha256=HrpIESa9g_bwP7KtpzltUgIMNFTAUJGMSNFYBtIcJXY,285
|
|
455
449
|
umap/static/umap/vendors/simple-statistics/simple-statistics.min.js,sha256=3vLsuPerHhN9Ywzrl8oey2zgVDhD4VqVGWXY0WammyQ,24073
|
|
@@ -465,7 +459,7 @@ umap/storage/fs.py,sha256=iyKd6T0S7vn9YRmOw-MJsausULQff_YG2QsrqJtfi94,4011
|
|
|
465
459
|
umap/storage/s3.py,sha256=KAYu3vAqXbd5UhaoPxG6zcGtBfKZOzzi-6uY6YEuIcY,1962
|
|
466
460
|
umap/storage/staticfiles.py,sha256=wKDS8mPOoZDhuDjua4BDUh7Jdqa9IN5PLrwkc0JZQv4,2753
|
|
467
461
|
umap/sync/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
468
|
-
umap/sync/app.py,sha256=
|
|
462
|
+
umap/sync/app.py,sha256=YG0sFNJc3kC8O1WucdVzRjRaFKHSOXM4SJ998EAPax0,6764
|
|
469
463
|
umap/sync/payloads.py,sha256=Y5vD4vwH2rG9PzNEBZj6c5-qOuDyjWEinZ_viNrZNRE,1513
|
|
470
464
|
umap/templates/403.html,sha256=7nzCrjNhLxqYkCoLHtBkMsKsticp0g0zj-fGdWxbd_k,454
|
|
471
465
|
umap/templates/404.html,sha256=9sNX3VTySf8tiAcj201dBIGcznOfeViJkIv7Wju79vY,267
|
|
@@ -480,14 +474,14 @@ umap/templates/umap/about.html,sha256=Shu5lP_Iff4iQMDhMACuwdlZ00o8Yi3MT1du-y2rDE
|
|
|
480
474
|
umap/templates/umap/about_summary.html,sha256=9_K2HxctGKjU3GWaI9Rny-kb_iLnS5lScx2WJrbd89I,2339
|
|
481
475
|
umap/templates/umap/branding.html,sha256=8IzkIWqiZckgkX9FC-n1v6f8JIB2q7DcX3JHscxsaYA,60
|
|
482
476
|
umap/templates/umap/content.html,sha256=BHtQMYOOlfQXWFJtSRV2qTnXsgjF7_IKJ7-c4iZpSo0,2379
|
|
483
|
-
umap/templates/umap/content_footer.html,sha256=
|
|
484
|
-
umap/templates/umap/css.html,sha256=
|
|
477
|
+
umap/templates/umap/content_footer.html,sha256=MO2a0cB32vUcgd3xqK0Xm_G9oCEJcH_TNk94kSZ-yzE,1242
|
|
478
|
+
umap/templates/umap/css.html,sha256=MgIvgmlBBE-6F-Ua9II6ft0vR2E1kR_J57FxmAB0SL4,1871
|
|
485
479
|
umap/templates/umap/dashboard_menu.html,sha256=fQ7nLKhIAUF_ki16tR7oWwFWCmMs92iKx6gEjx5XpMo,996
|
|
486
480
|
umap/templates/umap/design_system.html,sha256=3LeAtOjkvDSG2PWNeHrAo0G3AQJ7JGMMQE2-L2Plxmw,23813
|
|
487
481
|
umap/templates/umap/footer.html,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
488
482
|
umap/templates/umap/header.html,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
489
483
|
umap/templates/umap/home.html,sha256=JuzDOx3-T_XyWT1Rwdy50PWvjlRjnhAXMM4-yvVUkts,890
|
|
490
|
-
umap/templates/umap/js.html,sha256=
|
|
484
|
+
umap/templates/umap/js.html,sha256=IeYmtSBJLCTxnhTOB_70x47xQCgBXoS_PTBK09vn3f0,1866
|
|
491
485
|
umap/templates/umap/locale.js,sha256=AP-mSJQq5RyC3eNaBbk-sOsD80r0_qlvuK1afXdsVo4,112
|
|
492
486
|
umap/templates/umap/login_popup_end.html,sha256=dH4UxP65p2CXPqKHFXpWLw4LmkEaQidutN_qOoq74-U,1133
|
|
493
487
|
umap/templates/umap/map_detail.html,sha256=vNFIK7BhWWNiiBnMwKDPyvr0LZH9rLLqD95T_wsi5ng,1217
|
|
@@ -504,7 +498,7 @@ umap/templates/umap/search_bar.html,sha256=TdaztaEyioXsUf9_YtMIl0Zh_Oez8qUgeM3wf
|
|
|
504
498
|
umap/templates/umap/success.html,sha256=3FG4yWwtdF3zvVWQ2ZAjCkgv0kcSNZlUjgYy_b-X_CI,3
|
|
505
499
|
umap/templates/umap/team_confirm_delete.html,sha256=hURs2wcKXl3c0PMATHqRTaoFvQuSb7wWaM3nrHgzCVY,557
|
|
506
500
|
umap/templates/umap/team_detail.html,sha256=GPfeqlTnyBTLrLxgiksM6XjwA5rd6SESCsjs8d-42PY,853
|
|
507
|
-
umap/templates/umap/team_form.html,sha256=
|
|
501
|
+
umap/templates/umap/team_form.html,sha256=NXIfF0ZwXD0jMFgd1KidEZ2XIdO7nTVlLHzU9MDiVmE,2118
|
|
508
502
|
umap/templates/umap/user_dashboard.html,sha256=4E7gafTm5oCeMekkaxhFOZJQMkdsJVqWxylIBgWb71Q,920
|
|
509
503
|
umap/templates/umap/user_map_table.html,sha256=EIuOvIUwgxtcHTc5qF3tB7lg4csGvR5cTxQ2CEpU-kA,1485
|
|
510
504
|
umap/templates/umap/user_teams.html,sha256=p--dXgYw8Kjt0XTCVcFkwmw_PN2tFv98K9bYTsCdilo,1674
|
|
@@ -528,11 +522,12 @@ umap/tests/test_map.py,sha256=vrtheSMQNk45kBIcJ0QY9K7HKYee5yg4Vnp78DyaIwQ,5170
|
|
|
528
522
|
umap/tests/test_map_views.py,sha256=SuMzw7KrbmbTELT2Qs6amhiziqTOxvFnbXYg1mJAGBs,34231
|
|
529
523
|
umap/tests/test_merge_features.py,sha256=uLZSW00WAI8_nZS0KPP8gg8U4nnky-XGb-VhhKUxv1M,2275
|
|
530
524
|
umap/tests/test_purge_old_versions.py,sha256=_hrrV_nsRvxeqPwxjs3vOOkV6GpmzBR_DnlVm5bxTx4,3628
|
|
525
|
+
umap/tests/test_search_maps_command.py,sha256=HsoLbFu__j7t9-jntN9bN43iZBbne_2C9BbsqXcJmpg,1540
|
|
531
526
|
umap/tests/test_statics.py,sha256=k6sl68BHFMx1tvSU1PC6sBjBm1ZNB1CJfO-P0fVLnzo,1264
|
|
532
527
|
umap/tests/test_switch_user.py,sha256=MzTBxcPVm8X0R4gBkBL_wntznOyEn0ixJSEiQMvaxGo,1255
|
|
533
528
|
umap/tests/test_team_views.py,sha256=edmqn_tx4XQ1sEQtB7CpuJT6WwQQiUyUYu8-ESZxFcw,5615
|
|
534
529
|
umap/tests/test_tilelayer.py,sha256=toVpVutEvMLWKx5uH7ZbGNPGzqICZx1_S2OOpIfYPfQ,603
|
|
535
|
-
umap/tests/test_utils.py,sha256=
|
|
530
|
+
umap/tests/test_utils.py,sha256=Kcn8uXxDtjDRVrPWs_g4y7hOe-kwqOuIDNA5H94e55s,817
|
|
536
531
|
umap/tests/test_views.py,sha256=DjOn7HxKGReXnskWW-QrQljPBOPvQ5ebaJ5inG-EoYw,19504
|
|
537
532
|
umap/tests/fixtures/categorized_highway.geojson,sha256=p7QHOd8nXi7yVq37gY6Ca8BXkjaLnDxW9Fq0Zcm3Fk4,15830
|
|
538
533
|
umap/tests/fixtures/choropleth_region_chomage.geojson,sha256=mVVbYlf92Sr3wWH9ETm43FdHz1U3zjsn91HuU5H5r4Y,21325
|
|
@@ -557,9 +552,9 @@ umap/tests/fixtures/test_upload_missing_name.json,sha256=klSMHb6laTghzU4AdIG1_p5
|
|
|
557
552
|
umap/tests/fixtures/test_upload_non_linear_ring.json,sha256=WOR0NnJHNUUW6VKzZyIxU7WL1llnAmEVJwCWla6XOds,1525
|
|
558
553
|
umap/tests/fixtures/test_upload_simple_marker.json,sha256=jH15G5PxgVO-DZb4TPxVMAi1_uzhkvZcFkVUb50CS3Q,393
|
|
559
554
|
umap/tests/integration/__init__.py,sha256=nqQ2miDnSZOKDuFhQ5saFN3qQuK73Cs6xL9Od-mEKG4,57
|
|
560
|
-
umap/tests/integration/conftest.py,sha256=
|
|
555
|
+
umap/tests/integration/conftest.py,sha256=FmTMICZ13aGsEkhkJTXmkwQd3QNICF2y8Tdny4SLH3g,2437
|
|
561
556
|
umap/tests/integration/helpers.py,sha256=vvGX5b-DS2fMVDdeXz1lH2IleZkRHjyL7DVvatJU8Do,344
|
|
562
|
-
umap/tests/integration/test_anonymous_owned_map.py,sha256=
|
|
557
|
+
umap/tests/integration/test_anonymous_owned_map.py,sha256=1ksU07JHfU0y-Y4RzdpuinsrjwB-ltMHhKua5fpcjKQ,13247
|
|
563
558
|
umap/tests/integration/test_basics.py,sha256=5HGgkuKa2-zsh7s9lxqsFNOW4LJhdZoHDFCdSmetDUc,5166
|
|
564
559
|
umap/tests/integration/test_browser.py,sha256=d3ZkL7qyZAEDo4b9u5MqhHQ3EjF7jQcoM7shl7LGStQ,21955
|
|
565
560
|
umap/tests/integration/test_caption.py,sha256=9JHQvTju2W-IoV2UBrEUAH4nV2W7eKN2hJi4YcPfSPE,1843
|
|
@@ -567,47 +562,48 @@ umap/tests/integration/test_categorized_layer.py,sha256=XCCK62fBljTEbt0EKoGsHf9h
|
|
|
567
562
|
umap/tests/integration/test_choropleth.py,sha256=Lsd7tszSIua_GUeXhosB-JWk35zYN-3WKRVYI0ZrNSM,3777
|
|
568
563
|
umap/tests/integration/test_circles_layer.py,sha256=PjYGmCvAd9qDnldnbiw6nomJs1YgUdX181a9xrWSUYE,2396
|
|
569
564
|
umap/tests/integration/test_cluster.py,sha256=Ltkk0KUeUtU59lbNwZeoTyaGSYWto5k-rS6_SZ_QnGc,5457
|
|
570
|
-
umap/tests/integration/test_conditional_rules.py,sha256=
|
|
565
|
+
umap/tests/integration/test_conditional_rules.py,sha256=MUNAL4usehmrZqZRrjzXjp06unoqdSysttsheZ2DgG8,17524
|
|
571
566
|
umap/tests/integration/test_dashboard.py,sha256=LClLBc8lgDM1-NGhkvUSUMLmMuKt3sR1ubt2Eo-Iq7A,1550
|
|
572
567
|
umap/tests/integration/test_datalayer.py,sha256=tjerFu7npF3bQ8L8VOHWjdFJrKU22rGjEqSv2-fj-bY,5525
|
|
573
|
-
umap/tests/integration/test_draw_polygon.py,sha256=
|
|
574
|
-
umap/tests/integration/test_draw_polyline.py,sha256=
|
|
568
|
+
umap/tests/integration/test_draw_polygon.py,sha256=t5DCoksF-ErcAlZtXPU-xBbVs529N8CCHXs1F2LJ-jY,25690
|
|
569
|
+
umap/tests/integration/test_draw_polyline.py,sha256=BTvF5W3jFMLfnY60RCXatJ9MV8vNnPqzHxtOOfkbjS8,15175
|
|
575
570
|
umap/tests/integration/test_draw_route.py,sha256=hxa_uVqHLLEbbSsEIMsPsq5fMCNoKWY7cRCpMwqudmM,7276
|
|
576
|
-
umap/tests/integration/test_edit_datalayer.py,sha256=
|
|
577
|
-
umap/tests/integration/test_edit_map.py,sha256=
|
|
571
|
+
umap/tests/integration/test_edit_datalayer.py,sha256=Q4CGSlKCxrkiO2jrX39uxPzxwqvJsd0eCN9fdFVZDiA,10238
|
|
572
|
+
umap/tests/integration/test_edit_map.py,sha256=vsYfYnjb64Vwm_fo92RwQl9TJiR4VcvvCdGG3BP4QFg,8873
|
|
578
573
|
umap/tests/integration/test_edit_marker.py,sha256=INj_7CYZxYN7usJbMn2xqIRKZRYnaurlzqr1V3dxdzY,5774
|
|
579
574
|
umap/tests/integration/test_edit_polygon.py,sha256=l2CxnTnblRYUiiBV3ERwPkZ-VQTEWzFSFWhAzTF9BgA,5252
|
|
580
575
|
umap/tests/integration/test_export_map.py,sha256=2Sijh3KUE6cqK0tDNMnHayXk5Ei69i0ARLqymBUiiWM,15957
|
|
581
576
|
umap/tests/integration/test_features_id_generation.py,sha256=mGoLIKV3xTc59XSnNPbAgHeG6RjMYwhmaVEmcqSnv-4,1463
|
|
582
|
-
umap/tests/integration/test_fields.py,sha256=
|
|
583
|
-
umap/tests/integration/test_filters.py,sha256=
|
|
577
|
+
umap/tests/integration/test_fields.py,sha256=Rx197Q49-XGUPQ9Jakcp3pkAf2Q9Gtxs6wmFlz5pBB8,18352
|
|
578
|
+
umap/tests/integration/test_filters.py,sha256=LdIW1uYNxfKzy7EnNVphhJFA_nXpm3V5Z6xWGzCOWfw,25383
|
|
584
579
|
umap/tests/integration/test_heatmap.py,sha256=N4CH5cRrI8tNsCOqQAqhQR2eKV0bHV2uwF5apml_DCs,1627
|
|
585
|
-
umap/tests/integration/test_iframe.py,sha256=
|
|
586
|
-
umap/tests/integration/test_import.py,sha256=
|
|
587
|
-
umap/tests/integration/test_map.py,sha256=
|
|
580
|
+
umap/tests/integration/test_iframe.py,sha256=fwwX9QVBR_zaMHAvfKQSiNGzFJ4Lu3BJlH8asz1nIUc,901
|
|
581
|
+
umap/tests/integration/test_import.py,sha256=kao40VbF3qxS8eb8ccgOkD1yROqGT8UDBxfYmeOo9Lk,44035
|
|
582
|
+
umap/tests/integration/test_map.py,sha256=cZSDVVK7e6WB2IBscyKWx2MH-UG5gyRiPtVIYDHU2Ag,8787
|
|
588
583
|
umap/tests/integration/test_map_list.py,sha256=l1FImKnJkY7DupYX8waKaUZqhnORR20L8dzaqu-eF8E,1280
|
|
589
584
|
umap/tests/integration/test_map_preview.py,sha256=lmHiF7lk_2qkgXlhTHUkAWrUEEGzzbi80_QR7Xuqwho,3541
|
|
590
|
-
umap/tests/integration/test_optimistic_merge.py,sha256=
|
|
591
|
-
umap/tests/integration/test_owned_map.py,sha256=
|
|
585
|
+
umap/tests/integration/test_optimistic_merge.py,sha256=UvxHVgQuJTGnhbborVgl9r-6iG7gBwaWt6q4sLjpmZk,13548
|
|
586
|
+
umap/tests/integration/test_owned_map.py,sha256=1BeMbo6ZW-vu6FnUXuLeGbWhFhI9Rm_1zrF5bO-9wTY,10815
|
|
592
587
|
umap/tests/integration/test_picto.py,sha256=XNUmBElJDsI884UqusNxKLHKKqu_RQwtRg4hZwp6V3k,9340
|
|
593
|
-
umap/tests/integration/test_popup.py,sha256=
|
|
588
|
+
umap/tests/integration/test_popup.py,sha256=Bnm_wwr8GqZOhiyTL9mX21eMC0AtXyYkO5Xes8w1mS4,2483
|
|
594
589
|
umap/tests/integration/test_querystring.py,sha256=i6fQEAcNiD2SADv0wRQewGVA4CWrmOOpqnZGOnENOtg,2754
|
|
595
|
-
umap/tests/integration/test_remote_data.py,sha256=
|
|
590
|
+
umap/tests/integration/test_remote_data.py,sha256=fKJoO1rMFLhrz2FoR3OvOVbHPqSI3zYpdpBMMI2IzKM,4304
|
|
596
591
|
umap/tests/integration/test_save.py,sha256=N6pzFXgFekkSMfZ-oetg2HhTmrmBiqmVnUCoXPoWNnc,1261
|
|
597
|
-
umap/tests/integration/
|
|
592
|
+
umap/tests/integration/test_search.py,sha256=rCAUeuOh8_bBi3jtMvKWXSPfmkMsuuEvAXYIrQU_X5s,1416
|
|
593
|
+
umap/tests/integration/test_share.py,sha256=6VuzNf29jk6VI4ax6IwWPTgaHafDtGCw8FHnyni9DpA,1795
|
|
598
594
|
umap/tests/integration/test_slideshow.py,sha256=yhy75YYpfTKpkGK7xGjJDJoqHtN6p2LG-O4krVE1Yks,1907
|
|
599
595
|
umap/tests/integration/test_star.py,sha256=qJUvFij0XK0PcWJnbe4w8nTvTjbJdJ5X-2JjHy6DqEw,973
|
|
600
596
|
umap/tests/integration/test_tableeditor.py,sha256=7XDCgpHMMhz5eLMySWeVmlf-u8B14qAkFh4-nCUk1nA,11619
|
|
601
|
-
umap/tests/integration/test_team.py,sha256=
|
|
597
|
+
umap/tests/integration/test_team.py,sha256=N5L33v-rFZsfhSGc7wbdTKn8YbUj0JsJ6IZ8fJOq0JQ,1599
|
|
602
598
|
umap/tests/integration/test_templates.py,sha256=QtGZpYmA1Epwp9olYAbl7Mqncs2YSXutqEVHV3-nlkU,1768
|
|
603
599
|
umap/tests/integration/test_tilelayer.py,sha256=rBI3bm4hCpH87rcFvuc5H8yu1D9FQBZMNbqqJzpdI24,5302
|
|
604
600
|
umap/tests/integration/test_undo_redo.py,sha256=1wSb43fI3ZpJcegW9AaQZ7a2BcuBSfkMAuT5zBsfO0s,9302
|
|
605
601
|
umap/tests/integration/test_view_marker.py,sha256=NFCwNez__E_WsE1DuW5RuB0HVKDP4CQMXGhJw0LfnFs,6900
|
|
606
602
|
umap/tests/integration/test_view_polygon.py,sha256=NMJC6Nt9VpQ8FIU9Pqq2OspHv49xsWlsoXCr8iBa0VA,2060
|
|
607
603
|
umap/tests/integration/test_view_polyline.py,sha256=aJoXKmLhJaN0yhPdDCVskZNGx3q3mLDkjVPhZ30cadA,13959
|
|
608
|
-
umap/tests/integration/test_websocket_sync.py,sha256=
|
|
609
|
-
umap_project-3.
|
|
610
|
-
umap_project-3.
|
|
611
|
-
umap_project-3.
|
|
612
|
-
umap_project-3.
|
|
613
|
-
umap_project-3.
|
|
604
|
+
umap/tests/integration/test_websocket_sync.py,sha256=WEJQL7FU28UFxz7YfA0kOQFDqV_-dofxqF7D955iIM0,29790
|
|
605
|
+
umap_project-3.6.0.dist-info/METADATA,sha256=pQnzV4hRZRXiMIuP4tuHOenOI9esNRLXWHivPCeO3XQ,6039
|
|
606
|
+
umap_project-3.6.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
607
|
+
umap_project-3.6.0.dist-info/entry_points.txt,sha256=gz-KDQfEsMLBae8ABOD3foJsCYGPW1tA4Y394R_1RW8,39
|
|
608
|
+
umap_project-3.6.0.dist-info/licenses/LICENSE,sha256=kQtrtRKgiPhcl7aO0-lmvbrNAXu7WHyiXvPrUk-TD2Q,820
|
|
609
|
+
umap_project-3.6.0.dist-info/RECORD,,
|