umap-project 3.0.4__py3-none-any.whl → 3.0.5__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.

Files changed (158) hide show
  1. umap/__init__.py +1 -1
  2. umap/locale/el/LC_MESSAGES/django.mo +0 -0
  3. umap/locale/el/LC_MESSAGES/django.po +136 -56
  4. umap/locale/en/LC_MESSAGES/django.po +18 -18
  5. umap/locale/es/LC_MESSAGES/django.mo +0 -0
  6. umap/locale/es/LC_MESSAGES/django.po +136 -56
  7. umap/locale/nl/LC_MESSAGES/django.mo +0 -0
  8. umap/locale/nl/LC_MESSAGES/django.po +1 -1
  9. umap/models.py +1 -0
  10. umap/settings/base.py +1 -0
  11. umap/static/umap/css/bar.css +1 -1
  12. umap/static/umap/css/tooltip.css +13 -0
  13. umap/static/umap/js/modules/autocomplete.js +7 -8
  14. umap/static/umap/js/modules/browser.js +89 -94
  15. umap/static/umap/js/modules/caption.js +6 -4
  16. umap/static/umap/js/modules/data/features.js +1 -19
  17. umap/static/umap/js/modules/data/layer.js +100 -61
  18. umap/static/umap/js/modules/facets.js +1 -1
  19. umap/static/umap/js/modules/form/fields.js +1 -1
  20. umap/static/umap/js/modules/importer.js +1 -1
  21. umap/static/umap/js/modules/managers.js +46 -0
  22. umap/static/umap/js/modules/permissions.js +1 -1
  23. umap/static/umap/js/modules/rendering/controls.js +251 -0
  24. umap/static/umap/js/modules/rendering/layers/heat.js +5 -0
  25. umap/static/umap/js/modules/rendering/map.js +21 -10
  26. umap/static/umap/js/modules/rendering/ui.js +0 -1
  27. umap/static/umap/js/modules/rules.js +56 -46
  28. umap/static/umap/js/modules/schema.js +5 -1
  29. umap/static/umap/js/modules/share.js +2 -2
  30. umap/static/umap/js/modules/slideshow.js +1 -1
  31. umap/static/umap/js/modules/sync/engine.js +23 -9
  32. umap/static/umap/js/modules/ui/bar.js +2 -2
  33. umap/static/umap/js/modules/ui/base.js +13 -0
  34. umap/static/umap/js/modules/umap.js +69 -111
  35. umap/static/umap/js/umap.controls.js +0 -310
  36. umap/static/umap/js/umap.core.js +0 -40
  37. umap/static/umap/locale/am_ET.js +8 -3
  38. umap/static/umap/locale/am_ET.json +8 -3
  39. umap/static/umap/locale/ar.js +8 -3
  40. umap/static/umap/locale/ar.json +8 -3
  41. umap/static/umap/locale/ast.js +8 -3
  42. umap/static/umap/locale/ast.json +8 -3
  43. umap/static/umap/locale/bg.js +8 -3
  44. umap/static/umap/locale/bg.json +8 -3
  45. umap/static/umap/locale/br.js +8 -3
  46. umap/static/umap/locale/br.json +8 -3
  47. umap/static/umap/locale/ca.js +20 -17
  48. umap/static/umap/locale/ca.json +20 -17
  49. umap/static/umap/locale/cs_CZ.js +5 -2
  50. umap/static/umap/locale/cs_CZ.json +5 -2
  51. umap/static/umap/locale/da.js +8 -3
  52. umap/static/umap/locale/da.json +8 -3
  53. umap/static/umap/locale/de.js +5 -2
  54. umap/static/umap/locale/de.json +5 -2
  55. umap/static/umap/locale/el.js +92 -87
  56. umap/static/umap/locale/el.json +92 -87
  57. umap/static/umap/locale/en.js +5 -2
  58. umap/static/umap/locale/en.json +5 -2
  59. umap/static/umap/locale/en_US.json +8 -3
  60. umap/static/umap/locale/es.js +18 -15
  61. umap/static/umap/locale/es.json +18 -15
  62. umap/static/umap/locale/et.js +8 -3
  63. umap/static/umap/locale/et.json +8 -3
  64. umap/static/umap/locale/eu.js +5 -2
  65. umap/static/umap/locale/eu.json +5 -2
  66. umap/static/umap/locale/fa_IR.js +5 -2
  67. umap/static/umap/locale/fa_IR.json +5 -2
  68. umap/static/umap/locale/fi.js +8 -3
  69. umap/static/umap/locale/fi.json +8 -3
  70. umap/static/umap/locale/fr.js +5 -2
  71. umap/static/umap/locale/fr.json +5 -2
  72. umap/static/umap/locale/gl.js +5 -2
  73. umap/static/umap/locale/gl.json +5 -2
  74. umap/static/umap/locale/he.js +8 -3
  75. umap/static/umap/locale/he.json +8 -3
  76. umap/static/umap/locale/hr.js +8 -3
  77. umap/static/umap/locale/hr.json +8 -3
  78. umap/static/umap/locale/hu.js +5 -2
  79. umap/static/umap/locale/hu.json +5 -2
  80. umap/static/umap/locale/id.js +8 -3
  81. umap/static/umap/locale/id.json +8 -3
  82. umap/static/umap/locale/is.js +8 -3
  83. umap/static/umap/locale/is.json +8 -3
  84. umap/static/umap/locale/it.js +5 -2
  85. umap/static/umap/locale/it.json +5 -2
  86. umap/static/umap/locale/ja.js +8 -3
  87. umap/static/umap/locale/ja.json +8 -3
  88. umap/static/umap/locale/ko.js +8 -3
  89. umap/static/umap/locale/ko.json +8 -3
  90. umap/static/umap/locale/lt.js +8 -3
  91. umap/static/umap/locale/lt.json +8 -3
  92. umap/static/umap/locale/ms.js +8 -3
  93. umap/static/umap/locale/ms.json +8 -3
  94. umap/static/umap/locale/nl.js +7 -4
  95. umap/static/umap/locale/nl.json +7 -4
  96. umap/static/umap/locale/no.js +8 -3
  97. umap/static/umap/locale/no.json +8 -3
  98. umap/static/umap/locale/pl.js +8 -3
  99. umap/static/umap/locale/pl.json +8 -3
  100. umap/static/umap/locale/pl_PL.json +8 -3
  101. umap/static/umap/locale/pt.js +5 -2
  102. umap/static/umap/locale/pt.json +5 -2
  103. umap/static/umap/locale/pt_BR.js +8 -3
  104. umap/static/umap/locale/pt_BR.json +8 -3
  105. umap/static/umap/locale/pt_PT.js +5 -2
  106. umap/static/umap/locale/pt_PT.json +5 -2
  107. umap/static/umap/locale/ro.js +8 -3
  108. umap/static/umap/locale/ro.json +8 -3
  109. umap/static/umap/locale/ru.js +8 -3
  110. umap/static/umap/locale/ru.json +8 -3
  111. umap/static/umap/locale/sk_SK.js +8 -3
  112. umap/static/umap/locale/sk_SK.json +8 -3
  113. umap/static/umap/locale/sl.js +8 -3
  114. umap/static/umap/locale/sl.json +8 -3
  115. umap/static/umap/locale/sr.js +8 -3
  116. umap/static/umap/locale/sr.json +8 -3
  117. umap/static/umap/locale/sv.js +8 -3
  118. umap/static/umap/locale/sv.json +8 -3
  119. umap/static/umap/locale/th_TH.js +8 -3
  120. umap/static/umap/locale/th_TH.json +8 -3
  121. umap/static/umap/locale/tr.js +8 -3
  122. umap/static/umap/locale/tr.json +8 -3
  123. umap/static/umap/locale/uk_UA.js +8 -3
  124. umap/static/umap/locale/uk_UA.json +8 -3
  125. umap/static/umap/locale/vi.js +8 -3
  126. umap/static/umap/locale/vi.json +8 -3
  127. umap/static/umap/locale/vi_VN.json +8 -3
  128. umap/static/umap/locale/zh.js +8 -3
  129. umap/static/umap/locale/zh.json +8 -3
  130. umap/static/umap/locale/zh_CN.json +8 -3
  131. umap/static/umap/locale/zh_TW.Big5.json +8 -3
  132. umap/static/umap/locale/zh_TW.js +5 -2
  133. umap/static/umap/locale/zh_TW.json +5 -2
  134. umap/static/umap/map.css +9 -31
  135. umap/static/umap/vendors/togeojson/togeojson.es.js +350 -177
  136. umap/static/umap/vendors/togeojson/togeojson.es.mjs.map +1 -1
  137. umap/templates/umap/design_system.html +355 -0
  138. umap/tests/base.py +2 -2
  139. umap/tests/fixtures/heatmap_data.json +1044 -0
  140. umap/tests/integration/test_browser.py +3 -3
  141. umap/tests/integration/test_conditional_rules.py +2 -2
  142. umap/tests/integration/test_datalayer.py +0 -1
  143. umap/tests/integration/test_edit_map.py +7 -7
  144. umap/tests/integration/test_facets_browser.py +2 -2
  145. umap/tests/integration/test_heatmap.py +41 -0
  146. umap/tests/integration/test_import.py +58 -1
  147. umap/tests/integration/test_map.py +7 -8
  148. umap/tests/integration/test_optimistic_merge.py +12 -4
  149. umap/tests/integration/test_querystring.py +1 -1
  150. umap/tests/integration/test_remote_data.py +79 -0
  151. umap/tests/integration/test_websocket_sync.py +2 -2
  152. umap/urls.py +1 -0
  153. umap/views.py +7 -0
  154. {umap_project-3.0.4.dist-info → umap_project-3.0.5.dist-info}/METADATA +8 -8
  155. {umap_project-3.0.4.dist-info → umap_project-3.0.5.dist-info}/RECORD +158 -152
  156. {umap_project-3.0.4.dist-info → umap_project-3.0.5.dist-info}/WHEEL +0 -0
  157. {umap_project-3.0.4.dist-info → umap_project-3.0.5.dist-info}/entry_points.txt +0 -0
  158. {umap_project-3.0.4.dist-info → umap_project-3.0.5.dist-info}/licenses/LICENSE +0 -0
@@ -1,4 +1,4 @@
1
- umap/__init__.py,sha256=gstwLm_3jJsK_8nUzN2sU0wolpUI2xdhOkLO1ceXLuA,18
1
+ umap/__init__.py,sha256=n4zl0oJhR1Xk5U_qVYG5-Ftz0V2KaI1b8jxXrHIF78w,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
@@ -9,10 +9,10 @@ umap/fields.py,sha256=c32tKWKF8aThrCXDJblwo0n9n2ET6hxBYzEupfr0B4o,900
9
9
  umap/forms.py,sha256=q34614Y6fn02xK269qsGXfJYpfUqFO4ArWXgoD68pX0,3756
10
10
  umap/managers.py,sha256=-lBK0xYFRDfX76qDRdLnZOA8jEPYseEwIj8QOiHVM4w,243
11
11
  umap/middleware.py,sha256=-cCPlG43b8BSS9UDCW5rUSX-SvaG6lpGx_3Zm5QHa9M,1556
12
- umap/models.py,sha256=hyrrWrnmVDOY6asEROBQhSsewQEXt489GOXuKXROiW8,19469
13
- umap/urls.py,sha256=LA3zxyu-GDo8kVqdyU7_bdbDGhDJV8_yFW4oEPTXw4s,7559
12
+ umap/models.py,sha256=DMHprVTOSDQW-TadKahnegmXwZxDYmhnm-hY_x9ET5U,19506
13
+ umap/urls.py,sha256=sxDUgpYNVt7H7zhwdUAmM5uVnKjveJp6wkid4Z_Rwks,7630
14
14
  umap/utils.py,sha256=WlTnzS2LUraYViSMsI2tf_0caq_yw_p8RLqpkjynf5E,6379
15
- umap/views.py,sha256=dPCjTG-0EayFThH4yD1f8bc01BYN5x2GEefMROb_o94,48195
15
+ umap/views.py,sha256=9347vdkq7bX3MyLU8jmGqDRG4m76k3R3pih7ylAf6h4,48318
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
@@ -33,12 +33,12 @@ umap/locale/da/LC_MESSAGES/django.mo,sha256=xChVPJcihv-OB016M6e9VEYm68mTfmQFN60t
33
33
  umap/locale/da/LC_MESSAGES/django.po,sha256=tg9vL8x5ZG8tKN6YczUNSyIZDqb7z4F0GP_AVoTMO9g,16340
34
34
  umap/locale/de/LC_MESSAGES/django.mo,sha256=A5kUyC-J7_zPueGqh6CujU2tn1hM4lXwCDi8Ru3pqEA,14073
35
35
  umap/locale/de/LC_MESSAGES/django.po,sha256=0tb6RSxENd7VEhMcR37xw3CTBTl4vvj2HNS_r--Tk6M,22041
36
- umap/locale/el/LC_MESSAGES/django.mo,sha256=HQDIUXQJQBMQdZsagQLwNg_-obAgWlXjGo3Fm-4nOyQ,18164
37
- umap/locale/el/LC_MESSAGES/django.po,sha256=O4EJCt2ftu_4MLE5BXa3BjSMXBVj4x17liuP4G_wxao,25189
36
+ umap/locale/el/LC_MESSAGES/django.mo,sha256=aFkAQIlBV3drCV0B2boe_6mHLZHWfHu28XsmMtd4U5c,20164
37
+ umap/locale/el/LC_MESSAGES/django.po,sha256=l_iAsWzHxpWVQPAGXoszCM008zNWkxIp5qhpOFF3_B4,27449
38
38
  umap/locale/en/LC_MESSAGES/django.mo,sha256=UXCQbz2AxBvh-IQ7bGgjoBnijo8h9DfE9107A-2Mgkk,337
39
- umap/locale/en/LC_MESSAGES/django.po,sha256=ZtvUEMZbby_cosqvG1NkomZ6y3QL6dPyW08UM-CXjFM,16232
40
- umap/locale/es/LC_MESSAGES/django.mo,sha256=Sa2idM_a_3YTpGb2O6-bpAHzFuhopDC3x4Dul-Zbj7I,13428
41
- umap/locale/es/LC_MESSAGES/django.po,sha256=YVmhORb2o4Zi8nkKs8zeofCLllptQkOiGScJvsTVyTM,20703
39
+ umap/locale/en/LC_MESSAGES/django.po,sha256=pCod37BR1uY6JcRXWStlUQkxRPg8M7TMqtM1L0lti1c,16232
40
+ umap/locale/es/LC_MESSAGES/django.mo,sha256=jvpj3i3lbvgjfa-iRuvL4vReRfVFKIzO3d6mQtPzjJQ,14859
41
+ umap/locale/es/LC_MESSAGES/django.po,sha256=2jvd3TpaeciyKPLYphOS3q6lzcRqplNRvEshw-Kxg-8,22394
42
42
  umap/locale/et/LC_MESSAGES/django.mo,sha256=e1Vc1BCFkXui1HH9Olrf02GOp9EgPRrMMB8CDM3xpBo,8664
43
43
  umap/locale/et/LC_MESSAGES/django.po,sha256=E8G13Bz1LVOoR4NNIe_eIBZn6nimDnQQ_IB5HKtsZ5M,17952
44
44
  umap/locale/eu/LC_MESSAGES/django.mo,sha256=I8feI0o8IbKfXKA3zbpJxE_uD_gI-yeDKcyUHVS26ek,13340
@@ -71,8 +71,8 @@ umap/locale/lt/LC_MESSAGES/django.mo,sha256=A4RbTyKvur2NUY0aKXCDmSIQV0G0GeOhQ1vw
71
71
  umap/locale/lt/LC_MESSAGES/django.po,sha256=GK_nTnzSiMY4g2pf5uzh5Nzl57OTB4O9Y29ikZVp274,16324
72
72
  umap/locale/ms/LC_MESSAGES/django.mo,sha256=o0sXUFZSc9D0inCws0Hs6zJK5yaL7n19CaxjH1D9hVY,9654
73
73
  umap/locale/ms/LC_MESSAGES/django.po,sha256=UHTzJmBvzw-MST9ycj8UrvrAQIaUqL2s1fV6t3-Aj5s,17766
74
- umap/locale/nl/LC_MESSAGES/django.mo,sha256=dWAEuiwdWFy8P2nwzzyoESF5Ut5t0zKQ5DSC5EDXkiI,14494
75
- umap/locale/nl/LC_MESSAGES/django.po,sha256=Vtm1XTKFdzb5Ct9xDHxvV4Z1OwsyJ32-4Waun1W3UGk,21721
74
+ umap/locale/nl/LC_MESSAGES/django.mo,sha256=36O8zA_ufi_9LdiPavCwsJc14GnI7CFoAGzUmly8oaM,14579
75
+ umap/locale/nl/LC_MESSAGES/django.po,sha256=PRZTwcrgbAFja5Ba11suRFTrIiWAR_UXrm2Jnkv2Q14,21757
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
78
  umap/locale/pl/LC_MESSAGES/django.mo,sha256=1l5SWSKSpRMrj9muHWCR6B0BWTlPwDFc_OiwjE4bazg,10200
@@ -146,18 +146,18 @@ umap/migrations/0026_datalayer_modified_at_datalayer_share_status.py,sha256=TnFC
146
146
  umap/migrations/0027_map_tags.py,sha256=zAJzbZkB5Lsp1zczqVbRU2zLwMRfBQzvrDR6G37sKZM,610
147
147
  umap/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
148
148
  umap/settings/__init__.py,sha256=aPJkOTk0uFusIBA-uOjdUi10R5Cxt4jl5yv2_uCTUvo,1702
149
- umap/settings/base.py,sha256=kyEAUNrX5KJUx3QrgVUTKowCGCeJvYRuKcppisGTtGk,11757
149
+ umap/settings/base.py,sha256=engyJ067JllCFWXUJkpKIeLENSRZSr7uD51eUUY8SiU,11825
150
150
  umap/settings/dev.py,sha256=pj1mpmZXiI2syW8pB01wcVeqCFABF3V-nlOxArir4cw,386
151
151
  umap/settings/local.py.sample,sha256=wpnoe7qtXer_xBuhWbcbqcSCotTJRu6h8hG7N-sD0b4,3157
152
152
  umap/static/.gitignore,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
153
153
  umap/static/umap/base.css,sha256=lYYsRzIoFCxkrPIaJm0C6Xj2I1M99mv_ii_gFOJxY-A,5136
154
154
  umap/static/umap/content.css,sha256=ToEEtcXLiu0RFSZtivVKWIg7H7AFPZdHG8FioDelsRA,12030
155
155
  umap/static/umap/font.css,sha256=fYmTKNd_Ts6TrmBbnLRgyeUS4vpfxkEqhLR-pkd3KrA,904
156
- umap/static/umap/map.css,sha256=-K-WEvuU5JVh-d6q9_ZMR6NsFowLekWzVDs6BQY0n8s,24826
156
+ umap/static/umap/map.css,sha256=MlqzF8bxphH9DDY9LddB6gUcTi3lR6LQdwDzi8GXStI,24377
157
157
  umap/static/umap/nav.css,sha256=MsckfSfuMgADt71FIVpW351ZC2ATlr50iGW-47hziwk,1956
158
158
  umap/static/umap/theme.css,sha256=gkbyghlT5kNfz0Qyg1JL7xalqvHVx321eO9qlnvcaAU,49
159
159
  umap/static/umap/vars.css,sha256=E6FnvCQxs8TCWW4lfXMkSnuEQEwOklZnGFX5tqtW_nI,2164
160
- umap/static/umap/css/bar.css,sha256=24e8B7UAxrBR9F7YvPaeGZD_V2TnJiVKBzWvzYKTmx4,6247
160
+ umap/static/umap/css/bar.css,sha256=qAhRGfDqh0Att86H3RUr4os9DPiG6E83aPnKcUtDsS0,6250
161
161
  umap/static/umap/css/contextmenu.css,sha256=etLtnZXVxJTkmggr05vcfStOw4Gu9DDDTMUh0PKw2Mg,752
162
162
  umap/static/umap/css/dialog.css,sha256=BNHxSqzrUTpcEwDlLDn5I8En-uoB7cR94zkr4PvsQPY,952
163
163
  umap/static/umap/css/form.css,sha256=V4o7wUNPNUU8bCzxjBEToS1-NlkMxxDmiBSsVIlnD5E,14431
@@ -167,7 +167,7 @@ umap/static/umap/css/panel.css,sha256=YCtDmZdWwrGZmOz7FA4WYKD323vlsuRxQp71-hq_pc
167
167
  umap/static/umap/css/popup.css,sha256=arW0Yfisk5EUnT7-uSZEIw4IYZxF2uMJkiOtqyEmcIE,2400
168
168
  umap/static/umap/css/slideshow.css,sha256=zh3H_VlkMJsCjE6djbI9sJ3blY9GbDBYWKGX20oXrXA,1928
169
169
  umap/static/umap/css/tableeditor.css,sha256=nYFd5qSMkUasFfAxkWwewKJ5MwIcZb2Zq_DViuDRZc4,1574
170
- umap/static/umap/css/tooltip.css,sha256=slE2MtOawfqC-Ha7hGLpjfBnjwNOH0-XESSHWq6RuXc,1635
170
+ umap/static/umap/css/tooltip.css,sha256=jFAzyKulL7ow2XufkzQ6bRXK0u8d5z9bjoiOELQOHzQ,1953
171
171
  umap/static/umap/css/window.css,sha256=50MFWr9oU200f8-crTPJi3ZPG9h1eG5i6oOBP8yttBQ,808
172
172
  umap/static/umap/favicons/apple-touch-icon.png,sha256=xjhkAIZwNywTApzAgnwSvagpcm252katIaVnHIIC_LE,2776
173
173
  umap/static/umap/favicons/favicon.ico,sha256=0jjg1MnZ2AdWFLKjEwZSf09TVXlqz6oNdtX4rRppHdA,15086
@@ -225,164 +225,166 @@ umap/static/umap/img/source/16-white.svg,sha256=q7TB_ANzE1N83GlRHLedxz8ZosXGrjHW
225
225
  umap/static/umap/img/source/16.svg,sha256=mg1Yk9jsSTXjV1OX9iVfvV4vgDkCQlxTq1lJMgzelb8,51486
226
226
  umap/static/umap/img/source/24-white.svg,sha256=EL0bBhq4J-UCtpvg5aMDbGAGu40AUTZvom9x1UQEVx4,31697
227
227
  umap/static/umap/img/source/24.svg,sha256=pHJ8OujQjA50RC3zKvBAP10B8SaqRWYOwtyssjfEH-Y,41719
228
- umap/static/umap/js/umap.controls.js,sha256=apJfMmbkDcETRq03eqdJo7iDm9biEKBXUYkQNurRYK0,22906
229
- umap/static/umap/js/umap.core.js,sha256=g4sWRwvdk3HvJwEMkT4dwrL3zBYwpkLURONBRbnwb18,7050
228
+ umap/static/umap/js/umap.controls.js,sha256=W-ZvdBtaDM-jf03jWPW43ImfsosjBVCQNbuewduFopw,14631
229
+ umap/static/umap/js/umap.core.js,sha256=BpcfSnHFb1MzOaF0Meo8GrEVETOKMaG_pbgnRwnUPi8,6041
230
230
  umap/static/umap/js/components/base.js,sha256=gDb1fGuNCC1KEu4PlQflC1PDNyrulhqLhmlsjyCJpps,1575
231
231
  umap/static/umap/js/components/fragment.js,sha256=-rOrcyPpZ5ihD_hh0C1qrYpaim11JYh5fg0x_od_m5U,379
232
232
  umap/static/umap/js/components/alerts/alert.css,sha256=fSmbDDjXjEYLfgnEAVDhyqWiBOUy2YhVRy0_den-7Dk,4930
233
233
  umap/static/umap/js/components/alerts/alert.js,sha256=_BcG9WluOkJTj_v795c0PIXvv5EZQs0uO5-rUhcwEco,4482
234
- umap/static/umap/js/modules/autocomplete.js,sha256=j3rZeiBypGcFenEN_7xhYdffYrUP92SATrEB_eTZWwk,8634
235
- umap/static/umap/js/modules/browser.js,sha256=T_xI4J9ou0eBfj8NUdVOvjzzpITSZfHhzRWFr9CJLXU,9494
236
- umap/static/umap/js/modules/caption.js,sha256=rMG19IwxP0uhUK9rtRX4v-PXcPMO_5p4IO_8VUohsi0,5446
234
+ umap/static/umap/js/modules/autocomplete.js,sha256=CLw4KP_Mmf5s55OWimK3Xw7GkwDLtuCqeEI2WqPSsOU,8729
235
+ umap/static/umap/js/modules/browser.js,sha256=GpJH1cIQBj0IN0zHax1uDXWHQnmZcUBqagpj7lTKZH0,9748
236
+ umap/static/umap/js/modules/caption.js,sha256=WhjnI2yzh1flEs3__oyf27uOpLybai_cQ7NKAuupBvg,5472
237
237
  umap/static/umap/js/modules/dompurify.js,sha256=SOmoM-pTgYCKCKXFo6-znemWPLiLsFgR4lxM_moWaA8,328
238
238
  umap/static/umap/js/modules/drop.js,sha256=aHuz_sDgWAqDEH49OWNhnnyFvGLDMCoeeo5xaBLZwAg,1431
239
- umap/static/umap/js/modules/facets.js,sha256=ftNFlXfIufQqb1a7QG1JYT2PWrd3tsAko-tQoM0f53U,4773
239
+ umap/static/umap/js/modules/facets.js,sha256=o1nnw8Ftvhkyb0MCsY-RvRv1Nm4htZJjmRdObbrGD3g,4777
240
240
  umap/static/umap/js/modules/formatter.js,sha256=6N6P9HeIkj5-NI4I1UfhDFc7q-x6_jR26JiCriQpkoM,4724
241
241
  umap/static/umap/js/modules/global.js,sha256=pmO5iFezaPhxQemgscta2S1J4vBRHIpjALjym2Hs9Z4,941
242
242
  umap/static/umap/js/modules/help.js,sha256=vjf1_Gt5rhG8JIo80j-8ln68wMuWewzn7jcwZootBEg,9756
243
243
  umap/static/umap/js/modules/i18n.js,sha256=dEpjsWoEZa-Tr5_MDO0tuWkt7kLL3crxXqhttyP-khU,1387
244
- umap/static/umap/js/modules/importer.js,sha256=F3SyebHMDxP25kAIs-nRUPkIAqcGmjFphd-yMgiYM1U,11270
244
+ umap/static/umap/js/modules/importer.js,sha256=frdAAdZTSUIGVQrcCpnlNCc0hx0LApTFe0uQ05cj25Y,11274
245
245
  umap/static/umap/js/modules/leaflet-configure.js,sha256=P3aD8iNGxuVNv-xW4Di4txAjNmnlpKtCCzDvPaKEdQ8,243
246
+ umap/static/umap/js/modules/managers.js,sha256=FJI-m9Lr2jPA_VJyrfwtGD4_H31HJaILAnGIl59_tG4,1213
246
247
  umap/static/umap/js/modules/orderable.js,sha256=zDtcElZ_MVPoGba8Iv9bxOzk4vuN7C-5XVl4UomDYHE,2521
247
- umap/static/umap/js/modules/permissions.js,sha256=Ye7GKtG84ciAVQ-iswBOR7Hf2TpDVLkW6aPlWbrzrqk,8715
248
+ umap/static/umap/js/modules/permissions.js,sha256=X3Fqwt_7ydBfiUcwa-Nf7FvwOF4mle2EoEOJboPcA0g,8725
248
249
  umap/static/umap/js/modules/request.js,sha256=9GRJoOPbdkHL9OFP6Joaf5wzsJckPyiG2O7AxQciTik,3885
249
- umap/static/umap/js/modules/rules.js,sha256=pIOt28Lmt64I2jplQepr1Oy0paUu-CS8BX94N06LjqQ,7587
250
- umap/static/umap/js/modules/schema.js,sha256=ux6B7x52dwEyCGyY_4QuPaN97ocddQaK2jSoY8siwLY,13889
251
- umap/static/umap/js/modules/share.js,sha256=eJ5BISGhGTp7908k-zQY94R5J04MzFZX5PLbYhP-_HE,7227
252
- umap/static/umap/js/modules/slideshow.js,sha256=iIb2J_JSRYo1tyWwqoYGyhejdTctveY0Jne8nKdnG7g,3610
250
+ umap/static/umap/js/modules/rules.js,sha256=ugTUSDFjCrqMGQOjwU2pUQDUhvc0PvOPzMgBtTOhZVA,8406
251
+ umap/static/umap/js/modules/schema.js,sha256=78urQ16eEvy5aUGdDndm4LMRbINsWVpdK91oENyeLNw,13974
252
+ umap/static/umap/js/modules/share.js,sha256=Xpkj-K6DixfcALeTpQ1u9obX-RVU2Ma6R2lZkjDFIMM,7213
253
+ umap/static/umap/js/modules/slideshow.js,sha256=23_i982eABEWwLCd-0Eftk-ew6RSt8sL9sVEhDblC6s,3612
253
254
  umap/static/umap/js/modules/tableeditor.js,sha256=tNZMAjzd7ji9MEcSTctH6D7gH3sK2ZgjCSiSQbFxxbQ,9901
254
- umap/static/umap/js/modules/umap.js,sha256=bLIFxr4Opxej9PsjKSh3gBw7HoAR8VbapqiWDzAkV7Q,54767
255
+ umap/static/umap/js/modules/umap.js,sha256=Lf9sM_OnaW1Y7FTtNbT5utKjDanRU0YekfyJv9M4o14,53475
255
256
  umap/static/umap/js/modules/urls.js,sha256=76cFqycj2O8huuoYYBvxnVt2Fc2UDbgrRsiv6lQmcSY,890
256
257
  umap/static/umap/js/modules/utils.js,sha256=tN9AJYuypvzIcuLs6YjsW85qsHMx5nvBph3TTNw8HKQ,15938
257
- umap/static/umap/js/modules/data/features.js,sha256=l4-6Uaqmr5Fx68SjOOgeqGkHiR1aXZtWXuT4ovYlrgs,33115
258
- umap/static/umap/js/modules/data/layer.js,sha256=PXYTt5QsOlm8SyxVEjMzfLbIvH6HzF7jbn4WyvLeAak,36290
258
+ umap/static/umap/js/modules/data/features.js,sha256=aKQpCchD3_nlBjgTiIXUxepE2RdTyR2JpCP3p7Ev4FY,32786
259
+ umap/static/umap/js/modules/data/layer.js,sha256=abiXdM5Hehseys7UqopixkO-mj50ENsZttBNEgQvt1M,37263
259
260
  umap/static/umap/js/modules/form/builder.js,sha256=-V3t6L2YZXwICi2ks5VAhh2Iyq2fYxxkV2iYIsaaRaQ,6435
260
- umap/static/umap/js/modules/form/fields.js,sha256=E-8xcYguYsaFEFTnIikKsGRUvriObrAWu3znG1fIYqY,34398
261
+ umap/static/umap/js/modules/form/fields.js,sha256=zrE0PPAIqaPXoCNL6vLfPbnqcb5eGDKbCIDOFc_Iyg0,34402
261
262
  umap/static/umap/js/modules/importers/banfr.js,sha256=TBwL3GQJdzYtaDtxeHxyPQ7Ycy5zTaQyvzXa55X7n2I,2932
262
263
  umap/static/umap/js/modules/importers/cadastrefr.js,sha256=fcNOYZ679MYpy3fQubEhNmyaMpGKyNNeZRlUVgHKcz4,2319
263
264
  umap/static/umap/js/modules/importers/communesfr.js,sha256=HoeVApZ0ORDxQt4dA86nKDldey3aJNeLdagMkn5skUg,1723
264
265
  umap/static/umap/js/modules/importers/datasets.js,sha256=StZbRiq_1vqe0OO1w66k5Lwzju8RntmHpWe9HWIDfRE,1372
265
266
  umap/static/umap/js/modules/importers/geodatamine.js,sha256=4KmRpEpwdUHO1lqzB38hnTFvPjh7IjcQfVVDziqKS8k,3000
266
267
  umap/static/umap/js/modules/importers/overpass.js,sha256=cY2kb3Fs8tA6PqBjGyc5bI0mg7L1ijapIAkVGwEhSwI,3341
268
+ umap/static/umap/js/modules/rendering/controls.js,sha256=O-p4cPknO4BAJES5Hh2dBcqWFC-8kINs5RPRQ1MdPlM,7619
267
269
  umap/static/umap/js/modules/rendering/icon.js,sha256=KurT0rx-mOg3FcaDWVeVidWZgp_P-mIm6nWxt5JT__A,8316
268
- umap/static/umap/js/modules/rendering/map.js,sha256=PVcdXkHDzgrNk631IYOyMHpE7-4M7tuUCKCdrq_PfoU,12353
270
+ umap/static/umap/js/modules/rendering/map.js,sha256=aHPU95KEAw54Pd9Do9C0YTrghYM7P1ZvNOcaXEhPEy0,12542
269
271
  umap/static/umap/js/modules/rendering/popup.js,sha256=OtQYpjhWCoW20XBFeeSKCXMqN-szohaX1TKWhPc9eBo,2577
270
272
  umap/static/umap/js/modules/rendering/template.js,sha256=CTH376AbTBfIeYApeQ2qy4M8dYX6lN_h7czzO28R6hY,9524
271
- umap/static/umap/js/modules/rendering/ui.js,sha256=z0tQ5abyjJL_ktwtYbzo7kIGXr9s5cbRpDA3HV3XsSw,13721
273
+ umap/static/umap/js/modules/rendering/ui.js,sha256=TZleTrpW6sjNvbC-iFh_WFIsLUDRqWzow-5jm3xTY4A,13695
272
274
  umap/static/umap/js/modules/rendering/layers/base.js,sha256=DeXxRwTatoxxGStT1tWyNQVCrIkbgd7ZaawIPxWIcOQ,2525
273
275
  umap/static/umap/js/modules/rendering/layers/classified.js,sha256=S8oMae7MjQd2QFS2Q5IRb3eUMWfLiPoo-twpXBDtJXo,14765
274
276
  umap/static/umap/js/modules/rendering/layers/cluster.js,sha256=2Fq7IXqUXdEHjqHcEyH-3AgFKnO-bUbSZjPpYlKgMyQ,3751
275
- umap/static/umap/js/modules/rendering/layers/heat.js,sha256=MNYBAdU03kG7AsXl4uaiQlAkeFMEiMSoljv8_zQsMDg,4779
276
- umap/static/umap/js/modules/sync/engine.js,sha256=iDoD063ZTsDh4HfljRdSwh8Q0Ei0OJR4olif3EkcWxg,18074
277
+ umap/static/umap/js/modules/rendering/layers/heat.js,sha256=YKhd9nfAK3kAFGzmR_gOH1tVDTKOUewFJ1NRbtzdHfE,4918
278
+ umap/static/umap/js/modules/sync/engine.js,sha256=LDB7HHCmfVb0Cz30yVXBSV0f-1CGG5bkzrPtaT5RePM,18390
277
279
  umap/static/umap/js/modules/sync/hlc.js,sha256=XeJz3x7qiDz7v-mcgGIynj5ks34FpWx_oSPUPFd_ZGA,2991
278
280
  umap/static/umap/js/modules/sync/undo.js,sha256=CQufaRvI_-dT0HGm5Wl8hBbO00IruflPdlmWJ4acgFM,2910
279
281
  umap/static/umap/js/modules/sync/updaters.js,sha256=IHgHknhn-GB2yCvK1TO_iG975QyFD9LyHbT8gKb1u1o,3854
280
282
  umap/static/umap/js/modules/sync/websocket.js,sha256=M2wsFuW5vRsY677dRSAFUWJl5MBPCOvaNYCAxBAqjcA,2522
281
- umap/static/umap/js/modules/ui/bar.js,sha256=uFwp4T8B4Bp_qFv3x4rsFVstM00507tctFfBgSD7tt8,14182
282
- umap/static/umap/js/modules/ui/base.js,sha256=2Nk-5bDA5fgzcbKXKBtrUJIyl2vFuakENWv0oKSh3aU,2413
283
+ umap/static/umap/js/modules/ui/bar.js,sha256=9iWTTgj4Fm-gbj-idKvD46qko_ln8PD3MY_9bwgA52I,14187
284
+ umap/static/umap/js/modules/ui/base.js,sha256=qPV7Rtru69Eo0YYzxuSM-FkAO5M2l2TC-sMLKull5dc,2779
283
285
  umap/static/umap/js/modules/ui/contextmenu.js,sha256=eSo9zSPO_4iWIztvbM5n1TQYdX60Yndt3xIWGy10_X0,2842
284
286
  umap/static/umap/js/modules/ui/dialog.js,sha256=geAcMf2ajpNpDePDbaOz_kOiWOZWtpOHT7kBYqOHEa0,5620
285
287
  umap/static/umap/js/modules/ui/panel.js,sha256=QsoJEPgrXQ1k7_kVFbJgIFKVgTsPFyL41Hu7GN-bubg,3373
286
288
  umap/static/umap/js/modules/ui/tooltip.js,sha256=KxUQMtH29DZSCsZ6uZMtNlNR2NnQDnRMfJMJ35O_w5k,1919
287
- umap/static/umap/locale/am_ET.js,sha256=O2Mycxx-JDRYpPArgz-Y9FrkAj0J4trzufeP-bkEHP8,34401
288
- umap/static/umap/locale/am_ET.json,sha256=6CROIMKvlEJTL32SXxmGPLqXHVcM1tYs5r90kGH9e3c,34330
289
- umap/static/umap/locale/ar.js,sha256=ht4D939k2mGOQdATgnqiOEbOidmGRLxG7rTmbE7NkQM,31197
290
- umap/static/umap/locale/ar.json,sha256=ZfryLqlyoNr5iv80VOXdQbPN11P0IQrIvPB-RwAeRHI,31132
291
- umap/static/umap/locale/ast.js,sha256=z8GpkjKc7iVDn2Mu5YYebgq3mAUXgffhMU6ig5e1yb4,30801
292
- umap/static/umap/locale/ast.json,sha256=Imybk5dPQejFoiqWp3jPjp_hO5KRMPgUCsbLqhydP0M,30734
293
- umap/static/umap/locale/bg.js,sha256=a1HBelbjSXVyc5J11NcDNXqvhI_bSQRIA2guD1CNsUE,33670
294
- umap/static/umap/locale/bg.json,sha256=VPCUC_oUi2VTjOZHhwh4bfLN9AQZj1iUbmAzgTgs0R4,33605
295
- umap/static/umap/locale/br.js,sha256=-vDSLoKGUBwiPqxT5vaV5gFnkWkorZrHR0kALgzhOMQ,32663
296
- umap/static/umap/locale/br.json,sha256=QElv4xsj_J40tvWAUurfCnU1v3FyiHL59V45bCpYWWU,32598
297
- umap/static/umap/locale/ca.js,sha256=-49KhNVeAU1l1nN6o5RDe3-3QPdntZLn89v4Bl93AZw,32538
298
- umap/static/umap/locale/ca.json,sha256=OTGJoIwuWO20Nv54xcP08pUKFiQh6SwJwAcjizJ65yc,32473
299
- umap/static/umap/locale/cs_CZ.js,sha256=kVMYUGiRojyO1D_5Fecz8uJdjz88-lzrysniURUsP7Y,33686
300
- umap/static/umap/locale/cs_CZ.json,sha256=lIUb2uj896kyhexfMi_41AmvWTFkiR3CmOq31EO4t70,33615
301
- umap/static/umap/locale/da.js,sha256=aj89cjPA7sZSDquiSMmvwue8dV4RloAKJEPiMM3txLQ,31152
302
- umap/static/umap/locale/da.json,sha256=gEaRgEOjn7vyWZCi2xdGe-3H_dJ4LJnpxZyfyTiL4zg,31087
303
- umap/static/umap/locale/de.js,sha256=pNtFemkNk06EP0rqfgPdieqcTuokyS5A1wxBxRtkauE,34031
304
- umap/static/umap/locale/de.json,sha256=RGQjDPWGfgHSKMNYQjPe97G3LAyiG_zvvqAY2yGT7iE,33966
305
- umap/static/umap/locale/el.js,sha256=LMMB0rd5Ug4ccZXP5omt4J9pPMQogiuPgjUFAkPlzHo,44181
306
- umap/static/umap/locale/el.json,sha256=uuPmo6RrRPGf0CpmHVS5jGKMMzCoB0FBgUNDE8XdxOY,44116
307
- umap/static/umap/locale/en.js,sha256=Ym6zYJHG79_JXbmSl4wBYokzjRX33h4BKqB_Sf89L48,30987
308
- umap/static/umap/locale/en.json,sha256=7b9sa0Vcqrfi5zAGPJrDw4byzzKn2w8DpcRa98BKLqw,30922
309
- umap/static/umap/locale/en_US.json,sha256=VxaLuIQ86N8_z1kio9xIeW6ogSzbxBzPNH6NKTvZzAs,30521
310
- umap/static/umap/locale/es.js,sha256=QePuYQwG0vSw9nibS8-IwZoolcYA1xT6wGWbJFH0lXc,33919
311
- umap/static/umap/locale/es.json,sha256=ctVFywA91jK-7FFivQ-N5-Y7S6oxI3jZWJogToX_vMM,33854
312
- umap/static/umap/locale/et.js,sha256=1ZLA7w_m6q4yhPAvAfKoIWHe5Qz-USotJWQBTOPDSzk,30957
313
- umap/static/umap/locale/et.json,sha256=4xouZrz2oRYpibPni3_4XNPTAi1lIvAuz1LO4HtZ-9M,30892
314
- umap/static/umap/locale/eu.js,sha256=kp7PzJsqYdYLukfS0pcjgCbeOxS13dSIPNohcDZcUI4,33042
315
- umap/static/umap/locale/eu.json,sha256=JI064KcNeV67oI7EGgZqEEyX9ScIEE7Mmea_5qQTHB4,32977
316
- umap/static/umap/locale/fa_IR.js,sha256=VLYoIDhlf_XnEhKQlXF7ZGRF0UQzwRARvx1APbGxbSA,39399
317
- umap/static/umap/locale/fa_IR.json,sha256=Zo73wDoYeLcmg5K-v2YdVf89ibi8ybC8a5ZtqG7YBps,39328
318
- umap/static/umap/locale/fi.js,sha256=AOtrgpRnzYqdGDa_olC3T0xY9uJpij0fHPuy6po5oL8,31581
319
- umap/static/umap/locale/fi.json,sha256=PhvtgboxugR23AaHQP_UN1vfS-sZxbWilKaRrhtofj8,31516
320
- umap/static/umap/locale/fr.js,sha256=T7ZQAsduJ3Z5L0FLo3Sl8djSJfqbTWocKopthMih2Ms,33962
321
- umap/static/umap/locale/fr.json,sha256=Ms-T14PBT3m5MUWg04CFfXSm5LnZmJupGFLscC4k6iE,33897
322
- umap/static/umap/locale/gl.js,sha256=q40L8Mpz5CwPiE9-pzi0cK4hlrcf20aAlXAPkPkKmX0,33844
323
- umap/static/umap/locale/gl.json,sha256=w0Eusnvw6SgUcuY9kIBWUhTFbOUBo95JpQf3Remkspc,33779
324
- umap/static/umap/locale/he.js,sha256=LkeuFRMh62Mm1JEkjcL660_H-f7uQnx_-HZj8nzAwgY,34038
325
- umap/static/umap/locale/he.json,sha256=WQ2X5_2SXFcyp1BxdOpCh8dcfMN8Cb4VdmAntSkruSs,33973
326
- umap/static/umap/locale/hr.js,sha256=un3MIxYSjbQBo8dl4XlDYlYVmYS2O09nnD8jUZLNjTo,30971
327
- umap/static/umap/locale/hr.json,sha256=RqIiis1Y6vAyHOsij-RNq3hOBIsy8UV7G3iPcg9f0I4,30906
328
- umap/static/umap/locale/hu.js,sha256=Kal6NNCuCt-MITsAgLkGuV_4FtSF_rUXX0FthYh5aHE,35489
329
- umap/static/umap/locale/hu.json,sha256=S6P2VufC4KqnHrL2KfjwlsSHZb43KsHrn5K6wRUSiRU,35424
330
- umap/static/umap/locale/id.js,sha256=0Jr1DgplnSafYlQ3KaZ1bG1z_9IiwQy7cGjqJO8YoS0,30799
331
- umap/static/umap/locale/id.json,sha256=Imybk5dPQejFoiqWp3jPjp_hO5KRMPgUCsbLqhydP0M,30734
332
- umap/static/umap/locale/is.js,sha256=Z989BeZOKuPI3rMqvOmkJ115_4u9s2Q5k7p3TldiwtM,32558
333
- umap/static/umap/locale/is.json,sha256=Rw_cXWfis7F7yFBkVD7-tscEikAmAwvYOeqbrcHU_ZA,32493
334
- umap/static/umap/locale/it.js,sha256=oW63Rgtz-nSDqVpcnBqtnkeO2M5XSP3ienl4gySZxRs,33742
335
- umap/static/umap/locale/it.json,sha256=QA6SrDqg-mthXuvzFpSYraNCjx0kcSsFrWnXj5aK7GU,33677
336
- umap/static/umap/locale/ja.js,sha256=fQJnhi0UEE4QV7Ug6IqkjGMlt6QPRQ6nJPxq4DVxhUo,33158
337
- umap/static/umap/locale/ja.json,sha256=YqapMEM0lMV6-pOrhQA_GcYEw-HvyNHyOWBWqyRWbTQ,33093
338
- umap/static/umap/locale/ko.js,sha256=EO1li1610z99fSZDkG4neNDp76alVyPlFLXfrf8yA7I,30954
339
- umap/static/umap/locale/ko.json,sha256=SX338vKwG54X9n4TXGdWQJeWITo9FuIFc6S-AtMzegs,30889
340
- umap/static/umap/locale/lt.js,sha256=15rmJN6oJozaXU3fznQ4MtO8WoZYvnd1zCLYavW-HyI,31566
341
- umap/static/umap/locale/lt.json,sha256=UmBqGSB6Fxi-_zX7VWYShrSNmLzDN7L81lghSSif6OI,31501
342
- umap/static/umap/locale/ms.js,sha256=be1E29xFLGgM_gIhV04Va-BnAj6BhsF6ADV1S0qHz4g,31902
343
- umap/static/umap/locale/ms.json,sha256=BTP3X8jLz-H5JM0Hl0MHBn3tQgM5QiJ3EH2j9d1PnKI,31837
344
- umap/static/umap/locale/nl.js,sha256=eDSf8df7cs_Ryssd2A0Ha5XQmAQgbe5RFvWxl6B9s30,33367
345
- umap/static/umap/locale/nl.json,sha256=iavcbLSXwrNnBdeXCxjEaoKtWiUGUS6rMLobc2lO980,33302
346
- umap/static/umap/locale/no.js,sha256=EQXgdZFTY8iRWYLyulRgJQ-80UrKDkl1NivUngtle60,31001
347
- umap/static/umap/locale/no.json,sha256=LlgG3GAW6jwY7gDWSzBrq10uAanA1TjxL3BsXI5_yaQ,30936
348
- umap/static/umap/locale/pl.js,sha256=J8h44TqNZ-1xQI4RSYcpv2NrnvRq4baFYKZlB6b48as,32578
349
- umap/static/umap/locale/pl.json,sha256=aRxtIcGrLsQSwLuSV6DB2egu4R6plPkOI-BAH37uHpk,32513
350
- umap/static/umap/locale/pl_PL.json,sha256=Imybk5dPQejFoiqWp3jPjp_hO5KRMPgUCsbLqhydP0M,30734
351
- umap/static/umap/locale/pt.js,sha256=FJ9zVY8aiZ-RZYpK7soo7HuXAqov-UHmhvdqY0MG8gs,33885
352
- umap/static/umap/locale/pt.json,sha256=A-XxSmFVp4Imw4oaF0PF76I0QM89U6d3ONOciaC9VjQ,33820
353
- umap/static/umap/locale/pt_BR.js,sha256=6kNgL0JXVW1AY4A0SKgi_SpaT707kd_Xw1pacw5Pypg,32121
354
- umap/static/umap/locale/pt_BR.json,sha256=a6oW0J0VsTojLORj8OtaMmnGMgqf4xNK3G7wyQrqQRM,32050
355
- umap/static/umap/locale/pt_PT.js,sha256=UkgsjZn_h09nCTk6oQ-N0ZBiUnvt13JnL_faaw2I06g,33565
356
- umap/static/umap/locale/pt_PT.json,sha256=LdS90yfOrBWXEMpIM7dn8MbKG7EXHvJB_C3W7wNgLfQ,33494
357
- umap/static/umap/locale/ro.js,sha256=EUIXVcUSwpVDSJwBDGvNrG5TRE1Ucwi4zgvktHDvvqs,30828
358
- umap/static/umap/locale/ro.json,sha256=SRGXYc2VC84yll41iCEGTOQP5K4dFvQXY415ZV0wdvk,30763
359
- umap/static/umap/locale/ru.js,sha256=l-6kuWNIy7m_3yKjCgv97XFnz_XU19TjedowNU_HNSo,37667
360
- umap/static/umap/locale/ru.json,sha256=LIlspjSyBm1UjWivU8A53RLka0g3Yz4xq9acBbx20vg,37602
289
+ umap/static/umap/locale/am_ET.js,sha256=lozducxQlYLYZVUaWj_PnnKYLt-vWHEaHv1uy87M9VA,34724
290
+ umap/static/umap/locale/am_ET.json,sha256=tGboGw8iH_rimgxtR7vsR8TfFtlKa1snWbAGHl3LcnQ,34653
291
+ umap/static/umap/locale/ar.js,sha256=N9kC4KXi3mR9c89ubqtto210t1Vv08ItTKAbUHhBTd8,31553
292
+ umap/static/umap/locale/ar.json,sha256=Arm4S8bUb0mIqKmgoqw_3WN39kig-96w2BvEbvBrFDw,31488
293
+ umap/static/umap/locale/ast.js,sha256=viph-vf4m-VUPK3p6-Kcrk3gJb23v1p_UktlLoEk3Ag,31157
294
+ umap/static/umap/locale/ast.json,sha256=HyyUkd5SBu6-7zXq4trHKUmmQwBWZAmPKizc_X0f5T0,31090
295
+ umap/static/umap/locale/bg.js,sha256=l7eDwqVxQo30V6LDaN0RLi89oEYt9L9pqSZL7QxsfW0,34004
296
+ umap/static/umap/locale/bg.json,sha256=gY-kPZBlQkdUjOp0n7-NsQ3IJkKnDfqU3a8oo3erLog,33939
297
+ umap/static/umap/locale/br.js,sha256=sDO3PXaRaxuGn10jYpzL4_J3dkIUauv4ybkS9tqFUUE,33016
298
+ umap/static/umap/locale/br.json,sha256=gG5vYVEdsuvJvVgQLrvnhzC2Fxg742h_YUKPLfRz0Vo,32951
299
+ umap/static/umap/locale/ca.js,sha256=RFnhHmrhu_TkbZsUSYCU2cuUvyIZPrcnuy1gm35ctw8,32842
300
+ umap/static/umap/locale/ca.json,sha256=DwaQf35cYOn5Qpod74miG0XUNd842lVGfVWnl_zl73Y,32777
301
+ umap/static/umap/locale/cs_CZ.js,sha256=iWKDuR5dHbpjcbUDPw50s_IOyM5QByaDD7qEkeV4-yo,33855
302
+ umap/static/umap/locale/cs_CZ.json,sha256=OpsoblifP_5txBNe5uhMXePN1yE9887UnnXxevxR-Y4,33784
303
+ umap/static/umap/locale/da.js,sha256=4rcWnOvY5ORxO5907_27Nh8jbihU79AU8eGT5B9b2H8,31511
304
+ umap/static/umap/locale/da.json,sha256=IjuYbyNIqIyvAY2U1sQFNhBDMAnvDIb9-h_P4ZpJnnE,31446
305
+ umap/static/umap/locale/de.js,sha256=Z4GwbjeOXbCNmBUQzzgq5Np047tFZa09zRn5DBLNAu0,34196
306
+ umap/static/umap/locale/de.json,sha256=RErzf1Wb05Ej8kKWUkp6z7gtTKmO7ZPff8LX3pMQORA,34131
307
+ umap/static/umap/locale/el.js,sha256=Gmhu5Wjo6sWYBWnB2ZtULV3yn9IUvT-4C4Gmjif7CV4,47579
308
+ umap/static/umap/locale/el.json,sha256=cg4HPHSWFeRxczGCL4CWK08lWxrbR9qOpwJdtTC6OR4,47514
309
+ umap/static/umap/locale/en.js,sha256=eenQ25T6f1pOSw1O7mlT1IKUBQcAzq6YONCKU7HHCpg,31155
310
+ umap/static/umap/locale/en.json,sha256=HyyUkd5SBu6-7zXq4trHKUmmQwBWZAmPKizc_X0f5T0,31090
311
+ umap/static/umap/locale/en_US.json,sha256=An1HoCFk1Y0XXF8ZYysRt_0ic9xh1kINj8cvk3nGxF8,30884
312
+ umap/static/umap/locale/es.js,sha256=uD5ARH0R6zp1Wb6HWv287BK0TcGJTMfSRUx7qpiFCho,34181
313
+ umap/static/umap/locale/es.json,sha256=PwJxFxTJfuTFTjgOi8-wjMY_JzKRIVsq1dCVFIBZl60,34116
314
+ umap/static/umap/locale/et.js,sha256=-hnxn8ADU5qvTtoTN1AN-PXt_3w33zSMWk3VqjmUVAY,31315
315
+ umap/static/umap/locale/et.json,sha256=rYxeip6Vm0b9p-H3jyIPByo7ntcliNyEXLAjrqnCMiY,31250
316
+ umap/static/umap/locale/eu.js,sha256=2NU8WKLMpmo8i0dDPSjQIERjneABeQmeL444jjiYzds,33203
317
+ umap/static/umap/locale/eu.json,sha256=L_KEFI3Irsv6XAVRH4_uyX7U6Y5CpQdIJEA4skF6zF4,33138
318
+ umap/static/umap/locale/fa_IR.js,sha256=VOFypdoGCMUf-vzjKq9KHozQrpw-HdbuzOv9LuW_cb4,39549
319
+ umap/static/umap/locale/fa_IR.json,sha256=KaPxKvOZrlyPdM5lRh2zwKKrTJVBcYipD7sX35OIPaM,39478
320
+ umap/static/umap/locale/fi.js,sha256=r-zS8qkR9zr9UZNM59izf7JxkOKdAcbu7Qf2iSWwHI8,31938
321
+ umap/static/umap/locale/fi.json,sha256=XMu4T8Xoq1MHg0TZkpZ0c8FpmLg1CFKp-XMhbehwR20,31873
322
+ umap/static/umap/locale/fr.js,sha256=jjDf3pKnU6qNTTdWjrvhO_ugKrHcotf58Rla4nbPabs,34173
323
+ umap/static/umap/locale/fr.json,sha256=33i7ANr52b913gMn9snyM1CxPjalnTchKroSkZZJvvM,34108
324
+ umap/static/umap/locale/gl.js,sha256=SRcBi0lIT_ld9jw9wJ-ZQLXuMQ5swVhL7HAPK7hQkpQ,34010
325
+ umap/static/umap/locale/gl.json,sha256=omDMfhYmAGVOykpTfloImjE_g7_L2GLePtpAKgCyHZI,33945
326
+ umap/static/umap/locale/he.js,sha256=zJb8KsdK89xAF3TH7XNqKZ8yOu1W9zEXgLXDKH0w8Iw,34389
327
+ umap/static/umap/locale/he.json,sha256=4i0WqIyX5FTfLeUDomHVsT3jgYi1yzErbPOhQFLv6Og,34324
328
+ umap/static/umap/locale/hr.js,sha256=ngHkI9LuQnBeOJ9DUJaI-kkoStaQQm5uEzkqmbx88BE,31325
329
+ umap/static/umap/locale/hr.json,sha256=dLnW5FDSlRnpt1jIzwPDBTJHwvaKR-zmKfmxBtwwiNw,31260
330
+ umap/static/umap/locale/hu.js,sha256=qJjYRppSGXd1YRBCVqgPcCMKLP7IAn93GhnpypNWIdQ,35643
331
+ umap/static/umap/locale/hu.json,sha256=k75890aD0NIHYSkIi7vE_WtZC2MpmA22XZufiFdt-7I,35578
332
+ umap/static/umap/locale/id.js,sha256=y22yrjXWjt9nx93ez0IjaH2PtQhT9COgmCPEXqANDks,31155
333
+ umap/static/umap/locale/id.json,sha256=HyyUkd5SBu6-7zXq4trHKUmmQwBWZAmPKizc_X0f5T0,31090
334
+ umap/static/umap/locale/is.js,sha256=ZHkRfsmuhr5FcKyvWbRQjf8fznJUUZGJBJKZhPntrUY,32908
335
+ umap/static/umap/locale/is.json,sha256=p_ez6I-f2R5ttfaDNgXQtvsgB9WbDND8QZKdQhnv1Fo,32843
336
+ umap/static/umap/locale/it.js,sha256=tvqXvoI3-K7GMZaoCWFn7Jvsd3kFTN7lzlUelWHpdJA,33906
337
+ umap/static/umap/locale/it.json,sha256=c4sinEq1NW4uTLaD6DazCKZw4oOpm5Lti_nF7kOzGSo,33841
338
+ umap/static/umap/locale/ja.js,sha256=B7Yjwib7VFF0vRufHlutliTHdTXDkPpOoL1xueJKdLY,33514
339
+ umap/static/umap/locale/ja.json,sha256=DKF3hNAPL6fz6RWT_HW5CiuLBwpdfkCxaax_MUWbfSA,33449
340
+ umap/static/umap/locale/ko.js,sha256=ykxs5mP-EWWktzoLsIpBe487ml-qop5ITTvJNi8EdQw,31311
341
+ umap/static/umap/locale/ko.json,sha256=1DLmXq-YL8cp1Rc9v4HerZdj2qhVH76VgZh90ojEwSk,31246
342
+ umap/static/umap/locale/lt.js,sha256=NCnw5Xk-Z3IvRRkZA_r5_iKTk9rXByyvsmzh1xclPx4,31919
343
+ umap/static/umap/locale/lt.json,sha256=-MCgeA_v9OzBS4AhPGasj9fA2pz5-Y6WyRz9L2tdaaw,31854
344
+ umap/static/umap/locale/ms.js,sha256=OPyYkUHNqMBTVRDYkBK_bAJTLAzMdE07dujdvh2xpK0,32254
345
+ umap/static/umap/locale/ms.json,sha256=-j_yU0-wHZkzzSe5oJdr2pXwdmGDkD0YT6_LSYtKcyc,32189
346
+ umap/static/umap/locale/nl.js,sha256=vDszCsxIT48rIgoAQtBpV9goWy49yTabSGN4pxTJ1X8,33555
347
+ umap/static/umap/locale/nl.json,sha256=-6e-fVg21OX9rJ0TTUa9majvHE_Go7WRPH7TI1aGgg8,33490
348
+ umap/static/umap/locale/no.js,sha256=v89mlmBjqM-RLwfZTIWtmQafIaQGgcTUsAfdQaLqkU0,31359
349
+ umap/static/umap/locale/no.json,sha256=B6IE7zK4Q1hg6-DqfIXSz-QWIOjqVQ_cTeDGGKcJ46c,31294
350
+ umap/static/umap/locale/pl.js,sha256=z8n3PjWszracZiLw2Jl4xIsi8vgcC0-jC3HvAAwzpq4,32935
351
+ umap/static/umap/locale/pl.json,sha256=PIS95zFjqSfouU_Beoh4IrgFqPxOrVibR4d1TzVKdMY,32870
352
+ umap/static/umap/locale/pl_PL.json,sha256=HyyUkd5SBu6-7zXq4trHKUmmQwBWZAmPKizc_X0f5T0,31090
353
+ umap/static/umap/locale/pt.js,sha256=8J7WzqTrBIdGkC-KvsqXipQYt2m3lE32ENzLmwdQ2DU,34055
354
+ umap/static/umap/locale/pt.json,sha256=jChiYTeaBhzG4OAaxw5WBdfWg23Oi_oL7sdmfgiKCcM,33990
355
+ umap/static/umap/locale/pt_BR.js,sha256=NCAsj25EADIt8vqHVSI_ovZaKSb1C1Eo8Kpq5q52fhs,32479
356
+ umap/static/umap/locale/pt_BR.json,sha256=cY5G6nqB0CNmrkXsAW8vN5ETj797YETg_0wfutP-dTI,32408
357
+ umap/static/umap/locale/pt_PT.js,sha256=RTit8pYyluC3elcX_97PSREUTfB4wHXlKmCgzg1wlRU,33735
358
+ umap/static/umap/locale/pt_PT.json,sha256=5FtL_vCLZIDiMsdyGs-AL5oLwQ0eYeMDNuyZDdunN3M,33664
359
+ umap/static/umap/locale/ro.js,sha256=Gu2dPEq5OMfuqEOEUYBAi9SjRNWn9uRsTyinbcLWK7s,31184
360
+ umap/static/umap/locale/ro.json,sha256=WgglzJdC73m98Iw67AzCiUNjq63-XxIq2PrTGpucZuQ,31119
361
+ umap/static/umap/locale/ru.js,sha256=aBlVetWN4LQK3yP9EHOpNR1YsnzDCxUm6jrqt786Cz4,38000
362
+ umap/static/umap/locale/ru.json,sha256=6ZaYyK7xBIPbTqYaIA3IHSAc5983ZWJI1XkJY4ZmHp0,37935
361
363
  umap/static/umap/locale/si.js,sha256=mcgXepIhSBBoRr6LvmvdRJFIwEGzXdjABC6W7lGYQUg,28504
362
364
  umap/static/umap/locale/si.json,sha256=DHd8onJhyE8lBV76Zc9XmpHejZZOx0FwF3zaMlPq_Dc,28439
363
- umap/static/umap/locale/sk_SK.js,sha256=qdUARKTyTBNQHBV0Ec4U4vExdl7fDnZ8Cn1PgnXoBHY,32030
364
- umap/static/umap/locale/sk_SK.json,sha256=IbBhgfcjcWT_1BX0N5-xL3Bz29wQVJxucpKalKi7J9Y,31959
365
- umap/static/umap/locale/sl.js,sha256=DG4kPYovDfuhglDeJyMAXXcHHHGd40KM-dFTemvgD-U,31882
366
- umap/static/umap/locale/sl.json,sha256=rN2gTXLAKvCm0idac5pgixLQ-88XIUMIVz1lk2jOyUE,31817
367
- umap/static/umap/locale/sr.js,sha256=YAv0cVK2j-XmBM1p0wOO3uMo7-7YiWsRrOLcn8At0Y8,34606
368
- umap/static/umap/locale/sr.json,sha256=szxrZQAVIGOMKhUtn8GKdZkc5vH0F9f0cmXjLeIkYp0,34541
369
- umap/static/umap/locale/sv.js,sha256=p5U4Iwl7XOVKX2I30owo1tkJUqxQMZTT6nHBf9CoYKw,31788
370
- umap/static/umap/locale/sv.json,sha256=7t9tw-qeIRqfFu6Rno75_3ZeKFQcwL_CbRs1hHlsgxQ,31723
371
- umap/static/umap/locale/th_TH.js,sha256=8Jd5pGxNMPAfBQ1JIGbzlNfziwMXFKRCCwvqhGFaJHI,31839
372
- umap/static/umap/locale/th_TH.json,sha256=5V4YtYiH_fC6DeeGYL3_wYYXX6HRLcXO_4V1ttVg_hg,31768
373
- umap/static/umap/locale/tr.js,sha256=E8V8ydvWmcncbJOiKbazeA-U3FyIKW6VeW3L9n1uXG8,32295
374
- umap/static/umap/locale/tr.json,sha256=y_WoeW9zrer9Psrkjzxhq1D6WJiloErWz4lt_e_g-to,32230
375
- umap/static/umap/locale/uk_UA.js,sha256=qm5gfU9dR04YnrLLvLDsduigBmWk63zs5Glk-Yc-Sf0,37273
376
- umap/static/umap/locale/uk_UA.json,sha256=DC2MWAW_xywcwE3wJCaxFKNW7wxqMbXl0ZQd5-uGhcs,37202
377
- umap/static/umap/locale/vi.js,sha256=BhV5522pZ4DFun5SzeKXftZ6IgX_s5_HZQ4QXammlZs,31059
378
- umap/static/umap/locale/vi.json,sha256=xG_C3EnHAu6RC-AIcwv5MNvTycN79QXPR_9tTvfk690,30994
379
- umap/static/umap/locale/vi_VN.json,sha256=Imybk5dPQejFoiqWp3jPjp_hO5KRMPgUCsbLqhydP0M,30734
380
- umap/static/umap/locale/zh.js,sha256=lZqFG0t7G2Q3eAvddHXkkdntTMf2v1Z5Fo5G6ywwZwY,30532
381
- umap/static/umap/locale/zh.json,sha256=oRhM6bajAFKTqGsDagLFaGg3o2fvomnpN5wCY3kPZUI,30467
382
- umap/static/umap/locale/zh_CN.json,sha256=Imybk5dPQejFoiqWp3jPjp_hO5KRMPgUCsbLqhydP0M,30734
383
- umap/static/umap/locale/zh_TW.Big5.json,sha256=Imybk5dPQejFoiqWp3jPjp_hO5KRMPgUCsbLqhydP0M,30734
384
- umap/static/umap/locale/zh_TW.js,sha256=c8MCtQXMVxtrmO_ZZJKxHnStLyiHrdKIInysBJEdG7U,30482
385
- umap/static/umap/locale/zh_TW.json,sha256=DMHBgk08e0tqjelrOROrs-jbeUgGEHzXYPK-e9mFbmk,30411
365
+ umap/static/umap/locale/sk_SK.js,sha256=QNImZnKhVH5z4D-U8FrRjTtL35T4oXgnuS0rCNRvu5w,32387
366
+ umap/static/umap/locale/sk_SK.json,sha256=L-6eNvLvKkl8woLzyQwiv5z0iPvAYgbOdEFJy1wEPBs,32316
367
+ umap/static/umap/locale/sl.js,sha256=ygSUMzyv6OsmEseFbW2lR-SWjxKNwraAvuAlGAxbOII,32233
368
+ umap/static/umap/locale/sl.json,sha256=LtSTaDyW8QpRKeT1R2EaHG-nQ97tZWUf2Pt0jaVOmzo,32168
369
+ umap/static/umap/locale/sr.js,sha256=6en5O2xJsXy3fOexxW0xtPLKlDJK6KM09TRkWC14o3E,34941
370
+ umap/static/umap/locale/sr.json,sha256=SKwG-4Phe--lgINc0_PRsCfAsrM723WvUaQSYCLAjoU,34876
371
+ umap/static/umap/locale/sv.js,sha256=QryOFjCNUFFPbwoJAt7llidany9UZ9bYbOHoqdvMmrE,32146
372
+ umap/static/umap/locale/sv.json,sha256=Vvm0UhvBoUkO0wtIjtbFPpidPJqTCCoimQRhmadTqHk,32081
373
+ umap/static/umap/locale/th_TH.js,sha256=kQ4G8wWVJmzUjoJOonSHHrb_XqU5u-kuSjgezbCnvYI,32195
374
+ umap/static/umap/locale/th_TH.json,sha256=vbF_7s1DmZhIA9xKWa-ugtsqxmNCtFHBEEf76P49zUM,32124
375
+ umap/static/umap/locale/tr.js,sha256=AnORFBTp1PM2EaNgXQthovZFiff-OaReLH1YNikotZU,32641
376
+ umap/static/umap/locale/tr.json,sha256=laew33lkfjDZEts5Oq4qX5u7tRRX4Ydjeyys_DPYRdg,32576
377
+ umap/static/umap/locale/uk_UA.js,sha256=9xkEXXOJCiTtHf_4vNdqrE8c0oLN_UF1cCSwwEzpHt4,37614
378
+ umap/static/umap/locale/uk_UA.json,sha256=TV_bYMgxnymrPcYdgBiUMUG3-GH5N_E4jBG8lUOR4Oo,37543
379
+ umap/static/umap/locale/vi.js,sha256=nQ7lReXTaHutLcGrvekG8icOHQ4imEQrUNtX52egRuw,31407
380
+ umap/static/umap/locale/vi.json,sha256=uINSpMwup5AUCAS38loJMTjGIYxaY67tQ57q_HD9bgo,31342
381
+ umap/static/umap/locale/vi_VN.json,sha256=HyyUkd5SBu6-7zXq4trHKUmmQwBWZAmPKizc_X0f5T0,31090
382
+ umap/static/umap/locale/zh.js,sha256=OCl3ryXJImaWWacQpNRY4_cTYYbE5E8oCNBp5Qzbm7M,30891
383
+ umap/static/umap/locale/zh.json,sha256=MvsoMck700K03RzlKI0oQOBF-daB5I2U7HeOrkgQoF8,30826
384
+ umap/static/umap/locale/zh_CN.json,sha256=HyyUkd5SBu6-7zXq4trHKUmmQwBWZAmPKizc_X0f5T0,31090
385
+ umap/static/umap/locale/zh_TW.Big5.json,sha256=HyyUkd5SBu6-7zXq4trHKUmmQwBWZAmPKizc_X0f5T0,31090
386
+ umap/static/umap/locale/zh_TW.js,sha256=oLqumPyC1DhR5w4R-41yqDjx9H0q-bBt_QW6LpdNE_0,30653
387
+ umap/static/umap/locale/zh_TW.json,sha256=hfam7VlLT2PBJzbrKfobxy0oxIuxvx4-8_cI7Qz5R_Y,30582
386
388
  umap/static/umap/unittests/URLs.js,sha256=wF0hfRX3NqwFAe31QGeKFwavUpNP2T8pHwXBlcpiwNo,2070
387
389
  umap/static/umap/unittests/hlc.js,sha256=GvpBaBSgfMs0Zym0_zOs2QldUOcbFNVIKweBhuwM_QI,5294
388
390
  umap/static/umap/unittests/sync.js,sha256=SRzK5N7o7iZodye53evBTZZjXG1mMm6dguV_Iyh69XQ,11096
@@ -438,8 +440,8 @@ umap/static/umap/vendors/osmtogeojson/osmtogeojson.js,sha256=Zju1u65H1dEr_5zxyHu
438
440
  umap/static/umap/vendors/photon/leaflet.photon.js,sha256=muJBUoB-ocakHmR-iEF7k_yXXu8yZP4BjmJ4kB3GtgI,14888
439
441
  umap/static/umap/vendors/simple-statistics/simple-statistics.min.js,sha256=3vLsuPerHhN9Ywzrl8oey2zgVDhD4VqVGWXY0WammyQ,24073
440
442
  umap/static/umap/vendors/simple-statistics/simple-statistics.min.js.map,sha256=ayC2E6wVocDrMV-bpQkwXxkVhqcsS0AqHRZ98Nc9JaQ,196163
441
- umap/static/umap/vendors/togeojson/togeojson.es.js,sha256=3ahjSicOyuiPMyXmBClO89l-QykDhAy0Fm09kWGSrWI,34371
442
- umap/static/umap/vendors/togeojson/togeojson.es.mjs.map,sha256=NBjflNKJL_uGfiPrRRja6IoswUQ2_kaNk3iV64WY2Uo,75780
443
+ umap/static/umap/vendors/togeojson/togeojson.es.js,sha256=zAEszx8fYSwld0yKXE5SHP2Q0y--flMTbNaZ1AYyQPM,40651
444
+ umap/static/umap/vendors/togeojson/togeojson.es.mjs.map,sha256=_V7GXbgNBVGZZatraIqgQOYShzbBa6yYF51QKlQ2uG0,85156
443
445
  umap/static/umap/vendors/tokml/tokml.es.js,sha256=BqL0WqFH5UZAh_S_265E6PWZjPMYxeGNFgAgywM4Aeo,23457
444
446
  umap/static/umap/vendors/tokml/tokml.es.mjs.map,sha256=vw5JxZFh_2_xM1cHI51r1Bf48JaBKzNcR7ddgaaF8KY,45844
445
447
  umap/storage/__init__.py,sha256=Aj421eIsZhsu0B7zd5lTJufVYr0EtUkH0lTqpbBh8AU,85
@@ -465,6 +467,7 @@ umap/templates/umap/content.html,sha256=BHtQMYOOlfQXWFJtSRV2qTnXsgjF7_IKJ7-c4iZp
465
467
  umap/templates/umap/content_footer.html,sha256=170C-9K0a1qkNb4m-x5Vg7bNstvHVEXueDfgPPvXk0I,1130
466
468
  umap/templates/umap/css.html,sha256=6cyaJ2A_NZmXa6ojLa-Y2NFjUPRWTwC2n03GsZQDKJ4,2213
467
469
  umap/templates/umap/dashboard_menu.html,sha256=DEzGwiL_U1ntDpY0Ybda5ijDMSNw-n7Vb-V7HrsqYgo,688
470
+ umap/templates/umap/design_system.html,sha256=qzJjc32EHoa6jWbCTme_aVUQQhhERZ3hejoGrBCmvgs,23386
468
471
  umap/templates/umap/footer.html,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
469
472
  umap/templates/umap/header.html,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
470
473
  umap/templates/umap/home.html,sha256=JuzDOx3-T_XyWT1Rwdy50PWvjlRjnhAXMM4-yvVUkts,890
@@ -493,7 +496,7 @@ umap/templates/umap/components/alerts/alert.html,sha256=ZvisQkz2GfK2jxEqTosYH72N
493
496
  umap/templatetags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
494
497
  umap/templatetags/umap_tags.py,sha256=OumX1AI9uWzNP3zbjexTz7lGp10FweW0NRFSsdQ_cuU,1759
495
498
  umap/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
496
- umap/tests/base.py,sha256=kAzUIX5o1Ew8Ih3wtQkVUIiarmrykKkVrbvkOxDoHrg,4940
499
+ umap/tests/base.py,sha256=BKdKFwDG6KD83oNywgfw0jcGgKQ6ufTLgBSuOIhSt30,4947
497
500
  umap/tests/conftest.py,sha256=KQCZanCTl1ABLIKOuyxS_cpBoXGiwjDc29jsLBiSWxY,1633
498
501
  umap/tests/settings.py,sha256=-b-RoDlZJXJ6cCFnO2gF-XL-avfHlpUuLrQk-ytgkdY,783
499
502
  umap/tests/test_clean_tilelayer.py,sha256=wGTd_AHOTmQ4QMswAyc-1_lJmQOSyhY3OahLAusEIdA,2515
@@ -516,6 +519,7 @@ umap/tests/fixtures/choropleth_region_chomage.geojson,sha256=mVVbYlf92Sr3wWH9ETm
516
519
  umap/tests/fixtures/circle.svg,sha256=P37vV2PhFPecAtY8qR3VlRuB79_wFaMeqKm2tX-2tkA,254
517
520
  umap/tests/fixtures/display_on_load.umap,sha256=eo4ecB3QUeCVu1u7COp7mZ8sCPkf2j4gGERE7N1v8GU,1845
518
521
  umap/tests/fixtures/empty_tile.png,sha256=HHezSHZcZimfhpKaSSVOPm14k9OTAyL_eHndptkHGJk,103
522
+ umap/tests/fixtures/heatmap_data.json,sha256=BfVmKlkZf5QBZ1zDwsltUkQzUbpU3sTC8nFl6ai3Aa0,26933
519
523
  umap/tests/fixtures/remote_data.umap,sha256=knVVYmkgmmS7WpxAnlbmImgP--JFJ6vLUo8M0maFEfc,1247
520
524
  umap/tests/fixtures/star.svg,sha256=zIi-j16L1Fzxtqz2rV2NDDm1NDHBWQfM5O6MIeoxgEU,256
521
525
  umap/tests/fixtures/test_circles_layer.geojson,sha256=8S_zh4MA-5qqm43ETKfGz0hw84vuN2cXB1vTz9Syu3k,6454
@@ -537,34 +541,36 @@ umap/tests/integration/conftest.py,sha256=pNIxoZ6mNclAwovFt76gzvJaXH940lYXWByf6c
537
541
  umap/tests/integration/helpers.py,sha256=vvGX5b-DS2fMVDdeXz1lH2IleZkRHjyL7DVvatJU8Do,344
538
542
  umap/tests/integration/test_anonymous_owned_map.py,sha256=-j2YUPWNoEit5a_IxYl1q3fGeybvV0NW8ud4QeCa-Hg,11123
539
543
  umap/tests/integration/test_basics.py,sha256=TcTyK8vO-JOgqXEfMIt5ce6MO32cRSLf23cTG6QrIhk,3718
540
- umap/tests/integration/test_browser.py,sha256=wd7GRsfHCWTsZAccvERwcodDKbR_eaxJT4FFXkDOUBU,20476
544
+ umap/tests/integration/test_browser.py,sha256=qX4K0m5eb4teYSsJf6K2zbaVQhYFDwWZwpRsk-yPpmI,20533
541
545
  umap/tests/integration/test_caption.py,sha256=9JHQvTju2W-IoV2UBrEUAH4nV2W7eKN2hJi4YcPfSPE,1843
542
546
  umap/tests/integration/test_categorized_layer.py,sha256=XCCK62fBljTEbt0EKoGsHf9hY2bCEIkyeuPxyhEGJDs,5381
543
547
  umap/tests/integration/test_choropleth.py,sha256=Lsd7tszSIua_GUeXhosB-JWk35zYN-3WKRVYI0ZrNSM,3777
544
548
  umap/tests/integration/test_circles_layer.py,sha256=PjYGmCvAd9qDnldnbiw6nomJs1YgUdX181a9xrWSUYE,2396
545
549
  umap/tests/integration/test_cluster.py,sha256=AK4t1k0nur2-gSSFPvkhnq7Ki81PgfvYv1AQcZmr5iQ,1680
546
- umap/tests/integration/test_conditional_rules.py,sha256=2KqEjxot5epBMV3H6ssHAT6-SMZvSgEhRGd7NhUzNa8,12018
550
+ umap/tests/integration/test_conditional_rules.py,sha256=OYd6HMX3eDvbVeoSRvD5-B3RuFVtWd5eYrPaOnpsP28,12010
547
551
  umap/tests/integration/test_dashboard.py,sha256=LClLBc8lgDM1-NGhkvUSUMLmMuKt3sR1ubt2Eo-Iq7A,1550
548
- umap/tests/integration/test_datalayer.py,sha256=cxsf65noYTucEMLuUz8DfJ9abXHhAq0n65MvdBmBRVo,5492
552
+ umap/tests/integration/test_datalayer.py,sha256=uWsNQanwzZ277V5OXmhwoi0LFJ65kr1F7xPuMTaoqQE,5482
549
553
  umap/tests/integration/test_draw_polygon.py,sha256=liYjm2pls9ovYxzcewe3q_MjDjdxzOGsGU-lTWpCEyc,25292
550
554
  umap/tests/integration/test_draw_polyline.py,sha256=sBpu4iawj3W0y6lx4BnsHTmFrvEmcYdfWdMeOZ8vr1Y,14709
551
555
  umap/tests/integration/test_edit_datalayer.py,sha256=0DWvp62Pwx5ditafEMB8tG_ybe8FO5YG4EMjR-ZwPdY,10012
552
- umap/tests/integration/test_edit_map.py,sha256=tZIKPd1PTJkwyaGCAN3bwpo3PWOMOATQU4egg-p92h8,8755
556
+ umap/tests/integration/test_edit_map.py,sha256=p5KEbQdSJYWgA6Ej6Shz4pVzGbYmDxu9saOfjvcuX0M,8784
553
557
  umap/tests/integration/test_edit_marker.py,sha256=7FlijPSwRZvXOI6MyYdSIBvKDAbThjFoPf3XwDHi4Uk,4756
554
558
  umap/tests/integration/test_edit_polygon.py,sha256=nuidgs0v5sgFxcQKirtF5ncE3z7_S0hZxbLvPI2-BUU,5224
555
559
  umap/tests/integration/test_export_map.py,sha256=jH0BXm-7Ov26OEkve9-xKMfRwXwR73zRrZLIQusyUOY,12112
556
- umap/tests/integration/test_facets_browser.py,sha256=J--y2rpI__0RIPzcTx4Kn2UwuurFdh-6i_Y4c6GxUyY,10658
560
+ umap/tests/integration/test_facets_browser.py,sha256=nMspm4fR-e-qaO6Dn-N7ZVJ3AK_-jOQ_4fhJ72LrahE,10676
557
561
  umap/tests/integration/test_features_id_generation.py,sha256=mGoLIKV3xTc59XSnNPbAgHeG6RjMYwhmaVEmcqSnv-4,1463
562
+ umap/tests/integration/test_heatmap.py,sha256=N4CH5cRrI8tNsCOqQAqhQR2eKV0bHV2uwF5apml_DCs,1627
558
563
  umap/tests/integration/test_iframe.py,sha256=CQ3AdjqLjaI0JKFZ4lnBWedtmvgJ5G6nnGZESoSBqHY,898
559
- umap/tests/integration/test_import.py,sha256=bG2ec8C7a3GHAqP5W0Go4sYEIVRyrkGGQuR0OOlT7A0,36768
560
- umap/tests/integration/test_map.py,sha256=2ZO54RFVycJKGczfioX0nU1oCu29FVC9hR6wbT4s1NE,8736
564
+ umap/tests/integration/test_import.py,sha256=-0ZYapOyfBAt-KOyDK_LHVB3IWUAQqqmhHyh25ISaLA,38894
565
+ umap/tests/integration/test_map.py,sha256=ev-rbQteyL8d9bCgNThNqyZCMKiF5umVhCj9eCOxMNg,8761
561
566
  umap/tests/integration/test_map_list.py,sha256=l1FImKnJkY7DupYX8waKaUZqhnORR20L8dzaqu-eF8E,1280
562
567
  umap/tests/integration/test_map_preview.py,sha256=kP0vkEiUN7EJNCvZgNeUAzrrXfgwpU0S2UnmOBV4P5A,3540
563
- umap/tests/integration/test_optimistic_merge.py,sha256=fPDb4TpgpggAr6wkr299uh3a9TCbqLxgEMLJ1zCb-1k,11898
568
+ umap/tests/integration/test_optimistic_merge.py,sha256=kdb-77HyCf0keReFhK0pe_tDgwCH6VB9lySKnEbTKHU,11996
564
569
  umap/tests/integration/test_owned_map.py,sha256=SSOEpqsaBtCCVhyiyjBFF9dEDvbpSh0Lh0n-WTvFEO4,10796
565
570
  umap/tests/integration/test_picto.py,sha256=xJMvtTuUQ-JTKpC7SL86cUOe7OspAYAflA0q8ixLk20,9340
566
571
  umap/tests/integration/test_popup.py,sha256=kZy6JAJIs2R6tnPbGEzgz_yX76yMbEAfPqCa6c9P670,1445
567
- umap/tests/integration/test_querystring.py,sha256=yR7oOlIA4qbL14gEazdFmdCtoOc7RKwadpuuutAPxU8,2754
572
+ umap/tests/integration/test_querystring.py,sha256=i6fQEAcNiD2SADv0wRQewGVA4CWrmOOpqnZGOnENOtg,2754
573
+ umap/tests/integration/test_remote_data.py,sha256=5HP7nrOpLvg7fW0y3aIGK6pK7l_MBKOjydclfCLWJqw,2273
568
574
  umap/tests/integration/test_save.py,sha256=Ia3BsCVLPqImCyjNZ_5qvtMXMq130Y5sD_Ym1xDpAiU,1260
569
575
  umap/tests/integration/test_share.py,sha256=gDna-wFedwJ_-8HLBw_G5IO3zA3l96p1FGBSZ15g_7g,1813
570
576
  umap/tests/integration/test_slideshow.py,sha256=yhy75YYpfTKpkGK7xGjJDJoqHtN6p2LG-O4krVE1Yks,1907
@@ -576,9 +582,9 @@ umap/tests/integration/test_undo_redo.py,sha256=1wSb43fI3ZpJcegW9AaQZ7a2BcuBSfkM
576
582
  umap/tests/integration/test_view_marker.py,sha256=NFCwNez__E_WsE1DuW5RuB0HVKDP4CQMXGhJw0LfnFs,6900
577
583
  umap/tests/integration/test_view_polygon.py,sha256=NMJC6Nt9VpQ8FIU9Pqq2OspHv49xsWlsoXCr8iBa0VA,2060
578
584
  umap/tests/integration/test_view_polyline.py,sha256=aJoXKmLhJaN0yhPdDCVskZNGx3q3mLDkjVPhZ30cadA,13959
579
- umap/tests/integration/test_websocket_sync.py,sha256=iASlErX-nZZWu7zGvSe1KHL68EXnEOTjEL9B6wZK-KQ,28300
580
- umap_project-3.0.4.dist-info/METADATA,sha256=aSLCZFQHcMSDuXk6w-JhagNOfv-jElHhoaVMPM_-sL4,3016
581
- umap_project-3.0.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
582
- umap_project-3.0.4.dist-info/entry_points.txt,sha256=gz-KDQfEsMLBae8ABOD3foJsCYGPW1tA4Y394R_1RW8,39
583
- umap_project-3.0.4.dist-info/licenses/LICENSE,sha256=kQtrtRKgiPhcl7aO0-lmvbrNAXu7WHyiXvPrUk-TD2Q,820
584
- umap_project-3.0.4.dist-info/RECORD,,
585
+ umap/tests/integration/test_websocket_sync.py,sha256=pbV7FmaBfjgFfKPIYwhHiaeSmR_tC3MqUYEReXLgSS4,28285
586
+ umap_project-3.0.5.dist-info/METADATA,sha256=yaXFjAJ4N1Y6C2nYev-3asQ4q0WG_FGzKAc2Ojmd-uU,3016
587
+ umap_project-3.0.5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
588
+ umap_project-3.0.5.dist-info/entry_points.txt,sha256=gz-KDQfEsMLBae8ABOD3foJsCYGPW1tA4Y394R_1RW8,39
589
+ umap_project-3.0.5.dist-info/licenses/LICENSE,sha256=kQtrtRKgiPhcl7aO0-lmvbrNAXu7WHyiXvPrUk-TD2Q,820
590
+ umap_project-3.0.5.dist-info/RECORD,,