umap-project 2.4.1__py3-none-any.whl → 2.5.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (199) 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 +145 -90
  4. umap/locale/en/LC_MESSAGES/django.po +13 -13
  5. umap/locale/eu/LC_MESSAGES/django.mo +0 -0
  6. umap/locale/eu/LC_MESSAGES/django.po +145 -89
  7. umap/locale/hu/LC_MESSAGES/django.mo +0 -0
  8. umap/locale/hu/LC_MESSAGES/django.po +100 -50
  9. umap/static/umap/base.css +5 -2
  10. umap/static/umap/content.css +2 -2
  11. umap/static/umap/css/contextmenu.css +11 -0
  12. umap/static/umap/css/dialog.css +25 -4
  13. umap/static/umap/css/importers.css +2 -0
  14. umap/static/umap/css/panel.css +6 -4
  15. umap/static/umap/css/slideshow.css +69 -0
  16. umap/static/umap/css/tableeditor.css +69 -0
  17. umap/static/umap/css/tooltip.css +3 -3
  18. umap/static/umap/img/16-white.svg +4 -0
  19. umap/static/umap/img/source/16-white.svg +5 -1
  20. umap/static/umap/js/components/alerts/alert.css +11 -11
  21. umap/static/umap/js/components/alerts/alert.js +1 -1
  22. umap/static/umap/js/modules/autocomplete.js +27 -5
  23. umap/static/umap/js/modules/browser.js +20 -14
  24. umap/static/umap/js/modules/caption.js +4 -4
  25. umap/static/umap/js/modules/dompurify.js +2 -3
  26. umap/static/umap/js/modules/facets.js +53 -17
  27. umap/static/umap/js/modules/formatter.js +153 -0
  28. umap/static/umap/js/modules/global.js +25 -16
  29. umap/static/umap/js/modules/help.js +26 -26
  30. umap/static/umap/js/modules/importer.js +10 -10
  31. umap/static/umap/js/modules/importers/communesfr.js +3 -1
  32. umap/static/umap/js/modules/importers/datasets.js +8 -6
  33. umap/static/umap/js/modules/importers/geodatamine.js +14 -14
  34. umap/static/umap/js/modules/importers/overpass.js +19 -15
  35. umap/static/umap/js/modules/orderable.js +2 -2
  36. umap/static/umap/js/modules/request.js +1 -1
  37. umap/static/umap/js/modules/rules.js +26 -11
  38. umap/static/umap/js/modules/schema.js +16 -12
  39. umap/static/umap/js/{umap.share.js → modules/share.js} +58 -103
  40. umap/static/umap/js/modules/slideshow.js +141 -0
  41. umap/static/umap/js/modules/sync/engine.js +3 -3
  42. umap/static/umap/js/modules/sync/updaters.js +10 -11
  43. umap/static/umap/js/modules/sync/websocket.js +1 -1
  44. umap/static/umap/js/modules/tableeditor.js +329 -0
  45. umap/static/umap/js/modules/ui/base.js +93 -0
  46. umap/static/umap/js/modules/ui/contextmenu.js +50 -0
  47. umap/static/umap/js/modules/ui/dialog.js +169 -31
  48. umap/static/umap/js/modules/ui/panel.js +7 -5
  49. umap/static/umap/js/modules/ui/tooltip.js +7 -77
  50. umap/static/umap/js/modules/urls.js +1 -2
  51. umap/static/umap/js/modules/utils.js +36 -16
  52. umap/static/umap/js/umap.controls.js +27 -29
  53. umap/static/umap/js/umap.core.js +19 -15
  54. umap/static/umap/js/umap.datalayer.permissions.js +15 -18
  55. umap/static/umap/js/umap.features.js +113 -131
  56. umap/static/umap/js/umap.forms.js +203 -228
  57. umap/static/umap/js/umap.icon.js +17 -22
  58. umap/static/umap/js/umap.js +117 -107
  59. umap/static/umap/js/umap.layer.js +374 -324
  60. umap/static/umap/js/umap.permissions.js +7 -10
  61. umap/static/umap/js/umap.popup.js +20 -20
  62. umap/static/umap/locale/am_ET.js +22 -5
  63. umap/static/umap/locale/am_ET.json +22 -5
  64. umap/static/umap/locale/ar.js +22 -5
  65. umap/static/umap/locale/ar.json +22 -5
  66. umap/static/umap/locale/ast.js +22 -5
  67. umap/static/umap/locale/ast.json +22 -5
  68. umap/static/umap/locale/bg.js +22 -5
  69. umap/static/umap/locale/bg.json +22 -5
  70. umap/static/umap/locale/br.js +22 -5
  71. umap/static/umap/locale/br.json +22 -5
  72. umap/static/umap/locale/ca.js +56 -39
  73. umap/static/umap/locale/ca.json +56 -39
  74. umap/static/umap/locale/cs_CZ.js +22 -5
  75. umap/static/umap/locale/cs_CZ.json +22 -5
  76. umap/static/umap/locale/da.js +22 -5
  77. umap/static/umap/locale/da.json +22 -5
  78. umap/static/umap/locale/de.js +22 -5
  79. umap/static/umap/locale/de.json +22 -5
  80. umap/static/umap/locale/el.js +27 -10
  81. umap/static/umap/locale/el.json +27 -10
  82. umap/static/umap/locale/en.js +22 -6
  83. umap/static/umap/locale/en.json +22 -6
  84. umap/static/umap/locale/en_US.json +22 -5
  85. umap/static/umap/locale/es.js +22 -6
  86. umap/static/umap/locale/es.json +22 -6
  87. umap/static/umap/locale/et.js +22 -5
  88. umap/static/umap/locale/et.json +22 -5
  89. umap/static/umap/locale/eu.js +167 -150
  90. umap/static/umap/locale/eu.json +167 -150
  91. umap/static/umap/locale/fa_IR.js +22 -5
  92. umap/static/umap/locale/fa_IR.json +22 -5
  93. umap/static/umap/locale/fi.js +22 -5
  94. umap/static/umap/locale/fi.json +22 -5
  95. umap/static/umap/locale/fr.js +22 -6
  96. umap/static/umap/locale/fr.json +22 -6
  97. umap/static/umap/locale/gl.js +22 -5
  98. umap/static/umap/locale/gl.json +22 -5
  99. umap/static/umap/locale/he.js +22 -5
  100. umap/static/umap/locale/he.json +22 -5
  101. umap/static/umap/locale/hr.js +22 -5
  102. umap/static/umap/locale/hr.json +22 -5
  103. umap/static/umap/locale/hu.js +89 -72
  104. umap/static/umap/locale/hu.json +89 -72
  105. umap/static/umap/locale/id.js +22 -5
  106. umap/static/umap/locale/id.json +22 -5
  107. umap/static/umap/locale/is.js +22 -5
  108. umap/static/umap/locale/is.json +22 -5
  109. umap/static/umap/locale/it.js +22 -5
  110. umap/static/umap/locale/it.json +22 -5
  111. umap/static/umap/locale/ja.js +22 -5
  112. umap/static/umap/locale/ja.json +22 -5
  113. umap/static/umap/locale/ko.js +22 -5
  114. umap/static/umap/locale/ko.json +22 -5
  115. umap/static/umap/locale/lt.js +22 -5
  116. umap/static/umap/locale/lt.json +22 -5
  117. umap/static/umap/locale/ms.js +22 -5
  118. umap/static/umap/locale/ms.json +22 -5
  119. umap/static/umap/locale/nl.js +22 -5
  120. umap/static/umap/locale/nl.json +22 -5
  121. umap/static/umap/locale/no.js +22 -5
  122. umap/static/umap/locale/no.json +22 -5
  123. umap/static/umap/locale/pl.js +22 -5
  124. umap/static/umap/locale/pl.json +22 -5
  125. umap/static/umap/locale/pl_PL.json +22 -5
  126. umap/static/umap/locale/pt.js +22 -6
  127. umap/static/umap/locale/pt.json +22 -6
  128. umap/static/umap/locale/pt_BR.js +22 -5
  129. umap/static/umap/locale/pt_BR.json +22 -5
  130. umap/static/umap/locale/pt_PT.js +22 -5
  131. umap/static/umap/locale/pt_PT.json +22 -5
  132. umap/static/umap/locale/ro.js +22 -5
  133. umap/static/umap/locale/ro.json +22 -5
  134. umap/static/umap/locale/ru.js +22 -5
  135. umap/static/umap/locale/ru.json +22 -5
  136. umap/static/umap/locale/sk_SK.js +22 -5
  137. umap/static/umap/locale/sk_SK.json +22 -5
  138. umap/static/umap/locale/sl.js +22 -5
  139. umap/static/umap/locale/sl.json +22 -5
  140. umap/static/umap/locale/sr.js +22 -5
  141. umap/static/umap/locale/sr.json +22 -5
  142. umap/static/umap/locale/sv.js +22 -5
  143. umap/static/umap/locale/sv.json +22 -5
  144. umap/static/umap/locale/th_TH.js +22 -5
  145. umap/static/umap/locale/th_TH.json +22 -5
  146. umap/static/umap/locale/tr.js +22 -5
  147. umap/static/umap/locale/tr.json +22 -5
  148. umap/static/umap/locale/uk_UA.js +22 -5
  149. umap/static/umap/locale/uk_UA.json +22 -5
  150. umap/static/umap/locale/vi.js +22 -5
  151. umap/static/umap/locale/vi.json +22 -5
  152. umap/static/umap/locale/vi_VN.json +22 -5
  153. umap/static/umap/locale/zh.js +22 -5
  154. umap/static/umap/locale/zh.json +22 -5
  155. umap/static/umap/locale/zh_CN.json +22 -5
  156. umap/static/umap/locale/zh_TW.Big5.json +22 -5
  157. umap/static/umap/locale/zh_TW.js +22 -5
  158. umap/static/umap/locale/zh_TW.json +22 -5
  159. umap/static/umap/map.css +9 -153
  160. umap/static/umap/vars.css +15 -0
  161. umap/static/umap/vendors/dompurify/purify.es.js +5 -59
  162. umap/static/umap/vendors/dompurify/purify.es.mjs.map +1 -1
  163. umap/static/umap/vendors/formbuilder/Leaflet.FormBuilder.js +410 -428
  164. umap/static/umap/vendors/geojson-to-gpx/index.js +155 -0
  165. umap/static/umap/vendors/osmtogeojson/osmtogeojson.js +1 -2
  166. umap/static/umap/vendors/togeojson/togeojson.es.js +1109 -0
  167. umap/static/umap/vendors/togeojson/{togeojson.umd.js.map → togeojson.es.mjs.map} +1 -1
  168. umap/static/umap/vendors/tokml/tokml.es.js +895 -0
  169. umap/static/umap/vendors/tokml/tokml.es.mjs.map +1 -0
  170. umap/storage.py +6 -2
  171. umap/templates/umap/components/alerts/alert.html +3 -3
  172. umap/templates/umap/css.html +3 -0
  173. umap/templates/umap/js.html +0 -6
  174. umap/tests/fixtures/categorized_highway.geojson +1 -0
  175. umap/tests/fixtures/test_import_osm_relation.json +130 -0
  176. umap/tests/integration/conftest.py +8 -1
  177. umap/tests/integration/test_browser.py +3 -2
  178. umap/tests/integration/test_categorized_layer.py +141 -0
  179. umap/tests/integration/test_conditional_rules.py +21 -0
  180. umap/tests/integration/test_datalayer.py +9 -4
  181. umap/tests/integration/test_edit_datalayer.py +1 -0
  182. umap/tests/integration/test_edit_polygon.py +1 -1
  183. umap/tests/integration/test_export_map.py +2 -3
  184. umap/tests/integration/test_import.py +22 -0
  185. umap/tests/integration/test_map_preview.py +36 -2
  186. umap/tests/integration/test_tableeditor.py +158 -4
  187. umap/tests/integration/test_websocket_sync.py +2 -2
  188. umap/tests/test_views.py +2 -2
  189. umap/views.py +3 -2
  190. {umap_project-2.4.1.dist-info → umap_project-2.5.0.dist-info}/METADATA +8 -8
  191. {umap_project-2.4.1.dist-info → umap_project-2.5.0.dist-info}/RECORD +194 -184
  192. umap/static/umap/js/umap.slideshow.js +0 -165
  193. umap/static/umap/js/umap.tableeditor.js +0 -118
  194. umap/static/umap/vendors/togeojson/togeojson.umd.js +0 -2
  195. umap/static/umap/vendors/togpx/togpx.js +0 -547
  196. umap/static/umap/vendors/tokml/tokml.js +0 -343
  197. {umap_project-2.4.1.dist-info → umap_project-2.5.0.dist-info}/WHEEL +0 -0
  198. {umap_project-2.4.1.dist-info → umap_project-2.5.0.dist-info}/entry_points.txt +0 -0
  199. {umap_project-2.4.1.dist-info → umap_project-2.5.0.dist-info}/licenses/LICENSE +0 -0
@@ -1,4 +1,4 @@
1
- umap/__init__.py,sha256=liW7GDwlfGm-Uu-jpwWCKTecLBA0kLmrtuKKxLK2dH8,18
1
+ umap/__init__.py,sha256=fsg24VguiJZpIthG-J0moFIDnrsCZptYgdX4AC4T4o4,18
2
2
  umap/admin.py,sha256=gL6zrexmDbIKIqOKHCuAM5wtqr8FIQkRtjbcXcNyBrs,749
3
3
  umap/apps.py,sha256=5ssKqPUuNJlapaBmr4LY_HDb7J1NFCT3wzythxQOOfs,109
4
4
  umap/autocomplete.py,sha256=WUsbsVBl_KzzEzxB4g3rAoS5-eEvCZGtelVzXeOFV90,444
@@ -9,10 +9,10 @@ umap/forms.py,sha256=bpNLMSsB1sHUcaf24MmUpwVdEz_SHy_ohfhQMoKwDzI,3128
9
9
  umap/managers.py,sha256=-lBK0xYFRDfX76qDRdLnZOA8jEPYseEwIj8QOiHVM4w,243
10
10
  umap/middleware.py,sha256=p8EPW_gYW8Wh2lk0DNIAkZQbYlBZugW7Yq4iiA7L4aE,514
11
11
  umap/models.py,sha256=3_AHTDnh2EG_aAv16bJ99gw-mz5KfAIJZgV9XRVIbaY,17660
12
- umap/storage.py,sha256=bdjjdn768fZJYsyDNBxgwLvSu6rhde_Cc6yzyZZDmSg,2282
12
+ umap/storage.py,sha256=_E4lPFb7VQb_1nN1MXXWb1-hWPs-8XnXR9I3yCQQDhY,2429
13
13
  umap/urls.py,sha256=U8h4_C67GXfIZCWJRiOGf2in7g8wtVefhKzj3Aw7Q-U,7012
14
14
  umap/utils.py,sha256=19i8ibi-1IXxafT4k_yOHMhD-DsPH74Ll9qw-UrUkM4,5856
15
- umap/views.py,sha256=iHU1glFj30Lizn2maH7PiXdvyTrOCQ3GTI9yTJrmirg,42213
15
+ umap/views.py,sha256=KgKWTvXeqZl97gY2ZSKp1pj_t5tubZI8HqeM9Pc5k-c,42247
16
16
  umap/websocket_server.py,sha256=igM05T95y7IqidPy8nVrCwbydj_xcCEAqwjZPb0mxyA,3023
17
17
  umap/wsgi.py,sha256=IopIgnDZbCus3XpSetTHnra9VyzWi0Y2tJo-CmfTWCY,1132
18
18
  umap/bin/__init__.py,sha256=iA3ON4A6NCpenrn3q2OgefUKF5QRFIQS-FtS0pxruI8,234
@@ -34,16 +34,16 @@ umap/locale/da/LC_MESSAGES/django.mo,sha256=iaJCTWGuBwECcHX4QuN1okL4mrFWcyQcXoxj
34
34
  umap/locale/da/LC_MESSAGES/django.po,sha256=1d1q7jWvVKi0a5JRDYQoLyMWRCit4VWfL-x-beJTyhQ,13103
35
35
  umap/locale/de/LC_MESSAGES/django.mo,sha256=6pQCiW2yT_fYvuuJ4kqNebmk4Wq6uhFgAm5Dpm1vSyA,6363
36
36
  umap/locale/de/LC_MESSAGES/django.po,sha256=vkpO7hxsY8C6tGyHNBMgfWRKwNxGs-IZ_BFs5Lr-hpw,13472
37
- umap/locale/el/LC_MESSAGES/django.mo,sha256=sQhmIyKMdxrBssH9Yu7pt3QjvYEtvqxk0_BiarpCKaI,12429
38
- umap/locale/el/LC_MESSAGES/django.po,sha256=yI6iHoWce4H3reQNrbrE2cQFCZ8d1zlMP2y9iGA_8TM,17815
37
+ umap/locale/el/LC_MESSAGES/django.mo,sha256=kMhgfq_Sdw6Ft7HJthDbowU-HaD4ZnCZQ8ex7pwFI8Y,15403
38
+ umap/locale/el/LC_MESSAGES/django.po,sha256=SMfOSpAfJ74nZFTaQid4_q6iUNJwZPQzq1Z_XJWtcn0,20816
39
39
  umap/locale/en/LC_MESSAGES/django.mo,sha256=UXCQbz2AxBvh-IQ7bGgjoBnijo8h9DfE9107A-2Mgkk,337
40
- umap/locale/en/LC_MESSAGES/django.po,sha256=6z8O69PmOB7cM2gdObZuzLLGQvzvpHM15sTxOZ5jyuY,12075
40
+ umap/locale/en/LC_MESSAGES/django.po,sha256=qD78Xr3mwCmpqyU3JnraLi-s8TG-xD8cSeHI7H6xYxw,12075
41
41
  umap/locale/es/LC_MESSAGES/django.mo,sha256=JmXqbBXhl11fQCibH1MHU64AFsCp_pEbv8AiA94zL08,9034
42
42
  umap/locale/es/LC_MESSAGES/django.po,sha256=JqoNWltQ-vJNgunikXgRcuy90O7t8zROQ5NPlc8rYN4,14596
43
43
  umap/locale/et/LC_MESSAGES/django.mo,sha256=vGMEot_LXQAQPvJESjgOFeyOgzEzYWYKP0HXQEDRDW4,5195
44
44
  umap/locale/et/LC_MESSAGES/django.po,sha256=344_8a7EH06mtLYRIGIIKiFrg8HRWmVdVMJl9pV1oso,12435
45
- umap/locale/eu/LC_MESSAGES/django.mo,sha256=2iCzCKEAr2yKoGVRYyHOf02zUC_skHKPc-lPpdWDXt0,6278
46
- umap/locale/eu/LC_MESSAGES/django.po,sha256=sp8w7BaoZeJLb3vaLcr1KBklqkt6cWx5H3YxyInJH-E,13127
45
+ umap/locale/eu/LC_MESSAGES/django.mo,sha256=VsExNd4-z3cMEeP81FLqAKGfswJaeNxA2VqqgmSdRWY,8455
46
+ umap/locale/eu/LC_MESSAGES/django.po,sha256=NgtZr3prm_DXfEc6q-tKsCEvimmTb_BfR-C_Chc-pFw,15432
47
47
  umap/locale/fa_IR/LC_MESSAGES/django.mo,sha256=LcU15SxGd21_jDyaZoH2DIQbrD1GqcUHM81ebL1QR1k,7754
48
48
  umap/locale/fa_IR/LC_MESSAGES/django.po,sha256=ASiA2CeduaQzb6TwyWbm-rCi2wN29PV_VnhOn0ifxeg,14688
49
49
  umap/locale/fi/LC_MESSAGES/django.mo,sha256=-p9kvtfjdJKrbSMEfpdvoZ6jEX_njf-0uqzlvydbhOo,4856
@@ -56,8 +56,8 @@ umap/locale/he/LC_MESSAGES/django.mo,sha256=HsIucdlws4u7UHqBWx6x3Rgbz7H37MQS0iMj
56
56
  umap/locale/he/LC_MESSAGES/django.po,sha256=EWdmr83WCPXUHKgfqsvgK1ZOVt-qZJmQuv6tGom8M4A,13820
57
57
  umap/locale/hr/LC_MESSAGES/django.mo,sha256=bBcaNSs-oqm_cjm6Bbqaph_ZNHF2_I_FP0xccwU9txI,1558
58
58
  umap/locale/hr/LC_MESSAGES/django.po,sha256=Aj3m28Ugyjq-Ih32P7dzw0M4czitDqoYpCvyNsNnEnE,9742
59
- umap/locale/hu/LC_MESSAGES/django.mo,sha256=GNwKUjWvkLCpIMe44qV2v3Xzy63lNMXEfAxwncGpTlM,10551
60
- umap/locale/hu/LC_MESSAGES/django.po,sha256=Rxztnol_ufMta9xiC_ZqeRAXPtuBMVwAdV1beihQCek,15164
59
+ umap/locale/hu/LC_MESSAGES/django.mo,sha256=JZ5Y29iYCHZcqvF5fQUk02RVc0OE-FN0Me3ofJUzBmM,11830
60
+ umap/locale/hu/LC_MESSAGES/django.po,sha256=xw5eGdhCibH9JQTNWcnUypvC73z_EVuLPt8T9ZEZ22o,17054
61
61
  umap/locale/id/LC_MESSAGES/django.mo,sha256=8craaGVnVbONfojnkDUUtoxMyeI2tt6GdIWeWZGcaJ8,425
62
62
  umap/locale/id/LC_MESSAGES/django.po,sha256=wmbgIN1R7vRDgAdzBu7ZHnTpg5fpB3hmJyjAzRNoN-M,8000
63
63
  umap/locale/is/LC_MESSAGES/django.mo,sha256=8Iufls8l_zQFsOYxrfuUig6Ndm2qtmZiBRDs2TlM8tI,6579
@@ -143,22 +143,25 @@ umap/settings/base.py,sha256=opweJ5UoMRmBylkAuWcTqP364ab9DRwXwfjMKio-60s,10254
143
143
  umap/settings/dev.py,sha256=pj1mpmZXiI2syW8pB01wcVeqCFABF3V-nlOxArir4cw,386
144
144
  umap/settings/local.py.sample,sha256=wpnoe7qtXer_xBuhWbcbqcSCotTJRu6h8hG7N-sD0b4,3157
145
145
  umap/static/.gitignore,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
146
- umap/static/umap/base.css,sha256=qV2WarYpWh7RefaR4cJzRJNG3PCvFLZ7iSxnTJdo3Bg,16822
146
+ umap/static/umap/base.css,sha256=FCAsCmtOxjAPD3i3sSpMMih9AjAhDdEEmMG1hKx7Xcw,16914
147
147
  umap/static/umap/bitbucket.png,sha256=Z-xsnM3QOUn9tJQ0RjPXCpALghrzaDDZP7wSePSjSr8,9125
148
- umap/static/umap/content.css,sha256=3aFi5hHUuokCqdW_xQuEDyS6vW1ahSdjbSPPnFNutbk,11429
148
+ umap/static/umap/content.css,sha256=v2hCjLhRqj3qRFEk_-GMOqLDCIowuGCa38nZYC5FL2U,11457
149
149
  umap/static/umap/font.css,sha256=fYmTKNd_Ts6TrmBbnLRgyeUS4vpfxkEqhLR-pkd3KrA,904
150
150
  umap/static/umap/github.png,sha256=Yiw6VX71qO87vNgJaDuirn3JVlUwrzIpkT9vbtROg1o,1564
151
- umap/static/umap/map.css,sha256=AhFu96DW531RsCyv4m2Zika9anNE4DUTa1PZ9tuBkqI,39763
151
+ umap/static/umap/map.css,sha256=DxKs9bwPqrrnq1ROyE9U1TxDwLHaFjhQIYyu3vVmtTU,36384
152
152
  umap/static/umap/nav.css,sha256=vU41w3awlBtsB4XCRJOtVVy9-VN7rua1nJsay61ST_0,1574
153
153
  umap/static/umap/openstreetmap.png,sha256=xccBb_RsN7uchm7fRowVLjrzmCtj1-1PLByurkdjcr8,19408
154
154
  umap/static/umap/theme.css,sha256=gkbyghlT5kNfz0Qyg1JL7xalqvHVx321eO9qlnvcaAU,49
155
155
  umap/static/umap/twitter.png,sha256=BnVH7PcYlgKW56KHSOMRPevji2DvhJmvzFjl3-iF7c0,3225
156
- umap/static/umap/vars.css,sha256=pWmVp9pUQAB4rxh0oQ3R1PDtpVSiJr_X-IKPZwvysVo,1290
157
- umap/static/umap/css/dialog.css,sha256=IMDzMNemyCdVyPC5r8rEc5zJuMjdqMiJ4gz7tuHsXtc,379
156
+ umap/static/umap/vars.css,sha256=A2moP0RPPmiej7Q4nJT2a_zmXFxI2BoB390lvtysX3o,1724
157
+ umap/static/umap/css/contextmenu.css,sha256=LAoxcStGC2IesXj9FsYqVTGiJD2AIS0MPErygc-b2No,339
158
+ umap/static/umap/css/dialog.css,sha256=9qwy9rOcTQY6SPkteM7dW1t36XQBJVoGETQatSOvffM,879
158
159
  umap/static/umap/css/icon.css,sha256=VUQqVTl8JVfYBGV5mT1NL6ocRol_jZPOmS9Yzv9SuXQ,2430
159
- umap/static/umap/css/importers.css,sha256=m9OezQIOv55KcwU4_t1fouMKjFQOMG4ML1t33rXkT7s,1264
160
- umap/static/umap/css/panel.css,sha256=QSw2lUur2AOzdJxoX604FszXDBJ_fCD4nilTQhab0Mg,2891
161
- umap/static/umap/css/tooltip.css,sha256=-hPbDSVn0cEHfNiBYtz-PlZ-bVBWVKg_8VnsEckYv3M,1384
160
+ umap/static/umap/css/importers.css,sha256=0DugO_k0vhcKHusz9XjOWghGgEq1G7INNewFKaPjlFc,1321
161
+ umap/static/umap/css/panel.css,sha256=fRPw-dyrcRegoOxTOWTDjBwuI_aHNPmmBOY16flsCBI,3073
162
+ umap/static/umap/css/slideshow.css,sha256=rP9TetCZ1954eNWdPan1QQT9jOSKBUAzgOtiNcWYfMg,1800
163
+ umap/static/umap/css/tableeditor.css,sha256=6bK8wmlGmDF7VA7_picFN4XwafHuquUy_8JY_Vwqa44,1564
164
+ umap/static/umap/css/tooltip.css,sha256=YmaXRbnADYALIPxZASRDnkYpBoQnOnfVmIQrl4m3Wi0,1403
162
165
  umap/static/umap/css/window.css,sha256=50MFWr9oU200f8-crTPJi3ZPG9h1eG5i6oOBP8yttBQ,808
163
166
  umap/static/umap/favicons/apple-touch-icon.png,sha256=xjhkAIZwNywTApzAgnwSvagpcm252katIaVnHIIC_LE,2776
164
167
  umap/static/umap/favicons/favicon.ico,sha256=0jjg1MnZ2AdWFLKjEwZSf09TVXlqz6oNdtX4rRppHdA,15086
@@ -171,7 +174,7 @@ umap/static/umap/font/FiraSans-LightItalic.woff,sha256=KrCtvOQECD-z6QTULkBg4vv-c
171
174
  umap/static/umap/font/FiraSans-LightItalic.woff2,sha256=wzKvr3N8FAQZBmtqxHJX3iIeONALlwcnN-6AKcnRKAE,135744
172
175
  umap/static/umap/font/FiraSans-SemiBold.woff,sha256=2xqgp3wksYsMYJGFPwJavE_Bl6Rhac6zQjAJhWZVNTo,198128
173
176
  umap/static/umap/font/FiraSans-SemiBold.woff2,sha256=pogC-aUjxvQ8Ia1gp9ZMpal4uGNYoTamBDBkP70PSzY,140168
174
- umap/static/umap/img/16-white.svg,sha256=XsUxQH9olPbnJKfzhr7HnOjtG6MYnMP59BeujQUMHa4,35894
177
+ umap/static/umap/img/16-white.svg,sha256=4meHrLSUypTHoy2aHGkG_KWT1Htm1WQ2a2ykkbJUIO0,41110
175
178
  umap/static/umap/img/16.svg,sha256=R9KiBefx832Eog5088aXm07s-thjbRsgSTs3N8emvCw,25475
176
179
  umap/static/umap/img/24-white.svg,sha256=PE1gVqezV0mTFmYwmaG2r1n_HODeADkZNd-9Wb5gOCo,17592
177
180
  umap/static/umap/img/24.svg,sha256=rEsLjRM1Unxqi_Lw9kc6Npy86jk5wbhWS8ZkVfM_GR0,24881
@@ -202,152 +205,155 @@ umap/static/umap/img/importers/overpass.svg,sha256=PFmMwBEQug3bpMdjk3Xue7cU3eArn
202
205
  umap/static/umap/img/importers/random.svg,sha256=DnxcCu2vJOBdZYWhl8Si0boGjkLcvqrRZaB_BbP1zcM,2445
203
206
  umap/static/umap/img/importers/random1.svg,sha256=mY-Yp9-my2ZxdvL6sgnDzc-ihjnAw-mNZtgSkbj25LA,1370
204
207
  umap/static/umap/img/importers/random2.svg,sha256=wRwBTM7skyvLZJX4QHozMX8P4jxP59POTHlKPsMODcg,1933
205
- umap/static/umap/img/source/16-white.svg,sha256=AxOnA1TMUHgjn3Hozg89s7I_u_MvcCFxUG3aNNfnCPQ,67676
208
+ umap/static/umap/img/source/16-white.svg,sha256=jiTSsgEekddjRJJeOLl4NvzJRpB9Pzk-ETb9pDeQVQ8,74236
206
209
  umap/static/umap/img/source/16.svg,sha256=XjrSS3_6kxf432h83aQF6UfxwjNxjNdioJG8jXEdQXo,48127
207
210
  umap/static/umap/img/source/24-white.svg,sha256=KUkQwOG-ut88Ev5QJKNCXx8DWdPxskIRuxxvY_jL0NA,29405
208
211
  umap/static/umap/img/source/24.svg,sha256=YMuMON2fI9PzkG-QMmT0XqoDDGhPEmbE1jMJUBfpOLI,38713
209
- umap/static/umap/js/umap.controls.js,sha256=Zrp5Dys0lHx5KSSuBSYDOz_g58T9LxLGQOZ-OHHYD2U,37277
210
- umap/static/umap/js/umap.core.js,sha256=JWaIuowHjnLrOQnUCifln4qiAvD7X43DAcL7flQK_4g,7546
211
- umap/static/umap/js/umap.datalayer.permissions.js,sha256=_wqTme7S7AvMOXSWecLm_iJBCV65V_KUH9ABKJg1H-8,1948
212
- umap/static/umap/js/umap.features.js,sha256=l48x_edp97pV_qVP-FvG6bHRee6noLRIokuYgUiIoz0,36592
213
- umap/static/umap/js/umap.forms.js,sha256=FGqqpD7yQOxfgHNwTaYSiNYRw8biuoZpwDmwvozFhXI,31400
214
- umap/static/umap/js/umap.icon.js,sha256=8dzfEN5fgP2jXYTbN6B-xjrB94A6nXHCXO2RKoTC0S0,7594
215
- umap/static/umap/js/umap.js,sha256=_My6zbAICFWjTH2CCf1FUBJaia5Rv78J0gRlXP45g6A,56958
216
- umap/static/umap/js/umap.layer.js,sha256=ZAm4oWTKoKWlSxrzrRtKmMTauabEpzzHrcD2QkPSkEg,51307
217
- umap/static/umap/js/umap.permissions.js,sha256=JK_O8ttM95F5tGXY5MJ_eLXgEmNPS4dVQS3h9u3I3iM,6068
218
- umap/static/umap/js/umap.popup.js,sha256=UKDQnTiIPQzy6ZW7tH06yqVRsLLGeu8sC3FQOBIL4fQ,9805
219
- umap/static/umap/js/umap.share.js,sha256=nUM4r1QZSw6s9lIxgXvMMcG-udsauGWFOrayC9_uEa4,7766
220
- umap/static/umap/js/umap.slideshow.js,sha256=xRhNvtQJEYtyiif38KLEyquPn_L50Ga3zkD7j4V23aQ,4398
221
- umap/static/umap/js/umap.tableeditor.js,sha256=Vi9xy0FKspLc9uTbLGuh0UJUfKSNnNAOHxWyAjuvF8A,3882
212
+ umap/static/umap/js/umap.controls.js,sha256=FQ7cHFnAJIR8yUenPwIFegz1FldR2L4PJ6HK-iF4dbk,37241
213
+ umap/static/umap/js/umap.core.js,sha256=VkGsb707hpgTd_Je69fZ4xRP9zi53cpM8D1g_ZCBwr8,7562
214
+ umap/static/umap/js/umap.datalayer.permissions.js,sha256=x48VTKCviC3pwljD4wU7bvk2POXMGvzYcAQCAuA7-sI,1869
215
+ umap/static/umap/js/umap.features.js,sha256=0r04QrFRFSUT7QObUecBiuu8WXIZCXhtL2dRo2Kotnw,36862
216
+ umap/static/umap/js/umap.forms.js,sha256=nQIHel542c__Ayumdvqg_gb-FCU6TL257NEOxXGRe04,30897
217
+ umap/static/umap/js/umap.icon.js,sha256=JYLHLtPAZT6BRIrAv5wHXYRIWMkCZMO-olwps9Xz8f8,7465
218
+ umap/static/umap/js/umap.js,sha256=5zdit8BnNLY4WDpox2lTP-A6PyEZvJIDYghCiI9w8GU,57438
219
+ umap/static/umap/js/umap.layer.js,sha256=6PeGuVqGyMTgIusmdrNgC94FTznntmKBPI2vuKlZ-DE,53211
220
+ umap/static/umap/js/umap.permissions.js,sha256=wWgJSyd7fIykn-vo6Wik_sGf9uyL5n3QGqWLPYHDmhs,5947
221
+ umap/static/umap/js/umap.popup.js,sha256=t7zlz_LCgVsUvuDaH5ddF4NygC6Lld6Mhi7Q0eIqZmo,9775
222
222
  umap/static/umap/js/components/base.js,sha256=gDb1fGuNCC1KEu4PlQflC1PDNyrulhqLhmlsjyCJpps,1575
223
223
  umap/static/umap/js/components/fragment.js,sha256=2zFkX4A0iVeebZJawmveEMKMXQyYmBuY67rbZUPo-Fs,341
224
- umap/static/umap/js/components/alerts/alert.css,sha256=F2Bg6IabPgzkCIZycwnta8neONX_q7fhVIYYY1po9g8,4314
225
- umap/static/umap/js/components/alerts/alert.js,sha256=7IYQfvXUWtcm3A300sbI5EULfRnQGmuMbh5hQDPYquc,4475
226
- umap/static/umap/js/modules/autocomplete.js,sha256=BPpZBvNttkAQVf3LzTlj_dQhTHbD8cZrAXOIeq6jRn4,7886
227
- umap/static/umap/js/modules/browser.js,sha256=IlOtFy9PYG72Y8FSPxbfS7gQhauopRWIMl6mUfCvjcw,7238
228
- umap/static/umap/js/modules/caption.js,sha256=Nfm4C9O01KPHqtyBmA76R7WN4XEOyNnTR9-_J_QTlB0,3872
229
- umap/static/umap/js/modules/dompurify.js,sha256=-4MuNA0bAa60lAL40MPa1F4YHfr2V05isAJdPQlABpk,341
230
- umap/static/umap/js/modules/facets.js,sha256=H7RtTKbpCMQa68GIRqkUtmKfDYqrv6pcTSLXeC3GwQc,3428
231
- umap/static/umap/js/modules/global.js,sha256=IBFJfeOs9Dt3bM-6D7hzKuFPbIqcPFhp5XRViGcNmH4,1312
232
- umap/static/umap/js/modules/help.js,sha256=kNbDZM2RgVbC1d3HgJAELM2tadgulIFnTCdgveTmcNg,9850
224
+ umap/static/umap/js/components/alerts/alert.css,sha256=tHJW3lNb1wIFSfdd80Zanix2g-w0MBTyn6pO_Z-mzAQ,4439
225
+ umap/static/umap/js/components/alerts/alert.js,sha256=7JaTfAzB6qrodu8soo4aoiQMR7YOYcE3u17q3boMbxI,4491
226
+ umap/static/umap/js/modules/autocomplete.js,sha256=_IxVom0cjwtemQ1ZC1O7ROdoccB465L58vBK_yi1lE4,8574
227
+ umap/static/umap/js/modules/browser.js,sha256=vt3eDTPMJlU3XBhE74ThSbieQc2BfVRvydrmKhgI8ls,7386
228
+ umap/static/umap/js/modules/caption.js,sha256=LLvNXtRqUfzvx9pAhp7cGu1kUShckFUOw0wI8qJ-CMc,3880
229
+ umap/static/umap/js/modules/dompurify.js,sha256=SOmoM-pTgYCKCKXFo6-znemWPLiLsFgR4lxM_moWaA8,328
230
+ umap/static/umap/js/modules/facets.js,sha256=K4qfnCtgIK7oMkL4YvAvPovHfaCK_aRyW5rl7nAFqK0,4677
231
+ umap/static/umap/js/modules/formatter.js,sha256=UK9BakIlkW67_ixnKqo98W0Zab6nsz2ioqMqVJPlHAg,4067
232
+ umap/static/umap/js/modules/global.js,sha256=2c4gM0UYtaqdj5v0-3h55PzbUFaHh2NtySUppIf9Bxo,1564
233
+ umap/static/umap/js/modules/help.js,sha256=k0gUpRf8ik9_okGH7Jv4JOjveNbbvSdk1yV_oZ3kSkQ,9870
233
234
  umap/static/umap/js/modules/i18n.js,sha256=dEpjsWoEZa-Tr5_MDO0tuWkt7kLL3crxXqhttyP-khU,1387
234
- umap/static/umap/js/modules/importer.js,sha256=JXPksGEB6v05_vY4-ZTs-4BWg9qiDCglA7IlDdkGltU,8689
235
+ umap/static/umap/js/modules/importer.js,sha256=4BIQEUHJCaJ7WFrCn_DSPzBKjOw0B_BeAuXMqF8D4W4,8657
235
236
  umap/static/umap/js/modules/leaflet-configure.js,sha256=P3aD8iNGxuVNv-xW4Di4txAjNmnlpKtCCzDvPaKEdQ8,243
236
- umap/static/umap/js/modules/orderable.js,sha256=E3FgVeQG1iEnu56M7KIYOwV1ngNyrF8yXVEs0jExbjc,2518
237
- umap/static/umap/js/modules/request.js,sha256=Ax1h2dIW2rRiS93v78iHYVCBHTMIIp6RIomW-pk99Fs,3881
238
- umap/static/umap/js/modules/rules.js,sha256=4FfuENBDL_8Jgn_jlgFQy7UaknBtTsw-srryvBGm2b4,6060
239
- umap/static/umap/js/modules/schema.js,sha256=cJnZYuhkbv8GZcu8TocIyyWZtQy5RjOEoM7nSTBwKxM,12226
240
- umap/static/umap/js/modules/urls.js,sha256=5r2xDllTHALs7LurFmCSXMN8YZzhOSYwoQrNsTx4Xq8,853
241
- umap/static/umap/js/modules/utils.js,sha256=B1A2Hc_08J6QevMpeirluast56jsb8dXcUZn5p2Bgpw,10705
242
- umap/static/umap/js/modules/importers/communesfr.js,sha256=VtyPEh7MccPM0P1YoYFtBX4YLwk4LrxS5IhJFM3Vmwc,1273
243
- umap/static/umap/js/modules/importers/datasets.js,sha256=SsIMNYcDy0s82prnTVXulevSTnaHLMWXldrKiU4E9MA,1379
244
- umap/static/umap/js/modules/importers/geodatamine.js,sha256=OCqw7OVmniJKkpAhAAeTf17KV47FF4oiueAq1UFxDSA,3076
245
- umap/static/umap/js/modules/importers/overpass.js,sha256=QDWZhi0S5xKTE13o5ISLxH-bkAheqMzcihRpLFkQgVY,2765
246
- umap/static/umap/js/modules/sync/engine.js,sha256=TPUi0H_WZZ7sEQ4UV--om5RgLHPxJdpKWVsuFIG_31Q,2584
247
- umap/static/umap/js/modules/sync/updaters.js,sha256=Hjh9Wvx0kRLnnp9CmYQ4TKt_I51ZC78peGMe7FzS-oU,3044
248
- umap/static/umap/js/modules/sync/websocket.js,sha256=v0gawFtVyjm81cNP9H8m8bx30_E1n0BWypqdRmiEoWA,638
249
- umap/static/umap/js/modules/ui/dialog.js,sha256=-fcCXda2kR2yipJtElzBJPRrUPwkKOFQZMR4Fayv0wQ,1735
250
- umap/static/umap/js/modules/ui/panel.js,sha256=Uv-jJi4HLV4ymbd4Xfw1D9vQRbSyJ_g_e5oiyzfoFPU,2839
251
- umap/static/umap/js/modules/ui/tooltip.js,sha256=PEcQvak5bsrabfpSBWSMdBW_E_wJorxW4PCbEBTpySs,3624
252
- umap/static/umap/locale/am_ET.js,sha256=aEs135O03PLeEauCi3cjuCcPK09P143KR0sUhl2I_yo,32065
253
- umap/static/umap/locale/am_ET.json,sha256=j9oV12YUK9rmdKnJ2_g5BRvu06xu8JDeBEtqyMUbCnk,31994
254
- umap/static/umap/locale/ar.js,sha256=Ms39VKCdFCMgzhl5SV0zKJeKod6wo-JXampfkbt0nww,28578
255
- umap/static/umap/locale/ar.json,sha256=lYoN13biUaRnc1GWYp-Q0JHDAjbWSK2njSzYX49NRBE,28513
256
- umap/static/umap/locale/ast.js,sha256=gyy9N_FcDmCIVUa_N_kj4Q0bGLyPTu4VEYU5oNSHygw,28147
257
- umap/static/umap/locale/ast.json,sha256=eCRlYcE5PsBGx_NIaxzJn-qmDLx6FKAQ0OIcTXnHUfM,28080
258
- umap/static/umap/locale/bg.js,sha256=sW-FOKlRWjkMQtrB1_G2oXX54VCJLStchRyqsxlm844,31242
259
- umap/static/umap/locale/bg.json,sha256=7PTQUowvjqZNNLvxqsOy85J9p74VLGUByO2o_quW9ZU,31177
260
- umap/static/umap/locale/br.js,sha256=35QzzaBj6adC4UJVA5RDyQdzHwu2Q_jQGXHWE-ig4rM,29670
261
- umap/static/umap/locale/br.json,sha256=typPF4ZytU-UYqgHUXzoQW8FpceGGBp6kQHHJ_rGc7Y,29605
262
- umap/static/umap/locale/ca.js,sha256=H3qSO86HzZ2chr90O-VJ1Ju_GQEMAYFnfCd9Dy3y47E,28963
263
- umap/static/umap/locale/ca.json,sha256=5XXSMd7XPNnCfqHoXb1bVHp7IpaUgQCZplUd04dx95o,28898
264
- umap/static/umap/locale/cs_CZ.js,sha256=vHwCOthC2EZV42tv3Y5dDnG5RZQ2sUwPKhhfsVnU2N4,30383
265
- umap/static/umap/locale/cs_CZ.json,sha256=RyCUvBE7v3SSUljQzZi1hFH1lV8u9Cr0fFyEAuRviwc,30312
266
- umap/static/umap/locale/da.js,sha256=rLeFiT0F5IlcTY-KZEbDTyGMEEVJtgcWyY1LKYAVlsM,28515
267
- umap/static/umap/locale/da.json,sha256=g6KoDxBKvVh_oTC9xT1EkEtpZpY-QVoRSKPmZUd74P4,28450
268
- umap/static/umap/locale/de.js,sha256=mz9wq5V-1mox5REu_IsGLH2CgELQVDkBQlFlKXl2EiY,30098
269
- umap/static/umap/locale/de.json,sha256=xvxvLQYc4TSHuNFSR6MINLl6umTpMmR8crG_5zqRxV8,30033
270
- umap/static/umap/locale/el.js,sha256=t1HHbGoP_rI-AP0G0R21CzSbUqqG4YTzM4T_tfF8g5Y,38855
271
- umap/static/umap/locale/el.json,sha256=KMQt2_RurbYV8k2gV6GiResfLCpnwV4hgUB7q_6B0Ek,38790
272
- umap/static/umap/locale/en.js,sha256=dXUj767O4fB8gUialiv0EUzeUq29JDAwvFXKH2Vy_Ao,28213
273
- umap/static/umap/locale/en.json,sha256=GgpjGitJ3SXVfbppBDKG9ZhD5BoglwGksoYA-NrZLRY,28148
274
- umap/static/umap/locale/en_US.json,sha256=u6sIwPJfYnI156QDTbYwBrq0i4ws0d0dEm41SPfuJBo,27861
275
- umap/static/umap/locale/es.js,sha256=7INo4p2CBrD9gsV-telZGHeX3KN4Kwkus4V2tta0dc8,30537
276
- umap/static/umap/locale/es.json,sha256=YPJSD96BVFdMIUfXCesdrVkPeXHLeKLGS7__nG7qscE,30472
277
- umap/static/umap/locale/et.js,sha256=gTnlWcCqlKH048VKU3G3RgaqmEkj6_ugV5uw3_9XwdA,28337
278
- umap/static/umap/locale/et.json,sha256=rp4CtO3HHi2jK34P-jJDO7-D-ZiyaHgDss6fQ0O509E,28272
279
- umap/static/umap/locale/eu.js,sha256=nNmK158y9fnHZcenHTcSmpUf6DQIocQiRv_ZgQqzIU8,28192
280
- umap/static/umap/locale/eu.json,sha256=ysbltZQrB3nBwDbIKhTh-8c4ue7-wRpICxbYWCTuF8s,28127
281
- umap/static/umap/locale/fa_IR.js,sha256=kz2VJKwVsy_LiydbaXa4d9RKeVVtp7eMX6QBABkYAMc,34165
282
- umap/static/umap/locale/fa_IR.json,sha256=bQyzFdyg-7hv7n_nGb537TZeolvlU0bAA-RY63TWlfk,34094
283
- umap/static/umap/locale/fi.js,sha256=sZImuGI33mkuF4zqOVzHLUXQVrmeqg2BvS-Yye3t0kE,29039
284
- umap/static/umap/locale/fi.json,sha256=gGumegoK89jiJJzxhfTB9b9RTAHZ5zvqO-wasarVX5Y,28974
285
- umap/static/umap/locale/fr.js,sha256=abosQmwya8-kBbAPArKKS_UirvPdfQw9CKmWsnQwbGs,30852
286
- umap/static/umap/locale/fr.json,sha256=gQtunKe8CMJZBqULiJQ-yExGWCAJkhLd5eAfrVxVLkI,30787
287
- umap/static/umap/locale/gl.js,sha256=zF8UtVRHghXmEcDPkCrtgGedfXnAu8E-X0T-ZKilgeM,29588
288
- umap/static/umap/locale/gl.json,sha256=9Z-FgEGCeoR0lCEEeNfsLcpBrULEwI5EkMfvGp5ECG0,29523
289
- umap/static/umap/locale/he.js,sha256=OnRsbuDFhoj6FMnTTsx6wEHR-Eu6xgIRTfEow7rT7hs,31649
290
- umap/static/umap/locale/he.json,sha256=nheI2FGhrig5T8LDu6KcZEC6LHH6bU4678S4t9VCfG8,31584
291
- umap/static/umap/locale/hr.js,sha256=FNKyfjNgj9Anp8JZ5mvBViXFYmNhJ3gtlpv7PBCPzrk,28316
292
- umap/static/umap/locale/hr.json,sha256=MA2qv9GIO_NZlOay-2Yrc1WwjOgJl4t8yH0eqVTDWw4,28251
293
- umap/static/umap/locale/hu.js,sha256=RHaeI73_KHd7RSMX1hsNRViuPO-7aNVKVypv1IFwKfY,31477
294
- umap/static/umap/locale/hu.json,sha256=FOtsKCoc_Hjk0coYFwEkUcaEx6tngN10B7nv89q6NHU,31412
295
- umap/static/umap/locale/id.js,sha256=b7-TgCcdkQIN6G9uR--f_LQLsDP0Oeybiz4D6w4FESo,28145
296
- umap/static/umap/locale/id.json,sha256=eCRlYcE5PsBGx_NIaxzJn-qmDLx6FKAQ0OIcTXnHUfM,28080
297
- umap/static/umap/locale/is.js,sha256=SBdyjNhx6CZty069gH2EbDcPFG6cUEYTF2p0tofondM,29474
298
- umap/static/umap/locale/is.json,sha256=J-hYH5Pd9F4UPx9R2FVKcZ1B_KYPwsInQU2anyXCzRE,29409
299
- umap/static/umap/locale/it.js,sha256=0f1f-7231q_hUCjqJZG9R9jUL0isH-QCLnH04TmoV1Q,30440
300
- umap/static/umap/locale/it.json,sha256=ysH_wcHKfs7tO8KwBPfx5ugy55SAcfGzFUpRnA9Gkv0,30375
301
- umap/static/umap/locale/ja.js,sha256=g6YmVDqjrSn7lRLoFla73ITagkQS6b_6m7HSCMjGCpA,30664
302
- umap/static/umap/locale/ja.json,sha256=gNru3FY0uKkkBm2ZJ8oUg1D4drw3SC7JpIBZj3R0ykw,30599
303
- umap/static/umap/locale/ko.js,sha256=Td1Lwk9siV0RvD7PBfczFAIgEc3CdP2bVDpj3zVDQBA,28335
304
- umap/static/umap/locale/ko.json,sha256=BQxMnVRLv-IOMpB4YqXWkqgCwAiRTTZJVppyvMeYzJQ,28270
305
- umap/static/umap/locale/lt.js,sha256=NYvt-UW02ZhCCo49CFTIVX2tebm0Iab8hQ0HS6jf09Q,28962
306
- umap/static/umap/locale/lt.json,sha256=keCQcrD03gfetPbLXwtozqN80b5l7b5RsuRoqgRiglg,28897
307
- umap/static/umap/locale/ms.js,sha256=qCQAO0U5O4lYbYa_K7CkHXeS82juKIwPrAHJZPN9Nf0,29323
308
- umap/static/umap/locale/ms.json,sha256=9GOXSR47oe2Vi3IHIZ1HcSFugNRskQu80CvJ91dxaSU,29258
309
- umap/static/umap/locale/nl.js,sha256=K4MC5PO6KuTuh1F3VAp4KYtfsLNiT9vZqA_HspfIWWI,29774
310
- umap/static/umap/locale/nl.json,sha256=AMA0h5qa0fwFki688coAxSEM_GY-ZnDe8DZ-Thv-aF0,29709
311
- umap/static/umap/locale/no.js,sha256=1XJQtgNyl0DSAWgIMFl5a8ZbB9oui8IXMCow8b9mMoE,28362
312
- umap/static/umap/locale/no.json,sha256=tcmQYo64or9X0iKEo96bIZ_Iv9QTGpG3f0mcSK9z7Ig,28297
313
- umap/static/umap/locale/pl.js,sha256=B6fYRZKeBOG9UujBVBSREhy_vii5JcAuHADUOjVSuWs,29825
314
- umap/static/umap/locale/pl.json,sha256=8WnN7sb-ARh1sftrl7rzkymrWgbGq3ldcwvNfokLyds,29760
315
- umap/static/umap/locale/pl_PL.json,sha256=eCRlYcE5PsBGx_NIaxzJn-qmDLx6FKAQ0OIcTXnHUfM,28080
316
- umap/static/umap/locale/pt.js,sha256=xgmzOTY7SL8vBRhwdA8s1J18BEMEkIuM6cFhLRqNkpw,30851
317
- umap/static/umap/locale/pt.json,sha256=J3Y7BVzVUYC4NuDVRkoFxE8yoUN_HzYoaymUOJO8GhE,30786
318
- umap/static/umap/locale/pt_BR.js,sha256=Zjs7uMwFruBdDniMtsN-QMVz1_grjpYD2yHHn1sSiGY,29563
319
- umap/static/umap/locale/pt_BR.json,sha256=DsdC2oW7KZH02dqf1Yhl8VyrxPCyNsImz4jpMBj8tPw,29492
320
- umap/static/umap/locale/pt_PT.js,sha256=aOPtOSAFKg3A0Xxlr0dKDixqCi_p2tAMBGb2nedFdok,29581
321
- umap/static/umap/locale/pt_PT.json,sha256=NJ6RPNEdr51-Lod_AAuAYZjj-ClSGzfG7nFdnuCoNTw,29510
322
- umap/static/umap/locale/ro.js,sha256=KVqGVraY6t0x6gv-OB44nxaPlXxcG9cR4A9_TvrpBro,28174
323
- umap/static/umap/locale/ro.json,sha256=OkOdi32inl-YBUaaGEJDCLOi5VhH-8mszLJhAf2GcC8,28109
324
- umap/static/umap/locale/ru.js,sha256=hb79RRxZTJ-PiRBrQH8FqzO8tSHSYoDA9HOrBlmFpcs,35533
325
- umap/static/umap/locale/ru.json,sha256=v0-EVlEehgCdMBIx7O_rxdUTnwTAhi2h_D0iDxXxJow,35468
237
+ umap/static/umap/js/modules/orderable.js,sha256=zDtcElZ_MVPoGba8Iv9bxOzk4vuN7C-5XVl4UomDYHE,2521
238
+ umap/static/umap/js/modules/request.js,sha256=hMy3dleGRxstKsksbNa15w7jk4H9-nAV_ub-JdNhDD8,3881
239
+ umap/static/umap/js/modules/rules.js,sha256=fREXFveMjw3pqv8nExLELkT-t0K_h2H6PekNM6dY64A,7076
240
+ umap/static/umap/js/modules/schema.js,sha256=KOl4zZewN5lNQ4TdAyTeo9Vfl8bkp5VyT6XB5SuBFRA,12313
241
+ umap/static/umap/js/modules/share.js,sha256=nSToPEseLgJr97JObci4p5PN56ubLG9J0BPK05G_KKY,6646
242
+ umap/static/umap/js/modules/slideshow.js,sha256=fMpQ93VU7Uc9Mhxary_vrAdAK8g_P5Ch6pTVInIJzW4,3445
243
+ umap/static/umap/js/modules/tableeditor.js,sha256=4Bjy9et_oYjv_1H-0B78YD2OBuQ-jU5QiHYVvzHr5gI,9814
244
+ umap/static/umap/js/modules/urls.js,sha256=Y_8KJ8CqMDCgV_0E9mc6oohODvRgoNHBx_avL85SR8g,838
245
+ umap/static/umap/js/modules/utils.js,sha256=FFI1mjzdZE57QdsSu4kSWMjG9olo5e1HClz6YTuSlp4,11142
246
+ umap/static/umap/js/modules/importers/communesfr.js,sha256=GuBriig7n3-AmtBWByrD43S12bQS_vr6VPlEw3bCL0g,1316
247
+ umap/static/umap/js/modules/importers/datasets.js,sha256=StZbRiq_1vqe0OO1w66k5Lwzju8RntmHpWe9HWIDfRE,1372
248
+ umap/static/umap/js/modules/importers/geodatamine.js,sha256=FtrHMVntY4pPelw0uDZCbDVxy5er1ZzDc80zcDpvRnc,2949
249
+ umap/static/umap/js/modules/importers/overpass.js,sha256=xWatsY2Xfed2KqBe1h1QBEagO6q11MYbiNVq5eB5nkI,2722
250
+ umap/static/umap/js/modules/sync/engine.js,sha256=m2FIY-GvtB5zRwiGNMn0DbTQV3aBdVxgXpaAKND0nX8,2587
251
+ umap/static/umap/js/modules/sync/updaters.js,sha256=otp0K4KLoUlohqeZkdrJBvSV0LlI1CBChmSDFdTby5U,3030
252
+ umap/static/umap/js/modules/sync/websocket.js,sha256=v9UdTU1lFTOXWBFFQjvYrl9to8ug_m6XAmpjRZRQreU,640
253
+ umap/static/umap/js/modules/ui/base.js,sha256=a5QgdgkaFZZMDq50kCgyaobUQdjvDecdTQC3lZ7-M5M,2418
254
+ umap/static/umap/js/modules/ui/contextmenu.js,sha256=JY1b_z9jq5FKMMAAZuWUjjvzo3RTuoAA_COS55jcDmo,1493
255
+ umap/static/umap/js/modules/ui/dialog.js,sha256=q-fZxU7qIox4uSkkQkYfFIMN5DLL-LY_N1WymPhmG5g,5314
256
+ umap/static/umap/js/modules/ui/panel.js,sha256=Iqfagid9BxB0zjexBElaA_hLejoePdfORt4Di5lHVLY,2994
257
+ umap/static/umap/js/modules/ui/tooltip.js,sha256=M2KBb5CA4AvaA-6QgfpUKMYQuGXzTqx4ZVA9fkMRBEs,1642
258
+ umap/static/umap/locale/am_ET.js,sha256=5pEVJGoDPqHE5DkY4Utn8VGFB7KHL9JUv1Pugvbps3U,32779
259
+ umap/static/umap/locale/am_ET.json,sha256=iBP9AgjIrkTPpOzVtdXqIrh9_C1XF_tJUuHCEIug9u4,32708
260
+ umap/static/umap/locale/ar.js,sha256=Cgn65Co1gDDKMaaFESoLkJVHbgDBt0_eVV-3UPU9H00,29351
261
+ umap/static/umap/locale/ar.json,sha256=YiaSdo05ahQzEiLIuphUweiTHKzd14MAb1NnsMyB42k,29286
262
+ umap/static/umap/locale/ast.js,sha256=0WGEMhCJiEei3YxbypLm8HJsnAfZb_EaC-dWLhjsSiw,28929
263
+ umap/static/umap/locale/ast.json,sha256=os9weOA3tdpKUHR1vjggDbsaeybpqBbU5Knr6v-LTfQ,28862
264
+ umap/static/umap/locale/bg.js,sha256=S61OiLIDpdgBsJYWpvD6SP69sheeRdQ3A5qO8cH5vaI,32024
265
+ umap/static/umap/locale/bg.json,sha256=134UktcCdYAqLp2qaj7BSWX-pXmcT-N7s8O5QOzjnoI,31959
266
+ umap/static/umap/locale/br.js,sha256=_vV6um73KD3tpi6U_eMuJvhua-50HCzNxwTxzX2UnEA,30487
267
+ umap/static/umap/locale/br.json,sha256=cz1kvvSzi0Y-lNnjB1-gvCzLNqVUJNYDpH9aQmumQnM,30422
268
+ umap/static/umap/locale/ca.js,sha256=WT7pw1QVQPadd_uNUba-eRp6HUXFHHLpAs3lg6IFM54,29886
269
+ umap/static/umap/locale/ca.json,sha256=5aJEn1GM4f0xXC7cQJddyWpMUfOBOa6Eut8oqXFDvn0,29821
270
+ umap/static/umap/locale/cs_CZ.js,sha256=NDXguGes2Z3aCHOcphDBZpK2ITvOa3WoRygBa9rW_WI,31146
271
+ umap/static/umap/locale/cs_CZ.json,sha256=_5wrmpXnBMdgMGraH-j0JNM6gm_iP2lb7zbpAVKLgXE,31075
272
+ umap/static/umap/locale/da.js,sha256=7rqaSoR_OxdJtIaiUJrcmtqjh_8hAeiNKWIwojChi70,29305
273
+ umap/static/umap/locale/da.json,sha256=28w3Gz6ICf3Uu6eoaP3v5GCJfrrnzhCj-ZNJxNvC-Ts,29240
274
+ umap/static/umap/locale/de.js,sha256=KiTrkRTA0nj6NF1xDkDhUJTJyEzuawiXO0K5oPfYCGk,30863
275
+ umap/static/umap/locale/de.json,sha256=g3yQ9lV5c-hHYrD-K6StwvoJNhqYvw9GUVbXreVlKNQ,30798
276
+ umap/static/umap/locale/el.js,sha256=ncLnE6IiAFI0fT1AMMTcryUiQkYN3r2OcL-2ZH239CU,39570
277
+ umap/static/umap/locale/el.json,sha256=r57WEUzGEw-hbtaanFEukY9JeXl2ufFRhm5rsHyOcpc,39505
278
+ umap/static/umap/locale/en.js,sha256=7r479R3WLj9WpU-HOE8LXA7AJbFs4Nq-NSqdR6SlTwM,28929
279
+ umap/static/umap/locale/en.json,sha256=GrwNEq2-7fOjZdqMt_5FG8jVgK1ZzTN5E17W2Tqp6jg,28864
280
+ umap/static/umap/locale/en_US.json,sha256=xf6FKl8HGtBWVEVlfWfWw7VBahtgn_J6ZSvbxj39Mbw,28651
281
+ umap/static/umap/locale/es.js,sha256=ywDVVvjuezWuXQf32rUSiDYAeuDcuOg86onP7Wncnzs,31237
282
+ umap/static/umap/locale/es.json,sha256=IV1sStOXiF6ZAUPhQ5XyKmr5KAWVnAaTRpzQQAsHK8c,31172
283
+ umap/static/umap/locale/et.js,sha256=wJNuorCCpv3Xp7kaeP07S1aoYQz-l3Ah0XBKUBQOKdU,29114
284
+ umap/static/umap/locale/et.json,sha256=ot4YMGJjNcc_Ylk9BlmN1kfwExJXzBMr1YxEOEpRz_Q,29049
285
+ umap/static/umap/locale/eu.js,sha256=8liI8RYbf8AqJQyR1QJG60cwMYivmXbRljBm7IMQqT4,29474
286
+ umap/static/umap/locale/eu.json,sha256=RMMtXOcXq275c2xN60t5cnsCFxrdt5qptBq2Pariowg,29409
287
+ umap/static/umap/locale/fa_IR.js,sha256=pCcceqboThRPSDxXld1wtplznI58-uwXTWlI2rAywXY,34857
288
+ umap/static/umap/locale/fa_IR.json,sha256=1R7dBF9xOYWTlmNKLom4Loh4aepNDK4NLLg2e7ASkbc,34786
289
+ umap/static/umap/locale/fi.js,sha256=cafPW2PrrUpRNrtGBbOUrSI5NwjJhV_Xl5fkJ7ITlhg,29795
290
+ umap/static/umap/locale/fi.json,sha256=o6el7y1e2yA6h8jVPbD0HNHZJ_xmPlta1pzDdejp5TY,29730
291
+ umap/static/umap/locale/fr.js,sha256=tyOHkRiqBzwFpiLomk-QbEoWADzicyrcH_y9M7rWkrk,31689
292
+ umap/static/umap/locale/fr.json,sha256=7hoOsak5HcSLQscpu-NbOkHZ9biKMfF48rKnEzE4Fao,31624
293
+ umap/static/umap/locale/gl.js,sha256=S_tOpaStQnIiePrDjeHv4D0C_kMPOGwybSkZBFRlMoU,30352
294
+ umap/static/umap/locale/gl.json,sha256=zjwwxAoUuAoVLUxWVEgq6vF2wSTPhyXo8o8jRkmhlR0,30287
295
+ umap/static/umap/locale/he.js,sha256=83gdwuY4hc9JszplHauOvOHx5ExtUNpCvmDtvUTPn8w,32387
296
+ umap/static/umap/locale/he.json,sha256=WliwZerBx8VjU7RJuV-I8BULZyUMj-0e9GUxoZrEuTo,32322
297
+ umap/static/umap/locale/hr.js,sha256=iq5WkhNvOybmx9xyIzATFrSbIEwwZPY9hfMMR70ANSQ,29098
298
+ umap/static/umap/locale/hr.json,sha256=DZK-ugOlK3xF4sB8XtjtR426EmUjTPcVU9sXjc4aawc,29033
299
+ umap/static/umap/locale/hu.js,sha256=WbvM0UzS0tRM1kRP6pdKjIuxRRNsqPu3lfObdzuCrhg,33096
300
+ umap/static/umap/locale/hu.json,sha256=9ZbHdTfImJ76Z6r8BHDUyoU6TzbmSzrDm8SM4fVq7h8,33031
301
+ umap/static/umap/locale/id.js,sha256=iRhoOutq7URE-xfUP8z8r9iHj93Vmzc5Eswrido_SXI,28927
302
+ umap/static/umap/locale/id.json,sha256=os9weOA3tdpKUHR1vjggDbsaeybpqBbU5Knr6v-LTfQ,28862
303
+ umap/static/umap/locale/is.js,sha256=nPi1AOHEBig5S8HRNhj60Vrks5nAJpjEysOsJAjM9y8,30255
304
+ umap/static/umap/locale/is.json,sha256=W86FPSNxIdbKnRZCArywHyq1Kt1HNmw21nrnrYWQfY8,30190
305
+ umap/static/umap/locale/it.js,sha256=1Tn05kWNdGYSw78Ua7l1MD7rWf_nTbeexC2HFiPk1rE,31192
306
+ umap/static/umap/locale/it.json,sha256=M5JIvVzQnWB0zh52yCE1qyzSj9T12hQ_ZBMKyIAAURg,31127
307
+ umap/static/umap/locale/ja.js,sha256=u7WUgvkd2v_j3Huap4la9tqelDH-2kPOZiLd8iJhCu4,31396
308
+ umap/static/umap/locale/ja.json,sha256=-MVfa8nQszAlYSvrkxZ5-GFGpi1lzr5vnVvKkrv3m8I,31331
309
+ umap/static/umap/locale/ko.js,sha256=widwB2Wvqg4dEy-izSShukgsnIUHGCWevrESCNoQAgA,29117
310
+ umap/static/umap/locale/ko.json,sha256=Gb35RNUQLqeHGQAnDJXCWWb17F3X5wmWEug7GeSU6sc,29052
311
+ umap/static/umap/locale/lt.js,sha256=1vneeccl2y7-dUgBK8JpFe-57uDEDwyOUq-ZOwd1v5Y,29736
312
+ umap/static/umap/locale/lt.json,sha256=2PJ3A5YAUnJznd4gMUxV0rdCy_i0A5684f1xRpXYpS4,29671
313
+ umap/static/umap/locale/ms.js,sha256=EraceqxW0ksBuhT5Y3LMUGkJ3idzqcGm3SeF77gEKjg,30093
314
+ umap/static/umap/locale/ms.json,sha256=n8lsNorGfr9YYM_e8D4AzIrmYFjCLN9lq0L8cCNXrak,30028
315
+ umap/static/umap/locale/nl.js,sha256=7xnMQi7RvO7KOEKxthSJ2bj9CshWoL4NJdwfumTPZRk,30536
316
+ umap/static/umap/locale/nl.json,sha256=JwYRmABar-ENxZkaTaVRXv96eQeqqCaWv7IOSqlRwso,30471
317
+ umap/static/umap/locale/no.js,sha256=XkhHPIba3p4Gyus-GMHwbvyVyT_pISfQUhXQPTaJMwI,29147
318
+ umap/static/umap/locale/no.json,sha256=65cxYi8Nsu-1xk8H90XouO_I-Is9mfTt3C9eyRr2whM,29082
319
+ umap/static/umap/locale/pl.js,sha256=r0niZyhE0SAR8EVde2UkeCZ0i9db0lHGApVgyFY_R8k,30577
320
+ umap/static/umap/locale/pl.json,sha256=yDQf2pk_XQuAzd7aHsAAjIH8cR_P7LEPmolakFRvrAk,30512
321
+ umap/static/umap/locale/pl_PL.json,sha256=os9weOA3tdpKUHR1vjggDbsaeybpqBbU5Knr6v-LTfQ,28862
322
+ umap/static/umap/locale/pt.js,sha256=nfU0Fg0epeVbCfR609SfHGNxrxkJTjem7batXXzrW1I,31548
323
+ umap/static/umap/locale/pt.json,sha256=e1OwSkmEaAFP97y9fhlsyaqO0FcBWLiM8ls8crXazw0,31483
324
+ umap/static/umap/locale/pt_BR.js,sha256=5XoKtlkpJVVADBvEMU0hDA6FchXChvGHfJ8Oyd1rPQc,30318
325
+ umap/static/umap/locale/pt_BR.json,sha256=kBLmLavnqF1PS8n2S513aKdgTiBxVMJxaWlHzYzCoo4,30247
326
+ umap/static/umap/locale/pt_PT.js,sha256=awKv0dpjQxpnl8AakMbs3O-U6_FUs50XpdCkLS9ISeI,30336
327
+ umap/static/umap/locale/pt_PT.json,sha256=xqUaQiH3dFSHzRLQFjbNTlBbyAfAbXSjXTwGScZvYW4,30265
328
+ umap/static/umap/locale/ro.js,sha256=dEg8AYChxP6RHW3j5TLt8h-FfpVSoR4tbQPu3CrvZVg,28956
329
+ umap/static/umap/locale/ro.json,sha256=FHaUrCx2jdOKPElNz1-VjMK7aVybDymHc_efgfTPSeE,28891
330
+ umap/static/umap/locale/ru.js,sha256=y7YI07Ih3pmprFW8si2B1Q_4GMtXIYmThdmkXGRFuiE,36236
331
+ umap/static/umap/locale/ru.json,sha256=CEpdXOMmor953kUgUYeM2X3mQA-ISoBK6t-mucuY2Ak,36171
326
332
  umap/static/umap/locale/si.js,sha256=4lhsYFhfg2hZMZn0GZkX4YXY-A55WAs9xYJHPpyYuxs,28492
327
333
  umap/static/umap/locale/si.json,sha256=cQk9X-el9PK66gQUCpFzZe09BCu_XCHESXpNaQTDLF8,28427
328
- umap/static/umap/locale/sk_SK.js,sha256=Df1EAFST05CaAh0ciVgGHOFzGBNy401VPze9OogHa7s,29447
329
- umap/static/umap/locale/sk_SK.json,sha256=SrD4Z_xDPPynimcp99e_2yzecKOBFD7GgbONtyEeVqg,29376
330
- umap/static/umap/locale/sl.js,sha256=ijbgMz5HEQb-9aKQvrE794vLSUUAX_6N422pvbH2D-0,29317
331
- umap/static/umap/locale/sl.json,sha256=ew2qBHqDGVkuFHLpvrH4J5A-VkGX-YSj1lDNHLggmgE,29252
332
- umap/static/umap/locale/sr.js,sha256=3xbGgwX23ocUQTdtaHywDzHo-qy-xCjjnkDeGYPkSPs,32261
333
- umap/static/umap/locale/sr.json,sha256=zIkBk02HLAgEi2uAqLbuxToq8uoGPFGWVVlAmSgYJvg,32196
334
- umap/static/umap/locale/sv.js,sha256=ITw1s5HVm1md90-lt-NuvEXEiqFgX0LxWvT8vmbJFZk,29209
335
- umap/static/umap/locale/sv.json,sha256=3jQXJXJ1R4VEo76TYDEgbIBtdggiEDaMa01xlKIKYZ8,29144
336
- umap/static/umap/locale/th_TH.js,sha256=OWC2YRv625J495_Ypt3rEPq_4PxGdr9EsSd4hmQVbMU,28151
337
- umap/static/umap/locale/th_TH.json,sha256=eCRlYcE5PsBGx_NIaxzJn-qmDLx6FKAQ0OIcTXnHUfM,28080
338
- umap/static/umap/locale/tr.js,sha256=YtP7-hQLx3E56QXIRDBqUit-HGjI3gaD8CFFRJL625Q,29749
339
- umap/static/umap/locale/tr.json,sha256=c1I8eAfWMw0IjU6ZmCqi-M2a8fPiseT_dqigewF2wbo,29684
340
- umap/static/umap/locale/uk_UA.js,sha256=C-g5j2st7GJhfSzXobIUtBCoAjgiBmDqS8g3De0N9Sk,35177
341
- umap/static/umap/locale/uk_UA.json,sha256=3lS6zwYlW_taixgkPGnZi-IUQ8BCUEp8uCXuaJfPYIQ,35106
342
- umap/static/umap/locale/vi.js,sha256=nlL3QCyPpAHQ9U43WpfSW4kmE-SHnd01ufZj5dfl2Yw,28425
343
- umap/static/umap/locale/vi.json,sha256=bl4rvMIO-lxNmVRlWtBOpDTaMaS3curU-Ak-_3_3rJA,28360
344
- umap/static/umap/locale/vi_VN.json,sha256=eCRlYcE5PsBGx_NIaxzJn-qmDLx6FKAQ0OIcTXnHUfM,28080
345
- umap/static/umap/locale/zh.js,sha256=XaLcn2PLf7HNYRAUq_-8Z1j4GfK8596GUCLoJxOCiHc,27835
346
- umap/static/umap/locale/zh.json,sha256=6CpMyBSXh_70hC6eQvGMCSZZ5cYuvp01FGuWTJVjndE,27770
347
- umap/static/umap/locale/zh_CN.json,sha256=eCRlYcE5PsBGx_NIaxzJn-qmDLx6FKAQ0OIcTXnHUfM,28080
348
- umap/static/umap/locale/zh_TW.Big5.json,sha256=eCRlYcE5PsBGx_NIaxzJn-qmDLx6FKAQ0OIcTXnHUfM,28080
349
- umap/static/umap/locale/zh_TW.js,sha256=R_lHLunXy0kbkD8gvs6G8XEpN26W0fT77YtGruBaAW4,27785
350
- umap/static/umap/locale/zh_TW.json,sha256=_x9ughe0z-dZwUOyeQgoZmHEcVdJjzlhntYvWBfGEec,27714
334
+ umap/static/umap/locale/sk_SK.js,sha256=mUvUUODozSAcPKByLGj7ikLuNEfPvNaJFIogwFaIhQ4,30202
335
+ umap/static/umap/locale/sk_SK.json,sha256=fzHcc2f8DxXVbyG-x8iRLbBzmREUiGI5AfYM87xm_6c,30131
336
+ umap/static/umap/locale/sl.js,sha256=AaUZScR9RFF-PFDPsl6erQPEQt95wH45bn_6qjtuqSw,30093
337
+ umap/static/umap/locale/sl.json,sha256=VEWqZiawr1_9xQ1BVZEvjLefNzQoCj4W5shVQa_dB-k,30028
338
+ umap/static/umap/locale/sr.js,sha256=eRKmXqscQmkeRQKpof1Nav0B3vVVICZY5ilBa0C_ABo,32989
339
+ umap/static/umap/locale/sr.json,sha256=22IReHgXmtFyV8I9SkchbRNFZriaHa4akJUu7CwKox4,32924
340
+ umap/static/umap/locale/sv.js,sha256=-9zd65NrsxODsDCRlc7WahqjAGHxBP_DLwnFb58W2Vk,29982
341
+ umap/static/umap/locale/sv.json,sha256=nzRKs6mc-jwF86rD_Th-Wwr-nXtAATPxvXMuW2QBYzs,29917
342
+ umap/static/umap/locale/th_TH.js,sha256=iFPNxtDrbA8St_1a8tHmHvxP0NRJ4xpqacaJbb80YlE,28933
343
+ umap/static/umap/locale/th_TH.json,sha256=os9weOA3tdpKUHR1vjggDbsaeybpqBbU5Knr6v-LTfQ,28862
344
+ umap/static/umap/locale/tr.js,sha256=REgtgeeNSqpcf3T1JB0IYuDHaL-oxcrM_vVPqrhnNus,30522
345
+ umap/static/umap/locale/tr.json,sha256=ztaGlDfHYklIWBeViRjLBLQxkQKIK8FhlWHvj7Bnfjw,30457
346
+ umap/static/umap/locale/uk_UA.js,sha256=5Fs6PuNUwOxOvCNkBFjIwm551XMqf7xicRxwUnX5zwc,35874
347
+ umap/static/umap/locale/uk_UA.json,sha256=jc2CNT5eNf-AWhpnWwcAAATvzfysHILmPG1hArXaQWE,35803
348
+ umap/static/umap/locale/vi.js,sha256=UEJ_aseCG3Tz4bx75FUhOenTD5S26ZxXJeSUtouEivw,29207
349
+ umap/static/umap/locale/vi.json,sha256=iuJLeMsn9n-3BZ231XGcq3vhprng1GzFZ4oN2kh98DA,29142
350
+ umap/static/umap/locale/vi_VN.json,sha256=os9weOA3tdpKUHR1vjggDbsaeybpqBbU5Knr6v-LTfQ,28862
351
+ umap/static/umap/locale/zh.js,sha256=w8jNdfCanUsKG5tgHK7Nm5ZNcg7HhiFsosqEcM56ZTg,28634
352
+ umap/static/umap/locale/zh.json,sha256=ihm7GWoBcseyhg-TUbF-LGD00KLD3a3FwELkrFYpHsM,28569
353
+ umap/static/umap/locale/zh_CN.json,sha256=os9weOA3tdpKUHR1vjggDbsaeybpqBbU5Knr6v-LTfQ,28862
354
+ umap/static/umap/locale/zh_TW.Big5.json,sha256=os9weOA3tdpKUHR1vjggDbsaeybpqBbU5Knr6v-LTfQ,28862
355
+ umap/static/umap/locale/zh_TW.js,sha256=jxTqZfLI3Ep6qYvsxyg3HnKcQtQgj6gQJC6smfpc3D0,28574
356
+ umap/static/umap/locale/zh_TW.json,sha256=pK9vW5ch6pqocfPyViVMswlkc4T-iQHpHff8_w2zjJ8,28503
351
357
  umap/static/umap/test/.eslintrc,sha256=lsy_EQL70iOehznbw1QtRqN858VT9vQAZXg9h2aTX2w,444
352
358
  umap/static/umap/test/DataLayer.js,sha256=P-bq8gjGrSEKXLxmDk85NI33GT5XWHHLvv44xJ7CGKk,14221
353
359
  umap/static/umap/test/Feature.js,sha256=xb6HjjD_EuI4ezvn3z_SUR_s7C1e8xmZim20VHaR2qg,3664
@@ -366,19 +372,20 @@ umap/static/umap/vendors/colorbrewer/colorbrewer.js,sha256=FebyRte_vQrD_CLC8Xjc2
366
372
  umap/static/umap/vendors/contextmenu/leaflet.contextmenu.min.css,sha256=_pRTmdgpDxfu1Oxb7DnP_DTdA44G-k3kf0otWP8gEnc,990
367
373
  umap/static/umap/vendors/contextmenu/leaflet.contextmenu.min.js,sha256=I3zyDVArt4ZrRcCzTUp6OiNmD5KuDsZCvhG-yZt8lhE,8994
368
374
  umap/static/umap/vendors/csv2geojson/csv2geojson.js,sha256=GCr5ZQawzxqZysqyxDTH6oUqP-KHxYTsG5xRt28--Zw,15029
369
- umap/static/umap/vendors/dompurify/purify.es.js,sha256=bbb7tFci1Ja9p9jIhl6P_TRY_UFR7A3l9cx3iBEYctQ,66134
370
- umap/static/umap/vendors/dompurify/purify.es.mjs.map,sha256=3alEtwTS7nADNMarS5Av7mklHAozIHSRGLrZDKHRKIw,127359
375
+ umap/static/umap/vendors/dompurify/purify.es.js,sha256=TScM8DATZbXGCLOVBYhpfX4gbnKRCAlt53htdqS9umc,63951
376
+ umap/static/umap/vendors/dompurify/purify.es.mjs.map,sha256=7KkvHp3X9QVutUAQnlG8iCMV4jJeHRsggC4yBoO2dTk,123294
371
377
  umap/static/umap/vendors/editable/Leaflet.Editable.js,sha256=Mx8aiCT4w9DBEUBJiX5eq9Ocy-6E3C9wLAik-dgOLY4,74768
372
378
  umap/static/umap/vendors/editable/Path.Drag.js,sha256=EATyTfgSiCkdjTwGM5lU1RZayxzynqhE-AgnuRlqYI0,3898
373
379
  umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.css,sha256=eVKDGO_G2bIJvf_o5490h8BbMh5XeraSLmo6qTc8zj8,1263
374
380
  umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.js,sha256=ati65azw8WxPG70b4JblFSHgD-fJ0ytriQEzC5tJWCM,9141
375
381
  umap/static/umap/vendors/editinosm/edit-in-osm.png,sha256=xsQrWBc8olICRKg-bt7auEoceoCoWWZxm5OmAHSE2PM,3340
376
- umap/static/umap/vendors/formbuilder/Leaflet.FormBuilder.js,sha256=J_0lfNnev_bRBgjxJBozVLSd8Qwffd-OyWW8RvwBHSE,12391
382
+ umap/static/umap/vendors/formbuilder/Leaflet.FormBuilder.js,sha256=QAWQWiOa86riHVSc26ekG8WJJySajV1rGUjCaDm7bEI,10919
377
383
  umap/static/umap/vendors/fullscreen/Leaflet.fullscreen.js,sha256=_VGiFGzaidNadoKY4_8zFXP_OqGdajjpB-0vNHRz33o,5041
378
384
  umap/static/umap/vendors/fullscreen/Leaflet.fullscreen.min.js,sha256=RQN1bmEq_28pzVG8Csu34O677VNj5_1xl1wUGyDjMuo,3654
379
385
  umap/static/umap/vendors/fullscreen/fullscreen.png,sha256=yDtz-dhjuAoo6q9xc00-_XNTrGwEWrN80pOneFdol4g,299
380
386
  umap/static/umap/vendors/fullscreen/fullscreen@2x.png,sha256=HVi2guZO6sekf2NggilbzjUTvJDweXpSMBS81fhtnX0,420
381
387
  umap/static/umap/vendors/fullscreen/leaflet.fullscreen.css,sha256=YTbhDGEH5amI_JfotPMN7IByFpsN9e4tCBnv5oNdvHU,994
388
+ umap/static/umap/vendors/geojson-to-gpx/index.js,sha256=0Yj4TT2yEefWHMCX-0S2sEe7zx89nzN6rFiB-gWfw_s,6242
382
389
  umap/static/umap/vendors/georsstogeojson/GeoRSSToGeoJSON.js,sha256=NC6IG_16yvWLfYWF1K8wIrO_eMzxFU7c5brjTCaw6R8,3202
383
390
  umap/static/umap/vendors/hash/leaflet-hash.js,sha256=0gxt71nsjV0toCvIrBkXr1M5IecQXS39rv9In81hLpE,3462
384
391
  umap/static/umap/vendors/heat/leaflet-heat.js,sha256=65UqrlgGoRAnKfKRuriH3eeDrOhZgZo1SCenduc-SGo,5158
@@ -418,14 +425,14 @@ umap/static/umap/vendors/minimap/Control.MiniMap.min.css,sha256=p0ab5p0FrFs9Tz4O
418
425
  umap/static/umap/vendors/minimap/Control.MiniMap.min.js,sha256=Hb_f1FMaLV-Qn6KSYbc92GxB2bcKp7_efxNeiduEo3g,8565
419
426
  umap/static/umap/vendors/minimap/images/toggle.png,sha256=dSjmzalnKhlwWcTiw6qF82tFV60mQZAmS57_VnCzXIg,219
420
427
  umap/static/umap/vendors/minimap/images/toggle.svg,sha256=qYiFw3DWtNgmPPxyM2tW4Q0yQCFdWGtCJ9RqT9SRyhs,1765
421
- umap/static/umap/vendors/osmtogeojson/osmtogeojson.js,sha256=IsrC1ee9KAdpXktXNKcbrqJvAUjVW2LKsseDl36WsZo,35642
428
+ umap/static/umap/vendors/osmtogeojson/osmtogeojson.js,sha256=Zju1u65H1dEr_5zxyHuPlz6F-rSx-DRTgQquma3VRZI,34674
422
429
  umap/static/umap/vendors/photon/leaflet.photon.js,sha256=AAgrsDIbpaugU6-2u6024CRB2cvE1OCNek7N9zAVlgY,14730
423
430
  umap/static/umap/vendors/simple-statistics/simple-statistics.min.js,sha256=9Q8lBzEmEHECakXADgxLzmJ42oBB8JB257npQWOyitk,23988
424
431
  umap/static/umap/vendors/simple-statistics/simple-statistics.min.js.map,sha256=Xcmjnfovskjz0ft9rGff8xr6oozB0wgYE-k5Dyo2Z4U,195620
425
- umap/static/umap/vendors/togeojson/togeojson.umd.js,sha256=puEtIt0S37jxF-oY0CMD0ULKuAfQ3GKZoAbJbNGN0Y8,13010
426
- umap/static/umap/vendors/togeojson/togeojson.umd.js.map,sha256=Lip8fUKI-Yb-bko-a7fREIKS8R1QxdD3q69pGBBgAZs,59946
427
- umap/static/umap/vendors/togpx/togpx.js,sha256=_8C0kI5rlMKEN2Ye5oIuW-pJJXZEqO9eFV8laBmvHoQ,17936
428
- umap/static/umap/vendors/tokml/tokml.js,sha256=XSrRo3CM_JcYytfU6jAxsrOtQKh6p-GKo61qQzr8pnk,11521
432
+ umap/static/umap/vendors/togeojson/togeojson.es.js,sha256=3ahjSicOyuiPMyXmBClO89l-QykDhAy0Fm09kWGSrWI,34371
433
+ umap/static/umap/vendors/togeojson/togeojson.es.mjs.map,sha256=NBjflNKJL_uGfiPrRRja6IoswUQ2_kaNk3iV64WY2Uo,75780
434
+ umap/static/umap/vendors/tokml/tokml.es.js,sha256=BqL0WqFH5UZAh_S_265E6PWZjPMYxeGNFgAgywM4Aeo,23457
435
+ umap/static/umap/vendors/tokml/tokml.es.mjs.map,sha256=vw5JxZFh_2_xM1cHI51r1Bf48JaBKzNcR7ddgaaF8KY,45844
429
436
  umap/static/umap/vendors/toolbar/leaflet.toolbar-src.css,sha256=Q1PL4YzNw38EZdT4kmrE1oEhPm0rWuYus4GeQz6aLNA,2890
430
437
  umap/static/umap/vendors/toolbar/leaflet.toolbar-src.js,sha256=2LldNgRnLNkn62qw9bxW18O1Lkp3Hm8d6BNoLk3HQZ0,9060
431
438
  umap/static/umap/vendors/toolbar/leaflet.toolbar.css,sha256=5KVBOQ0ivsFuafKYvVm32wJ_fi7w8Li1-2Rwwcv85jA,2244
@@ -442,11 +449,11 @@ umap/templates/umap/about_summary.html,sha256=i1M3rNgQi912dr0_Jr2xoBSERm3WgEQTNp
442
449
  umap/templates/umap/branding.html,sha256=8IzkIWqiZckgkX9FC-n1v6f8JIB2q7DcX3JHscxsaYA,60
443
450
  umap/templates/umap/content.html,sha256=VHDVxrdW14HuiCZjJxu30q_IVo1R1YgkSK3VIW8QmE4,2244
444
451
  umap/templates/umap/content_footer.html,sha256=Lq9CK37V2iFxqOdgGWRsJcoQs8e3Ih5VlENbQ-izX84,724
445
- umap/templates/umap/css.html,sha256=V7NmjtW3U0XLgX2_vzSBYxeRvPj5Gb5eM7RPrHH7xqY,1957
452
+ umap/templates/umap/css.html,sha256=sf-a56goLqCkCrlB-VyvLZqwzVeguV3tJd0RzhlfYXs,2174
446
453
  umap/templates/umap/footer.html,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
447
454
  umap/templates/umap/header.html,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
448
455
  umap/templates/umap/home.html,sha256=cgx-AsxybcAMSk_7pUh5av4hPekPg6WtKDxgkFpe5A8,773
449
- umap/templates/umap/js.html,sha256=kQHl9jyj91Qy686G2PoBRg4KueDn2D500gQgJXkDW_4,3630
456
+ umap/templates/umap/js.html,sha256=580jH_LLtA5LX8WQ9fITiCVqhwIwdNWpXixH2Pk5pW0,3188
450
457
  umap/templates/umap/locale.js,sha256=AP-mSJQq5RyC3eNaBbk-sOsD80r0_qlvuK1afXdsVo4,112
451
458
  umap/templates/umap/login_popup_end.html,sha256=b6csbAW1-qZZYgF1RkwfNsGpqhYzzg3wRGbntTadj2U,571
452
459
  umap/templates/umap/map_detail.html,sha256=2TA1VwH0jAo9yyj7f3XVqPvFOY0EXmzxZJjZJI2l4jY,1143
@@ -462,7 +469,7 @@ umap/templates/umap/search.html,sha256=M0PqOtPG86nk-ML8hhEEXhgIZkfhOhJOgb_c0XB6e
462
469
  umap/templates/umap/search_bar.html,sha256=PK4aWVIjEDcM7XcRGTLG1lMyrJce5czZoEERzQuPKVY,612
463
470
  umap/templates/umap/success.html,sha256=3FG4yWwtdF3zvVWQ2ZAjCkgv0kcSNZlUjgYy_b-X_CI,3
464
471
  umap/templates/umap/user_dashboard.html,sha256=P9A_5m3HBnEGj87ptbBVOoqrF7gW6Rsyl9ZfM4vbF1w,2691
465
- umap/templates/umap/components/alerts/alert.html,sha256=HeOVES74qAHE_dV00cMP5w4DNw4qLgTOksS8dsCJkiM,3064
472
+ umap/templates/umap/components/alerts/alert.html,sha256=uv0SBNmKopuTXr_Bh244jeImTQ9F1ttYG5G6_CE6Tzw,3097
466
473
  umap/templatetags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
467
474
  umap/templatetags/umap_tags.py,sha256=oMXsa80LFM52EcLnF6A_o4_PdvOncLBf33pexaeL8nw,1773
468
475
  umap/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -477,11 +484,13 @@ umap/tests/test_map_views.py,sha256=w3YG5ExH_fw18402bdR3hKxRl3DpAeCs8oy8RYee05o,
477
484
  umap/tests/test_merge_features.py,sha256=uLZSW00WAI8_nZS0KPP8gg8U4nnky-XGb-VhhKUxv1M,2275
478
485
  umap/tests/test_tilelayer.py,sha256=toVpVutEvMLWKx5uH7ZbGNPGzqICZx1_S2OOpIfYPfQ,603
479
486
  umap/tests/test_utils.py,sha256=noh-AFL3qV-dNZYr8L1acsYC02SI710Bq2ZXV-jBEzk,407
480
- umap/tests/test_views.py,sha256=dlgy_wXVhFv_I979XZmlkR99VRmHI1BEDpYKc7nT6i0,16348
487
+ umap/tests/test_views.py,sha256=jMGziFGM8tvQLElmTdti_zxutSOynEQ3knrMtVgZIUA,16366
488
+ umap/tests/fixtures/categorized_highway.geojson,sha256=p7QHOd8nXi7yVq37gY6Ca8BXkjaLnDxW9Fq0Zcm3Fk4,15830
481
489
  umap/tests/fixtures/choropleth_region_chomage.geojson,sha256=mVVbYlf92Sr3wWH9ETm43FdHz1U3zjsn91HuU5H5r4Y,21325
482
490
  umap/tests/fixtures/circle.svg,sha256=P37vV2PhFPecAtY8qR3VlRuB79_wFaMeqKm2tX-2tkA,254
483
491
  umap/tests/fixtures/display_on_load.umap,sha256=eo4ecB3QUeCVu1u7COp7mZ8sCPkf2j4gGERE7N1v8GU,1845
484
492
  umap/tests/fixtures/star.svg,sha256=zIi-j16L1Fzxtqz2rV2NDDm1NDHBWQfM5O6MIeoxgEU,256
493
+ umap/tests/fixtures/test_import_osm_relation.json,sha256=SjZFqZ-qnxcrUnVkb43jI9iMBF8Il3-OPqxh62nNH9o,4249
485
494
  umap/tests/fixtures/test_upload_data.csv,sha256=KZOO-DcXhdTgx2FrIYZz_ZNZAKOp8zpN_jCyfDw3PcQ,186
486
495
  umap/tests/fixtures/test_upload_data.gpx,sha256=sIfeKEGxYikzg121qBdkBIVTFpuYh8q2-yWZOZwbu38,674
487
496
  umap/tests/fixtures/test_upload_data.json,sha256=t4PmJtVDhyI1x-E1a36jD8YVSa87T-Vtg8eBmHfQ4KQ,5650
@@ -492,28 +501,29 @@ umap/tests/fixtures/test_upload_empty_coordinates.json,sha256=-mJ_1orzUAROfE4PXc
492
501
  umap/tests/fixtures/test_upload_missing_name.json,sha256=klSMHb6laTghzU4AdIG1_p5UZ1LbAJCCKnJea0qEFAI,4566
493
502
  umap/tests/fixtures/test_upload_non_linear_ring.json,sha256=WOR0NnJHNUUW6VKzZyIxU7WL1llnAmEVJwCWla6XOds,1525
494
503
  umap/tests/integration/__init__.py,sha256=nqQ2miDnSZOKDuFhQ5saFN3qQuK73Cs6xL9Od-mEKG4,57
495
- umap/tests/integration/conftest.py,sha256=QQuhq7Z2lZlJFJN5qMRWINu1qfUOQPOfgx5dLYX-5zY,1984
504
+ umap/tests/integration/conftest.py,sha256=nLGK12rRXhGF7Ks70SoWALfDSMHG7kVQLIX88BKj79s,2141
496
505
  umap/tests/integration/test_anonymous_owned_map.py,sha256=v3_qXx3_YhDzr0N8fNfeZwepPGpJ_yZrKwX5LpLFf5Q,9457
497
506
  umap/tests/integration/test_basics.py,sha256=dOb5zZ4YNJlkJc6rVt5HIrf4nmy0Bxw5S0Nn94Yi1Qo,2616
498
- umap/tests/integration/test_browser.py,sha256=Xpen79k4OoYY6kgfdZ0PtjmD1-sREdVr2kL69PXbCu4,16911
507
+ umap/tests/integration/test_browser.py,sha256=Vzzqv7i_fH73dKz0qIsyhdKMJRCfnEbwmCGlcFt2D7M,16992
499
508
  umap/tests/integration/test_caption.py,sha256=CRZHNwRHuSPIz33F2kpL85bacQQ0cFXDu12IB1rIskc,1016
509
+ umap/tests/integration/test_categorized_layer.py,sha256=1MJopDBMLUd_NN2NVqWoePuNPS42RbNlXOwXeyKdZo8,5586
500
510
  umap/tests/integration/test_choropleth.py,sha256=MOgWxPiv39wU7v6kwEJ6sfN3P3xTf_ABQo7hxQa_Y1M,3775
501
- umap/tests/integration/test_conditional_rules.py,sha256=zvLMzy15JrBRIrhUvRMAB1KKmI3Zdb-CYFs9Dn5v-bE,7330
511
+ umap/tests/integration/test_conditional_rules.py,sha256=ZDhp93tzJ7y9kXYPMY-5fI-Tp0dFZ4OTKBX8JHkqU4A,8490
502
512
  umap/tests/integration/test_dashboard.py,sha256=OmqZx6NwtTnPj1-HsYyg5WptcmPpSq5pL01VtxZuuzk,1526
503
- umap/tests/integration/test_datalayer.py,sha256=zclk7GJWPTjOXoaK9n-aL4q60Ovw51T5gP44c37KMOo,5175
513
+ umap/tests/integration/test_datalayer.py,sha256=39ceMKkvwaE-TOh6GH1q0YwnYOSMEyQA4Ao0XSXR0nI,5471
504
514
  umap/tests/integration/test_draw_polygon.py,sha256=hP2T_2gE3R55hXaGzgJwh2xPq6vJNImDV0-1s8khxo0,14719
505
515
  umap/tests/integration/test_draw_polyline.py,sha256=Cg_lmRLTNPMk1CJBvVJEXww_wQmmdq9i6CToUEflJ1w,12810
506
- umap/tests/integration/test_edit_datalayer.py,sha256=uLIyBQ8CbjowoJjvu4us8UJcjFWcDX4Z_t7o2XHEjVY,9431
516
+ umap/tests/integration/test_edit_datalayer.py,sha256=ghq0aGkLw3UxiLPooG0qYGy9_h9bCYOBiZDhpswPRqE,9499
507
517
  umap/tests/integration/test_edit_map.py,sha256=cIJWelF1DWIUjqEyyb7NyaDLU8cQ0LGo-WfUEUx_5-A,7111
508
518
  umap/tests/integration/test_edit_marker.py,sha256=1MpA1mjdtVx2HuFkVSYZojBoGJ0fhK_JBGDsv5v6rUE,4736
509
- umap/tests/integration/test_edit_polygon.py,sha256=PPUiQ0oka41t_nxIDfXRxPZMXtIGT8fFiB8oZ-If4h0,5274
510
- umap/tests/integration/test_export_map.py,sha256=Y_sgsT7ZTrrDCx5dLegioJ40GN_PtzK7yRFHTxtIb-4,12738
519
+ umap/tests/integration/test_edit_polygon.py,sha256=JeIW6NcBltIl958uJ_T-0dRCT5gOo9JrNtULvg7nxf4,5286
520
+ umap/tests/integration/test_export_map.py,sha256=jH0BXm-7Ov26OEkve9-xKMfRwXwR73zRrZLIQusyUOY,12112
511
521
  umap/tests/integration/test_facets_browser.py,sha256=bsEpb4tXZtxF3tdmSZ0tGrOIIEhd1KSbmDQruuUQFic,10622
512
522
  umap/tests/integration/test_features_id_generation.py,sha256=e99_8AxeMAi53JjVGlsI32zlrXGAU19FHJfTuYdiBVQ,1511
513
- umap/tests/integration/test_import.py,sha256=f9DlqGX2_wCWrk0KRM79XrLJDF4vL7xAzRpbfZtfQtI,23675
523
+ umap/tests/integration/test_import.py,sha256=5cy2lFC8HCXm2gTsXi1-ydEQ5zXRYJ8uTnqmvMNx4fw,24627
514
524
  umap/tests/integration/test_map.py,sha256=WH_vNCsFTnfEKNyt9OHfpXa3BMS1fh1cqvSLSb_Nxtk,8726
515
525
  umap/tests/integration/test_map_list.py,sha256=l1FImKnJkY7DupYX8waKaUZqhnORR20L8dzaqu-eF8E,1280
516
- umap/tests/integration/test_map_preview.py,sha256=4rPQF1zfiwqN7PvwFeB3OagR1wLEMbug0Omcd6zQShQ,2702
526
+ umap/tests/integration/test_map_preview.py,sha256=kP0vkEiUN7EJNCvZgNeUAzrrXfgwpU0S2UnmOBV4P5A,3540
517
527
  umap/tests/integration/test_optimistic_merge.py,sha256=HK-RYWyqvkUw3ibnONzb3HNMsvj9RLDXnf0vJlWkv6g,10948
518
528
  umap/tests/integration/test_owned_map.py,sha256=7R_CwndXw_ZSg2mQDvLjnskL6t_iQE0ENOC676WL5x0,9885
519
529
  umap/tests/integration/test_picto.py,sha256=Ey9V-NTQ64cIEtdXWzjhlBEykmTiGk7jUxKN1oA6n_g,9040
@@ -522,14 +532,14 @@ umap/tests/integration/test_share.py,sha256=gDna-wFedwJ_-8HLBw_G5IO3zA3l96p1FGBS
522
532
  umap/tests/integration/test_slideshow.py,sha256=yhy75YYpfTKpkGK7xGjJDJoqHtN6p2LG-O4krVE1Yks,1907
523
533
  umap/tests/integration/test_star.py,sha256=icB5SbFbXe4KYp3DIJ0xAwCrSQS2rweqIaQTAng3CfY,842
524
534
  umap/tests/integration/test_statics.py,sha256=BuScxhKTXclLzKEZYTatzPnh9rKrY2FsqgdT3vVLwqc,1521
525
- umap/tests/integration/test_tableeditor.py,sha256=C4C5qj6b77XSNso7B634r0uaIzpO6Gkos7il6VGiSd8,1058
535
+ umap/tests/integration/test_tableeditor.py,sha256=C2s06rTnzbs_ULxfsyPVq4UkfpnuRxCvqsK2zaEYfa0,7838
526
536
  umap/tests/integration/test_tilelayer.py,sha256=nQIhU3GIxxCXrelNWgSsm4iT3Su52rW8ENWtKfiqjWk,4607
527
537
  umap/tests/integration/test_view_marker.py,sha256=PPuG93hSN33qjSOnHg8ls0XucsuGl89t49JqwLusJLE,2918
528
538
  umap/tests/integration/test_view_polygon.py,sha256=I7wR6DUrictIMrCPKajCrruJVLry4ZRDdjSs8q0XaOg,1829
529
539
  umap/tests/integration/test_view_polyline.py,sha256=n1QVIdl-Xg9yN9o-Jc6VnPhFAuUspsgY0odiUe_jJC4,1598
530
- umap/tests/integration/test_websocket_sync.py,sha256=r2qlo7KUdPbX58gMJDNg-C1ZuDNSNT105wOUA6GJRMI,10487
531
- umap_project-2.4.1.dist-info/METADATA,sha256=rCeIfCRyqarl1z2Rh_nRdLl4AZ7r1hVTxG8POCgXfLw,2680
532
- umap_project-2.4.1.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87
533
- umap_project-2.4.1.dist-info/entry_points.txt,sha256=gz-KDQfEsMLBae8ABOD3foJsCYGPW1tA4Y394R_1RW8,39
534
- umap_project-2.4.1.dist-info/licenses/LICENSE,sha256=kQtrtRKgiPhcl7aO0-lmvbrNAXu7WHyiXvPrUk-TD2Q,820
535
- umap_project-2.4.1.dist-info/RECORD,,
540
+ umap/tests/integration/test_websocket_sync.py,sha256=_E72UldefpDGdjFysKroU4--HLLabiqcvhyXFrUjDus,10515
541
+ umap_project-2.5.0.dist-info/METADATA,sha256=7OZba-FQrgw-ceJLleBjDgQzUecRbROqXbvjQcNpZbY,2679
542
+ umap_project-2.5.0.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87
543
+ umap_project-2.5.0.dist-info/entry_points.txt,sha256=gz-KDQfEsMLBae8ABOD3foJsCYGPW1tA4Y394R_1RW8,39
544
+ umap_project-2.5.0.dist-info/licenses/LICENSE,sha256=kQtrtRKgiPhcl7aO0-lmvbrNAXu7WHyiXvPrUk-TD2Q,820
545
+ umap_project-2.5.0.dist-info/RECORD,,