umap-project 3.4.0b3__py3-none-any.whl → 3.4.2__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.
Files changed (185) hide show
  1. umap/__init__.py +1 -1
  2. umap/locale/da/LC_MESSAGES/django.mo +0 -0
  3. umap/locale/da/LC_MESSAGES/django.po +18 -14
  4. umap/locale/en/LC_MESSAGES/django.po +5 -1
  5. umap/locale/es/LC_MESSAGES/django.mo +0 -0
  6. umap/locale/es/LC_MESSAGES/django.po +20 -16
  7. umap/locale/fr/LC_MESSAGES/django.mo +0 -0
  8. umap/locale/fr/LC_MESSAGES/django.po +18 -14
  9. umap/locale/pl/LC_MESSAGES/django.mo +0 -0
  10. umap/locale/pl/LC_MESSAGES/django.po +72 -71
  11. umap/static/umap/content.css +0 -3
  12. umap/static/umap/css/bar.css +9 -6
  13. umap/static/umap/css/form.css +25 -9
  14. umap/static/umap/css/popup.css +1 -0
  15. umap/static/umap/js/components/copiable.js +47 -0
  16. umap/static/umap/js/modules/autocomplete.js +31 -58
  17. umap/static/umap/js/modules/browser.js +4 -4
  18. umap/static/umap/js/modules/data/features.js +32 -35
  19. umap/static/umap/js/modules/data/fields.js +189 -23
  20. umap/static/umap/js/modules/data/layer.js +72 -87
  21. umap/static/umap/js/modules/domutils.js +21 -1
  22. umap/static/umap/js/modules/filters.js +13 -40
  23. umap/static/umap/js/modules/form/fields.js +4 -4
  24. umap/static/umap/js/modules/formatter.js +9 -1
  25. umap/static/umap/js/modules/help.js +12 -13
  26. umap/static/umap/js/modules/importer.js +17 -26
  27. umap/static/umap/js/modules/importers/banfr.js +0 -1
  28. umap/static/umap/js/modules/importers/cadastrefr.js +19 -19
  29. umap/static/umap/js/modules/importers/communesfr.js +7 -8
  30. umap/static/umap/js/modules/importers/datasets.js +14 -14
  31. umap/static/umap/js/modules/importers/geodatamine.js +20 -22
  32. umap/static/umap/js/modules/importers/opendata.js +10 -0
  33. umap/static/umap/js/modules/importers/overpass.js +19 -18
  34. umap/static/umap/js/modules/managers.js +1 -1
  35. umap/static/umap/js/modules/permissions.js +5 -3
  36. umap/static/umap/js/modules/rendering/controls.js +2 -2
  37. umap/static/umap/js/modules/rendering/icon.js +5 -9
  38. umap/static/umap/js/modules/rendering/layers/base.js +1 -1
  39. umap/static/umap/js/modules/rendering/layers/classified.js +15 -10
  40. umap/static/umap/js/modules/rendering/layers/heat.js +1 -0
  41. umap/static/umap/js/modules/rendering/map.js +22 -22
  42. umap/static/umap/js/modules/rendering/popup.js +6 -3
  43. umap/static/umap/js/modules/rendering/template.js +28 -34
  44. umap/static/umap/js/modules/rendering/ui.js +1 -2
  45. umap/static/umap/js/modules/rules.js +34 -41
  46. umap/static/umap/js/modules/schema.js +0 -7
  47. umap/static/umap/js/modules/share.js +36 -69
  48. umap/static/umap/js/modules/slideshow.js +3 -3
  49. umap/static/umap/js/modules/tableeditor.js +0 -1
  50. umap/static/umap/js/modules/ui/bar.js +51 -32
  51. umap/static/umap/js/modules/ui/panel.js +26 -21
  52. umap/static/umap/js/modules/ui/tooltip.js +1 -1
  53. umap/static/umap/js/modules/umap.js +75 -80
  54. umap/static/umap/js/modules/utils.js +12 -3
  55. umap/static/umap/js/umap.controls.js +33 -14
  56. umap/static/umap/locale/am_ET.js +6 -4
  57. umap/static/umap/locale/am_ET.json +6 -4
  58. umap/static/umap/locale/ar.js +6 -4
  59. umap/static/umap/locale/ar.json +6 -4
  60. umap/static/umap/locale/ast.js +6 -4
  61. umap/static/umap/locale/ast.json +6 -4
  62. umap/static/umap/locale/bg.js +6 -4
  63. umap/static/umap/locale/bg.json +6 -4
  64. umap/static/umap/locale/br.js +19 -8
  65. umap/static/umap/locale/br.json +19 -8
  66. umap/static/umap/locale/ca.js +6 -4
  67. umap/static/umap/locale/ca.json +6 -4
  68. umap/static/umap/locale/cs_CZ.js +7 -5
  69. umap/static/umap/locale/cs_CZ.json +7 -5
  70. umap/static/umap/locale/da.js +8 -6
  71. umap/static/umap/locale/da.json +8 -6
  72. umap/static/umap/locale/de.js +38 -36
  73. umap/static/umap/locale/de.json +38 -36
  74. umap/static/umap/locale/el.js +7 -5
  75. umap/static/umap/locale/el.json +7 -5
  76. umap/static/umap/locale/en.js +7 -5
  77. umap/static/umap/locale/en.json +7 -5
  78. umap/static/umap/locale/en_US.json +6 -4
  79. umap/static/umap/locale/es.js +19 -17
  80. umap/static/umap/locale/es.json +19 -17
  81. umap/static/umap/locale/et.js +7 -5
  82. umap/static/umap/locale/et.json +7 -5
  83. umap/static/umap/locale/eu.js +23 -21
  84. umap/static/umap/locale/eu.json +23 -21
  85. umap/static/umap/locale/fa_IR.js +7 -5
  86. umap/static/umap/locale/fa_IR.json +7 -5
  87. umap/static/umap/locale/fi.js +6 -4
  88. umap/static/umap/locale/fi.json +6 -4
  89. umap/static/umap/locale/fr.js +8 -6
  90. umap/static/umap/locale/fr.json +8 -6
  91. umap/static/umap/locale/gl.js +147 -145
  92. umap/static/umap/locale/gl.json +147 -145
  93. umap/static/umap/locale/he.js +6 -4
  94. umap/static/umap/locale/he.json +6 -4
  95. umap/static/umap/locale/hr.js +6 -4
  96. umap/static/umap/locale/hr.json +6 -4
  97. umap/static/umap/locale/hu.js +7 -5
  98. umap/static/umap/locale/hu.json +7 -5
  99. umap/static/umap/locale/id.js +6 -4
  100. umap/static/umap/locale/id.json +6 -4
  101. umap/static/umap/locale/is.js +7 -5
  102. umap/static/umap/locale/is.json +7 -5
  103. umap/static/umap/locale/it.js +7 -5
  104. umap/static/umap/locale/it.json +7 -5
  105. umap/static/umap/locale/ja.js +6 -4
  106. umap/static/umap/locale/ja.json +6 -4
  107. umap/static/umap/locale/ko.js +6 -4
  108. umap/static/umap/locale/ko.json +6 -4
  109. umap/static/umap/locale/lt.js +6 -4
  110. umap/static/umap/locale/lt.json +6 -4
  111. umap/static/umap/locale/ms.js +7 -5
  112. umap/static/umap/locale/ms.json +7 -5
  113. umap/static/umap/locale/nl.js +7 -5
  114. umap/static/umap/locale/nl.json +7 -5
  115. umap/static/umap/locale/no.js +6 -4
  116. umap/static/umap/locale/no.json +6 -4
  117. umap/static/umap/locale/pl.js +53 -51
  118. umap/static/umap/locale/pl.json +53 -51
  119. umap/static/umap/locale/pl_PL.json +6 -4
  120. umap/static/umap/locale/pt.js +7 -5
  121. umap/static/umap/locale/pt.json +7 -5
  122. umap/static/umap/locale/pt_BR.js +6 -4
  123. umap/static/umap/locale/pt_BR.json +6 -4
  124. umap/static/umap/locale/pt_PT.js +6 -4
  125. umap/static/umap/locale/pt_PT.json +6 -4
  126. umap/static/umap/locale/ro.js +6 -4
  127. umap/static/umap/locale/ro.json +6 -4
  128. umap/static/umap/locale/ru.js +6 -4
  129. umap/static/umap/locale/ru.json +6 -4
  130. umap/static/umap/locale/sk_SK.js +6 -4
  131. umap/static/umap/locale/sk_SK.json +6 -4
  132. umap/static/umap/locale/sl.js +6 -4
  133. umap/static/umap/locale/sl.json +6 -4
  134. umap/static/umap/locale/sr.js +6 -4
  135. umap/static/umap/locale/sr.json +6 -4
  136. umap/static/umap/locale/sv.js +6 -4
  137. umap/static/umap/locale/sv.json +6 -4
  138. umap/static/umap/locale/th_TH.js +6 -4
  139. umap/static/umap/locale/th_TH.json +6 -4
  140. umap/static/umap/locale/tr.js +6 -4
  141. umap/static/umap/locale/tr.json +6 -4
  142. umap/static/umap/locale/uk_UA.js +6 -4
  143. umap/static/umap/locale/uk_UA.json +6 -4
  144. umap/static/umap/locale/vi.js +6 -4
  145. umap/static/umap/locale/vi.json +6 -4
  146. umap/static/umap/locale/vi_VN.json +6 -4
  147. umap/static/umap/locale/zh.js +6 -4
  148. umap/static/umap/locale/zh.json +6 -4
  149. umap/static/umap/locale/zh_CN.json +6 -4
  150. umap/static/umap/locale/zh_TW.Big5.json +6 -4
  151. umap/static/umap/locale/zh_TW.js +20 -18
  152. umap/static/umap/locale/zh_TW.json +20 -18
  153. umap/static/umap/map.css +5 -4
  154. umap/static/umap/unittests/utils.js +7 -7
  155. umap/templates/umap/content_footer.html +1 -0
  156. umap/templates/umap/css.html +0 -2
  157. umap/templates/umap/js.html +1 -3
  158. umap/tests/integration/conftest.py +3 -2
  159. umap/tests/integration/test_anonymous_owned_map.py +1 -1
  160. umap/tests/integration/test_conditional_rules.py +106 -51
  161. umap/tests/integration/test_draw_polygon.py +4 -0
  162. umap/tests/integration/test_draw_polyline.py +11 -0
  163. umap/tests/integration/test_edit_datalayer.py +1 -1
  164. umap/tests/integration/test_fields.py +19 -0
  165. umap/tests/integration/test_iframe.py +1 -1
  166. umap/tests/integration/test_import.py +23 -0
  167. umap/tests/integration/test_map.py +2 -2
  168. umap/tests/integration/test_owned_map.py +2 -2
  169. umap/tests/integration/test_popup.py +31 -0
  170. umap/tests/integration/test_remote_data.py +4 -4
  171. umap/tests/integration/test_search.py +41 -0
  172. umap/tests/integration/test_share.py +2 -2
  173. umap/tests/integration/test_team.py +1 -1
  174. umap/tests/integration/test_websocket_sync.py +6 -1
  175. umap/tests/test_utils.py +4 -1
  176. umap/utils.py +1 -0
  177. {umap_project-3.4.0b3.dist-info → umap_project-3.4.2.dist-info}/METADATA +15 -15
  178. {umap_project-3.4.0b3.dist-info → umap_project-3.4.2.dist-info}/RECORD +181 -183
  179. umap/static/umap/js/umap.core.js +0 -93
  180. umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.css +0 -46
  181. umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.js +0 -240
  182. umap/static/umap/vendors/editinosm/edit-in-osm.png +0 -0
  183. {umap_project-3.4.0b3.dist-info → umap_project-3.4.2.dist-info}/WHEEL +0 -0
  184. {umap_project-3.4.0b3.dist-info → umap_project-3.4.2.dist-info}/entry_points.txt +0 -0
  185. {umap_project-3.4.0b3.dist-info → umap_project-3.4.2.dist-info}/licenses/LICENSE +0 -0
@@ -1,4 +1,4 @@
1
- umap/__init__.py,sha256=2M2_SpcTcWvDllMPFzeZBAHadSvJsRZrxFIjE5h31Uc,20
1
+ umap/__init__.py,sha256=UfoyZ4e6aM6BiFYYtvF4IutZ4Rprq9vef_r0HoWJXDE,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,7 +11,7 @@ umap/managers.py,sha256=A5Ih92f9E3egPVCToQHYJ4wQMFSqTS6dtqzx56Fs2JU,1051
11
11
  umap/middleware.py,sha256=GsIFl0St_Rk5zjpE8dpGBlD0JL2AyMrNHu8SHylqwEg,1564
12
12
  umap/models.py,sha256=ZLWTEJqtquRCO52ErdwD0BKy70bgoQwgPh1kzWJbvGI,20017
13
13
  umap/urls.py,sha256=evKfLGEIoc8TPfCalLeHxeQ-zD0HvUJo0Rln8n3kBps,7896
14
- umap/utils.py,sha256=pQhfAfe33lbpaTKdPCG61wOJ3wQST4XlIig61wtLpYk,7886
14
+ umap/utils.py,sha256=FcKnBg3XjRtupmGzWUFEEyxLlyLp39ezIwBeD85Yp-g,7942
15
15
  umap/views.py,sha256=vqef2yvth3Zea_074vyIBlf5hHoFrHlfbGKxdTBLAhI,50821
16
16
  umap/wsgi.py,sha256=IopIgnDZbCus3XpSetTHnra9VyzWi0Y2tJo-CmfTWCY,1132
17
17
  umap/bin/__init__.py,sha256=iA3ON4A6NCpenrn3q2OgefUKF5QRFIQS-FtS0pxruI8,234
@@ -29,16 +29,16 @@ umap/locale/ca/LC_MESSAGES/django.mo,sha256=ot6jkZZt33z5vi1vjioiYkIhj06M8yUsoh72
29
29
  umap/locale/ca/LC_MESSAGES/django.po,sha256=1N47JBRQkUM--J0mplfECL-VyOcV3ZwU69eusIoK_BE,20736
30
30
  umap/locale/cs_CZ/LC_MESSAGES/django.mo,sha256=UNPbfSq0pXOKeTk4CGwLgcHW0jZpCjQvmTHbdar7ubI,13107
31
31
  umap/locale/cs_CZ/LC_MESSAGES/django.po,sha256=3YPEHWudGNQ4n-TOe3vlI1xMc1vaYg77saspMi9BEz0,23158
32
- umap/locale/da/LC_MESSAGES/django.mo,sha256=tMznmFndG1mLRngerc3XFJB2KEnn7qeLtrqeMWnDcqI,15780
33
- umap/locale/da/LC_MESSAGES/django.po,sha256=CXqswm73ffv8JresO-e7fhzYVsWpq9LTxDyt0KF_Ad0,23630
32
+ umap/locale/da/LC_MESSAGES/django.mo,sha256=K82VAeQodtntAAOzqvTiEOVEmaTrx8irXndijByGmqQ,15852
33
+ umap/locale/da/LC_MESSAGES/django.po,sha256=Q4VNzpUmNyFk6ANemGrDz6QrI4LftKQ-pH0CeF4nQR8,23721
34
34
  umap/locale/de/LC_MESSAGES/django.mo,sha256=H94cTq-eTmAH2F8_ffCIU8AWf_u5yg_ZwIBqSr0WVZ4,15731
35
35
  umap/locale/de/LC_MESSAGES/django.po,sha256=WIAMMZahTjxhHx7n_Wbu5Ffh8FbiOicUSSV-fTq7lQc,24113
36
36
  umap/locale/el/LC_MESSAGES/django.mo,sha256=A6Zkv5CJ0XNowPpRLlq6l9Wp1YwntCltDx6Tcso-JyM,21095
37
37
  umap/locale/el/LC_MESSAGES/django.po,sha256=dfuGMPgd0kJoP1jsD4lC2W6uekRrE6SHUwSPNBqDlpE,29378
38
38
  umap/locale/en/LC_MESSAGES/django.mo,sha256=UXCQbz2AxBvh-IQ7bGgjoBnijo8h9DfE9107A-2Mgkk,337
39
- umap/locale/en/LC_MESSAGES/django.po,sha256=DXpYtpo3fo3xcb1c5oce2OE_SeGsd0Nny3FDFsF7PwA,17757
40
- umap/locale/es/LC_MESSAGES/django.mo,sha256=xQtrnx5Fd1R6vQbgsWayba1spgp7d9TSxZo80UKpjFI,15594
41
- umap/locale/es/LC_MESSAGES/django.po,sha256=-YNwM8T8GMgXt6hrqm4zIlnX-rCKkMLmg2geq2CVat8,24122
39
+ umap/locale/en/LC_MESSAGES/django.po,sha256=evZaKRFnYS_n2yw61p0J6hwEtdZ0Pvd2tM5AO0MFCsw,17834
40
+ umap/locale/es/LC_MESSAGES/django.mo,sha256=BPjBihEq4Dc4AxI5V9OdlLp7PkvCgVh88FWfx41SlzA,16404
41
+ umap/locale/es/LC_MESSAGES/django.po,sha256=nmdWdJbLclmJZheRmHlLfrx29Bm3PXluyRHIbXpRcYM,24588
42
42
  umap/locale/et/LC_MESSAGES/django.mo,sha256=QtkHvxK_vk6NsiWn319ujwQGVsLLm9JXVKv14ecwRfM,10439
43
43
  umap/locale/et/LC_MESSAGES/django.po,sha256=mCPTNEs53RUw5kOiGhwDNUL65l0c6zEAHJldxASoG8E,20794
44
44
  umap/locale/eu/LC_MESSAGES/django.mo,sha256=1FJ63mmOwLpZgKGhiz0NbONsq-51esJpznN6_I0XWHg,15517
@@ -47,8 +47,8 @@ umap/locale/fa_IR/LC_MESSAGES/django.mo,sha256=IP9thpIyVdNiujuQk0o1w1775KpfZtCdn
47
47
  umap/locale/fa_IR/LC_MESSAGES/django.po,sha256=eO_q1yuRV0nMeLVIa7LKP54mtNf49THRFwK5rzHxkuQ,24403
48
48
  umap/locale/fi/LC_MESSAGES/django.mo,sha256=O9foYGhfFTBjBb4Y9abWjOiZNpWtO-315nyHUaiJETM,4779
49
49
  umap/locale/fi/LC_MESSAGES/django.po,sha256=5kG9XujFNllOh_wuakGmAHeMy9vqNWFLf9SSrMTaWlk,15709
50
- umap/locale/fr/LC_MESSAGES/django.mo,sha256=8X-wcWvaTuGp1ri5OdN3GJ_JpYZrGnUZqbNJy63vVTA,16505
51
- umap/locale/fr/LC_MESSAGES/django.po,sha256=OK23yY3gu5EgLBJtk_F1uZTNww9d6_yWPmCnQjFlSbc,24701
50
+ umap/locale/fr/LC_MESSAGES/django.mo,sha256=gyFMmwz3AtUjROpErK8widyVIj6LMr3I-Wo6tgODRwA,16587
51
+ umap/locale/fr/LC_MESSAGES/django.po,sha256=KzXKLoE0LccXQCeuMXAkXxWkzgU7HzrRKryA266rBYM,24802
52
52
  umap/locale/gl/LC_MESSAGES/django.mo,sha256=wyv5gRoIwzjpjtkWRLbSVU2GZ1RwY289jnDUxDdMktw,13464
53
53
  umap/locale/gl/LC_MESSAGES/django.po,sha256=ixsETHl2camE839lzl-mb8J9FNodMdJyMuF-AjS6GJk,23059
54
54
  umap/locale/he/LC_MESSAGES/django.mo,sha256=A6pkjaL4HQ7lyfvXcGIxle61RXdo7Byq3mfK2FIrSnc,6640
@@ -75,8 +75,8 @@ umap/locale/nl/LC_MESSAGES/django.mo,sha256=86G2RNADnRZLosCRmzJk7OuQ-vw3gN1H9Fby
75
75
  umap/locale/nl/LC_MESSAGES/django.po,sha256=b9tNe5nZWCzHkL_o7X_XlKrLJzz82AnMmxv5a3IPQeY,23511
76
76
  umap/locale/no/LC_MESSAGES/django.mo,sha256=ADQ1RdDyg19YZHw2wKl_bxEgMu_0wK7HaoYk_nsxXks,423
77
77
  umap/locale/no/LC_MESSAGES/django.po,sha256=HXr3Y_gxOPjdU1pSV_tyX_l7pbDMVrFBdf0gm3gciwI,7998
78
- umap/locale/pl/LC_MESSAGES/django.mo,sha256=WqzeXPLoym-2cu3s2-Hadqo7fMwK0qJlT_cAtxNuZHg,9820
79
- umap/locale/pl/LC_MESSAGES/django.po,sha256=LHA4IddE7SQj7-RdNf98qDyoxgarGjOftXSeh19itnI,21847
78
+ umap/locale/pl/LC_MESSAGES/django.mo,sha256=Jo0iMLNf86W1q56w1rDVilcRGsLXe8X2ctq7A_BAEuo,13305
79
+ umap/locale/pl/LC_MESSAGES/django.po,sha256=Fx67xmALJJEjoE48oMG5owcmG31SvNWjZTKFrR65zZs,23063
80
80
  umap/locale/pt/LC_MESSAGES/django.mo,sha256=dWMirDnBhlrvHWIxmIlJrJk8zwXfin71DdLltp27BAY,13185
81
81
  umap/locale/pt/LC_MESSAGES/django.po,sha256=u5XDBHiFVfD_DI3B6fZp978LXDK3AdBcuhyIggNqHmY,22971
82
82
  umap/locale/pt_BR/LC_MESSAGES/django.mo,sha256=HSIam_B-jha9C6heFx6q_axE1IHAk1sPXeyFCjpxWWk,6077
@@ -155,21 +155,21 @@ umap/settings/dev.py,sha256=pj1mpmZXiI2syW8pB01wcVeqCFABF3V-nlOxArir4cw,386
155
155
  umap/settings/local.py.sample,sha256=AFyRdVlmkC3Tu78S9n4KWAmwIGSE-c6ABS8hVKrkoKM,3158
156
156
  umap/static/.gitignore,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
157
157
  umap/static/umap/base.css,sha256=G6TyKKFTu-A7QOrq5ZAt8KEIJ5CFbe4K-JEURDDRkmw,5120
158
- umap/static/umap/content.css,sha256=gOvOzuvw-AzhVnalcoU0Kyj25uYp6g2nLo0gOWZ_1i4,12287
158
+ umap/static/umap/content.css,sha256=lgPNxSiVNLhQDjP-rSXThGa8vtq49FtGxFY0EkWCeBs,12219
159
159
  umap/static/umap/font.css,sha256=fYmTKNd_Ts6TrmBbnLRgyeUS4vpfxkEqhLR-pkd3KrA,904
160
- umap/static/umap/map.css,sha256=DujW9eyl-ObrqygcvSrelWtYIGIC-WUQPQN1YkOt5xg,22154
160
+ umap/static/umap/map.css,sha256=JWw5BEkrNSHq00uEZxRrEZxJyeG96GT_-_QDaGSGvZI,22193
161
161
  umap/static/umap/nav.css,sha256=MsckfSfuMgADt71FIVpW351ZC2ATlr50iGW-47hziwk,1956
162
162
  umap/static/umap/theme.css,sha256=gkbyghlT5kNfz0Qyg1JL7xalqvHVx321eO9qlnvcaAU,49
163
163
  umap/static/umap/vars.css,sha256=bZVi0ACdtGDupargPUT2yQLFYEzaEo6czW9yo5znm3Y,2636
164
- umap/static/umap/css/bar.css,sha256=B-nd_KN6da95i3kEjIyKSOC-HGOrKnJal4IirqHG0Mo,6675
164
+ umap/static/umap/css/bar.css,sha256=86Kti2U83zxmLC-i1szZAEHpuJP9At8RyKGOAHlKMAA,6706
165
165
  umap/static/umap/css/browser.css,sha256=WemvOscBou8XODvwtnArJUjmaqDxoyRmlMB0KKGN9bk,3258
166
166
  umap/static/umap/css/contextmenu.css,sha256=dEKoTFTtZkIEvKspKlPfN9-9n9h9Pv4QYk4GzQXMFs8,2302
167
167
  umap/static/umap/css/dialog.css,sha256=I5Dg8LRzZYDd-sG36C4EN2Mnk3gcOsVkKRKqEJOgSAc,1271
168
- umap/static/umap/css/form.css,sha256=1E0HFuqKCBYIC84hatMWSDaVJqaJOn9Htio2CDWeFGY,16992
168
+ umap/static/umap/css/form.css,sha256=9v8RG4ZHOqbzbvNxpEy4rLbFLRG5dKiMXPc5Vq_BQt4,17190
169
169
  umap/static/umap/css/icon.css,sha256=7wOJUYbluABWKLvxia-sPg8iqW4MBL4BpKxFOey0Ydk,7464
170
170
  umap/static/umap/css/importers.css,sha256=Q_pXPC02AwaPi5hu-raDSoBBPKH2Vj-EOoLIG-IIn-A,1774
171
171
  umap/static/umap/css/panel.css,sha256=9nL8XQeHAc02_5D4oL7YRSJu_p15BjW6TW68LOCf-QA,4680
172
- umap/static/umap/css/popup.css,sha256=r3irkmNwrv5eQ5HZuFMystbvzTiYpt6U6Qub_FGCj9w,2385
172
+ umap/static/umap/css/popup.css,sha256=VpLaDmM3gsmTns47biFiwBxYcPnALmlCkptYqPuzieU,2405
173
173
  umap/static/umap/css/slideshow.css,sha256=zh3H_VlkMJsCjE6djbI9sJ3blY9GbDBYWKGX20oXrXA,1928
174
174
  umap/static/umap/css/tableeditor.css,sha256=nYFd5qSMkUasFfAxkWwewKJ5MwIcZb2Zq_DViuDRZc4,1574
175
175
  umap/static/umap/css/tooltip.css,sha256=vCuxyI82CEdAnwADpIOG0dEKmy0zSVNRr5mr5DU_ubU,1921
@@ -231,177 +231,177 @@ umap/static/umap/img/source/16-white.svg,sha256=KtitRSWVEQ_0N5oi-dIPxmLNzBd57RGi
231
231
  umap/static/umap/img/source/16.svg,sha256=sCq4Ir8bzS9108fmB2imqheXpnAkeifs25ZFdm8zck0,54064
232
232
  umap/static/umap/img/source/24-white.svg,sha256=WbH5ljoAw3b7yq6HoZiFhab1-XSSK9Y5dVwcsTeGU8U,34009
233
233
  umap/static/umap/img/source/24.svg,sha256=zWBP4zWRi_p6Gc98QS1ivhANGmHG5jnpiI36ptecUT8,45124
234
- umap/static/umap/js/umap.controls.js,sha256=zaMX2VKSlK63iPRovPPajcM5Aduqnz8zbgzpPvn_Fto,13845
235
- umap/static/umap/js/umap.core.js,sha256=MkXV9kv-UOMjQFVer-T9RMN3AzpyxHWpeqkUKhjU35Y,2657
234
+ umap/static/umap/js/umap.controls.js,sha256=mmDTplU0lyHvxWvkw9cKqLAnBJXjh0MnItKSf7iSFKg,14515
236
235
  umap/static/umap/js/components/base.js,sha256=gRV20WfPpJw3Lwff3LYEDuqgwqLxfu1wFjFuntiLHdw,1576
236
+ umap/static/umap/js/components/copiable.js,sha256=pXhgz0yIfzFU3EQg18t3jTzrASHsrxoJKeAj-8bgnFU,1424
237
237
  umap/static/umap/js/components/fragment.js,sha256=-rOrcyPpZ5ihD_hh0C1qrYpaim11JYh5fg0x_od_m5U,379
238
238
  umap/static/umap/js/components/modal.js,sha256=ugaibc2n5Pftocs1crN6zaPRJztSQm1atyf7jhSAnC4,742
239
239
  umap/static/umap/js/components/alerts/alert.css,sha256=amMkhzABVFfvF4Sdi752wQNLgG5gP5mfUpe8bnRurFY,5282
240
240
  umap/static/umap/js/components/alerts/alert.js,sha256=s5oyrtkTX6185CHXlAiekclIf9oqaLLNK_HGLwFfFdQ,5047
241
- umap/static/umap/js/modules/autocomplete.js,sha256=CLw4KP_Mmf5s55OWimK3Xw7GkwDLtuCqeEI2WqPSsOU,8729
242
- umap/static/umap/js/modules/browser.js,sha256=yInR3tcoxKCa2PcrprSDRND7K_XZJZq0Mny7X6aqkSk,9947
241
+ umap/static/umap/js/modules/autocomplete.js,sha256=ApP4Z0bR2eiMAXRkVIaQ1l_tVcuxMY1OA5PmoPOGKl8,8652
242
+ umap/static/umap/js/modules/browser.js,sha256=CU9NhDGvpqnMPDHe2uHXxE1o_1DARvLiIHOpvrsshiA,9947
243
243
  umap/static/umap/js/modules/caption.js,sha256=31p5ai_gKq7pp0cWiAwONbxopif7iq_I11PDRW0zDYI,5843
244
244
  umap/static/umap/js/modules/dompurify.js,sha256=SOmoM-pTgYCKCKXFo6-znemWPLiLsFgR4lxM_moWaA8,328
245
- umap/static/umap/js/modules/domutils.js,sha256=pLM1MDZF3W-lD4WO0pkfa3MBpvQ3zVFVKRmXYAb9Gbs,3530
245
+ umap/static/umap/js/modules/domutils.js,sha256=e3IXV7xDCFK26WNLSYbKsRV-8k1CoOM2h7vYSYGbt-o,4220
246
246
  umap/static/umap/js/modules/drop.js,sha256=aHuz_sDgWAqDEH49OWNhnnyFvGLDMCoeeo5xaBLZwAg,1431
247
- umap/static/umap/js/modules/filters.js,sha256=iVz40CSdWC7WK7OCjuBknPQR8BPMv9nHS1iBo5utPqU,22159
248
- umap/static/umap/js/modules/formatter.js,sha256=6E3dZCe3H2jqgdANUEBwdpiGpR1U9ZcVNm7YyaDy1Tc,6696
247
+ umap/static/umap/js/modules/filters.js,sha256=LWx8QzP9OeaSvoZoyGKHx1Caexc2R9jQI4M70RK83IM,21402
248
+ umap/static/umap/js/modules/formatter.js,sha256=Rg1br7vWFHRB_Vz6f1gIEZZdKSD9I6n73qSLQ2XXJ5g,7046
249
249
  umap/static/umap/js/modules/global.js,sha256=pmO5iFezaPhxQemgscta2S1J4vBRHIpjALjym2Hs9Z4,941
250
- umap/static/umap/js/modules/help.js,sha256=pJd97cKkbJWoqlzxfvzdZXESv8VbjPy0Lkl8q1JR0-E,10165
250
+ umap/static/umap/js/modules/help.js,sha256=VJe-32SmOyJ-CsDAD5WzKJDoqXaCWGQ7-nUrsFtPH6c,10209
251
251
  umap/static/umap/js/modules/i18n.js,sha256=eKJfA2jz2WAZ90oE-LJcEEMBti6QCsDkk0HgTc_NSjY,1386
252
- umap/static/umap/js/modules/importer.js,sha256=oNZYzWZU9NMmrucA8wugK7VztQ9jS44iKgCbAMsoEeE,11457
252
+ umap/static/umap/js/modules/importer.js,sha256=WtIVdxMZikR50bakd4tWZMCJ6U7jgLtiA_w3p_G9Rd8,11435
253
253
  umap/static/umap/js/modules/leaflet-configure.js,sha256=P3aD8iNGxuVNv-xW4Di4txAjNmnlpKtCCzDvPaKEdQ8,243
254
- umap/static/umap/js/modules/managers.js,sha256=aqo4YH9gJeJ9FKB2XmK4JiRWr8BKrnervXIg4jDvR5o,2503
254
+ umap/static/umap/js/modules/managers.js,sha256=_zkkoAbxLkSneN-ef59fmWlAacSoX1WT3pDslbdZmrw,2503
255
255
  umap/static/umap/js/modules/orderable.js,sha256=zDtcElZ_MVPoGba8Iv9bxOzk4vuN7C-5XVl4UomDYHE,2521
256
- umap/static/umap/js/modules/permissions.js,sha256=ewyrOGXrvFBJH6rYRZaciZwd8I6O9xmuxnZWibKXQGg,9155
256
+ umap/static/umap/js/modules/permissions.js,sha256=YoNPIfiTP1BU6mDlEsv9NUkJaOj9BdjRQI-beSoh4ws,9137
257
257
  umap/static/umap/js/modules/printer.js,sha256=fvb44tLBiYR7TyBdXJdroYsjQOrnbzw7-6F0dBCUEGg,3607
258
258
  umap/static/umap/js/modules/request.js,sha256=9GRJoOPbdkHL9OFP6Joaf5wzsJckPyiG2O7AxQciTik,3885
259
- umap/static/umap/js/modules/rules.js,sha256=Ff20yyrQ0OfcS_UtfPbaSs9lV3f5x4ZXUFEvSBw88fk,10034
260
- umap/static/umap/js/modules/schema.js,sha256=gQRpO_VHU7EBLVrkaXQ1LVZaVxwyC11QgIwBdgX4qxs,15479
261
- umap/static/umap/js/modules/share.js,sha256=obyh6uYy9CR7Xry3uoAJkhgGlg7-io3SHjaZOCYE-To,7518
262
- umap/static/umap/js/modules/slideshow.js,sha256=7tmW32iuEwLXTY_4A_DmiRMjdDr5luhpJSdmbz2SXPc,3608
263
- umap/static/umap/js/modules/tableeditor.js,sha256=8ZQcy_b0urXMoUUKcYW1fi1nul38jTaq95GfDyykGTI,8800
259
+ umap/static/umap/js/modules/rules.js,sha256=GVxnWN8VH8LDQdrozFPzG4t8RMlXRlHjp3UyRbOH3Nk,10113
260
+ umap/static/umap/js/modules/schema.js,sha256=hTWHwdnWkEWZrpI1cJMdYqtEnub-40DnL3VG_8OCHNU,15299
261
+ umap/static/umap/js/modules/share.js,sha256=vlDQbGLtsvHy95Z3oDk-5vU-NHgullO7t13mAToA3iA,7071
262
+ umap/static/umap/js/modules/slideshow.js,sha256=hnxFW4vzya9ddZ-eUTvTSQZjnKhv7s_EAlrQERANXqo,3590
263
+ umap/static/umap/js/modules/tableeditor.js,sha256=poSBWl0NgZQ_1ZLSIeTaAhlSD_hOpOUp8fZfifZ5Ub0,8723
264
264
  umap/static/umap/js/modules/templates.js,sha256=mm-3OnVcCKmPyPfNkar0HX2ynT8E4CgqU4Q3m9bDP10,4401
265
- umap/static/umap/js/modules/umap.js,sha256=uTFGxhIljdYNxv9KavOi5wYnHjFazb7qdsmA6xi9KWc,57529
265
+ umap/static/umap/js/modules/umap.js,sha256=Il4ixC8EqLqoEnBEr9xfPpcE4Yz-656nt0UlGVaOQUU,57700
266
266
  umap/static/umap/js/modules/urls.js,sha256=76cFqycj2O8huuoYYBvxnVt2Fc2UDbgrRsiv6lQmcSY,890
267
- umap/static/umap/js/modules/utils.js,sha256=1MtCHzuKM_950Bs5gJxI0D3LjngtCnCIbl9VwqFGilg,16702
268
- umap/static/umap/js/modules/data/features.js,sha256=dBDIPbGXEUiZCxNwKl0z1-rmJuR9GX4AixjayfHsRUc,39287
269
- umap/static/umap/js/modules/data/fields.js,sha256=ngK810cLpF0mKb56JuQ0qn3ipisDVkZ6UUdt-nnxGWc,8587
270
- umap/static/umap/js/modules/data/layer.js,sha256=RfroIKokuAQmmq9fs6lAF-uHtrBvGAVNotjxHku3ntA,40882
267
+ umap/static/umap/js/modules/utils.js,sha256=QZvY9IV8gvJ-baov2yHjQiRLZrxEMYd37vCiQb4MtW0,16956
268
+ umap/static/umap/js/modules/data/features.js,sha256=eV-2rMtJxykq9XmQ0iHEX1UHElrqGpjgJXFfvZNoMg4,39585
269
+ umap/static/umap/js/modules/data/fields.js,sha256=sv0gIEM5Jm_IkTC7bLsgyWpJgPNdEhvMaTngnRlRSDI,11731
270
+ umap/static/umap/js/modules/data/layer.js,sha256=hXyrciXqhGkJ7dx-VOIN-MFGO2MG8PYl5tBfgRGHOLA,41266
271
271
  umap/static/umap/js/modules/form/builder.js,sha256=Xq1oNE3t_6JFWm_i2MAaCrfYMkollWHW9nVmL-8Bu7o,6518
272
- umap/static/umap/js/modules/form/fields.js,sha256=n7zezzllOKNu1o_AD8dCI-WiLJ9rqWnF1P9gTb90TT4,32938
273
- umap/static/umap/js/modules/importers/banfr.js,sha256=TBwL3GQJdzYtaDtxeHxyPQ7Ycy5zTaQyvzXa55X7n2I,2932
274
- umap/static/umap/js/modules/importers/cadastrefr.js,sha256=fcNOYZ679MYpy3fQubEhNmyaMpGKyNNeZRlUVgHKcz4,2319
275
- umap/static/umap/js/modules/importers/communesfr.js,sha256=HoeVApZ0ORDxQt4dA86nKDldey3aJNeLdagMkn5skUg,1723
276
- umap/static/umap/js/modules/importers/datasets.js,sha256=StZbRiq_1vqe0OO1w66k5Lwzju8RntmHpWe9HWIDfRE,1372
277
- umap/static/umap/js/modules/importers/geodatamine.js,sha256=4KmRpEpwdUHO1lqzB38hnTFvPjh7IjcQfVVDziqKS8k,3000
278
- umap/static/umap/js/modules/importers/opendata.js,sha256=Fyud039OV725ht60RC1R_GVp5NHbiJpJ7cbVptnUCLk,7479
272
+ umap/static/umap/js/modules/form/fields.js,sha256=S9sHdn57_dK8ow6aIASFhZ3cXSws2X8UIfwKAi4ZzMQ,32972
273
+ umap/static/umap/js/modules/importers/banfr.js,sha256=Ze0OemGESdd5rTgf7SY-zzkfwAdIvPK-GVwreIJLJtk,2862
274
+ umap/static/umap/js/modules/importers/cadastrefr.js,sha256=uQJzUVWJPfPSFGcgXnvC_U8Vt50sCJT9Cw26J1EN5Yg,2303
275
+ umap/static/umap/js/modules/importers/communesfr.js,sha256=mpkl7KRwWpwuLLlO-cS3ViXsnSsYlPS4Xt8O0MpGO8Q,1633
276
+ umap/static/umap/js/modules/importers/datasets.js,sha256=KL6wT8JcKfJlytmBKHJwasGavcFDsa292MGnY1ltQac,1265
277
+ umap/static/umap/js/modules/importers/geodatamine.js,sha256=cFtBNrGuOzwb5YJ0k1vLyIqFXxGwtSqwdkv-pDP62Fc,2968
278
+ umap/static/umap/js/modules/importers/opendata.js,sha256=dps-cDYWVvlxudJY1HLX8onh6yD8Tvzda58-AsyGPi4,7694
279
279
  umap/static/umap/js/modules/importers/openrouteservice.js,sha256=0tVlCqcze4oVqkzI6PHhIrB7VksXb_1DwZvw92j4eNU,4133
280
- umap/static/umap/js/modules/importers/overpass.js,sha256=cY2kb3Fs8tA6PqBjGyc5bI0mg7L1ijapIAkVGwEhSwI,3341
281
- umap/static/umap/js/modules/rendering/controls.js,sha256=MPL4vcNBJRRXcW8ImUSVzqLInx-0BE4F-ZHULQ-u5qs,10647
282
- umap/static/umap/js/modules/rendering/icon.js,sha256=4PTpNcx8nqVM7OzEXi6jLAF-0Q_mDlablkiv0dUPo_k,8924
283
- umap/static/umap/js/modules/rendering/map.js,sha256=frdccjuaoK9-PMCNAGGk0y_rG5DVUKWxPkeAQm_F_B4,12822
284
- umap/static/umap/js/modules/rendering/popup.js,sha256=OtQYpjhWCoW20XBFeeSKCXMqN-szohaX1TKWhPc9eBo,2577
285
- umap/static/umap/js/modules/rendering/template.js,sha256=jeSazEodM7LcTHCID8bbbP4KF1p7QofdKSzqldM42ZM,12812
286
- umap/static/umap/js/modules/rendering/ui.js,sha256=LgaDuTHm9EbdL35OOCSiMnufeOVGS8Ecu6tGW_oFHkw,17700
287
- umap/static/umap/js/modules/rendering/layers/base.js,sha256=k_TlwHiGc16CFvE41-OmgjTFa99LbkG0IUKCUoZaruk,2483
288
- umap/static/umap/js/modules/rendering/layers/classified.js,sha256=1BlBp_RBLzy1lZr1op_nabQnQ6RlJ4Jg2jmUMIY_dsA,15293
280
+ umap/static/umap/js/modules/importers/overpass.js,sha256=E_yFk120WYJguR6oSo5Bwj2DrUfxMe5SK6eLELFZbqw,3328
281
+ umap/static/umap/js/modules/rendering/controls.js,sha256=mTljssCnKm8vuqdQExMOvz2RB6fsrDLT13pe0QX5saA,10661
282
+ umap/static/umap/js/modules/rendering/icon.js,sha256=SZlJ6BW0qjYCAF2uDo9mDQ7v6BVGK3PwXrzMN8xTFf0,8754
283
+ umap/static/umap/js/modules/rendering/map.js,sha256=8r4lBD4u2Q6rnZqKLdng_-BHQD9jTe3BXJqoV2YjeSc,12668
284
+ umap/static/umap/js/modules/rendering/popup.js,sha256=OlcHEUMbiCf6GOFwHzjYGtK2_35-5x6_rpqQUJkzCKY,2687
285
+ umap/static/umap/js/modules/rendering/template.js,sha256=ZSScdrkjjqwjRMLO4d9piYtLu1LQha71JnWXjW4nFcg,12740
286
+ umap/static/umap/js/modules/rendering/ui.js,sha256=SsNx-Iyz4aTdXGkANHn4s5OeOYvVdWyXte2RPB4ZagY,17695
287
+ umap/static/umap/js/modules/rendering/layers/base.js,sha256=pn-D_Mb_l43NOsNEh3_rmH5nNreAL5erOPzf-37daWc,2487
288
+ umap/static/umap/js/modules/rendering/layers/classified.js,sha256=m8vDHzZbIM2HVPAxSifer-bvEzKkLUAMPhtUZk3wIxA,15327
289
289
  umap/static/umap/js/modules/rendering/layers/cluster.js,sha256=mn1-m2KGmmQv8IohoZ3zLfClwvl38Xv8zwGFyYwmQ5o,8136
290
- umap/static/umap/js/modules/rendering/layers/heat.js,sha256=nQOldxqTtzkXTHGy7597OHimk3mFV05XRJRDZaP135Y,5126
290
+ umap/static/umap/js/modules/rendering/layers/heat.js,sha256=FaZQK6s_J7jZP2pvoDyOXrpzRxwOpmgJIbieIioryko,5146
291
291
  umap/static/umap/js/modules/sync/engine.js,sha256=LDB7HHCmfVb0Cz30yVXBSV0f-1CGG5bkzrPtaT5RePM,18390
292
292
  umap/static/umap/js/modules/sync/hlc.js,sha256=XeJz3x7qiDz7v-mcgGIynj5ks34FpWx_oSPUPFd_ZGA,2991
293
293
  umap/static/umap/js/modules/sync/undo.js,sha256=CQufaRvI_-dT0HGm5Wl8hBbO00IruflPdlmWJ4acgFM,2910
294
294
  umap/static/umap/js/modules/sync/updaters.js,sha256=9qukCBW_pPk4-3k4boKjcyocBd5w37UZxYGqclewlD0,3809
295
295
  umap/static/umap/js/modules/sync/websocket.js,sha256=M2wsFuW5vRsY677dRSAFUWJl5MBPCOvaNYCAxBAqjcA,2522
296
- umap/static/umap/js/modules/ui/bar.js,sha256=OPbJUkwAJroSUKzQwY27bEXdenFvyPMGrY7Aqk6535g,16353
296
+ umap/static/umap/js/modules/ui/bar.js,sha256=U2dI_Cxtb1ukUrNTkqKoOaPRCCHoYkrn6gSzDTQvm6s,16981
297
297
  umap/static/umap/js/modules/ui/base.js,sha256=OLR8VOvKPkDCT0X3hQq3s0WVRQunNEIUj83RNMEyzBM,2980
298
298
  umap/static/umap/js/modules/ui/contextmenu.js,sha256=3Zm0AOoZLdCm76SLvImH1rtv0gPbcU1DQsJHf6cEojM,3169
299
299
  umap/static/umap/js/modules/ui/dialog.js,sha256=8ZpbDf4KlwquSQf8FE4GLcGerCp-MM-X-UIAiUrHDw8,6094
300
- umap/static/umap/js/modules/ui/panel.js,sha256=iV8fI_kbxjIyU8T1fRIu6Nu4DerTnlkeKaiNcDxAItg,4106
301
- umap/static/umap/js/modules/ui/tooltip.js,sha256=N2UYUuTcOpkejSVCcTDu3PmEpzg8G_bHmPCGcsfYaxc,1925
302
- umap/static/umap/locale/am_ET.js,sha256=tCtzD7VLhrQtGNt2xuGuJU9IieMsDNcfJ2SlPp0P-dU,39155
303
- umap/static/umap/locale/am_ET.json,sha256=CrJ_8uTJJ5lCpEWHMir9pU9aZWrcpqSHQHTnj5Um648,39084
304
- umap/static/umap/locale/ar.js,sha256=bh-bVrsNfHb0iQiNbfP6WadG_YlDQgh0jP75eMIGmT8,36369
305
- umap/static/umap/locale/ar.json,sha256=1NCcyiicp3j9InpeX2Fsc2kvrPQ7-yb1XbRn2D-G6Lc,36304
306
- umap/static/umap/locale/ast.js,sha256=PW2BUgkj1i7LjqxG2cAnM59OG_MSoW7hVNB1teSKRWw,35973
307
- umap/static/umap/locale/ast.json,sha256=GXttsrZvOXo36ZqcSYkuMR5RiQCl49kCiRq6WgHLkdU,35906
308
- umap/static/umap/locale/bg.js,sha256=6h8792Ftdrr12BOpmLaLO72KCtD6igWc9DDQKo1_Fas,38820
309
- umap/static/umap/locale/bg.json,sha256=YXazOjoxnJatKjEVSq1sNPuxgDtdBU8maVr3TTjbkQA,38755
310
- umap/static/umap/locale/br.js,sha256=1Sbo7VXGfO4bovXqZ7GtqWeUt1Z0coM3lZH9QoAqDK0,37989
311
- umap/static/umap/locale/br.json,sha256=Bke1S1T5raHRNMYzZdNC8dGDagXqS-iwGp4MuqF2NMc,37924
312
- umap/static/umap/locale/ca.js,sha256=dVU7Q-StGEtzKv5mubUUSwVddlDujEPKoE5oFxWVrzM,37728
313
- umap/static/umap/locale/ca.json,sha256=gQmHo4B1qpMLkT21N9X-1D7Ly0rWbCXeIEIZUx0-4DA,37663
314
- umap/static/umap/locale/cs_CZ.js,sha256=e-L16ibh7pH0td7RUFs4TOS1-ENI2eeY3340amnH_kk,38453
315
- umap/static/umap/locale/cs_CZ.json,sha256=UyottPKrWMBi66Zd7hZh0b3CmU3_TEha8X57eCMtg5k,38382
316
- umap/static/umap/locale/da.js,sha256=b-2Zspzh3dro2SNMeas81r7ibFXoPftG1GOxyTC0NEA,37062
317
- umap/static/umap/locale/da.json,sha256=1ZKSgTtAS56nE2IgMMy_wjdwRjkNtl40x2L6wvLtrdM,36997
318
- umap/static/umap/locale/de.js,sha256=nlpgtLze6Kk-vXKUUVemqoHESZXTujyocjWBBYt8YZQ,39099
319
- umap/static/umap/locale/de.json,sha256=R1R5PECKxg9zikXzCKFcU1sjlJQfh38CxelH3b3FFTE,39034
320
- umap/static/umap/locale/el.js,sha256=iqxyk-y8fHnoABSZkQB7j59g4-z5ohk4ZP0PpaQEZZE,53545
321
- umap/static/umap/locale/el.json,sha256=RYpPqrw_3h7RNa_XZrnhyvUCFfiws3Fy7HRrmyCuIL4,53480
322
- umap/static/umap/locale/en.js,sha256=568QBAE1E-1CRVGXiEkUSUZpHipg9RfW505gdC7C55A,35971
323
- umap/static/umap/locale/en.json,sha256=GXttsrZvOXo36ZqcSYkuMR5RiQCl49kCiRq6WgHLkdU,35906
324
- umap/static/umap/locale/en_US.json,sha256=lLmSUPKt2h0fvIw5Nm41RsAv18pylOB_Deat0PVPgH8,35700
325
- umap/static/umap/locale/es.js,sha256=ZRSe8qNr5SAH6Jao641EBLndRc-Beh9kquXXjjdK1BA,39182
326
- umap/static/umap/locale/es.json,sha256=SMSbvud5gqF_9daAzrj0qgVPZjyHxuZdcugOmEPZPjg,39117
327
- umap/static/umap/locale/et.js,sha256=jx91Utllj9OO47saWiqLjHd89fMB7WWnntw51pqptKk,36175
328
- umap/static/umap/locale/et.json,sha256=Zq_BEIVvMOmj0oNaexl_4QDq0uhUDd3VpT9B75SEXdE,36110
329
- umap/static/umap/locale/eu.js,sha256=PPuuPOrMNY_RDSd4j0Mm11yTK8lod4_CoAz2hIQn_v0,38206
330
- umap/static/umap/locale/eu.json,sha256=1oXmLNmqIx4vE4F3ylCourtCDEr0Ef1Jsgqjucrls5k,38141
331
- umap/static/umap/locale/fa_IR.js,sha256=i3RddVc4EctyT9HExs2gbNW2JZ3Qt1BhgW8zpsitYd0,43627
332
- umap/static/umap/locale/fa_IR.json,sha256=-sJ7q-dCSo3PLTwNa8i6jjlrUhi-0UZZjVwE9WoOWag,43556
333
- umap/static/umap/locale/fi.js,sha256=lBAtqJhWKEl8kZ0tMTjCWbrL7bgOGSxC4L-1AvefZ4I,36778
334
- umap/static/umap/locale/fi.json,sha256=u5s-T8XF7dFheLcPPCjkhUtlSbIJcv9sts345Lg0cxE,36713
335
- umap/static/umap/locale/fr.js,sha256=OE84d5Y-ZjiFZMNspBBgBo6j-dXHEHLSbfMZsxPCoTg,39327
336
- umap/static/umap/locale/fr.json,sha256=CIM7XeCggXKICYCMmbYfAfaliht3v6uMAIS3vim5Wek,39262
337
- umap/static/umap/locale/gl.js,sha256=t4yZy7Fuu1EC7TkW3sFU8QwdyOxzkwYjWk0booTdeNs,38498
338
- umap/static/umap/locale/gl.json,sha256=o7xXyVc6NWoYFAk6Ne3nNToIKpWlOpRf7HIu42Kspt8,38433
339
- umap/static/umap/locale/he.js,sha256=bSNTqPOuRr985PQAsWtRuCrxJxJolaZJr0YdpDCRTrg,38939
340
- umap/static/umap/locale/he.json,sha256=ndEihqLyyrVOVmzRaN7vPJVAZBNeHhzIGNecS3RBhos,38874
341
- umap/static/umap/locale/hr.js,sha256=fMjefrwFsmYY1VtYRVsjjBHNijHCw38EzMpFQVECWYk,36141
342
- umap/static/umap/locale/hr.json,sha256=duZOEfhwNWqHRZ4dR2WPm6KBlPzUtx4Aj_pHcsZsv80,36076
343
- umap/static/umap/locale/hu.js,sha256=TORCILk_9Zz1I0iilGEC3pUxlddV2pqLZ2XuDog95YQ,41190
344
- umap/static/umap/locale/hu.json,sha256=oqzrZMIlVOqZ6612s_xCc019EsvoXWtM-OZ4YSsFJ2M,41125
345
- umap/static/umap/locale/id.js,sha256=bwAkstgABrSFGy2B-cpCYLpVhD_HWmi65kv98spTFWc,35971
346
- umap/static/umap/locale/id.json,sha256=GXttsrZvOXo36ZqcSYkuMR5RiQCl49kCiRq6WgHLkdU,35906
347
- umap/static/umap/locale/is.js,sha256=Ad6PfpQA79VwDby3BTO7oKbVwi3uHitLEEI3-se33kE,37643
348
- umap/static/umap/locale/is.json,sha256=Wbw1mAvAGHi4AgEzypBuHGDELmeP5JgaSwHLSr1Btko,37578
349
- umap/static/umap/locale/it.js,sha256=fyEE0qzEjLNh85t7PDSpvT54utnqq2UuaQxbSsN7fYU,38855
350
- umap/static/umap/locale/it.json,sha256=2oeIKBVIq4T3ohqX-5ZSMHNa0KVn0weqmKWxIY9ATho,38790
351
- umap/static/umap/locale/ja.js,sha256=f-0nsR9qndv6mUHUGMPWBIbQO3sbF3uEiJ1okBY-O5s,38011
352
- umap/static/umap/locale/ja.json,sha256=KvtPQVst1ZCOz2pbgTpntylGOzZkS_QO9JFYfW5vVps,37946
353
- umap/static/umap/locale/ko.js,sha256=WjBrD4slzsHOuC7xvLPhTYd6ckmRLb0Avz9sRbQTvcE,36113
354
- umap/static/umap/locale/ko.json,sha256=-SvMPSD6e6Gs9BVv97eXlfctHKq4fg238bakGS5tDlQ,36048
355
- umap/static/umap/locale/lt.js,sha256=W1g3PkyH50qySacCdP5wrAqXYLzyNb6spw023k_5FHc,36746
356
- umap/static/umap/locale/lt.json,sha256=wGhDhw_cIeVr2DEu3g_aDjUle3LpvuJv5fCSlZg-vic,36681
357
- umap/static/umap/locale/ms.js,sha256=HRP_o4zNniljcKY5GsTTl59pRFLfbWHlc-E9X1bs3sE,37076
358
- umap/static/umap/locale/ms.json,sha256=Mm3ZRn1UflJdurMmWSvgGjBIRsKBTzyKQI3ZodkWDuM,37011
359
- umap/static/umap/locale/nl.js,sha256=PQZ-IxQ6_6ykU_ekwEzTWBMlv9j3dDoHq1Bz2LIU6No,38417
360
- umap/static/umap/locale/nl.json,sha256=IQ4_usQP-g1Fw7fxHo6xXuaAIvjdaTsPA_w19M7asFc,38352
361
- umap/static/umap/locale/no.js,sha256=074Q_cp68_yhJ-Er4ceWa8XjTQpa1aS6xZJhkS-iGZE,36155
362
- umap/static/umap/locale/no.json,sha256=5ExHDQnzOQAccgt9GAGV0hJxQUbYA_tFWu2sIeHFvxs,36090
363
- umap/static/umap/locale/pl.js,sha256=pVjzbA4uADhZYnNN2jZhHUvNL0TqDe80gg-ztQcRAZo,37611
364
- umap/static/umap/locale/pl.json,sha256=fTXr_yXkOkJh2mY-pXK6dt91k9YSqLs-wnJNjBseNQc,37546
365
- umap/static/umap/locale/pl_PL.json,sha256=GXttsrZvOXo36ZqcSYkuMR5RiQCl49kCiRq6WgHLkdU,35906
366
- umap/static/umap/locale/pt.js,sha256=HaJ6HIufVaUuxCNYtMtQNhW3qOXf4E82pBt4fW0hTH8,38567
367
- umap/static/umap/locale/pt.json,sha256=UfBEQY6Fr6MKZgw-uU5DsHqaGYJximKlKMuyL-t4uKU,38502
368
- umap/static/umap/locale/pt_BR.js,sha256=HG13dqmHAhlf-O9zcL_T48lWdDGM_63Ty59wSCEhQio,37179
369
- umap/static/umap/locale/pt_BR.json,sha256=O_UhS_WS4VklI1qh-YslbHakbssoizacxYXsbGGubqk,37108
370
- umap/static/umap/locale/pt_PT.js,sha256=ubwkC5iaiE-uJbIQiTkHTXWhysDRiByIQUqYABOUVPw,38279
371
- umap/static/umap/locale/pt_PT.json,sha256=C8BoguhIEIPFBBokqXGjEUDLqCbsZ_Z0ur1CHepKY_c,38208
372
- umap/static/umap/locale/ro.js,sha256=4uGbQMsxCU-WFFN5s0ydBnZAFCQJQPMp1x09WZFQ9Mc,36000
373
- umap/static/umap/locale/ro.json,sha256=YDp1U0MnibXM9Lzug1NVno7ojxDd4Q6YOo7HdNcmDcE,35935
374
- umap/static/umap/locale/ru.js,sha256=PhbcWGM1Vsgc5CJZYQ3tI0lp0GF14AeudLWBzcr8Q70,42372
375
- umap/static/umap/locale/ru.json,sha256=IOZLB8GJb2Ita8Q7J08pTt99QmFESrjxHJ5tVnl6bMI,42307
300
+ umap/static/umap/js/modules/ui/panel.js,sha256=p1MXZl6tDWScJh37aWwYX5RQXGmCBpq2LCoA29Enj2w,4262
301
+ umap/static/umap/js/modules/ui/tooltip.js,sha256=G3loIFO6IIQvcNRbe7SaV4Re6o6edIHiY0CKX5S-ktA,1919
302
+ umap/static/umap/locale/am_ET.js,sha256=Lq3H4K4hjMUqUQfcTJ5H3VtD8hSSZ4JCz9QOUmJ9K_0,39158
303
+ umap/static/umap/locale/am_ET.json,sha256=wXPnuYJyr9Xq_K7tXo97BqMa0BJfOPbcEI0Mky0MwAQ,39087
304
+ umap/static/umap/locale/ar.js,sha256=kwJ_lW9kHxJKQQBCnWuSfQoSRyCKHjtuRZkKnInnCA0,36387
305
+ umap/static/umap/locale/ar.json,sha256=ocgOSiVr-JWkNA8F5aksEM1EQo9Il7gf39LjDPM8NDs,36322
306
+ umap/static/umap/locale/ast.js,sha256=uaNL9fdU_7YQRNPxWoW2lwHYBybVBpvOxo2HAabwkIY,35991
307
+ umap/static/umap/locale/ast.json,sha256=_Te3c3dma-nq7cHiHzV8YVENtAL9Y-CGJrBp90kO9z4,35924
308
+ umap/static/umap/locale/bg.js,sha256=yA5IEgmbQVhEPii8JZp7LCAiosbcRr3EUoAm6qC2yDw,38817
309
+ umap/static/umap/locale/bg.json,sha256=h0en1UgjTzw6G5_s1qAla8BWWheWgJC2X1E5E_p0jbs,38752
310
+ umap/static/umap/locale/br.js,sha256=Z3jxFi5d3bNzqYP9BSdAmBAFDmCt_DX0yCWp-WmF8o8,38313
311
+ umap/static/umap/locale/br.json,sha256=7_OtDQiu_KSqpR9TdO2tcA7tybK509gkAP1h3viWn1s,38248
312
+ umap/static/umap/locale/ca.js,sha256=gEqa4MWcRKB_VdnObo1QjETC17tX8TT6OujqmVFlDK8,37716
313
+ umap/static/umap/locale/ca.json,sha256=K3tSFJGgOukoJouWhTlV7Mu9ve9S5ISFzCBeRbWrres,37651
314
+ umap/static/umap/locale/cs_CZ.js,sha256=_sffVtVExKor6zHM4b7uRdy7hfTrpPgDCY3-EHkqmKc,38430
315
+ umap/static/umap/locale/cs_CZ.json,sha256=OO__MX_v1t57ZDjL7t6ATUR9kfqK3uWHyqycerm3hfA,38359
316
+ umap/static/umap/locale/da.js,sha256=Ll-lfhRXLsxkKySRwPOw3jXgpt_DUaguGuQ44ka1svw,37078
317
+ umap/static/umap/locale/da.json,sha256=QEAsPH5fKpHofZ1MCLASvDOsmuQ_li-ZII0PkhZDgoU,37013
318
+ umap/static/umap/locale/de.js,sha256=03WSWL1aMKTna-FNUqd1wezE9VW8n0zFcZsETT0NbQ8,39229
319
+ umap/static/umap/locale/de.json,sha256=0Pj9UHRZAUsozA_acpyxeWTFnfPnjqaT1kYBbpvx9yk,39164
320
+ umap/static/umap/locale/el.js,sha256=0pWBQLBVVgdyIXMDwcFxY61qZmeLpgrnivJl9Lcg2QI,53415
321
+ umap/static/umap/locale/el.json,sha256=r6ohbSF64MHCgfUleijAhqZMnPlpAwLitAHIdU3Ds9k,53350
322
+ umap/static/umap/locale/en.js,sha256=Qg0PCbrxoQz8sAL1HkT0SpaVXkVhS24pi5VA7ANWlYQ,35989
323
+ umap/static/umap/locale/en.json,sha256=feAusJj6aRth4OBdtmQJhGG8yJV4hzSVS7xi-ZjELd4,35924
324
+ umap/static/umap/locale/en_US.json,sha256=rl30dqyZwmxKraP2ECwB2z4q-Xne2v2c95FdPXKd9Js,35722
325
+ umap/static/umap/locale/es.js,sha256=4VUHDJPbvljFHScboiGd8bbOPPlLbe12GiPzySdZ46g,39318
326
+ umap/static/umap/locale/es.json,sha256=uRc1PGer3DOuBB8y0lbG3rC4qfGxIdJrtk4zjmWbfOg,39253
327
+ umap/static/umap/locale/et.js,sha256=PXMJuf8VEyb-CbxCF4VG_ZzuUSglv6R7CLtMKPhyAhQ,36197
328
+ umap/static/umap/locale/et.json,sha256=aM4bbs3cVW6Ny2qWRIKmqtncb_-l3cvWRSPuDCVKz4k,36132
329
+ umap/static/umap/locale/eu.js,sha256=71l_7u4b-71JwjEArDfFKvENa55Dwj5OAQcDQcZpK_g,38242
330
+ umap/static/umap/locale/eu.json,sha256=7iSzJRz4gWiO8F5mxrdGhYvMp-rDBYfNtt-CjIlVvFE,38177
331
+ umap/static/umap/locale/fa_IR.js,sha256=fPMxqOUZ_xh8kA40_g4bNXOu9K1bHAcpJ5NGO9pwTmM,43541
332
+ umap/static/umap/locale/fa_IR.json,sha256=ND89nT6xJsnWuejBWv-PyO7JBPjBxwJT-J5bfdDkfaA,43470
333
+ umap/static/umap/locale/fi.js,sha256=pwU8FJXLCodW2pEmOy6jb8zKp5vTGO1FkLFBlYsq8MM,36796
334
+ umap/static/umap/locale/fi.json,sha256=hVakDd3IYDiQ6LtwQft_nICE98XXzUCBsQaJTBD8a30,36731
335
+ umap/static/umap/locale/fr.js,sha256=ipAsaNpRjq92cSUen1HSd9b2fECtG9-2UsC64B4qjVE,39341
336
+ umap/static/umap/locale/fr.json,sha256=TaREPIV6V61pNhYtKsGhRMcicvAFlfJ0zZF5OPWuWro,39276
337
+ umap/static/umap/locale/gl.js,sha256=MAMHIcrZmmS1Xg1sk5fIfpC5P1JKkPa-Z1KtgpmshnI,39205
338
+ umap/static/umap/locale/gl.json,sha256=sLp31GqD_uQoCTBfihxRTuDfamb1BGqyL1YMJPPfga8,39140
339
+ umap/static/umap/locale/he.js,sha256=uj5PKtn4O6goMpZhjDgQfWEnl7X8U4yfiDSc8JOwPsQ,38951
340
+ umap/static/umap/locale/he.json,sha256=al2hd71GSI6p3AuObQ_Aa_VKZMaGMsWflX_PoyyxRyM,38886
341
+ umap/static/umap/locale/hr.js,sha256=O2CSCfwNpSOglHnzALs-947H6qmEqwbppW6fDI7-SH4,36160
342
+ umap/static/umap/locale/hr.json,sha256=ZImOEmsPn1MNLGy9ExAYhjTniOU3LfE1RHSv6TWcJws,36095
343
+ umap/static/umap/locale/hu.js,sha256=I4YjRRNPFsAiUg5k_pwnib53MDEqcMNUbTVzDESyt2U,41180
344
+ umap/static/umap/locale/hu.json,sha256=4j_WI6qcDjZ-gCrIdaqPexXhjzMXa5vj9TUX0GeOku4,41115
345
+ umap/static/umap/locale/id.js,sha256=-c54Lwmzuw0vq1dkHnnDBj7JJfKKISnYBSqOn__SgU4,35989
346
+ umap/static/umap/locale/id.json,sha256=_Te3c3dma-nq7cHiHzV8YVENtAL9Y-CGJrBp90kO9z4,35924
347
+ umap/static/umap/locale/is.js,sha256=oyoe6z4utpXKjfXDRF7g0bQnJIRESkFbgu5daJo0yos,37637
348
+ umap/static/umap/locale/is.json,sha256=rxGksGKkDUMZ1KbFa9RyjsSHouJI9XyyuF0K07FIHm8,37572
349
+ umap/static/umap/locale/it.js,sha256=truZ6B2uwgcMEce4aJ-Iiax2Qxay2y6N69hxmmY7i1A,38845
350
+ umap/static/umap/locale/it.json,sha256=2q-JbxcQUZwCw16Cf8FF1Gcv3gBn93jWpe40_Pb38SE,38780
351
+ umap/static/umap/locale/ja.js,sha256=T-baD52WDdSaF2fdEKfIMTUFYGfO6tC5ivIoYIVxx6o,38021
352
+ umap/static/umap/locale/ja.json,sha256=5nPWl1kufSpAuB2L3JQcXOHZ1U1H2MmYAWTkGnMtqg4,37956
353
+ umap/static/umap/locale/ko.js,sha256=ys0rGHXjTeyUUADMaQ8G6apcQxVjMuld87NrqwqhCMM,36131
354
+ umap/static/umap/locale/ko.json,sha256=M89ytsUzDWbMrPz1HJYN8Uxn1ncvWBENr9bicxNY8GA,36066
355
+ umap/static/umap/locale/lt.js,sha256=wUKkc7HeknO879vf2Y18f1tFDhMEBHtLVys_5U75xks,36751
356
+ umap/static/umap/locale/lt.json,sha256=xb347uOFFyRr3f57tr2HzFktxTw-ZRJwYStxETe8PHk,36686
357
+ umap/static/umap/locale/ms.js,sha256=EoX_d6OTSnwsrnG9Y93dc4IKURQVEVuCKkMm9-vQJGU,37089
358
+ umap/static/umap/locale/ms.json,sha256=rkxQOpAlF4vGxxfzvRzv9zivd5Rg5t_D66883KWHqDw,37024
359
+ umap/static/umap/locale/nl.js,sha256=S7gfGcnpTPBzQOiDgi1mQLYsv6G536PVnCVIs4ZWiwM,38424
360
+ umap/static/umap/locale/nl.json,sha256=fTZMMq8vKV92BaQ4hLpCEo6KzKd-FCK4EsrABVnb3lk,38359
361
+ umap/static/umap/locale/no.js,sha256=1GHhqXOk1XQ7eQnox8IzfMf8Ktk2tXozpoon9WDQDDI,36171
362
+ umap/static/umap/locale/no.json,sha256=5UKbofeT4y3i2wH8ZEX-gO2GkuUrRH1aXaaKXeGrnUI,36106
363
+ umap/static/umap/locale/pl.js,sha256=ADaq67qjqfBKmb7cDjScp1va8ViMwD-tY3jyXXzGvDU,37727
364
+ umap/static/umap/locale/pl.json,sha256=UYPbOlXx4nu-GR0M3z7ZHuGflZuSRvCTpQWdPHlTXcw,37662
365
+ umap/static/umap/locale/pl_PL.json,sha256=_Te3c3dma-nq7cHiHzV8YVENtAL9Y-CGJrBp90kO9z4,35924
366
+ umap/static/umap/locale/pt.js,sha256=p5rcBg_boKQbY5Lm3vZ2KSAdfla-UolX028JHcpNWnQ,38545
367
+ umap/static/umap/locale/pt.json,sha256=sHPIyVnDIfpViQKvgCbaTlnEDbQqyUkb2eiDcJ00N1o,38480
368
+ umap/static/umap/locale/pt_BR.js,sha256=LuKpqy4u8B3OOVgK4d98r2xxT473E-XObydbSLttWDA,37196
369
+ umap/static/umap/locale/pt_BR.json,sha256=iFkz0uj3-km3CnYQi3GxLlPw2leI6hgc1zgz8XZ4f5M,37125
370
+ umap/static/umap/locale/pt_PT.js,sha256=4bvAH7nifcDsyNu-B2ts3G5zavTPdinwDcjTvRAhMmY,38259
371
+ umap/static/umap/locale/pt_PT.json,sha256=_K02k1obrnN7pYzV916HodEQxSz9OUD4BR9MefV6ZnE,38188
372
+ umap/static/umap/locale/ro.js,sha256=Vvpg_VUgrg1MEkvtIOnZiRZbrpTqhTODMuOQnTA6Dx8,36018
373
+ umap/static/umap/locale/ro.json,sha256=z1fpWpFAfHV465LmfyDjTQu6dDUv3nY_L0xTxk5nn8Y,35953
374
+ umap/static/umap/locale/ru.js,sha256=1-Be5LwCXYm2uzSus8CrTThcGbSCHpGsjl8RB6DSnq4,42376
375
+ umap/static/umap/locale/ru.json,sha256=TzC_IkpNet-nWd8U_P7aprdDwnwO7po6DoU0Wk1SJHU,42311
376
376
  umap/static/umap/locale/si.js,sha256=J-kLVXnec9LsvX67PPr-K6I5qU2d5lCg6tIkRv8Nb7o,28506
377
377
  umap/static/umap/locale/si.json,sha256=JkDOVn9CGlG5D4eLYsjWEUvXivEHtQGVa4w9CCduGQY,28441
378
- umap/static/umap/locale/sk_SK.js,sha256=CV_Dl3BMXWv43z_9810nf1kYHN9Jqr2gdeqWByIeR-0,37136
379
- umap/static/umap/locale/sk_SK.json,sha256=p4LvB_RdOWHvteHm4GjI1G7ed83e-Nnx_y9pFOIb1xQ,37065
380
- umap/static/umap/locale/sl.js,sha256=I4igEVRYm9nG5H0hkQcVzpOwc0Y5FpQd3s817lB6pr0,37030
381
- umap/static/umap/locale/sl.json,sha256=m0XoREh7focDetlS-PWSCeuBGIGohKPhCTnOjS53wBU,36965
382
- umap/static/umap/locale/sr.js,sha256=u55rmQSZ2I2jcuDegdlcGZRA3Orzvj6CxJEziyJjg30,39438
383
- umap/static/umap/locale/sr.json,sha256=s4iHlTKn4AGkKcm7ZN-OVqllaMDgErBSVbivjkrZamY,39373
384
- umap/static/umap/locale/sv.js,sha256=Wx8g9Nt3MZPz0o-qkLo0X2tsR6-V9fJkIqxta21cusc,36970
385
- umap/static/umap/locale/sv.json,sha256=69wA3QHmdyLdaccUsEV1BTBroKo67Q6hrHByhumiMjs,36905
386
- umap/static/umap/locale/th_TH.js,sha256=h0A7SbCbjWmWLJlC4r-0qEKu9gqGP1BWRvhEtUgdTqE,36975
387
- umap/static/umap/locale/th_TH.json,sha256=cqSWgrToJrxvVGI7g9b-T88Zvv4C6XggSszJmt_kLQo,36904
388
- umap/static/umap/locale/tr.js,sha256=nVY8de_gwX8LP71v4zPtZOLPDt3N9kFKbWK3_0nas7M,37421
389
- umap/static/umap/locale/tr.json,sha256=LpO4p1YoLmuoG__F2vAarTLwUIknUuE00RGDqj9y2bU,37356
390
- umap/static/umap/locale/uk_UA.js,sha256=ECSpaXBEU51EpFuVKrOIOypaZSBg1Oy3EG1OPJhriGg,42025
391
- umap/static/umap/locale/uk_UA.json,sha256=gMtyuZhbRGH6Co5em9NlIoBAjj3RaZS9l9XoMEDVPrI,41954
392
- umap/static/umap/locale/vi.js,sha256=yASGe_lx3_yU1VOpvveU3Vf9KPttmVEkKQdSqR1DHy0,36223
393
- umap/static/umap/locale/vi.json,sha256=qHnuWo4zrnVZ_xzGy9fLTtL-CRQqqB0LE7gI6QY-gSU,36158
394
- umap/static/umap/locale/vi_VN.json,sha256=GXttsrZvOXo36ZqcSYkuMR5RiQCl49kCiRq6WgHLkdU,35906
395
- umap/static/umap/locale/zh.js,sha256=uq0BY1H0XQ9IcJMnbxZMwSOvq_zrL4QvZ3pMrZNJgkE,35765
396
- umap/static/umap/locale/zh.json,sha256=YOtLW31bh5JVlxCMNtrhB7BPG5bzGD-CUQNE_oa9XpA,35700
397
- umap/static/umap/locale/zh_CN.json,sha256=GXttsrZvOXo36ZqcSYkuMR5RiQCl49kCiRq6WgHLkdU,35906
398
- umap/static/umap/locale/zh_TW.Big5.json,sha256=GXttsrZvOXo36ZqcSYkuMR5RiQCl49kCiRq6WgHLkdU,35906
399
- umap/static/umap/locale/zh_TW.js,sha256=YV04zxECAICTqqvn7qz1GKXugZCHDWdBR1Cm_OVjmxw,35560
400
- umap/static/umap/locale/zh_TW.json,sha256=cJ8_IY9ijvpw_PmD0Bpd2kmTGkOUtpm4bFW1YWGygpc,35489
378
+ umap/static/umap/locale/sk_SK.js,sha256=zfYht8rHw7fQnIVLgXHqkXsnkbWR38rBJcJssb91QXI,37142
379
+ umap/static/umap/locale/sk_SK.json,sha256=yRRzhRWCJ0lAtNVyGozl4-UWf7-q37HWbj5OHMEJGpM,37071
380
+ umap/static/umap/locale/sl.js,sha256=-d7YMhOOndbvt8VlrH8tibECzF0qH9WojS1jaqgzFTo,37045
381
+ umap/static/umap/locale/sl.json,sha256=UCg5VdkgEoKaDh-fKsYacQIvTHqnLxtWsUADJngRUGA,36980
382
+ umap/static/umap/locale/sr.js,sha256=7YSRs6OAHZxrC6nzih9TcGmxd5qVaIjLZPSzEC-iUx0,39456
383
+ umap/static/umap/locale/sr.json,sha256=eVJ7dsNHnZFKXlYfm3zeau7SA59TZMmUWq0bvt45AVs,39391
384
+ umap/static/umap/locale/sv.js,sha256=elTvuw9t3O4WEJwL9QjKWl9aeDN1jQtP49mE1EcKrM0,36985
385
+ umap/static/umap/locale/sv.json,sha256=gOi9TQ8_nYVa9PvH0W2RFF-K1VJHhdvHNF1BYP32LiU,36920
386
+ umap/static/umap/locale/th_TH.js,sha256=29Ubqcwz8A-5fiiEgtrm9q4n9V1HBJ0cGUiYq69aPks,36993
387
+ umap/static/umap/locale/th_TH.json,sha256=mU_5Teqe0boJXVQM7qrvTQO70g3oSbpuPLx3OZpXZZo,36922
388
+ umap/static/umap/locale/tr.js,sha256=fShaJVCPeCkVWuDG1OWtxo1Mxk6i4eRauhFpFzFfkys,37432
389
+ umap/static/umap/locale/tr.json,sha256=fYy21fPHi7ygEh3RNTF06s3QQlE5q8U7FcxQo94AA_k,37367
390
+ umap/static/umap/locale/uk_UA.js,sha256=W0OwZzCeZR7z5jXscEXQC9YmiGnm2J9lJfJxAGj24-Q,42029
391
+ umap/static/umap/locale/uk_UA.json,sha256=-c9EQT8hUY7qustJJU9bHwY2pxfTlbt76VLL6d9U5yw,41958
392
+ umap/static/umap/locale/vi.js,sha256=vKmGnlyNwn7SupXaAEFQfVeDAWVjNGPoeTAGMGaDyFI,36241
393
+ umap/static/umap/locale/vi.json,sha256=1oqRgjAEQNVsFaHVErxi0XUtGwrOCNlwmSTQU8XBuUo,36176
394
+ umap/static/umap/locale/vi_VN.json,sha256=_Te3c3dma-nq7cHiHzV8YVENtAL9Y-CGJrBp90kO9z4,35924
395
+ umap/static/umap/locale/zh.js,sha256=JFOi0QZ3trJ8IB2lzNnkcIe490MRfIGZZh7CVreYjKU,35784
396
+ umap/static/umap/locale/zh.json,sha256=X8D2SY6rHaCqlh21xwh32WHHW0NoTENDqIdhxjCJHeo,35719
397
+ umap/static/umap/locale/zh_CN.json,sha256=_Te3c3dma-nq7cHiHzV8YVENtAL9Y-CGJrBp90kO9z4,35924
398
+ umap/static/umap/locale/zh_TW.Big5.json,sha256=_Te3c3dma-nq7cHiHzV8YVENtAL9Y-CGJrBp90kO9z4,35924
399
+ umap/static/umap/locale/zh_TW.js,sha256=bJGoUQuAp_MA0uZcODUFfq8ecEBEPFUqHiNz_CwN9Fg,35524
400
+ umap/static/umap/locale/zh_TW.json,sha256=IsJm4PcNFdJ5dBfhF9WNCV_RkGoY__azCCAt2Zmgglo,35453
401
401
  umap/static/umap/unittests/URLs.js,sha256=wF0hfRX3NqwFAe31QGeKFwavUpNP2T8pHwXBlcpiwNo,2070
402
402
  umap/static/umap/unittests/hlc.js,sha256=GvpBaBSgfMs0Zym0_zOs2QldUOcbFNVIKweBhuwM_QI,5294
403
403
  umap/static/umap/unittests/sync.js,sha256=SRzK5N7o7iZodye53evBTZZjXG1mMm6dguV_Iyh69XQ,11096
404
- umap/static/umap/unittests/utils.js,sha256=M-aew-KLqUMBWAdrUwaYygign2RwSCpvhN6dzGXM9GA,29223
404
+ umap/static/umap/unittests/utils.js,sha256=I0rWOaT3FLWfi_0WM1nnwTXdFc9kj4fQGwOGzQ_-MAg,29399
405
405
  umap/static/umap/vendors/betterknown/betterknown.mjs,sha256=dFgTX_0-k905dEgF5P9icVWeKa9twumz7ghiWOK9yC8,7915
406
406
  umap/static/umap/vendors/colorbrewer/colorbrewer.js,sha256=wEHf7UslhI09j7tfzC1V9FLgTbZELDbbtGiL2x0y9vY,23051
407
407
  umap/static/umap/vendors/csv2geojson/csv2geojson.js,sha256=FARwXdqk_yf3ttJmSyrJ204B9glI2YaZ2vuhaQPmhVk,15712
@@ -409,9 +409,6 @@ umap/static/umap/vendors/dompurify/purify.es.js,sha256=OwJJkYgszIMGao8OZPP_KoTXY
409
409
  umap/static/umap/vendors/dompurify/purify.es.mjs.map,sha256=ShuPMvIg9nnEZh6FHSieF9HXaWY6L5CpcCdxTKnNnJI,1432
410
410
  umap/static/umap/vendors/editable/Leaflet.Editable.js,sha256=6PAIioDT6LcLvQtMhPCZstLqwieMVZ9lo3Q7ipJF5iQ,69724
411
411
  umap/static/umap/vendors/editable/Path.Drag.js,sha256=EATyTfgSiCkdjTwGM5lU1RZayxzynqhE-AgnuRlqYI0,3898
412
- umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.css,sha256=eVKDGO_G2bIJvf_o5490h8BbMh5XeraSLmo6qTc8zj8,1263
413
- umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.js,sha256=ati65azw8WxPG70b4JblFSHgD-fJ0ytriQEzC5tJWCM,9141
414
- umap/static/umap/vendors/editinosm/edit-in-osm.png,sha256=xsQrWBc8olICRKg-bt7auEoceoCoWWZxm5OmAHSE2PM,3340
415
412
  umap/static/umap/vendors/fullscreen/Leaflet.fullscreen.js,sha256=_VGiFGzaidNadoKY4_8zFXP_OqGdajjpB-0vNHRz33o,5041
416
413
  umap/static/umap/vendors/fullscreen/Leaflet.fullscreen.min.js,sha256=RQN1bmEq_28pzVG8Csu34O677VNj5_1xl1wUGyDjMuo,3654
417
414
  umap/static/umap/vendors/fullscreen/fullscreen.png,sha256=yDtz-dhjuAoo6q9xc00-_XNTrGwEWrN80pOneFdol4g,299
@@ -480,14 +477,14 @@ umap/templates/umap/about.html,sha256=Shu5lP_Iff4iQMDhMACuwdlZ00o8Yi3MT1du-y2rDE
480
477
  umap/templates/umap/about_summary.html,sha256=9_K2HxctGKjU3GWaI9Rny-kb_iLnS5lScx2WJrbd89I,2339
481
478
  umap/templates/umap/branding.html,sha256=8IzkIWqiZckgkX9FC-n1v6f8JIB2q7DcX3JHscxsaYA,60
482
479
  umap/templates/umap/content.html,sha256=BHtQMYOOlfQXWFJtSRV2qTnXsgjF7_IKJ7-c4iZpSo0,2379
483
- umap/templates/umap/content_footer.html,sha256=170C-9K0a1qkNb4m-x5Vg7bNstvHVEXueDfgPPvXk0I,1130
484
- umap/templates/umap/css.html,sha256=eTVmcxBs1u8ehogjipH3sutheSJ6_Vu7ct-3cTKE9IM,2076
480
+ umap/templates/umap/content_footer.html,sha256=MO2a0cB32vUcgd3xqK0Xm_G9oCEJcH_TNk94kSZ-yzE,1242
481
+ umap/templates/umap/css.html,sha256=L-ZuHy7f298AGyzblH6w0GiBkt-_dDwP_pKQLnNZyD4,1977
485
482
  umap/templates/umap/dashboard_menu.html,sha256=fQ7nLKhIAUF_ki16tR7oWwFWCmMs92iKx6gEjx5XpMo,996
486
483
  umap/templates/umap/design_system.html,sha256=3LeAtOjkvDSG2PWNeHrAo0G3AQJ7JGMMQE2-L2Plxmw,23813
487
484
  umap/templates/umap/footer.html,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
488
485
  umap/templates/umap/header.html,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
489
486
  umap/templates/umap/home.html,sha256=JuzDOx3-T_XyWT1Rwdy50PWvjlRjnhAXMM4-yvVUkts,890
490
- umap/templates/umap/js.html,sha256=kAIZtORiXnLUFDZEFAodKU12uHdx4aKVJKbK4p6R_9Y,2290
487
+ umap/templates/umap/js.html,sha256=3v4VuiPD40xXaSJZgUhv06gJQzekirrApBiHRGkTN4c,2217
491
488
  umap/templates/umap/locale.js,sha256=AP-mSJQq5RyC3eNaBbk-sOsD80r0_qlvuK1afXdsVo4,112
492
489
  umap/templates/umap/login_popup_end.html,sha256=dH4UxP65p2CXPqKHFXpWLw4LmkEaQidutN_qOoq74-U,1133
493
490
  umap/templates/umap/map_detail.html,sha256=vNFIK7BhWWNiiBnMwKDPyvr0LZH9rLLqD95T_wsi5ng,1217
@@ -532,7 +529,7 @@ umap/tests/test_statics.py,sha256=k6sl68BHFMx1tvSU1PC6sBjBm1ZNB1CJfO-P0fVLnzo,12
532
529
  umap/tests/test_switch_user.py,sha256=MzTBxcPVm8X0R4gBkBL_wntznOyEn0ixJSEiQMvaxGo,1255
533
530
  umap/tests/test_team_views.py,sha256=edmqn_tx4XQ1sEQtB7CpuJT6WwQQiUyUYu8-ESZxFcw,5615
534
531
  umap/tests/test_tilelayer.py,sha256=toVpVutEvMLWKx5uH7ZbGNPGzqICZx1_S2OOpIfYPfQ,603
535
- umap/tests/test_utils.py,sha256=BWtrNhkei7LacUqVGVP9fMX4Ys_wYu4AAOLwNZfFfLo,692
532
+ umap/tests/test_utils.py,sha256=Kcn8uXxDtjDRVrPWs_g4y7hOe-kwqOuIDNA5H94e55s,817
536
533
  umap/tests/test_views.py,sha256=DjOn7HxKGReXnskWW-QrQljPBOPvQ5ebaJ5inG-EoYw,19504
537
534
  umap/tests/fixtures/categorized_highway.geojson,sha256=p7QHOd8nXi7yVq37gY6Ca8BXkjaLnDxW9Fq0Zcm3Fk4,15830
538
535
  umap/tests/fixtures/choropleth_region_chomage.geojson,sha256=mVVbYlf92Sr3wWH9ETm43FdHz1U3zjsn91HuU5H5r4Y,21325
@@ -557,9 +554,9 @@ umap/tests/fixtures/test_upload_missing_name.json,sha256=klSMHb6laTghzU4AdIG1_p5
557
554
  umap/tests/fixtures/test_upload_non_linear_ring.json,sha256=WOR0NnJHNUUW6VKzZyIxU7WL1llnAmEVJwCWla6XOds,1525
558
555
  umap/tests/fixtures/test_upload_simple_marker.json,sha256=jH15G5PxgVO-DZb4TPxVMAi1_uzhkvZcFkVUb50CS3Q,393
559
556
  umap/tests/integration/__init__.py,sha256=nqQ2miDnSZOKDuFhQ5saFN3qQuK73Cs6xL9Od-mEKG4,57
560
- umap/tests/integration/conftest.py,sha256=8d0Io2KeqaqhPY7Sn4kYB5uYIJtEx3uahIUgq9z6apA,2370
557
+ umap/tests/integration/conftest.py,sha256=FmTMICZ13aGsEkhkJTXmkwQd3QNICF2y8Tdny4SLH3g,2437
561
558
  umap/tests/integration/helpers.py,sha256=vvGX5b-DS2fMVDdeXz1lH2IleZkRHjyL7DVvatJU8Do,344
562
- umap/tests/integration/test_anonymous_owned_map.py,sha256=UmhnaI5JvDSmXiUaDTnvbK9A5Ker9kGEtShmjNT_8AE,13233
559
+ umap/tests/integration/test_anonymous_owned_map.py,sha256=1ksU07JHfU0y-Y4RzdpuinsrjwB-ltMHhKua5fpcjKQ,13247
563
560
  umap/tests/integration/test_basics.py,sha256=5HGgkuKa2-zsh7s9lxqsFNOW4LJhdZoHDFCdSmetDUc,5166
564
561
  umap/tests/integration/test_browser.py,sha256=d3ZkL7qyZAEDo4b9u5MqhHQ3EjF7jQcoM7shl7LGStQ,21955
565
562
  umap/tests/integration/test_caption.py,sha256=9JHQvTju2W-IoV2UBrEUAH4nV2W7eKN2hJi4YcPfSPE,1843
@@ -567,47 +564,48 @@ umap/tests/integration/test_categorized_layer.py,sha256=XCCK62fBljTEbt0EKoGsHf9h
567
564
  umap/tests/integration/test_choropleth.py,sha256=Lsd7tszSIua_GUeXhosB-JWk35zYN-3WKRVYI0ZrNSM,3777
568
565
  umap/tests/integration/test_circles_layer.py,sha256=PjYGmCvAd9qDnldnbiw6nomJs1YgUdX181a9xrWSUYE,2396
569
566
  umap/tests/integration/test_cluster.py,sha256=Ltkk0KUeUtU59lbNwZeoTyaGSYWto5k-rS6_SZ_QnGc,5457
570
- umap/tests/integration/test_conditional_rules.py,sha256=kshRiglISOP7dAKKRkbECGYM-xTZNCalzM_09yK8aJE,15659
567
+ umap/tests/integration/test_conditional_rules.py,sha256=MUNAL4usehmrZqZRrjzXjp06unoqdSysttsheZ2DgG8,17524
571
568
  umap/tests/integration/test_dashboard.py,sha256=LClLBc8lgDM1-NGhkvUSUMLmMuKt3sR1ubt2Eo-Iq7A,1550
572
569
  umap/tests/integration/test_datalayer.py,sha256=tjerFu7npF3bQ8L8VOHWjdFJrKU22rGjEqSv2-fj-bY,5525
573
- umap/tests/integration/test_draw_polygon.py,sha256=pnehOGViJvbp_Ksxdg9ss7mtEUNwHbwwspghyod7pt0,25398
574
- umap/tests/integration/test_draw_polyline.py,sha256=RgivhjEzjHVE6niPG5uAxJjtmEVD11ftuU4Tb47bXh8,14717
570
+ umap/tests/integration/test_draw_polygon.py,sha256=t5DCoksF-ErcAlZtXPU-xBbVs529N8CCHXs1F2LJ-jY,25690
571
+ umap/tests/integration/test_draw_polyline.py,sha256=BTvF5W3jFMLfnY60RCXatJ9MV8vNnPqzHxtOOfkbjS8,15175
575
572
  umap/tests/integration/test_draw_route.py,sha256=hxa_uVqHLLEbbSsEIMsPsq5fMCNoKWY7cRCpMwqudmM,7276
576
- umap/tests/integration/test_edit_datalayer.py,sha256=l5DwzpWXsy80HxMKrF7z7HZPZi1RtFluONpjDrUBqb8,10224
573
+ umap/tests/integration/test_edit_datalayer.py,sha256=Q4CGSlKCxrkiO2jrX39uxPzxwqvJsd0eCN9fdFVZDiA,10238
577
574
  umap/tests/integration/test_edit_map.py,sha256=0TXwrjgSKok7nxa-wy7WjVb8-lG0-zfS8s-f9klmqOQ,8784
578
575
  umap/tests/integration/test_edit_marker.py,sha256=INj_7CYZxYN7usJbMn2xqIRKZRYnaurlzqr1V3dxdzY,5774
579
576
  umap/tests/integration/test_edit_polygon.py,sha256=l2CxnTnblRYUiiBV3ERwPkZ-VQTEWzFSFWhAzTF9BgA,5252
580
577
  umap/tests/integration/test_export_map.py,sha256=2Sijh3KUE6cqK0tDNMnHayXk5Ei69i0ARLqymBUiiWM,15957
581
578
  umap/tests/integration/test_features_id_generation.py,sha256=mGoLIKV3xTc59XSnNPbAgHeG6RjMYwhmaVEmcqSnv-4,1463
582
- umap/tests/integration/test_fields.py,sha256=BmE3qnyq603TYTRT9UaatYZiYTiCEVAdfbADuSltW70,17638
579
+ umap/tests/integration/test_fields.py,sha256=Rx197Q49-XGUPQ9Jakcp3pkAf2Q9Gtxs6wmFlz5pBB8,18352
583
580
  umap/tests/integration/test_filters.py,sha256=0iMdhG1R0Jv4MVKtbmelaxEK6T81oC4CeoDInM2LDNw,24292
584
581
  umap/tests/integration/test_heatmap.py,sha256=N4CH5cRrI8tNsCOqQAqhQR2eKV0bHV2uwF5apml_DCs,1627
585
- umap/tests/integration/test_iframe.py,sha256=CQ3AdjqLjaI0JKFZ4lnBWedtmvgJ5G6nnGZESoSBqHY,898
586
- umap/tests/integration/test_import.py,sha256=vryx_CTsX9A3gY7uhaIu7kkIbtm9b1gEZbxSeeQz8E0,42833
587
- umap/tests/integration/test_map.py,sha256=ev-rbQteyL8d9bCgNThNqyZCMKiF5umVhCj9eCOxMNg,8761
582
+ umap/tests/integration/test_iframe.py,sha256=fwwX9QVBR_zaMHAvfKQSiNGzFJ4Lu3BJlH8asz1nIUc,901
583
+ umap/tests/integration/test_import.py,sha256=0uNs3LsN4Aw1fyVwtyOhDtJgvAdahXOxWXUhxb_CxHQ,44512
584
+ umap/tests/integration/test_map.py,sha256=m4wZZFSODH47bN0gX3Ep0cvOBKT7pmFHhax9cbizAgw,8785
588
585
  umap/tests/integration/test_map_list.py,sha256=l1FImKnJkY7DupYX8waKaUZqhnORR20L8dzaqu-eF8E,1280
589
586
  umap/tests/integration/test_map_preview.py,sha256=lmHiF7lk_2qkgXlhTHUkAWrUEEGzzbi80_QR7Xuqwho,3541
590
587
  umap/tests/integration/test_optimistic_merge.py,sha256=N1FM0TiaMDd4Ldbzvq7kZRMLQeF3tfRNkg5TjesvQFw,13344
591
- umap/tests/integration/test_owned_map.py,sha256=SSOEpqsaBtCCVhyiyjBFF9dEDvbpSh0Lh0n-WTvFEO4,10796
588
+ umap/tests/integration/test_owned_map.py,sha256=1BeMbo6ZW-vu6FnUXuLeGbWhFhI9Rm_1zrF5bO-9wTY,10815
592
589
  umap/tests/integration/test_picto.py,sha256=XNUmBElJDsI884UqusNxKLHKKqu_RQwtRg4hZwp6V3k,9340
593
- umap/tests/integration/test_popup.py,sha256=kZy6JAJIs2R6tnPbGEzgz_yX76yMbEAfPqCa6c9P670,1445
590
+ umap/tests/integration/test_popup.py,sha256=Bnm_wwr8GqZOhiyTL9mX21eMC0AtXyYkO5Xes8w1mS4,2483
594
591
  umap/tests/integration/test_querystring.py,sha256=i6fQEAcNiD2SADv0wRQewGVA4CWrmOOpqnZGOnENOtg,2754
595
- umap/tests/integration/test_remote_data.py,sha256=ZMdeG-LpnqbM9fMyN1V1hzwsb_gqz9O0QtTnqUfMc3c,4283
592
+ umap/tests/integration/test_remote_data.py,sha256=uAzoBQrnQy5_F09Lrf_g0r98PIVh_vzhbah4DECNQJc,4314
596
593
  umap/tests/integration/test_save.py,sha256=N6pzFXgFekkSMfZ-oetg2HhTmrmBiqmVnUCoXPoWNnc,1261
597
- umap/tests/integration/test_share.py,sha256=LOwOV0v3viFcsS4r1QQKDwX8-rXmFZvJL8tC75sr0Uk,1809
594
+ umap/tests/integration/test_search.py,sha256=rCAUeuOh8_bBi3jtMvKWXSPfmkMsuuEvAXYIrQU_X5s,1416
595
+ umap/tests/integration/test_share.py,sha256=6VuzNf29jk6VI4ax6IwWPTgaHafDtGCw8FHnyni9DpA,1795
598
596
  umap/tests/integration/test_slideshow.py,sha256=yhy75YYpfTKpkGK7xGjJDJoqHtN6p2LG-O4krVE1Yks,1907
599
597
  umap/tests/integration/test_star.py,sha256=qJUvFij0XK0PcWJnbe4w8nTvTjbJdJ5X-2JjHy6DqEw,973
600
598
  umap/tests/integration/test_tableeditor.py,sha256=7XDCgpHMMhz5eLMySWeVmlf-u8B14qAkFh4-nCUk1nA,11619
601
- umap/tests/integration/test_team.py,sha256=LVuj5Dhz27cqk6ieEbukGsdy9J2FP5aQmcMex_xevIg,1594
599
+ umap/tests/integration/test_team.py,sha256=N5L33v-rFZsfhSGc7wbdTKn8YbUj0JsJ6IZ8fJOq0JQ,1599
602
600
  umap/tests/integration/test_templates.py,sha256=QtGZpYmA1Epwp9olYAbl7Mqncs2YSXutqEVHV3-nlkU,1768
603
601
  umap/tests/integration/test_tilelayer.py,sha256=rBI3bm4hCpH87rcFvuc5H8yu1D9FQBZMNbqqJzpdI24,5302
604
602
  umap/tests/integration/test_undo_redo.py,sha256=1wSb43fI3ZpJcegW9AaQZ7a2BcuBSfkMAuT5zBsfO0s,9302
605
603
  umap/tests/integration/test_view_marker.py,sha256=NFCwNez__E_WsE1DuW5RuB0HVKDP4CQMXGhJw0LfnFs,6900
606
604
  umap/tests/integration/test_view_polygon.py,sha256=NMJC6Nt9VpQ8FIU9Pqq2OspHv49xsWlsoXCr8iBa0VA,2060
607
605
  umap/tests/integration/test_view_polyline.py,sha256=aJoXKmLhJaN0yhPdDCVskZNGx3q3mLDkjVPhZ30cadA,13959
608
- umap/tests/integration/test_websocket_sync.py,sha256=H4McrVrYt8c-b2AeWLEECATp2d-1xW1-6rkwTvcwPEA,29412
609
- umap_project-3.4.0b3.dist-info/METADATA,sha256=WUaNLLll7f0ZIDagMY83kUSinRK2RGKQRWR7--tlj98,5749
610
- umap_project-3.4.0b3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
611
- umap_project-3.4.0b3.dist-info/entry_points.txt,sha256=gz-KDQfEsMLBae8ABOD3foJsCYGPW1tA4Y394R_1RW8,39
612
- umap_project-3.4.0b3.dist-info/licenses/LICENSE,sha256=kQtrtRKgiPhcl7aO0-lmvbrNAXu7WHyiXvPrUk-TD2Q,820
613
- umap_project-3.4.0b3.dist-info/RECORD,,
606
+ umap/tests/integration/test_websocket_sync.py,sha256=WEJQL7FU28UFxz7YfA0kOQFDqV_-dofxqF7D955iIM0,29790
607
+ umap_project-3.4.2.dist-info/METADATA,sha256=Z_pkgG9sH1EybmooSBD_BihlAxIWAAMRcqSb1Xytmso,5746
608
+ umap_project-3.4.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
609
+ umap_project-3.4.2.dist-info/entry_points.txt,sha256=gz-KDQfEsMLBae8ABOD3foJsCYGPW1tA4Y394R_1RW8,39
610
+ umap_project-3.4.2.dist-info/licenses/LICENSE,sha256=kQtrtRKgiPhcl7aO0-lmvbrNAXu7WHyiXvPrUk-TD2Q,820
611
+ umap_project-3.4.2.dist-info/RECORD,,