umap-project 3.2.0__py3-none-any.whl → 3.3.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of umap-project might be problematic. Click here for more details.
- umap/__init__.py +1 -1
- umap/locale/en/LC_MESSAGES/django.mo +0 -0
- umap/locale/en/LC_MESSAGES/django.po +15 -15
- umap/settings/base.py +2 -0
- umap/static/umap/css/contextmenu.css +58 -2
- umap/static/umap/css/form.css +175 -45
- umap/static/umap/css/icon.css +20 -0
- umap/static/umap/img/16-white.svg +21 -40
- umap/static/umap/img/16.svg +1 -1
- umap/static/umap/img/24-white.svg +9 -9
- umap/static/umap/img/24.svg +23 -10
- umap/static/umap/img/source/16-white.svg +23 -41
- umap/static/umap/img/source/16.svg +1 -1
- umap/static/umap/img/source/24-white.svg +11 -11
- umap/static/umap/img/source/24.svg +25 -12
- umap/static/umap/js/modules/caption.js +8 -0
- umap/static/umap/js/modules/data/features.js +317 -173
- umap/static/umap/js/modules/data/layer.js +17 -18
- umap/static/umap/js/modules/form/builder.js +11 -7
- umap/static/umap/js/modules/form/fields.js +10 -7
- umap/static/umap/js/modules/formatter.js +42 -20
- umap/static/umap/js/modules/importer.js +6 -1
- umap/static/umap/js/modules/importers/opendata.js +125 -37
- umap/static/umap/js/modules/importers/openrouteservice.js +140 -0
- umap/static/umap/js/modules/managers.js +12 -4
- umap/static/umap/js/modules/printer.js +107 -0
- umap/static/umap/js/modules/rendering/controls.js +78 -2
- umap/static/umap/js/modules/rendering/icon.js +113 -82
- umap/static/umap/js/modules/rendering/layers/cluster.js +199 -63
- umap/static/umap/js/modules/rendering/map.js +5 -1
- umap/static/umap/js/modules/rendering/template.js +71 -1
- umap/static/umap/js/modules/rendering/ui.js +98 -34
- umap/static/umap/js/modules/schema.js +24 -0
- umap/static/umap/js/modules/share.js +19 -12
- umap/static/umap/js/modules/ui/bar.js +6 -1
- umap/static/umap/js/modules/ui/base.js +24 -9
- umap/static/umap/js/modules/ui/contextmenu.js +17 -7
- umap/static/umap/js/modules/ui/dialog.js +7 -4
- umap/static/umap/js/modules/umap.js +67 -61
- umap/static/umap/js/umap.controls.js +22 -57
- umap/static/umap/locale/am_ET.js +39 -4
- umap/static/umap/locale/am_ET.json +39 -4
- umap/static/umap/locale/ar.js +39 -4
- umap/static/umap/locale/ar.json +39 -4
- umap/static/umap/locale/ast.js +39 -4
- umap/static/umap/locale/ast.json +39 -4
- umap/static/umap/locale/bg.js +39 -4
- umap/static/umap/locale/bg.json +39 -4
- umap/static/umap/locale/br.js +39 -4
- umap/static/umap/locale/br.json +39 -4
- umap/static/umap/locale/ca.js +39 -4
- umap/static/umap/locale/ca.json +39 -4
- umap/static/umap/locale/cs_CZ.js +39 -4
- umap/static/umap/locale/cs_CZ.json +39 -4
- umap/static/umap/locale/da.js +47 -12
- umap/static/umap/locale/da.json +47 -12
- umap/static/umap/locale/de.js +39 -4
- umap/static/umap/locale/de.json +39 -4
- umap/static/umap/locale/el.js +39 -4
- umap/static/umap/locale/el.json +39 -4
- umap/static/umap/locale/en.js +39 -4
- umap/static/umap/locale/en.json +39 -4
- umap/static/umap/locale/en_US.json +39 -4
- umap/static/umap/locale/es.js +47 -12
- umap/static/umap/locale/es.json +47 -12
- umap/static/umap/locale/et.js +39 -4
- umap/static/umap/locale/et.json +39 -4
- umap/static/umap/locale/eu.js +79 -44
- umap/static/umap/locale/eu.json +79 -44
- umap/static/umap/locale/fa_IR.js +39 -4
- umap/static/umap/locale/fa_IR.json +39 -4
- umap/static/umap/locale/fi.js +39 -4
- umap/static/umap/locale/fi.json +39 -4
- umap/static/umap/locale/fr.js +39 -4
- umap/static/umap/locale/fr.json +39 -4
- umap/static/umap/locale/gl.js +39 -4
- umap/static/umap/locale/gl.json +39 -4
- umap/static/umap/locale/he.js +39 -4
- umap/static/umap/locale/he.json +39 -4
- umap/static/umap/locale/hr.js +39 -4
- umap/static/umap/locale/hr.json +39 -4
- umap/static/umap/locale/hu.js +39 -4
- umap/static/umap/locale/hu.json +39 -4
- umap/static/umap/locale/id.js +39 -4
- umap/static/umap/locale/id.json +39 -4
- umap/static/umap/locale/is.js +39 -4
- umap/static/umap/locale/is.json +39 -4
- umap/static/umap/locale/it.js +39 -4
- umap/static/umap/locale/it.json +39 -4
- umap/static/umap/locale/ja.js +39 -4
- umap/static/umap/locale/ja.json +39 -4
- umap/static/umap/locale/ko.js +39 -4
- umap/static/umap/locale/ko.json +39 -4
- umap/static/umap/locale/lt.js +39 -4
- umap/static/umap/locale/lt.json +39 -4
- umap/static/umap/locale/ms.js +39 -4
- umap/static/umap/locale/ms.json +39 -4
- umap/static/umap/locale/nl.js +39 -4
- umap/static/umap/locale/nl.json +39 -4
- umap/static/umap/locale/no.js +39 -4
- umap/static/umap/locale/no.json +39 -4
- umap/static/umap/locale/pl.js +39 -4
- umap/static/umap/locale/pl.json +39 -4
- umap/static/umap/locale/pl_PL.json +39 -4
- umap/static/umap/locale/pt.js +39 -4
- umap/static/umap/locale/pt.json +39 -4
- umap/static/umap/locale/pt_BR.js +39 -4
- umap/static/umap/locale/pt_BR.json +39 -4
- umap/static/umap/locale/pt_PT.js +39 -4
- umap/static/umap/locale/pt_PT.json +39 -4
- umap/static/umap/locale/ro.js +39 -4
- umap/static/umap/locale/ro.json +39 -4
- umap/static/umap/locale/ru.js +39 -4
- umap/static/umap/locale/ru.json +39 -4
- umap/static/umap/locale/sk_SK.js +39 -4
- umap/static/umap/locale/sk_SK.json +39 -4
- umap/static/umap/locale/sl.js +39 -4
- umap/static/umap/locale/sl.json +39 -4
- umap/static/umap/locale/sr.js +39 -4
- umap/static/umap/locale/sr.json +39 -4
- umap/static/umap/locale/sv.js +39 -4
- umap/static/umap/locale/sv.json +39 -4
- umap/static/umap/locale/th_TH.js +39 -4
- umap/static/umap/locale/th_TH.json +39 -4
- umap/static/umap/locale/tr.js +39 -4
- umap/static/umap/locale/tr.json +39 -4
- umap/static/umap/locale/uk_UA.js +39 -4
- umap/static/umap/locale/uk_UA.json +39 -4
- umap/static/umap/locale/vi.js +39 -4
- umap/static/umap/locale/vi.json +39 -4
- umap/static/umap/locale/vi_VN.json +39 -4
- umap/static/umap/locale/zh.js +39 -4
- umap/static/umap/locale/zh.json +39 -4
- umap/static/umap/locale/zh_CN.json +39 -4
- umap/static/umap/locale/zh_TW.Big5.json +39 -4
- umap/static/umap/locale/zh_TW.js +98 -63
- umap/static/umap/locale/zh_TW.json +98 -63
- umap/static/umap/map.css +90 -41
- umap/static/umap/vars.css +1 -0
- umap/static/umap/vendors/editable/Leaflet.Editable.js +3 -1
- umap/static/umap/vendors/openrouteservice/ors-js-client.js +521 -0
- umap/static/umap/vendors/openrouteservice/ors-js-client.js.map +1 -0
- umap/static/umap/vendors/simple-elevation-chart/elevation.js +63 -0
- umap/static/umap/vendors/simple-elevation-chart/elevation.svg +8 -0
- umap/static/umap/vendors/snapdom/snapdom.min.mjs +3 -0
- umap/storage/staticfiles.py +12 -0
- umap/templates/umap/css.html +0 -4
- umap/templates/umap/js.html +1 -3
- umap/tests/integration/test_basics.py +2 -0
- umap/tests/integration/test_conditional_rules.py +17 -17
- umap/tests/integration/test_datalayer.py +1 -1
- umap/tests/integration/test_draw_polygon.py +3 -5
- umap/tests/integration/test_draw_polyline.py +4 -6
- umap/tests/integration/test_draw_route.py +178 -0
- umap/tests/integration/test_edit_map.py +1 -1
- umap/tests/integration/test_edit_marker.py +7 -7
- umap/tests/integration/test_edit_polygon.py +2 -2
- umap/tests/integration/test_export_map.py +74 -10
- umap/tests/integration/test_map_preview.py +1 -1
- umap/tests/integration/test_share.py +1 -1
- umap/tests/integration/test_tableeditor.py +4 -4
- umap/tests/integration/test_websocket_sync.py +4 -4
- umap/utils.py +5 -1
- umap/views.py +2 -0
- {umap_project-3.2.0.dist-info → umap_project-3.3.0.dist-info}/METADATA +8 -8
- {umap_project-3.2.0.dist-info → umap_project-3.3.0.dist-info}/RECORD +169 -165
- umap/static/umap/vendors/markercluster/MarkerCluster.Default.css +0 -60
- umap/static/umap/vendors/markercluster/MarkerCluster.css +0 -14
- umap/static/umap/vendors/markercluster/leaflet.markercluster.js +0 -2
- umap/static/umap/vendors/markercluster/leaflet.markercluster.js.map +0 -1
- {umap_project-3.2.0.dist-info → umap_project-3.3.0.dist-info}/WHEEL +0 -0
- {umap_project-3.2.0.dist-info → umap_project-3.3.0.dist-info}/entry_points.txt +0 -0
- {umap_project-3.2.0.dist-info → umap_project-3.3.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
umap/__init__.py,sha256=
|
|
1
|
+
umap/__init__.py,sha256=PzSl7vO5fA6PZhs4iV8xBCu7yMgUgHHWOABscpEi88A,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=xANPE5gw3jjLartllGrc3GtEZ4en1NsG1WLS05blmRc,19914
|
|
13
13
|
umap/urls.py,sha256=DQ932n0lyS-7eD8ubIaZtW2xjssSVuI7P0DWkClVFx4,7837
|
|
14
|
-
umap/utils.py,sha256=
|
|
15
|
-
umap/views.py,sha256=
|
|
14
|
+
umap/utils.py,sha256=rSzK0GjsAZtPCeJ9Wkk4J3xhIrduOU3wQjxzpPWCA5s,7720
|
|
15
|
+
umap/views.py,sha256=MnkYfclmKv2c_ywh9AnwAZHNqxzYGn-JTIx2pnkqOMo,50677
|
|
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
|
|
@@ -35,8 +35,8 @@ umap/locale/de/LC_MESSAGES/django.mo,sha256=OsdSrFm_j5mqemJW26YEVWFmRFS6VmGoUjNe
|
|
|
35
35
|
umap/locale/de/LC_MESSAGES/django.po,sha256=a5ZngmPDqTmS2Y64SVmeb7YlAAJneUSpC_xqyIbFxQ0,23638
|
|
36
36
|
umap/locale/el/LC_MESSAGES/django.mo,sha256=6gXjLuMmJZN3-2UdUS_SjpRV-WIzk-kDx3YSghC2Q8o,20110
|
|
37
37
|
umap/locale/el/LC_MESSAGES/django.po,sha256=P1Hrbxvr4x4RihruT0ikK9hN0WvDGkZ9EVfuH17cIUM,28622
|
|
38
|
-
umap/locale/en/LC_MESSAGES/django.mo,sha256=
|
|
39
|
-
umap/locale/en/LC_MESSAGES/django.po,sha256=
|
|
38
|
+
umap/locale/en/LC_MESSAGES/django.mo,sha256=UXCQbz2AxBvh-IQ7bGgjoBnijo8h9DfE9107A-2Mgkk,337
|
|
39
|
+
umap/locale/en/LC_MESSAGES/django.po,sha256=t12FJjuUV4NE3A_cBMQ4EinWOrupcJPagzUCmiwR2BA,17472
|
|
40
40
|
umap/locale/es/LC_MESSAGES/django.mo,sha256=_PIEAre9Tz44L6626UUgZw7nHWpXoK8d8_YWNAvJk20,15906
|
|
41
41
|
umap/locale/es/LC_MESSAGES/django.po,sha256=imix3c0Xycky3RRMHFG8naysWnz1iPaLuo7ovTXZj3Y,23964
|
|
42
42
|
umap/locale/et/LC_MESSAGES/django.mo,sha256=PzS7qLpjfx2vYCxJfg65P9I1TFGqXyr1kIhy-vlyqYo,8618
|
|
@@ -150,22 +150,22 @@ umap/migrations/0027_map_tags.py,sha256=zAJzbZkB5Lsp1zczqVbRU2zLwMRfBQzvrDR6G37s
|
|
|
150
150
|
umap/migrations/0028_map_is_template.py,sha256=372PBmOD0VALI4hu_iWK4Uo3mKS3p4_donb0-47CFgs,512
|
|
151
151
|
umap/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
152
152
|
umap/settings/__init__.py,sha256=Xg2zqnT0H8mpg5xlpjBiS5fEdAvcoyDPAiUp73daDnc,2942
|
|
153
|
-
umap/settings/base.py,sha256=
|
|
153
|
+
umap/settings/base.py,sha256=d_ee8wuqvK2Dro8L4nHtInUEhQ_Yl4DlUzq-G58_5lM,12528
|
|
154
154
|
umap/settings/dev.py,sha256=pj1mpmZXiI2syW8pB01wcVeqCFABF3V-nlOxArir4cw,386
|
|
155
155
|
umap/settings/local.py.sample,sha256=wpnoe7qtXer_xBuhWbcbqcSCotTJRu6h8hG7N-sD0b4,3157
|
|
156
156
|
umap/static/.gitignore,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
157
157
|
umap/static/umap/base.css,sha256=qBg5XJt5sTs0KZ5icTBce3iQgYZOMA-YD5P-9Z6Vu08,5165
|
|
158
158
|
umap/static/umap/content.css,sha256=gh2BfVRdkvxYtISVGg-vay0O6jMrX4anUGZ3QheWzyE,12149
|
|
159
159
|
umap/static/umap/font.css,sha256=fYmTKNd_Ts6TrmBbnLRgyeUS4vpfxkEqhLR-pkd3KrA,904
|
|
160
|
-
umap/static/umap/map.css,sha256=
|
|
160
|
+
umap/static/umap/map.css,sha256=Aq0zLESKpZEe5PmcPvu-QfqYw-OZk_g5P5ydrZC-I50,25046
|
|
161
161
|
umap/static/umap/nav.css,sha256=MsckfSfuMgADt71FIVpW351ZC2ATlr50iGW-47hziwk,1956
|
|
162
162
|
umap/static/umap/theme.css,sha256=gkbyghlT5kNfz0Qyg1JL7xalqvHVx321eO9qlnvcaAU,49
|
|
163
|
-
umap/static/umap/vars.css,sha256=
|
|
163
|
+
umap/static/umap/vars.css,sha256=MMhfpEJb7g4JP5nS7YdB2zRxh7CKuwZ6tjaU41Q_GUw,2197
|
|
164
164
|
umap/static/umap/css/bar.css,sha256=qAhRGfDqh0Att86H3RUr4os9DPiG6E83aPnKcUtDsS0,6250
|
|
165
|
-
umap/static/umap/css/contextmenu.css,sha256=
|
|
165
|
+
umap/static/umap/css/contextmenu.css,sha256=8xYIro-Fy0QZMOABWNtioVCjXUGIbn5pSi803OJfi2Q,2030
|
|
166
166
|
umap/static/umap/css/dialog.css,sha256=43Cq5ll7g8u4mpzstTtoo5CXtcFkH9pMzEg04xujAaE,993
|
|
167
|
-
umap/static/umap/css/form.css,sha256=
|
|
168
|
-
umap/static/umap/css/icon.css,sha256=
|
|
167
|
+
umap/static/umap/css/form.css,sha256=rlC0nqZhUxFGGN7F_nh2iZURu5fYkYArUrPi2iLIFjg,14980
|
|
168
|
+
umap/static/umap/css/icon.css,sha256=j5f94TGqHC9dLw6auQeybNGv5WsHi8jCSwVpHYSLa4A,6514
|
|
169
169
|
umap/static/umap/css/importers.css,sha256=Q_pXPC02AwaPi5hu-raDSoBBPKH2Vj-EOoLIG-IIn-A,1774
|
|
170
170
|
umap/static/umap/css/panel.css,sha256=BleuyREmEkPwqVE31_hZwsuju3XQoj21-1GsfP-SSKM,4550
|
|
171
171
|
umap/static/umap/css/popup.css,sha256=arW0Yfisk5EUnT7-uSZEIw4IYZxF2uMJkiOtqyEmcIE,2400
|
|
@@ -184,10 +184,10 @@ umap/static/umap/font/FiraSans-LightItalic.woff,sha256=KrCtvOQECD-z6QTULkBg4vv-c
|
|
|
184
184
|
umap/static/umap/font/FiraSans-LightItalic.woff2,sha256=wzKvr3N8FAQZBmtqxHJX3iIeONALlwcnN-6AKcnRKAE,135744
|
|
185
185
|
umap/static/umap/font/FiraSans-SemiBold.woff,sha256=2xqgp3wksYsMYJGFPwJavE_Bl6Rhac6zQjAJhWZVNTo,198128
|
|
186
186
|
umap/static/umap/font/FiraSans-SemiBold.woff2,sha256=pogC-aUjxvQ8Ia1gp9ZMpal4uGNYoTamBDBkP70PSzY,140168
|
|
187
|
-
umap/static/umap/img/16-white.svg,sha256=
|
|
188
|
-
umap/static/umap/img/16.svg,sha256=
|
|
189
|
-
umap/static/umap/img/24-white.svg,sha256=
|
|
190
|
-
umap/static/umap/img/24.svg,sha256=
|
|
187
|
+
umap/static/umap/img/16-white.svg,sha256=jlxB2jX0S7c2jmlnKPOhj29n_ceoJTLvYELchVvelL0,43639
|
|
188
|
+
umap/static/umap/img/16.svg,sha256=c-vbOlms_uFDzTZY3jdZPMMwBZJX_bYam1exVGwOOvI,27828
|
|
189
|
+
umap/static/umap/img/24-white.svg,sha256=QVuiHS78y4m7ZejFb5-jWwAYAVNLlWxXKiGbyJf5FHk,21455
|
|
190
|
+
umap/static/umap/img/24.svg,sha256=nLcI0MgKj48m8CKwfNBBdPWr4SXkQHMSwF4v25PTHQ4,29496
|
|
191
191
|
umap/static/umap/img/alert-icon-error.svg,sha256=YyAYn6J4zVGLfpnC60UntTxlylcA4lPcHkBfzufcdDU,4104
|
|
192
192
|
umap/static/umap/img/alert-icon-info.svg,sha256=wnfvaWhidanbIX8n2G8ppFG7pXyqnDjL9lhdbVoeCf8,735
|
|
193
193
|
umap/static/umap/img/alert-icon-success.svg,sha256=ZzH4Te0IMM0Cyf9MByh57gxNxVddOavA3gSGqsa3xM0,189
|
|
@@ -226,11 +226,11 @@ umap/static/umap/img/providers/github.png,sha256=sA3oznlXAC2lqynqS2PMuNwZPQ3REfK
|
|
|
226
226
|
umap/static/umap/img/providers/keycloak.png,sha256=76ZaWlmmVdpr7t33LDqYRPRsuKsFmrOjLQk17LsezYo,1520
|
|
227
227
|
umap/static/umap/img/providers/openstreetmap-oauth2.png,sha256=fzqr15HexNfyi2l3Pxos9ptnmXfTH9Gm2v-1o7F1W7A,1680
|
|
228
228
|
umap/static/umap/img/providers/twitter-oauth2.png,sha256=9sCQYpLXTK40nvQmwEWd325XgBPq-Wt2JGu59GJDRfs,1589
|
|
229
|
-
umap/static/umap/img/source/16-white.svg,sha256=
|
|
230
|
-
umap/static/umap/img/source/16.svg,sha256=
|
|
231
|
-
umap/static/umap/img/source/24-white.svg,sha256=
|
|
232
|
-
umap/static/umap/img/source/24.svg,sha256=
|
|
233
|
-
umap/static/umap/js/umap.controls.js,sha256=
|
|
229
|
+
umap/static/umap/img/source/16-white.svg,sha256=R_DDw29zHS7WPq6PwBk3_PZhnITGdQkiSB8tTEkAkK4,72421
|
|
230
|
+
umap/static/umap/img/source/16.svg,sha256=xNb98QftfCBGkC2EUVNzp922DSBJqmfBnQTvAIX72ZA,48560
|
|
231
|
+
umap/static/umap/img/source/24-white.svg,sha256=WbH5ljoAw3b7yq6HoZiFhab1-XSSK9Y5dVwcsTeGU8U,34009
|
|
232
|
+
umap/static/umap/img/source/24.svg,sha256=zWBP4zWRi_p6Gc98QS1ivhANGmHG5jnpiI36ptecUT8,45124
|
|
233
|
+
umap/static/umap/js/umap.controls.js,sha256=zaMX2VKSlK63iPRovPPajcM5Aduqnz8zbgzpPvn_Fto,13845
|
|
234
234
|
umap/static/umap/js/umap.core.js,sha256=BpcfSnHFb1MzOaF0Meo8GrEVETOKMaG_pbgnRwnUPi8,6041
|
|
235
235
|
umap/static/umap/js/components/base.js,sha256=gDb1fGuNCC1KEu4PlQflC1PDNyrulhqLhmlsjyCJpps,1575
|
|
236
236
|
umap/static/umap/js/components/fragment.js,sha256=-rOrcyPpZ5ihD_hh0C1qrYpaim11JYh5fg0x_od_m5U,379
|
|
@@ -239,160 +239,162 @@ umap/static/umap/js/components/alerts/alert.css,sha256=fSmbDDjXjEYLfgnEAVDhyqWiB
|
|
|
239
239
|
umap/static/umap/js/components/alerts/alert.js,sha256=_BcG9WluOkJTj_v795c0PIXvv5EZQs0uO5-rUhcwEco,4482
|
|
240
240
|
umap/static/umap/js/modules/autocomplete.js,sha256=CLw4KP_Mmf5s55OWimK3Xw7GkwDLtuCqeEI2WqPSsOU,8729
|
|
241
241
|
umap/static/umap/js/modules/browser.js,sha256=6WVBox4gLoqPasBzkh7dULz74AKKDQ-5Cp-b0-DbVHY,9753
|
|
242
|
-
umap/static/umap/js/modules/caption.js,sha256=
|
|
242
|
+
umap/static/umap/js/modules/caption.js,sha256=glOSK2HIENR-tPO4iDWOvPRX8xgeWloKAbntRpYH1qc,5813
|
|
243
243
|
umap/static/umap/js/modules/dompurify.js,sha256=SOmoM-pTgYCKCKXFo6-znemWPLiLsFgR4lxM_moWaA8,328
|
|
244
244
|
umap/static/umap/js/modules/drop.js,sha256=aHuz_sDgWAqDEH49OWNhnnyFvGLDMCoeeo5xaBLZwAg,1431
|
|
245
245
|
umap/static/umap/js/modules/facets.js,sha256=gan4obCxzJVcRFWaHjNLpqHn4GJ8DLQCl0ifFlqEdgw,4775
|
|
246
|
-
umap/static/umap/js/modules/formatter.js,sha256=
|
|
246
|
+
umap/static/umap/js/modules/formatter.js,sha256=q-43WipkO5nOLynnt6jm8yTicBp-DPIlW3WuADE7zY0,5972
|
|
247
247
|
umap/static/umap/js/modules/global.js,sha256=pmO5iFezaPhxQemgscta2S1J4vBRHIpjALjym2Hs9Z4,941
|
|
248
248
|
umap/static/umap/js/modules/help.js,sha256=fnkc6ugsYI1TeermtqiJUYJFm9P1pcC-CoDuJ03iZq0,10338
|
|
249
249
|
umap/static/umap/js/modules/i18n.js,sha256=dEpjsWoEZa-Tr5_MDO0tuWkt7kLL3crxXqhttyP-khU,1387
|
|
250
|
-
umap/static/umap/js/modules/importer.js,sha256=
|
|
250
|
+
umap/static/umap/js/modules/importer.js,sha256=UEEUodCoWmrhq1ActNusz4jU6n6R3DRuhPVd3_oSF00,11458
|
|
251
251
|
umap/static/umap/js/modules/leaflet-configure.js,sha256=P3aD8iNGxuVNv-xW4Di4txAjNmnlpKtCCzDvPaKEdQ8,243
|
|
252
|
-
umap/static/umap/js/modules/managers.js,sha256=
|
|
252
|
+
umap/static/umap/js/modules/managers.js,sha256=hRj3lNFnXKhxBm8uIUpR15bYqlog_i8qeIP9879lDdc,2462
|
|
253
253
|
umap/static/umap/js/modules/orderable.js,sha256=zDtcElZ_MVPoGba8Iv9bxOzk4vuN7C-5XVl4UomDYHE,2521
|
|
254
254
|
umap/static/umap/js/modules/permissions.js,sha256=t-kZvgGIGva8MNMu9Ydr-U9KVrdKUQery_BqniFWut0,8734
|
|
255
|
+
umap/static/umap/js/modules/printer.js,sha256=fvb44tLBiYR7TyBdXJdroYsjQOrnbzw7-6F0dBCUEGg,3607
|
|
255
256
|
umap/static/umap/js/modules/request.js,sha256=9GRJoOPbdkHL9OFP6Joaf5wzsJckPyiG2O7AxQciTik,3885
|
|
256
257
|
umap/static/umap/js/modules/rules.js,sha256=H250ZVdId8nG2hkJqCegCYYt9njw8g6qBFBt7-vrr8o,10007
|
|
257
|
-
umap/static/umap/js/modules/schema.js,sha256=
|
|
258
|
-
umap/static/umap/js/modules/share.js,sha256=
|
|
258
|
+
umap/static/umap/js/modules/schema.js,sha256=ZZwbbR0HPstn3vaendxF_RS_umam3BuATrWdxsQZD4s,15631
|
|
259
|
+
umap/static/umap/js/modules/share.js,sha256=xgojG1xHDcbgJZlUd-oP7VFrbGDpl2k1LmTll01f84w,7491
|
|
259
260
|
umap/static/umap/js/modules/slideshow.js,sha256=7tmW32iuEwLXTY_4A_DmiRMjdDr5luhpJSdmbz2SXPc,3608
|
|
260
261
|
umap/static/umap/js/modules/tableeditor.js,sha256=NbUgJul5_fFhikWyXIZ1nOEp9hSVKO61i2y52noGISc,8537
|
|
261
262
|
umap/static/umap/js/modules/templates.js,sha256=41fliDQLrVo-WosiyLkxpRry3WXpCVz4IW7kYn0AMfQ,4415
|
|
262
|
-
umap/static/umap/js/modules/umap.js,sha256=
|
|
263
|
+
umap/static/umap/js/modules/umap.js,sha256=8hMrRD90Mo1OnhBEGEvPeugm9glc36qsHnhsdHxHQHg,54331
|
|
263
264
|
umap/static/umap/js/modules/urls.js,sha256=76cFqycj2O8huuoYYBvxnVt2Fc2UDbgrRsiv6lQmcSY,890
|
|
264
265
|
umap/static/umap/js/modules/utils.js,sha256=rT_RILODFUWAvvgjFpT5TtNbu8A9jzn0mlkpHEB8QqM,16044
|
|
265
|
-
umap/static/umap/js/modules/data/features.js,sha256=
|
|
266
|
-
umap/static/umap/js/modules/data/layer.js,sha256=
|
|
267
|
-
umap/static/umap/js/modules/form/builder.js,sha256=
|
|
268
|
-
umap/static/umap/js/modules/form/fields.js,sha256=
|
|
266
|
+
umap/static/umap/js/modules/data/features.js,sha256=kpx7kVVAlejktTd60_ikVNdKS48PeM-6bDuu7-83T7k,38264
|
|
267
|
+
umap/static/umap/js/modules/data/layer.js,sha256=iMlFupO24Ow6ObbIBJ7WJ_HBYKYtbQFSMg9JEByPkhk,43749
|
|
268
|
+
umap/static/umap/js/modules/form/builder.js,sha256=akRoO8VpKXqWr3LO4Y_B1zr9gXJL2S5RCJqRDREweq8,6452
|
|
269
|
+
umap/static/umap/js/modules/form/fields.js,sha256=yUEUPDHF3tgnpDv7UdfMXHsabCMaGsUDXQq2-Qe1krg,36152
|
|
269
270
|
umap/static/umap/js/modules/importers/banfr.js,sha256=TBwL3GQJdzYtaDtxeHxyPQ7Ycy5zTaQyvzXa55X7n2I,2932
|
|
270
271
|
umap/static/umap/js/modules/importers/cadastrefr.js,sha256=fcNOYZ679MYpy3fQubEhNmyaMpGKyNNeZRlUVgHKcz4,2319
|
|
271
272
|
umap/static/umap/js/modules/importers/communesfr.js,sha256=HoeVApZ0ORDxQt4dA86nKDldey3aJNeLdagMkn5skUg,1723
|
|
272
273
|
umap/static/umap/js/modules/importers/datasets.js,sha256=StZbRiq_1vqe0OO1w66k5Lwzju8RntmHpWe9HWIDfRE,1372
|
|
273
274
|
umap/static/umap/js/modules/importers/geodatamine.js,sha256=4KmRpEpwdUHO1lqzB38hnTFvPjh7IjcQfVVDziqKS8k,3000
|
|
274
|
-
umap/static/umap/js/modules/importers/opendata.js,sha256=
|
|
275
|
+
umap/static/umap/js/modules/importers/opendata.js,sha256=SfQr3jY_LM8mMs-BDaggChEjaP8D6pvZ7ZGU_pfQ1P4,7361
|
|
276
|
+
umap/static/umap/js/modules/importers/openrouteservice.js,sha256=RGHMXDaDpgXg-6LEHOFN9GBdhf-hcG194yBEIOTNqcM,3918
|
|
275
277
|
umap/static/umap/js/modules/importers/overpass.js,sha256=cY2kb3Fs8tA6PqBjGyc5bI0mg7L1ijapIAkVGwEhSwI,3341
|
|
276
|
-
umap/static/umap/js/modules/rendering/controls.js,sha256=
|
|
277
|
-
umap/static/umap/js/modules/rendering/icon.js,sha256=
|
|
278
|
-
umap/static/umap/js/modules/rendering/map.js,sha256=
|
|
278
|
+
umap/static/umap/js/modules/rendering/controls.js,sha256=7dPxGdfA3zhVfN26ZoTkO-Fg-Mp6QNUIbyoDznHBFN8,10631
|
|
279
|
+
umap/static/umap/js/modules/rendering/icon.js,sha256=c4kTghfdjku03Ey825LIp9sZ9MS5e4MD8TsV8y33MOo,8910
|
|
280
|
+
umap/static/umap/js/modules/rendering/map.js,sha256=zdBF7153X_vE-k0pZhcsNJKIc3nvLT3K0g_VHPfaMDE,12796
|
|
279
281
|
umap/static/umap/js/modules/rendering/popup.js,sha256=OtQYpjhWCoW20XBFeeSKCXMqN-szohaX1TKWhPc9eBo,2577
|
|
280
|
-
umap/static/umap/js/modules/rendering/template.js,sha256=
|
|
281
|
-
umap/static/umap/js/modules/rendering/ui.js,sha256=
|
|
282
|
+
umap/static/umap/js/modules/rendering/template.js,sha256=n74YzbZOS_4CeK3-Jn7NXbkzqsh4zjCbEX9w15QxKu0,11468
|
|
283
|
+
umap/static/umap/js/modules/rendering/ui.js,sha256=pn1p8eZ67_LTLY8sCkI5r3U-5RmqsOTn3X0GLZwH4SE,16317
|
|
282
284
|
umap/static/umap/js/modules/rendering/layers/base.js,sha256=G9H41vTrh-6Yn5H9UhKj5BOx03Xp2jcevpZINTDCtHI,2528
|
|
283
285
|
umap/static/umap/js/modules/rendering/layers/classified.js,sha256=CLktnkjf5_6CzkKVyZcx5wAKvhsRp4pRpCIBauwKeO0,15068
|
|
284
|
-
umap/static/umap/js/modules/rendering/layers/cluster.js,sha256=
|
|
286
|
+
umap/static/umap/js/modules/rendering/layers/cluster.js,sha256=KjCARNyAW5nCoozIYlDwUeeC_gyyjbNvslELe7Cf2Yw,7316
|
|
285
287
|
umap/static/umap/js/modules/rendering/layers/heat.js,sha256=K_LsxnfpGImy2HlneV5nK0cBu1FxDmPNxR5VmsV4LaM,4975
|
|
286
288
|
umap/static/umap/js/modules/sync/engine.js,sha256=LDB7HHCmfVb0Cz30yVXBSV0f-1CGG5bkzrPtaT5RePM,18390
|
|
287
289
|
umap/static/umap/js/modules/sync/hlc.js,sha256=XeJz3x7qiDz7v-mcgGIynj5ks34FpWx_oSPUPFd_ZGA,2991
|
|
288
290
|
umap/static/umap/js/modules/sync/undo.js,sha256=CQufaRvI_-dT0HGm5Wl8hBbO00IruflPdlmWJ4acgFM,2910
|
|
289
291
|
umap/static/umap/js/modules/sync/updaters.js,sha256=9qukCBW_pPk4-3k4boKjcyocBd5w37UZxYGqclewlD0,3809
|
|
290
292
|
umap/static/umap/js/modules/sync/websocket.js,sha256=M2wsFuW5vRsY677dRSAFUWJl5MBPCOvaNYCAxBAqjcA,2522
|
|
291
|
-
umap/static/umap/js/modules/ui/bar.js,sha256=
|
|
292
|
-
umap/static/umap/js/modules/ui/base.js,sha256=
|
|
293
|
-
umap/static/umap/js/modules/ui/contextmenu.js,sha256=
|
|
294
|
-
umap/static/umap/js/modules/ui/dialog.js,sha256=
|
|
293
|
+
umap/static/umap/js/modules/ui/bar.js,sha256=C6moD-rVwYApug3o0fq2O_JSrqNI77_22LNgC4BwTdg,15267
|
|
294
|
+
umap/static/umap/js/modules/ui/base.js,sha256=OLR8VOvKPkDCT0X3hQq3s0WVRQunNEIUj83RNMEyzBM,2980
|
|
295
|
+
umap/static/umap/js/modules/ui/contextmenu.js,sha256=3Zm0AOoZLdCm76SLvImH1rtv0gPbcU1DQsJHf6cEojM,3169
|
|
296
|
+
umap/static/umap/js/modules/ui/dialog.js,sha256=m6WotSD9xReqzzzV_Vc2MP7EjH2bozGmvOiQ_TaS8fE,5669
|
|
295
297
|
umap/static/umap/js/modules/ui/panel.js,sha256=s-dTPKhZDP190OZXoaVxMtBly0aoUbSPCwPdZhuNxTk,3613
|
|
296
298
|
umap/static/umap/js/modules/ui/tooltip.js,sha256=KxUQMtH29DZSCsZ6uZMtNlNR2NnQDnRMfJMJ35O_w5k,1919
|
|
297
|
-
umap/static/umap/locale/am_ET.js,sha256=
|
|
298
|
-
umap/static/umap/locale/am_ET.json,sha256=
|
|
299
|
-
umap/static/umap/locale/ar.js,sha256=
|
|
300
|
-
umap/static/umap/locale/ar.json,sha256=
|
|
301
|
-
umap/static/umap/locale/ast.js,sha256=
|
|
302
|
-
umap/static/umap/locale/ast.json,sha256=
|
|
303
|
-
umap/static/umap/locale/bg.js,sha256=
|
|
304
|
-
umap/static/umap/locale/bg.json,sha256=
|
|
305
|
-
umap/static/umap/locale/br.js,sha256=
|
|
306
|
-
umap/static/umap/locale/br.json,sha256=
|
|
307
|
-
umap/static/umap/locale/ca.js,sha256=
|
|
308
|
-
umap/static/umap/locale/ca.json,sha256=
|
|
309
|
-
umap/static/umap/locale/cs_CZ.js,sha256=
|
|
310
|
-
umap/static/umap/locale/cs_CZ.json,sha256=
|
|
311
|
-
umap/static/umap/locale/da.js,sha256=
|
|
312
|
-
umap/static/umap/locale/da.json,sha256=
|
|
313
|
-
umap/static/umap/locale/de.js,sha256
|
|
314
|
-
umap/static/umap/locale/de.json,sha256=
|
|
315
|
-
umap/static/umap/locale/el.js,sha256=
|
|
316
|
-
umap/static/umap/locale/el.json,sha256=
|
|
317
|
-
umap/static/umap/locale/en.js,sha256=
|
|
318
|
-
umap/static/umap/locale/en.json,sha256=
|
|
319
|
-
umap/static/umap/locale/en_US.json,sha256=
|
|
320
|
-
umap/static/umap/locale/es.js,sha256=
|
|
321
|
-
umap/static/umap/locale/es.json,sha256=
|
|
322
|
-
umap/static/umap/locale/et.js,sha256=
|
|
323
|
-
umap/static/umap/locale/et.json,sha256=
|
|
324
|
-
umap/static/umap/locale/eu.js,sha256=
|
|
325
|
-
umap/static/umap/locale/eu.json,sha256=
|
|
326
|
-
umap/static/umap/locale/fa_IR.js,sha256=
|
|
327
|
-
umap/static/umap/locale/fa_IR.json,sha256=
|
|
328
|
-
umap/static/umap/locale/fi.js,sha256=
|
|
329
|
-
umap/static/umap/locale/fi.json,sha256=
|
|
330
|
-
umap/static/umap/locale/fr.js,sha256=
|
|
331
|
-
umap/static/umap/locale/fr.json,sha256=
|
|
332
|
-
umap/static/umap/locale/gl.js,sha256=
|
|
333
|
-
umap/static/umap/locale/gl.json,sha256=
|
|
334
|
-
umap/static/umap/locale/he.js,sha256=
|
|
335
|
-
umap/static/umap/locale/he.json,sha256=
|
|
336
|
-
umap/static/umap/locale/hr.js,sha256=
|
|
337
|
-
umap/static/umap/locale/hr.json,sha256=
|
|
338
|
-
umap/static/umap/locale/hu.js,sha256=
|
|
339
|
-
umap/static/umap/locale/hu.json,sha256=
|
|
340
|
-
umap/static/umap/locale/id.js,sha256=
|
|
341
|
-
umap/static/umap/locale/id.json,sha256=
|
|
342
|
-
umap/static/umap/locale/is.js,sha256=
|
|
343
|
-
umap/static/umap/locale/is.json,sha256=
|
|
344
|
-
umap/static/umap/locale/it.js,sha256=
|
|
345
|
-
umap/static/umap/locale/it.json,sha256=
|
|
346
|
-
umap/static/umap/locale/ja.js,sha256=
|
|
347
|
-
umap/static/umap/locale/ja.json,sha256=
|
|
348
|
-
umap/static/umap/locale/ko.js,sha256=
|
|
349
|
-
umap/static/umap/locale/ko.json,sha256=
|
|
350
|
-
umap/static/umap/locale/lt.js,sha256=
|
|
351
|
-
umap/static/umap/locale/lt.json,sha256=
|
|
352
|
-
umap/static/umap/locale/ms.js,sha256=
|
|
353
|
-
umap/static/umap/locale/ms.json,sha256=
|
|
354
|
-
umap/static/umap/locale/nl.js,sha256=
|
|
355
|
-
umap/static/umap/locale/nl.json,sha256=
|
|
356
|
-
umap/static/umap/locale/no.js,sha256
|
|
357
|
-
umap/static/umap/locale/no.json,sha256=
|
|
358
|
-
umap/static/umap/locale/pl.js,sha256=
|
|
359
|
-
umap/static/umap/locale/pl.json,sha256=
|
|
360
|
-
umap/static/umap/locale/pl_PL.json,sha256=
|
|
361
|
-
umap/static/umap/locale/pt.js,sha256=
|
|
362
|
-
umap/static/umap/locale/pt.json,sha256=
|
|
363
|
-
umap/static/umap/locale/pt_BR.js,sha256=
|
|
364
|
-
umap/static/umap/locale/pt_BR.json,sha256=
|
|
365
|
-
umap/static/umap/locale/pt_PT.js,sha256=
|
|
366
|
-
umap/static/umap/locale/pt_PT.json,sha256=
|
|
367
|
-
umap/static/umap/locale/ro.js,sha256=
|
|
368
|
-
umap/static/umap/locale/ro.json,sha256=
|
|
369
|
-
umap/static/umap/locale/ru.js,sha256=
|
|
370
|
-
umap/static/umap/locale/ru.json,sha256=
|
|
299
|
+
umap/static/umap/locale/am_ET.js,sha256=sPr73zH6keo-0uW3I7amVv3BPS9ieYhUTM4HGooA1vM,38360
|
|
300
|
+
umap/static/umap/locale/am_ET.json,sha256=wcEzmAU-SeCTCxW5ZUlyqhDk5R9pHzVtGC8BxnYt4yA,38289
|
|
301
|
+
umap/static/umap/locale/ar.js,sha256=e1GUHrSsmFaWNQNnx2g7SVftO7PESLcU1x7kfwERfDQ,35331
|
|
302
|
+
umap/static/umap/locale/ar.json,sha256=wmShokVFMqM92GnUrfHa6p8FrdWAj6Mr3yqGumRvPAA,35266
|
|
303
|
+
umap/static/umap/locale/ast.js,sha256=jRWnhmd_ycm1ioYpp23duGXCQxQ1aC0TDS3KSTOBnuU,34935
|
|
304
|
+
umap/static/umap/locale/ast.json,sha256=aGzn8kP65zQ4c9Z4Cw95XtJge94LgVeC2w-72mnODaU,34868
|
|
305
|
+
umap/static/umap/locale/bg.js,sha256=zCViRdEUwTtd-pdnmoDLzYNIQb1Jd9rZCBkuMG6l7Kc,37782
|
|
306
|
+
umap/static/umap/locale/bg.json,sha256=qA77uGtkk1D70I9xOkDEKMlwFo-tgsJ7IOFuPh0eYYk,37717
|
|
307
|
+
umap/static/umap/locale/br.js,sha256=d-DeTk4U5937JIEWhjCQz8iV7fbdOgG145PtTSVe5Rc,37279
|
|
308
|
+
umap/static/umap/locale/br.json,sha256=t1zobQ--unLcg6OwtCeCJZskstLpG8LfelKCPE0Lu1E,37214
|
|
309
|
+
umap/static/umap/locale/ca.js,sha256=5j9ipDYpbqs8LfExPgq7XKerZwNbrcCwRMKkanVWBZs,36690
|
|
310
|
+
umap/static/umap/locale/ca.json,sha256=ycAAXKO3SsnMBwkXrBHAItCxttC-6vv7GsP-NmGbOqY,36625
|
|
311
|
+
umap/static/umap/locale/cs_CZ.js,sha256=hHwQfF_416U6HcViVZepJga20EwtKGhkDUiks4qtR_E,37618
|
|
312
|
+
umap/static/umap/locale/cs_CZ.json,sha256=jIGpH3nab3egJ6mdzboF9Ktrn-0FRE-xIU8SyFge5aI,37547
|
|
313
|
+
umap/static/umap/locale/da.js,sha256=BBK5fIYL7oSoIa-iH8uJtEih5OoNxz7X8geyzztAkvo,36030
|
|
314
|
+
umap/static/umap/locale/da.json,sha256=sPLyg8woVBRzbAHoZxPU9JJ3frTlGYRLZG1Vcpd5atU,35965
|
|
315
|
+
umap/static/umap/locale/de.js,sha256=-50FATAg0hS6BZQlJsi6TxcZsKmMtxsb_eFKfgfPxjY,38027
|
|
316
|
+
umap/static/umap/locale/de.json,sha256=9QaaZL3ZIAKYsrFMBvkv_wWO0I1oBp34QORq1uRPYqI,37962
|
|
317
|
+
umap/static/umap/locale/el.js,sha256=hWKHx9ct98bErPM7AEz3cHaubjyivC8Z79mLDniqOu4,51333
|
|
318
|
+
umap/static/umap/locale/el.json,sha256=BRiMJkE0HEI2k92LNtzCpOk6C4zHi1L-ktGVjzrYcyI,51268
|
|
319
|
+
umap/static/umap/locale/en.js,sha256=qEsUY-Ic7HQGoL_yhs1Yh_bhNCWbCWTGmGuWXEmHkac,34933
|
|
320
|
+
umap/static/umap/locale/en.json,sha256=aGzn8kP65zQ4c9Z4Cw95XtJge94LgVeC2w-72mnODaU,34868
|
|
321
|
+
umap/static/umap/locale/en_US.json,sha256=3UI6ecOfs6vaMDVC2WDvJ0lb4pWTwNrXayuj-DZWYFU,34662
|
|
322
|
+
umap/static/umap/locale/es.js,sha256=9NhbQN0l4LhtbBPm__6sXPvbyfeE3sb9iDvbrK_NkuI,38171
|
|
323
|
+
umap/static/umap/locale/es.json,sha256=1l_oiGkX96QbqBec2d75_dJdJnLqGOWqiUPlvzCArqc,38106
|
|
324
|
+
umap/static/umap/locale/et.js,sha256=ZnGdY1bfYbJxCW-WLJDakpJX1ZkzQXsBPZ8UIDsyWRQ,35077
|
|
325
|
+
umap/static/umap/locale/et.json,sha256=i6VLYYtPk6py3rlKQA_LRaBi4A5egxGt1ZTnfcoa7T0,35012
|
|
326
|
+
umap/static/umap/locale/eu.js,sha256=88hUF6Chpc5DqoItL-2vPw1CKDCthFflXMGi_MZNsok,37197
|
|
327
|
+
umap/static/umap/locale/eu.json,sha256=WkPOO_Nln44iyGF8BCoI7F3bAIgsHY-cUNC9S2kvwvk,37132
|
|
328
|
+
umap/static/umap/locale/fa_IR.js,sha256=cegs43aHAEsBXoMitji9KVhRLYX7aa7o9FYPMpD_LXw,43203
|
|
329
|
+
umap/static/umap/locale/fa_IR.json,sha256=cRPc42Z0Rfelxc_Ebs3QEoiFrORBO5ZU1UfYLwv8o70,43132
|
|
330
|
+
umap/static/umap/locale/fi.js,sha256=rfjcFAXpG1KHQphGys1l24hYPITYpZ6065J5utEyrVk,35706
|
|
331
|
+
umap/static/umap/locale/fi.json,sha256=ks77grVEgGxcjbT0Re5gFrhXPB5wDtKHazCwqppn89E,35641
|
|
332
|
+
umap/static/umap/locale/fr.js,sha256=wWtShv8yIokLC1y-eyucDlmsTzkrXCtfOPzq1yOqiPs,38350
|
|
333
|
+
umap/static/umap/locale/fr.json,sha256=xaBCmTS5m5iRdO0QWFIcIYRBvOpU07PetlzUm5d4Q9g,38285
|
|
334
|
+
umap/static/umap/locale/gl.js,sha256=UI2AACApwGhYluuJcGPE_f7389T6tEpytrwLsWawgKY,37745
|
|
335
|
+
umap/static/umap/locale/gl.json,sha256=3LN5rMA1FB9KxR_4rolTJdr-k99qDUYYLK6vfMk1rig,37680
|
|
336
|
+
umap/static/umap/locale/he.js,sha256=5GeT5SQloXbq-tAu_g19LungnjzMfg1yvJrDD4-22O8,38091
|
|
337
|
+
umap/static/umap/locale/he.json,sha256=Di_lemTu7wdtVVYyetnmiFM3WTsuNqxaPAKKFi9qmkg,38026
|
|
338
|
+
umap/static/umap/locale/hr.js,sha256=Ks325vywHX7RhWMVWuR1XVL3xFRsftQbc2H6ursRMPo,35103
|
|
339
|
+
umap/static/umap/locale/hr.json,sha256=yoTOB21velJBvgiXWlvWQ7e4jxxZCRE4dy4jbnZzXJM,35038
|
|
340
|
+
umap/static/umap/locale/hu.js,sha256=5M_um_-_LtLuxaETTDFY9tGcjY247cnqnjoCnt7H7qA,39756
|
|
341
|
+
umap/static/umap/locale/hu.json,sha256=CPKAlkNhOn4RiNMz9y-v6jcXub48GrMH7VU19ft2qFc,39691
|
|
342
|
+
umap/static/umap/locale/id.js,sha256=lJSSmoAEz8Xk7ZxyuYZjGAY8BLc2FyxIokmPfQkctvo,34933
|
|
343
|
+
umap/static/umap/locale/id.json,sha256=aGzn8kP65zQ4c9Z4Cw95XtJge94LgVeC2w-72mnODaU,34868
|
|
344
|
+
umap/static/umap/locale/is.js,sha256=nlXbEON9lB5qEqK3w7FpUTWHKNYHbgW79Hrs8ieIjdk,36664
|
|
345
|
+
umap/static/umap/locale/is.json,sha256=OFQhRHznZuxvJBSvS9CGrjLcS7RDgHUkDA2yejCyFMo,36599
|
|
346
|
+
umap/static/umap/locale/it.js,sha256=zhHEq_lL8LEu_M_EGHw1nULa6n-YgpVFJEUO6ogv0cA,38041
|
|
347
|
+
umap/static/umap/locale/it.json,sha256=LC4JfbYpGTSpi75vWX9xs9Xtdx8-O_pKyQj2TnBtWYA,37976
|
|
348
|
+
umap/static/umap/locale/ja.js,sha256=9T51PGLkRjQu83Q2gApaaq468oSRwiVpbzr7LTw77TA,37209
|
|
349
|
+
umap/static/umap/locale/ja.json,sha256=X_SEuSmCjZl0kEUpMYKP8vEXXVUZOKQRfQhKB4HZ-qE,37144
|
|
350
|
+
umap/static/umap/locale/ko.js,sha256=37sNo5dfXLAjU1dpt7_NsLbWN_SYhuPMu09vU4SeczU,35075
|
|
351
|
+
umap/static/umap/locale/ko.json,sha256=jDk0EZDt8D_ex18HkcBmQ9_8hpktjgo-mHIBotH4KHA,35010
|
|
352
|
+
umap/static/umap/locale/lt.js,sha256=IxOsIW6CfJECbsWoXwp2aJFq1XCjxOfDVch5icj0xR0,35694
|
|
353
|
+
umap/static/umap/locale/lt.json,sha256=xepE9WTaFGb1K_BD6UeYUkb5AlcAWOzsGn_p1yHZTsY,35629
|
|
354
|
+
umap/static/umap/locale/ms.js,sha256=3YplahSFPF-Ni1Qgv7Yl-7aIyKsloVSrwUDlPKKUbiI,36010
|
|
355
|
+
umap/static/umap/locale/ms.json,sha256=V2h4rPW9e19Y84PU2NQoNexrpXXNWBaCb_Hs7McCk3U,35945
|
|
356
|
+
umap/static/umap/locale/nl.js,sha256=xpczydITu0zkbHXq94u3_-Qt5aqemLqmLrgCcXvhYPE,37416
|
|
357
|
+
umap/static/umap/locale/nl.json,sha256=P4CCFVAeql_0znTgkOEUTYtjapIPUBpHzV_Xk1RULck,37351
|
|
358
|
+
umap/static/umap/locale/no.js,sha256=3V4t3RDODH2wnE8UfPIXxrf7Trjk9ScUbI0ueutM4uE,35120
|
|
359
|
+
umap/static/umap/locale/no.json,sha256=coUIAIHDTA8dDwEfEd7a0dQ1RPNmbquuG2aA2fhKHGI,35055
|
|
360
|
+
umap/static/umap/locale/pl.js,sha256=IknKEft12ENBMDN7ALEdxq80Tv8RQGJM2tDkssAido0,36683
|
|
361
|
+
umap/static/umap/locale/pl.json,sha256=1gD3DbuDf-Nuw6X7LFAKNtxmIzTrTC9-YHKSxIy41yc,36618
|
|
362
|
+
umap/static/umap/locale/pl_PL.json,sha256=aGzn8kP65zQ4c9Z4Cw95XtJge94LgVeC2w-72mnODaU,34868
|
|
363
|
+
umap/static/umap/locale/pt.js,sha256=tUT_ORWdddoBKj2CwVec2iN9s7zm9lc0YLuIJeOlmJk,37763
|
|
364
|
+
umap/static/umap/locale/pt.json,sha256=bDbsOTS5P_iS-TgHFyveGu0UflL4508aa58AFeABInY,37698
|
|
365
|
+
umap/static/umap/locale/pt_BR.js,sha256=5n0BCvozkxQoGucStlSwJmiQO2oIZEQNpzRpY463TlY,36254
|
|
366
|
+
umap/static/umap/locale/pt_BR.json,sha256=aPAB5GPYkSoNhQfddkZ0DWCQyHLJUk-lVpcE799XFcU,36183
|
|
367
|
+
umap/static/umap/locale/pt_PT.js,sha256=tvLJpkMOeF2-5Abaaum1yq6uK_bIdfRfxl7Eq4qjl8I,37462
|
|
368
|
+
umap/static/umap/locale/pt_PT.json,sha256=yn6IZ5Sw-NVyiw82h_EKYHt9HN8OYr9hD1I7ucYsTT4,37391
|
|
369
|
+
umap/static/umap/locale/ro.js,sha256=7cINkntqypIJtneGp_lgdxLzkvBKPTCGWJKdzTz57xY,34962
|
|
370
|
+
umap/static/umap/locale/ro.json,sha256=jaCFFJnUUzb0ZzQGH0daTGaOEQ0rNpqytdxXkS2w8D8,34897
|
|
371
|
+
umap/static/umap/locale/ru.js,sha256=tSQ4BAIlSxS1p8vtQyObewY6-iDOFVa-pyVLxIUgPw8,41597
|
|
372
|
+
umap/static/umap/locale/ru.json,sha256=sYdbU1uOc4429k_sDzrQhF3QxIUiaSPqgXBRmlPMB5A,41532
|
|
371
373
|
umap/static/umap/locale/si.js,sha256=mcgXepIhSBBoRr6LvmvdRJFIwEGzXdjABC6W7lGYQUg,28504
|
|
372
374
|
umap/static/umap/locale/si.json,sha256=DHd8onJhyE8lBV76Zc9XmpHejZZOx0FwF3zaMlPq_Dc,28439
|
|
373
|
-
umap/static/umap/locale/sk_SK.js,sha256=
|
|
374
|
-
umap/static/umap/locale/sk_SK.json,sha256
|
|
375
|
-
umap/static/umap/locale/sl.js,sha256=
|
|
376
|
-
umap/static/umap/locale/sl.json,sha256=
|
|
377
|
-
umap/static/umap/locale/sr.js,sha256=
|
|
378
|
-
umap/static/umap/locale/sr.json,sha256=
|
|
379
|
-
umap/static/umap/locale/sv.js,sha256=
|
|
380
|
-
umap/static/umap/locale/sv.json,sha256=
|
|
381
|
-
umap/static/umap/locale/th_TH.js,sha256=
|
|
382
|
-
umap/static/umap/locale/th_TH.json,sha256=
|
|
383
|
-
umap/static/umap/locale/tr.js,sha256=
|
|
384
|
-
umap/static/umap/locale/tr.json,sha256=
|
|
385
|
-
umap/static/umap/locale/uk_UA.js,sha256
|
|
386
|
-
umap/static/umap/locale/uk_UA.json,sha256=
|
|
387
|
-
umap/static/umap/locale/vi.js,sha256=
|
|
388
|
-
umap/static/umap/locale/vi.json,sha256=
|
|
389
|
-
umap/static/umap/locale/vi_VN.json,sha256=
|
|
390
|
-
umap/static/umap/locale/zh.js,sha256=
|
|
391
|
-
umap/static/umap/locale/zh.json,sha256=
|
|
392
|
-
umap/static/umap/locale/zh_CN.json,sha256=
|
|
393
|
-
umap/static/umap/locale/zh_TW.Big5.json,sha256=
|
|
394
|
-
umap/static/umap/locale/zh_TW.js,sha256=
|
|
395
|
-
umap/static/umap/locale/zh_TW.json,sha256=
|
|
375
|
+
umap/static/umap/locale/sk_SK.js,sha256=8owFG7Etjf1w0EGH4Kpg96eR03Ba-ecr8aonn8jjti0,36140
|
|
376
|
+
umap/static/umap/locale/sk_SK.json,sha256=bTH92fe4pOzjlVlZe7OJbzosNFHX541rTVHnAO7Cqzk,36069
|
|
377
|
+
umap/static/umap/locale/sl.js,sha256=8Ai_W21hPwVAOP-55xb8sLsoG9Rx7IORDO8ulNl-ieQ,35997
|
|
378
|
+
umap/static/umap/locale/sl.json,sha256=uDJMBIUmOMwAUJZgJmz9_u15MKw-B3xUGbUM_U9Ius0,35932
|
|
379
|
+
umap/static/umap/locale/sr.js,sha256=tIVhtciEwZh0HxI4icFp4slpGn8NplfG29rph5585pQ,38614
|
|
380
|
+
umap/static/umap/locale/sr.json,sha256=6qorDQrtZLKp9Fu_fy8AHuIj_5QlqeJegmXwVIMlM6E,38549
|
|
381
|
+
umap/static/umap/locale/sv.js,sha256=ibD26N1KKzOGRtPs_bBgARnaO-2vNM6pbjwp0QfyCIg,35893
|
|
382
|
+
umap/static/umap/locale/sv.json,sha256=3mI1iVeFGvtYBJX3n3Dxlle7TV6nFb-JAu7F3-N94eI,35828
|
|
383
|
+
umap/static/umap/locale/th_TH.js,sha256=IJPuJXupbDM9L0xeVULpdZUukpL_PYZuWgEgP1YlYHg,35937
|
|
384
|
+
umap/static/umap/locale/th_TH.json,sha256=jEZHlP6V2eHNH6hpcoBDl__a-8rKr-SEH3CM15YeSPY,35866
|
|
385
|
+
umap/static/umap/locale/tr.js,sha256=actGHachQKZ2DN9XdLvrkjJPmb427XipzBhHeKj3wZU,36409
|
|
386
|
+
umap/static/umap/locale/tr.json,sha256=LFfr3HV5YZH-PWl4YiqLQBrvHWZ2xZLLDI0cLoKRqWc,36344
|
|
387
|
+
umap/static/umap/locale/uk_UA.js,sha256=nqFoCCAZ8A_nUoLwgTqSnKCiYca3IbMRF5MOa8sajHA,41230
|
|
388
|
+
umap/static/umap/locale/uk_UA.json,sha256=TCqxhtZd7C1H-OdsLnwZZu5Q6ofKN5dENGBWcghK5HU,41159
|
|
389
|
+
umap/static/umap/locale/vi.js,sha256=nrKKB5Qv2d0GAEbqKmUaMcIBF9k1zMO0WSgb0D--5k4,35185
|
|
390
|
+
umap/static/umap/locale/vi.json,sha256=2ILPRCyBPeNUXDiIzNHEwYgBaQNvaKKlEsB1B_0uZOA,35120
|
|
391
|
+
umap/static/umap/locale/vi_VN.json,sha256=aGzn8kP65zQ4c9Z4Cw95XtJge94LgVeC2w-72mnODaU,34868
|
|
392
|
+
umap/static/umap/locale/zh.js,sha256=Uzjdp0Oe4QXCewo_YtDuxbC8VTK7RqeBEmXwulGvV48,34711
|
|
393
|
+
umap/static/umap/locale/zh.json,sha256=Z6IaQd0Sy1MjmdJP2BfQ3ka7CcWpY37h3ytUPniYka8,34646
|
|
394
|
+
umap/static/umap/locale/zh_CN.json,sha256=aGzn8kP65zQ4c9Z4Cw95XtJge94LgVeC2w-72mnODaU,34868
|
|
395
|
+
umap/static/umap/locale/zh_TW.Big5.json,sha256=aGzn8kP65zQ4c9Z4Cw95XtJge94LgVeC2w-72mnODaU,34868
|
|
396
|
+
umap/static/umap/locale/zh_TW.js,sha256=Zhn8lX8EuvoSxCR4g8onrm5OnlF4H54GdYy6Y8h6FWk,34422
|
|
397
|
+
umap/static/umap/locale/zh_TW.json,sha256=LaRuQhZEon8GmIIbSUFw91tDMSyaToLpsQQbMIqRzM8,34351
|
|
396
398
|
umap/static/umap/unittests/URLs.js,sha256=wF0hfRX3NqwFAe31QGeKFwavUpNP2T8pHwXBlcpiwNo,2070
|
|
397
399
|
umap/static/umap/unittests/hlc.js,sha256=GvpBaBSgfMs0Zym0_zOs2QldUOcbFNVIKweBhuwM_QI,5294
|
|
398
400
|
umap/static/umap/unittests/sync.js,sha256=SRzK5N7o7iZodye53evBTZZjXG1mMm6dguV_Iyh69XQ,11096
|
|
@@ -402,7 +404,7 @@ umap/static/umap/vendors/colorbrewer/colorbrewer.js,sha256=wEHf7UslhI09j7tfzC1V9
|
|
|
402
404
|
umap/static/umap/vendors/csv2geojson/csv2geojson.js,sha256=FARwXdqk_yf3ttJmSyrJ204B9glI2YaZ2vuhaQPmhVk,15712
|
|
403
405
|
umap/static/umap/vendors/dompurify/purify.es.js,sha256=OwJJkYgszIMGao8OZPP_KoTXY45kWRIh9rBPjBDLs8I,62059
|
|
404
406
|
umap/static/umap/vendors/dompurify/purify.es.mjs.map,sha256=ShuPMvIg9nnEZh6FHSieF9HXaWY6L5CpcCdxTKnNnJI,1432
|
|
405
|
-
umap/static/umap/vendors/editable/Leaflet.Editable.js,sha256=
|
|
407
|
+
umap/static/umap/vendors/editable/Leaflet.Editable.js,sha256=6PAIioDT6LcLvQtMhPCZstLqwieMVZ9lo3Q7ipJF5iQ,69724
|
|
406
408
|
umap/static/umap/vendors/editable/Path.Drag.js,sha256=EATyTfgSiCkdjTwGM5lU1RZayxzynqhE-AgnuRlqYI0,3898
|
|
407
409
|
umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.css,sha256=eVKDGO_G2bIJvf_o5490h8BbMh5XeraSLmo6qTc8zj8,1263
|
|
408
410
|
umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.js,sha256=ati65azw8WxPG70b4JblFSHgD-fJ0ytriQEzC5tJWCM,9141
|
|
@@ -435,20 +437,21 @@ umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css,sha256=b1FUshftU
|
|
|
435
437
|
umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css.map,sha256=BeirY1RltKf8DrqX4U6IEg49yGaSOS4II4CqTJ96Hi8,371
|
|
436
438
|
umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js,sha256=43FlkezpyRF326OVLB4hJ2nwWATdloa0VVWKR727wI4,12712
|
|
437
439
|
umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js.map,sha256=CmhhyXJFHx6jWQidSqqQlQKmNN7bTiqiiTTTqIn5X7E,15816
|
|
438
|
-
umap/static/umap/vendors/markercluster/MarkerCluster.Default.css,sha256=YSWCMtmNZNwqex4CEw1nQhvFub2lmU7vcCKP-XVwwXA,1287
|
|
439
|
-
umap/static/umap/vendors/markercluster/MarkerCluster.css,sha256=YU3qCpj_P06tdPBJGPax0bm6Q1wltfwjsho5TR4-TYc,872
|
|
440
|
-
umap/static/umap/vendors/markercluster/leaflet.markercluster.js,sha256=Hk4dIpcqOSb0hZjgyvFOP-cEmDXUKKNE_tT542ZbNQg,34136
|
|
441
|
-
umap/static/umap/vendors/markercluster/leaflet.markercluster.js.map,sha256=p2sESsX-2ysbKhEAYIPZFpVglwMWjQNxLkswXIuv2K8,41953
|
|
442
440
|
umap/static/umap/vendors/measurable/Leaflet.Measurable.css,sha256=w33CMvSXTRFTOBfa4Zp2IqjZKbNh3zYiTQWJSEpy0ec,937
|
|
443
441
|
umap/static/umap/vendors/measurable/Leaflet.Measurable.js,sha256=Dk_G5zpxIM5-YaNetc9zHCS-WeaQ47NhgicmbzSX7BM,7256
|
|
444
442
|
umap/static/umap/vendors/minimap/Control.MiniMap.min.css,sha256=p0ab5p0FrFs9Tz4OZgifAvIP-Rd0VFUEbNYjVXVeh9w,1665
|
|
445
443
|
umap/static/umap/vendors/minimap/Control.MiniMap.min.js,sha256=Hb_f1FMaLV-Qn6KSYbc92GxB2bcKp7_efxNeiduEo3g,8565
|
|
446
444
|
umap/static/umap/vendors/minimap/images/toggle.png,sha256=dSjmzalnKhlwWcTiw6qF82tFV60mQZAmS57_VnCzXIg,219
|
|
447
445
|
umap/static/umap/vendors/minimap/images/toggle.svg,sha256=qYiFw3DWtNgmPPxyM2tW4Q0yQCFdWGtCJ9RqT9SRyhs,1765
|
|
446
|
+
umap/static/umap/vendors/openrouteservice/ors-js-client.js,sha256=q9vO2zpFNtKRSvSniwgXtGSRD2n_QTRgFTJS1qhcycY,16959
|
|
447
|
+
umap/static/umap/vendors/openrouteservice/ors-js-client.js.map,sha256=kNo2evMw4eVnl7uOF7oFAzLwpYsilkh2hkqVdhKPyJ0,32159
|
|
448
448
|
umap/static/umap/vendors/osmtogeojson/osmtogeojson.js,sha256=Zju1u65H1dEr_5zxyHuPlz6F-rSx-DRTgQquma3VRZI,34674
|
|
449
449
|
umap/static/umap/vendors/photon/leaflet.photon.js,sha256=muJBUoB-ocakHmR-iEF7k_yXXu8yZP4BjmJ4kB3GtgI,14888
|
|
450
|
+
umap/static/umap/vendors/simple-elevation-chart/elevation.js,sha256=rnx0X8xyGfma8vP-1mlDhN1BFctTc_6pWI04M-Pr9Yc,2100
|
|
451
|
+
umap/static/umap/vendors/simple-elevation-chart/elevation.svg,sha256=HrpIESa9g_bwP7KtpzltUgIMNFTAUJGMSNFYBtIcJXY,285
|
|
450
452
|
umap/static/umap/vendors/simple-statistics/simple-statistics.min.js,sha256=3vLsuPerHhN9Ywzrl8oey2zgVDhD4VqVGWXY0WammyQ,24073
|
|
451
453
|
umap/static/umap/vendors/simple-statistics/simple-statistics.min.js.map,sha256=ayC2E6wVocDrMV-bpQkwXxkVhqcsS0AqHRZ98Nc9JaQ,196163
|
|
454
|
+
umap/static/umap/vendors/snapdom/snapdom.min.mjs,sha256=upCBVv_cWSgLJ3Dsl6kT0wSms6uNe4wjaxan7kn307E,28785
|
|
452
455
|
umap/static/umap/vendors/textpath/leaflet.textpath.js,sha256=o90qOXleHwqf2xs0HGCNpUuz8D7CIvsiR6K-y6cNmR0,6262
|
|
453
456
|
umap/static/umap/vendors/togeojson/togeojson.es.js,sha256=zAEszx8fYSwld0yKXE5SHP2Q0y--flMTbNaZ1AYyQPM,40651
|
|
454
457
|
umap/static/umap/vendors/togeojson/togeojson.es.mjs.map,sha256=_V7GXbgNBVGZZatraIqgQOYShzbBa6yYF51QKlQ2uG0,85156
|
|
@@ -457,7 +460,7 @@ umap/static/umap/vendors/tokml/tokml.es.mjs.map,sha256=vw5JxZFh_2_xM1cHI51r1Bf48
|
|
|
457
460
|
umap/storage/__init__.py,sha256=Aj421eIsZhsu0B7zd5lTJufVYr0EtUkH0lTqpbBh8AU,85
|
|
458
461
|
umap/storage/fs.py,sha256=iyKd6T0S7vn9YRmOw-MJsausULQff_YG2QsrqJtfi94,4011
|
|
459
462
|
umap/storage/s3.py,sha256=KAYu3vAqXbd5UhaoPxG6zcGtBfKZOzzi-6uY6YEuIcY,1962
|
|
460
|
-
umap/storage/staticfiles.py,sha256=
|
|
463
|
+
umap/storage/staticfiles.py,sha256=wKDS8mPOoZDhuDjua4BDUh7Jdqa9IN5PLrwkc0JZQv4,2753
|
|
461
464
|
umap/sync/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
462
465
|
umap/sync/app.py,sha256=MFuMIsIvkF_YLa7DbjyDLWyMGhmqMQi-cMR5z0TEwM0,6640
|
|
463
466
|
umap/sync/payloads.py,sha256=Y5vD4vwH2rG9PzNEBZj6c5-qOuDyjWEinZ_viNrZNRE,1513
|
|
@@ -475,13 +478,13 @@ umap/templates/umap/about_summary.html,sha256=9_K2HxctGKjU3GWaI9Rny-kb_iLnS5lScx
|
|
|
475
478
|
umap/templates/umap/branding.html,sha256=8IzkIWqiZckgkX9FC-n1v6f8JIB2q7DcX3JHscxsaYA,60
|
|
476
479
|
umap/templates/umap/content.html,sha256=BHtQMYOOlfQXWFJtSRV2qTnXsgjF7_IKJ7-c4iZpSo0,2379
|
|
477
480
|
umap/templates/umap/content_footer.html,sha256=170C-9K0a1qkNb4m-x5Vg7bNstvHVEXueDfgPPvXk0I,1130
|
|
478
|
-
umap/templates/umap/css.html,sha256=
|
|
481
|
+
umap/templates/umap/css.html,sha256=CxJ6L_cpbl0Vmfu_UyoiGlAgry93ews-wiP3M2Qntqw,2007
|
|
479
482
|
umap/templates/umap/dashboard_menu.html,sha256=fQ7nLKhIAUF_ki16tR7oWwFWCmMs92iKx6gEjx5XpMo,996
|
|
480
483
|
umap/templates/umap/design_system.html,sha256=3LeAtOjkvDSG2PWNeHrAo0G3AQJ7JGMMQE2-L2Plxmw,23813
|
|
481
484
|
umap/templates/umap/footer.html,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
482
485
|
umap/templates/umap/header.html,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
483
486
|
umap/templates/umap/home.html,sha256=JuzDOx3-T_XyWT1Rwdy50PWvjlRjnhAXMM4-yvVUkts,890
|
|
484
|
-
umap/templates/umap/js.html,sha256=
|
|
487
|
+
umap/templates/umap/js.html,sha256=kAIZtORiXnLUFDZEFAodKU12uHdx4aKVJKbK4p6R_9Y,2290
|
|
485
488
|
umap/templates/umap/locale.js,sha256=AP-mSJQq5RyC3eNaBbk-sOsD80r0_qlvuK1afXdsVo4,112
|
|
486
489
|
umap/templates/umap/login_popup_end.html,sha256=kcENvhycpVvvIzbNasX1rcSI_67A6pttkWCxy0vHC8g,693
|
|
487
490
|
umap/templates/umap/map_detail.html,sha256=vNFIK7BhWWNiiBnMwKDPyvr0LZH9rLLqD95T_wsi5ng,1217
|
|
@@ -554,23 +557,24 @@ umap/tests/integration/__init__.py,sha256=nqQ2miDnSZOKDuFhQ5saFN3qQuK73Cs6xL9Od-
|
|
|
554
557
|
umap/tests/integration/conftest.py,sha256=pNIxoZ6mNclAwovFt76gzvJaXH940lYXWByf6cmJDx8,2251
|
|
555
558
|
umap/tests/integration/helpers.py,sha256=vvGX5b-DS2fMVDdeXz1lH2IleZkRHjyL7DVvatJU8Do,344
|
|
556
559
|
umap/tests/integration/test_anonymous_owned_map.py,sha256=-j2YUPWNoEit5a_IxYl1q3fGeybvV0NW8ud4QeCa-Hg,11123
|
|
557
|
-
umap/tests/integration/test_basics.py,sha256=
|
|
560
|
+
umap/tests/integration/test_basics.py,sha256=Ma5HFW8O7bTJxNEXnG3U_YSD4oCzYV0vS3uc9miKA9w,4179
|
|
558
561
|
umap/tests/integration/test_browser.py,sha256=qX4K0m5eb4teYSsJf6K2zbaVQhYFDwWZwpRsk-yPpmI,20533
|
|
559
562
|
umap/tests/integration/test_caption.py,sha256=9JHQvTju2W-IoV2UBrEUAH4nV2W7eKN2hJi4YcPfSPE,1843
|
|
560
563
|
umap/tests/integration/test_categorized_layer.py,sha256=XCCK62fBljTEbt0EKoGsHf9hY2bCEIkyeuPxyhEGJDs,5381
|
|
561
564
|
umap/tests/integration/test_choropleth.py,sha256=Lsd7tszSIua_GUeXhosB-JWk35zYN-3WKRVYI0ZrNSM,3777
|
|
562
565
|
umap/tests/integration/test_circles_layer.py,sha256=PjYGmCvAd9qDnldnbiw6nomJs1YgUdX181a9xrWSUYE,2396
|
|
563
566
|
umap/tests/integration/test_cluster.py,sha256=AK4t1k0nur2-gSSFPvkhnq7Ki81PgfvYv1AQcZmr5iQ,1680
|
|
564
|
-
umap/tests/integration/test_conditional_rules.py,sha256=
|
|
567
|
+
umap/tests/integration/test_conditional_rules.py,sha256=D1vs3-fcxmLvlKK17Xf0i6dDkOK1UQWqBBFKodxfm0c,15657
|
|
565
568
|
umap/tests/integration/test_dashboard.py,sha256=LClLBc8lgDM1-NGhkvUSUMLmMuKt3sR1ubt2Eo-Iq7A,1550
|
|
566
|
-
umap/tests/integration/test_datalayer.py,sha256=
|
|
567
|
-
umap/tests/integration/test_draw_polygon.py,sha256=
|
|
568
|
-
umap/tests/integration/test_draw_polyline.py,sha256=
|
|
569
|
+
umap/tests/integration/test_datalayer.py,sha256=CNxT97ZVB-pPjgXh77i3n3hJKgi4Sm0rYh5SbHB9ZWE,5752
|
|
570
|
+
umap/tests/integration/test_draw_polygon.py,sha256=WNKXcxMqlTmwI0Yro_PbdpTi-M4gZNeIVa-fSXpS6rE,25298
|
|
571
|
+
umap/tests/integration/test_draw_polyline.py,sha256=RgivhjEzjHVE6niPG5uAxJjtmEVD11ftuU4Tb47bXh8,14717
|
|
572
|
+
umap/tests/integration/test_draw_route.py,sha256=hxa_uVqHLLEbbSsEIMsPsq5fMCNoKWY7cRCpMwqudmM,7276
|
|
569
573
|
umap/tests/integration/test_edit_datalayer.py,sha256=Ayp4GbCbGTrNaKXBqKLKBApSm4QdMIT8QMC7zgk0LNw,10015
|
|
570
|
-
umap/tests/integration/test_edit_map.py,sha256=
|
|
571
|
-
umap/tests/integration/test_edit_marker.py,sha256=
|
|
572
|
-
umap/tests/integration/test_edit_polygon.py,sha256=
|
|
573
|
-
umap/tests/integration/test_export_map.py,sha256=
|
|
574
|
+
umap/tests/integration/test_edit_map.py,sha256=0TXwrjgSKok7nxa-wy7WjVb8-lG0-zfS8s-f9klmqOQ,8784
|
|
575
|
+
umap/tests/integration/test_edit_marker.py,sha256=hnKsitnSYJdMEPPRGrfODsCxJx3KfFGbD__wfVjiFns,5271
|
|
576
|
+
umap/tests/integration/test_edit_polygon.py,sha256=l2CxnTnblRYUiiBV3ERwPkZ-VQTEWzFSFWhAzTF9BgA,5252
|
|
577
|
+
umap/tests/integration/test_export_map.py,sha256=tpn37iZOwi7rKRqxRS41CiREagwLdTos8DeH2vWXpYs,15047
|
|
574
578
|
umap/tests/integration/test_facets_browser.py,sha256=nMspm4fR-e-qaO6Dn-N7ZVJ3AK_-jOQ_4fhJ72LrahE,10676
|
|
575
579
|
umap/tests/integration/test_features_id_generation.py,sha256=mGoLIKV3xTc59XSnNPbAgHeG6RjMYwhmaVEmcqSnv-4,1463
|
|
576
580
|
umap/tests/integration/test_heatmap.py,sha256=N4CH5cRrI8tNsCOqQAqhQR2eKV0bHV2uwF5apml_DCs,1627
|
|
@@ -578,7 +582,7 @@ umap/tests/integration/test_iframe.py,sha256=CQ3AdjqLjaI0JKFZ4lnBWedtmvgJ5G6nnGZ
|
|
|
578
582
|
umap/tests/integration/test_import.py,sha256=jJ5A4nhK8heE5q0uvsw2Jkh9eGyo7W_e7NrfioqachE,43593
|
|
579
583
|
umap/tests/integration/test_map.py,sha256=ev-rbQteyL8d9bCgNThNqyZCMKiF5umVhCj9eCOxMNg,8761
|
|
580
584
|
umap/tests/integration/test_map_list.py,sha256=l1FImKnJkY7DupYX8waKaUZqhnORR20L8dzaqu-eF8E,1280
|
|
581
|
-
umap/tests/integration/test_map_preview.py,sha256=
|
|
585
|
+
umap/tests/integration/test_map_preview.py,sha256=y9ed3T3BCkwK1eBr8dhlGwQY6lMAstP2eyDeL9SDzro,3540
|
|
582
586
|
umap/tests/integration/test_optimistic_merge.py,sha256=N1FM0TiaMDd4Ldbzvq7kZRMLQeF3tfRNkg5TjesvQFw,13344
|
|
583
587
|
umap/tests/integration/test_owned_map.py,sha256=SSOEpqsaBtCCVhyiyjBFF9dEDvbpSh0Lh0n-WTvFEO4,10796
|
|
584
588
|
umap/tests/integration/test_picto.py,sha256=xJMvtTuUQ-JTKpC7SL86cUOe7OspAYAflA0q8ixLk20,9340
|
|
@@ -586,10 +590,10 @@ umap/tests/integration/test_popup.py,sha256=kZy6JAJIs2R6tnPbGEzgz_yX76yMbEAfPqCa
|
|
|
586
590
|
umap/tests/integration/test_querystring.py,sha256=i6fQEAcNiD2SADv0wRQewGVA4CWrmOOpqnZGOnENOtg,2754
|
|
587
591
|
umap/tests/integration/test_remote_data.py,sha256=5HP7nrOpLvg7fW0y3aIGK6pK7l_MBKOjydclfCLWJqw,2273
|
|
588
592
|
umap/tests/integration/test_save.py,sha256=Ia3BsCVLPqImCyjNZ_5qvtMXMq130Y5sD_Ym1xDpAiU,1260
|
|
589
|
-
umap/tests/integration/test_share.py,sha256=
|
|
593
|
+
umap/tests/integration/test_share.py,sha256=OwJ7nkb1mOuymsGFi6sRS2XE4x-M-XyDWO6IjefspYE,1813
|
|
590
594
|
umap/tests/integration/test_slideshow.py,sha256=yhy75YYpfTKpkGK7xGjJDJoqHtN6p2LG-O4krVE1Yks,1907
|
|
591
595
|
umap/tests/integration/test_star.py,sha256=qJUvFij0XK0PcWJnbe4w8nTvTjbJdJ5X-2JjHy6DqEw,973
|
|
592
|
-
umap/tests/integration/test_tableeditor.py,sha256=
|
|
596
|
+
umap/tests/integration/test_tableeditor.py,sha256=2mlmxsleL1Jl_OcPrdf1zn3y0GvhurPw6MG1sLnuuis,10289
|
|
593
597
|
umap/tests/integration/test_team.py,sha256=LVuj5Dhz27cqk6ieEbukGsdy9J2FP5aQmcMex_xevIg,1594
|
|
594
598
|
umap/tests/integration/test_templates.py,sha256=QtGZpYmA1Epwp9olYAbl7Mqncs2YSXutqEVHV3-nlkU,1768
|
|
595
599
|
umap/tests/integration/test_tilelayer.py,sha256=rBI3bm4hCpH87rcFvuc5H8yu1D9FQBZMNbqqJzpdI24,5302
|
|
@@ -597,9 +601,9 @@ umap/tests/integration/test_undo_redo.py,sha256=1wSb43fI3ZpJcegW9AaQZ7a2BcuBSfkM
|
|
|
597
601
|
umap/tests/integration/test_view_marker.py,sha256=NFCwNez__E_WsE1DuW5RuB0HVKDP4CQMXGhJw0LfnFs,6900
|
|
598
602
|
umap/tests/integration/test_view_polygon.py,sha256=NMJC6Nt9VpQ8FIU9Pqq2OspHv49xsWlsoXCr8iBa0VA,2060
|
|
599
603
|
umap/tests/integration/test_view_polyline.py,sha256=aJoXKmLhJaN0yhPdDCVskZNGx3q3mLDkjVPhZ30cadA,13959
|
|
600
|
-
umap/tests/integration/test_websocket_sync.py,sha256=
|
|
601
|
-
umap_project-3.
|
|
602
|
-
umap_project-3.
|
|
603
|
-
umap_project-3.
|
|
604
|
-
umap_project-3.
|
|
605
|
-
umap_project-3.
|
|
604
|
+
umap/tests/integration/test_websocket_sync.py,sha256=n3Nd9cDdYMfJjMIkGUidqeceAW2loM8nx17Bh57m0fo,28341
|
|
605
|
+
umap_project-3.3.0.dist-info/METADATA,sha256=U01SWnWevcomq8m_hC-3unYOZteARY9k_q5L6OwZx7Y,5745
|
|
606
|
+
umap_project-3.3.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
607
|
+
umap_project-3.3.0.dist-info/entry_points.txt,sha256=gz-KDQfEsMLBae8ABOD3foJsCYGPW1tA4Y394R_1RW8,39
|
|
608
|
+
umap_project-3.3.0.dist-info/licenses/LICENSE,sha256=kQtrtRKgiPhcl7aO0-lmvbrNAXu7WHyiXvPrUk-TD2Q,820
|
|
609
|
+
umap_project-3.3.0.dist-info/RECORD,,
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
.marker-cluster-small {
|
|
2
|
-
background-color: rgba(181, 226, 140, 0.6);
|
|
3
|
-
}
|
|
4
|
-
.marker-cluster-small div {
|
|
5
|
-
background-color: rgba(110, 204, 57, 0.6);
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.marker-cluster-medium {
|
|
9
|
-
background-color: rgba(241, 211, 87, 0.6);
|
|
10
|
-
}
|
|
11
|
-
.marker-cluster-medium div {
|
|
12
|
-
background-color: rgba(240, 194, 12, 0.6);
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.marker-cluster-large {
|
|
16
|
-
background-color: rgba(253, 156, 115, 0.6);
|
|
17
|
-
}
|
|
18
|
-
.marker-cluster-large div {
|
|
19
|
-
background-color: rgba(241, 128, 23, 0.6);
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
/* IE 6-8 fallback colors */
|
|
23
|
-
.leaflet-oldie .marker-cluster-small {
|
|
24
|
-
background-color: rgb(181, 226, 140);
|
|
25
|
-
}
|
|
26
|
-
.leaflet-oldie .marker-cluster-small div {
|
|
27
|
-
background-color: rgb(110, 204, 57);
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.leaflet-oldie .marker-cluster-medium {
|
|
31
|
-
background-color: rgb(241, 211, 87);
|
|
32
|
-
}
|
|
33
|
-
.leaflet-oldie .marker-cluster-medium div {
|
|
34
|
-
background-color: rgb(240, 194, 12);
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.leaflet-oldie .marker-cluster-large {
|
|
38
|
-
background-color: rgb(253, 156, 115);
|
|
39
|
-
}
|
|
40
|
-
.leaflet-oldie .marker-cluster-large div {
|
|
41
|
-
background-color: rgb(241, 128, 23);
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.marker-cluster {
|
|
45
|
-
background-clip: padding-box;
|
|
46
|
-
border-radius: 20px;
|
|
47
|
-
}
|
|
48
|
-
.marker-cluster div {
|
|
49
|
-
width: 30px;
|
|
50
|
-
height: 30px;
|
|
51
|
-
margin-left: 5px;
|
|
52
|
-
margin-top: 5px;
|
|
53
|
-
|
|
54
|
-
text-align: center;
|
|
55
|
-
border-radius: 15px;
|
|
56
|
-
font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
|
|
57
|
-
}
|
|
58
|
-
.marker-cluster span {
|
|
59
|
-
line-height: 30px;
|
|
60
|
-
}
|