umap-project 3.2.0__py3-none-any.whl → 3.3.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of umap-project might be problematic. Click here for more details.

Files changed (179) 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 +42 -38
  4. umap/locale/en/LC_MESSAGES/django.mo +0 -0
  5. umap/locale/en/LC_MESSAGES/django.po +15 -15
  6. umap/locale/hu/LC_MESSAGES/django.mo +0 -0
  7. umap/locale/hu/LC_MESSAGES/django.po +39 -35
  8. umap/locale/nl/LC_MESSAGES/django.mo +0 -0
  9. umap/locale/nl/LC_MESSAGES/django.po +31 -27
  10. umap/settings/base.py +2 -0
  11. umap/static/umap/css/contextmenu.css +58 -2
  12. umap/static/umap/css/form.css +175 -45
  13. umap/static/umap/css/icon.css +20 -0
  14. umap/static/umap/img/16-white.svg +21 -40
  15. umap/static/umap/img/16.svg +1 -1
  16. umap/static/umap/img/24-white.svg +9 -9
  17. umap/static/umap/img/24.svg +23 -10
  18. umap/static/umap/img/source/16-white.svg +23 -41
  19. umap/static/umap/img/source/16.svg +1 -1
  20. umap/static/umap/img/source/24-white.svg +11 -11
  21. umap/static/umap/img/source/24.svg +25 -12
  22. umap/static/umap/js/modules/caption.js +8 -0
  23. umap/static/umap/js/modules/data/features.js +318 -174
  24. umap/static/umap/js/modules/data/layer.js +27 -20
  25. umap/static/umap/js/modules/form/builder.js +11 -7
  26. umap/static/umap/js/modules/form/fields.js +10 -7
  27. umap/static/umap/js/modules/formatter.js +42 -20
  28. umap/static/umap/js/modules/importer.js +6 -1
  29. umap/static/umap/js/modules/importers/opendata.js +125 -37
  30. umap/static/umap/js/modules/importers/openrouteservice.js +140 -0
  31. umap/static/umap/js/modules/managers.js +12 -4
  32. umap/static/umap/js/modules/printer.js +107 -0
  33. umap/static/umap/js/modules/rendering/controls.js +78 -2
  34. umap/static/umap/js/modules/rendering/icon.js +113 -82
  35. umap/static/umap/js/modules/rendering/layers/cluster.js +220 -64
  36. umap/static/umap/js/modules/rendering/map.js +5 -1
  37. umap/static/umap/js/modules/rendering/template.js +71 -1
  38. umap/static/umap/js/modules/rendering/ui.js +101 -34
  39. umap/static/umap/js/modules/schema.js +24 -0
  40. umap/static/umap/js/modules/share.js +19 -12
  41. umap/static/umap/js/modules/ui/bar.js +6 -1
  42. umap/static/umap/js/modules/ui/base.js +24 -9
  43. umap/static/umap/js/modules/ui/contextmenu.js +17 -7
  44. umap/static/umap/js/modules/ui/dialog.js +7 -4
  45. umap/static/umap/js/modules/umap.js +68 -62
  46. umap/static/umap/js/umap.controls.js +22 -57
  47. umap/static/umap/locale/am_ET.js +39 -4
  48. umap/static/umap/locale/am_ET.json +39 -4
  49. umap/static/umap/locale/ar.js +39 -4
  50. umap/static/umap/locale/ar.json +39 -4
  51. umap/static/umap/locale/ast.js +39 -4
  52. umap/static/umap/locale/ast.json +39 -4
  53. umap/static/umap/locale/bg.js +39 -4
  54. umap/static/umap/locale/bg.json +39 -4
  55. umap/static/umap/locale/br.js +39 -4
  56. umap/static/umap/locale/br.json +39 -4
  57. umap/static/umap/locale/ca.js +39 -4
  58. umap/static/umap/locale/ca.json +39 -4
  59. umap/static/umap/locale/cs_CZ.js +39 -4
  60. umap/static/umap/locale/cs_CZ.json +39 -4
  61. umap/static/umap/locale/da.js +47 -12
  62. umap/static/umap/locale/da.json +47 -12
  63. umap/static/umap/locale/de.js +39 -4
  64. umap/static/umap/locale/de.json +39 -4
  65. umap/static/umap/locale/el.js +81 -46
  66. umap/static/umap/locale/el.json +81 -46
  67. umap/static/umap/locale/en.js +38 -4
  68. umap/static/umap/locale/en.json +38 -4
  69. umap/static/umap/locale/en_US.json +39 -4
  70. umap/static/umap/locale/es.js +47 -12
  71. umap/static/umap/locale/es.json +47 -12
  72. umap/static/umap/locale/et.js +39 -4
  73. umap/static/umap/locale/et.json +39 -4
  74. umap/static/umap/locale/eu.js +80 -45
  75. umap/static/umap/locale/eu.json +80 -45
  76. umap/static/umap/locale/fa_IR.js +39 -4
  77. umap/static/umap/locale/fa_IR.json +39 -4
  78. umap/static/umap/locale/fi.js +39 -4
  79. umap/static/umap/locale/fi.json +39 -4
  80. umap/static/umap/locale/fr.js +39 -4
  81. umap/static/umap/locale/fr.json +39 -4
  82. umap/static/umap/locale/gl.js +39 -4
  83. umap/static/umap/locale/gl.json +39 -4
  84. umap/static/umap/locale/he.js +39 -4
  85. umap/static/umap/locale/he.json +39 -4
  86. umap/static/umap/locale/hr.js +39 -4
  87. umap/static/umap/locale/hr.json +39 -4
  88. umap/static/umap/locale/hu.js +55 -20
  89. umap/static/umap/locale/hu.json +55 -20
  90. umap/static/umap/locale/id.js +39 -4
  91. umap/static/umap/locale/id.json +39 -4
  92. umap/static/umap/locale/is.js +39 -4
  93. umap/static/umap/locale/is.json +39 -4
  94. umap/static/umap/locale/it.js +39 -4
  95. umap/static/umap/locale/it.json +39 -4
  96. umap/static/umap/locale/ja.js +39 -4
  97. umap/static/umap/locale/ja.json +39 -4
  98. umap/static/umap/locale/ko.js +39 -4
  99. umap/static/umap/locale/ko.json +39 -4
  100. umap/static/umap/locale/lt.js +39 -4
  101. umap/static/umap/locale/lt.json +39 -4
  102. umap/static/umap/locale/ms.js +52 -17
  103. umap/static/umap/locale/ms.json +52 -17
  104. umap/static/umap/locale/nl.js +58 -23
  105. umap/static/umap/locale/nl.json +58 -23
  106. umap/static/umap/locale/no.js +39 -4
  107. umap/static/umap/locale/no.json +39 -4
  108. umap/static/umap/locale/pl.js +39 -4
  109. umap/static/umap/locale/pl.json +39 -4
  110. umap/static/umap/locale/pl_PL.json +39 -4
  111. umap/static/umap/locale/pt.js +39 -4
  112. umap/static/umap/locale/pt.json +39 -4
  113. umap/static/umap/locale/pt_BR.js +39 -4
  114. umap/static/umap/locale/pt_BR.json +39 -4
  115. umap/static/umap/locale/pt_PT.js +39 -4
  116. umap/static/umap/locale/pt_PT.json +39 -4
  117. umap/static/umap/locale/ro.js +39 -4
  118. umap/static/umap/locale/ro.json +39 -4
  119. umap/static/umap/locale/ru.js +39 -4
  120. umap/static/umap/locale/ru.json +39 -4
  121. umap/static/umap/locale/sk_SK.js +39 -4
  122. umap/static/umap/locale/sk_SK.json +39 -4
  123. umap/static/umap/locale/sl.js +39 -4
  124. umap/static/umap/locale/sl.json +39 -4
  125. umap/static/umap/locale/sr.js +39 -4
  126. umap/static/umap/locale/sr.json +39 -4
  127. umap/static/umap/locale/sv.js +39 -4
  128. umap/static/umap/locale/sv.json +39 -4
  129. umap/static/umap/locale/th_TH.js +39 -4
  130. umap/static/umap/locale/th_TH.json +39 -4
  131. umap/static/umap/locale/tr.js +39 -4
  132. umap/static/umap/locale/tr.json +39 -4
  133. umap/static/umap/locale/uk_UA.js +39 -4
  134. umap/static/umap/locale/uk_UA.json +39 -4
  135. umap/static/umap/locale/vi.js +39 -4
  136. umap/static/umap/locale/vi.json +39 -4
  137. umap/static/umap/locale/vi_VN.json +39 -4
  138. umap/static/umap/locale/zh.js +39 -4
  139. umap/static/umap/locale/zh.json +39 -4
  140. umap/static/umap/locale/zh_CN.json +39 -4
  141. umap/static/umap/locale/zh_TW.Big5.json +39 -4
  142. umap/static/umap/locale/zh_TW.js +98 -63
  143. umap/static/umap/locale/zh_TW.json +98 -63
  144. umap/static/umap/map.css +90 -41
  145. umap/static/umap/vars.css +1 -0
  146. umap/static/umap/vendors/editable/Leaflet.Editable.js +3 -1
  147. umap/static/umap/vendors/openrouteservice/ors-js-client.js +521 -0
  148. umap/static/umap/vendors/openrouteservice/ors-js-client.js.map +1 -0
  149. umap/static/umap/vendors/simple-elevation-chart/elevation.js +63 -0
  150. umap/static/umap/vendors/simple-elevation-chart/elevation.svg +8 -0
  151. umap/static/umap/vendors/snapdom/snapdom.min.mjs +3 -0
  152. umap/storage/staticfiles.py +12 -0
  153. umap/templates/umap/css.html +0 -4
  154. umap/templates/umap/js.html +1 -3
  155. umap/tests/integration/test_basics.py +2 -0
  156. umap/tests/integration/test_conditional_rules.py +17 -17
  157. umap/tests/integration/test_datalayer.py +1 -1
  158. umap/tests/integration/test_draw_polygon.py +3 -5
  159. umap/tests/integration/test_draw_polyline.py +4 -6
  160. umap/tests/integration/test_draw_route.py +178 -0
  161. umap/tests/integration/test_edit_map.py +1 -1
  162. umap/tests/integration/test_edit_marker.py +7 -7
  163. umap/tests/integration/test_edit_polygon.py +2 -2
  164. umap/tests/integration/test_export_map.py +74 -10
  165. umap/tests/integration/test_map_preview.py +1 -1
  166. umap/tests/integration/test_share.py +1 -1
  167. umap/tests/integration/test_tableeditor.py +4 -4
  168. umap/tests/integration/test_websocket_sync.py +4 -4
  169. umap/utils.py +5 -1
  170. umap/views.py +2 -0
  171. {umap_project-3.2.0.dist-info → umap_project-3.3.1.dist-info}/METADATA +9 -9
  172. {umap_project-3.2.0.dist-info → umap_project-3.3.1.dist-info}/RECORD +175 -171
  173. umap/static/umap/vendors/markercluster/MarkerCluster.Default.css +0 -60
  174. umap/static/umap/vendors/markercluster/MarkerCluster.css +0 -14
  175. umap/static/umap/vendors/markercluster/leaflet.markercluster.js +0 -2
  176. umap/static/umap/vendors/markercluster/leaflet.markercluster.js.map +0 -1
  177. {umap_project-3.2.0.dist-info → umap_project-3.3.1.dist-info}/WHEEL +0 -0
  178. {umap_project-3.2.0.dist-info → umap_project-3.3.1.dist-info}/entry_points.txt +0 -0
  179. {umap_project-3.2.0.dist-info → umap_project-3.3.1.dist-info}/licenses/LICENSE +0 -0
@@ -1,4 +1,4 @@
1
- umap/__init__.py,sha256=mSmBHX16HKPBdzS8NyxhHeyB1rvV3HpaiWcXae7jexg,18
1
+ umap/__init__.py,sha256=P-LYADqNpYK0atH4JUdWBBlQqMSI8J0AD5JUh0pP-UY,18
2
2
  umap/admin.py,sha256=YlK4CgEWb2eFYRKiklsKouxeiQ8z_b-H2Fv2XCaiGFQ,3014
3
3
  umap/apps.py,sha256=5ssKqPUuNJlapaBmr4LY_HDb7J1NFCT3wzythxQOOfs,109
4
4
  umap/asgi.py,sha256=sJkGqDLgMoPkq2nMRyRE_Hz3ZLJm1X5lgXiQJu6rYt0,660
@@ -11,8 +11,8 @@ umap/managers.py,sha256=A5Ih92f9E3egPVCToQHYJ4wQMFSqTS6dtqzx56Fs2JU,1051
11
11
  umap/middleware.py,sha256=GsIFl0St_Rk5zjpE8dpGBlD0JL2AyMrNHu8SHylqwEg,1564
12
12
  umap/models.py,sha256=xANPE5gw3jjLartllGrc3GtEZ4en1NsG1WLS05blmRc,19914
13
13
  umap/urls.py,sha256=DQ932n0lyS-7eD8ubIaZtW2xjssSVuI7P0DWkClVFx4,7837
14
- umap/utils.py,sha256=XXm20wMvSGlcSrvEbKarh_w-xYRlxe2hYOxMBG31pYI,7552
15
- umap/views.py,sha256=wGYSU7gzUr7OgGkqwq0cnSRr2iFyi2EZWM32oEf8Ke0,50561
14
+ umap/utils.py,sha256=rSzK0GjsAZtPCeJ9Wkk4J3xhIrduOU3wQjxzpPWCA5s,7720
15
+ umap/views.py,sha256=MnkYfclmKv2c_ywh9AnwAZHNqxzYGn-JTIx2pnkqOMo,50677
16
16
  umap/wsgi.py,sha256=IopIgnDZbCus3XpSetTHnra9VyzWi0Y2tJo-CmfTWCY,1132
17
17
  umap/bin/__init__.py,sha256=iA3ON4A6NCpenrn3q2OgefUKF5QRFIQS-FtS0pxruI8,234
18
18
  umap/locale/am_ET/LC_MESSAGES/django.mo,sha256=ZF_hEGHnrIX6XZBVqmWR4xbE5D8Y6s1GS5sYOxnFQBY,5377
@@ -33,10 +33,10 @@ umap/locale/da/LC_MESSAGES/django.mo,sha256=ZjvoMeBervGEeln7yBqNSx1yb98ovwtag9Ox
33
33
  umap/locale/da/LC_MESSAGES/django.po,sha256=l3k3LwGQrESZc8XWHa2If5EoTuLzy1MvedZoAKusu0M,23101
34
34
  umap/locale/de/LC_MESSAGES/django.mo,sha256=OsdSrFm_j5mqemJW26YEVWFmRFS6VmGoUjNeR2sTMbo,15131
35
35
  umap/locale/de/LC_MESSAGES/django.po,sha256=a5ZngmPDqTmS2Y64SVmeb7YlAAJneUSpC_xqyIbFxQ0,23638
36
- umap/locale/el/LC_MESSAGES/django.mo,sha256=6gXjLuMmJZN3-2UdUS_SjpRV-WIzk-kDx3YSghC2Q8o,20110
37
- umap/locale/el/LC_MESSAGES/django.po,sha256=P1Hrbxvr4x4RihruT0ikK9hN0WvDGkZ9EVfuH17cIUM,28622
38
- umap/locale/en/LC_MESSAGES/django.mo,sha256=au-HPUuc6FQ_crK6vdZ6vIXIaIvw8QXbSVmb24fmQZA,369
39
- umap/locale/en/LC_MESSAGES/django.po,sha256=MmCTvA_hZ8qri26Mm1INcHl9Zv9_aEantww2XuI_ZQs,17472
36
+ umap/locale/el/LC_MESSAGES/django.mo,sha256=kH6JnkfGmno6c9GVSI6ysnge98UGbN7XyT2IkaXK9c4,21521
37
+ umap/locale/el/LC_MESSAGES/django.po,sha256=kqZoM2vVNiwROF_VtB3Rvokb_G6xG1hplEPrDcISCLo,29353
38
+ umap/locale/en/LC_MESSAGES/django.mo,sha256=UXCQbz2AxBvh-IQ7bGgjoBnijo8h9DfE9107A-2Mgkk,337
39
+ umap/locale/en/LC_MESSAGES/django.po,sha256=t12FJjuUV4NE3A_cBMQ4EinWOrupcJPagzUCmiwR2BA,17472
40
40
  umap/locale/es/LC_MESSAGES/django.mo,sha256=_PIEAre9Tz44L6626UUgZw7nHWpXoK8d8_YWNAvJk20,15906
41
41
  umap/locale/es/LC_MESSAGES/django.po,sha256=imix3c0Xycky3RRMHFG8naysWnz1iPaLuo7ovTXZj3Y,23964
42
42
  umap/locale/et/LC_MESSAGES/django.mo,sha256=PzS7qLpjfx2vYCxJfg65P9I1TFGqXyr1kIhy-vlyqYo,8618
@@ -55,8 +55,8 @@ umap/locale/he/LC_MESSAGES/django.mo,sha256=A6pkjaL4HQ7lyfvXcGIxle61RXdo7Byq3mfK
55
55
  umap/locale/he/LC_MESSAGES/django.po,sha256=LpR1smtpQWi6w_YNiZjEx0hrHc7uVYQnQEPK_1vcY5g,16975
56
56
  umap/locale/hr/LC_MESSAGES/django.mo,sha256=bBcaNSs-oqm_cjm6Bbqaph_ZNHF2_I_FP0xccwU9txI,1558
57
57
  umap/locale/hr/LC_MESSAGES/django.po,sha256=Aj3m28Ugyjq-Ih32P7dzw0M4czitDqoYpCvyNsNnEnE,9742
58
- umap/locale/hu/LC_MESSAGES/django.mo,sha256=Za8gv3Zk332Ba1NLiMcrxT0o-T00RsV8yJnZmGqLFGY,15643
59
- umap/locale/hu/LC_MESSAGES/django.po,sha256=il-BxCPc48Ktt3wuxBBAHywm5Cl0gJRyJDNP2eIMask,23966
58
+ umap/locale/hu/LC_MESSAGES/django.mo,sha256=sj9YoaW0I1cC7D4I-5Q6yea8YSzNvlAl8GNqW0uV6JY,16732
59
+ umap/locale/hu/LC_MESSAGES/django.po,sha256=oxQludPyK2K7Ta8rIRy4M6ZLWq6Wi4hUfrTBOhnt33I,24370
60
60
  umap/locale/id/LC_MESSAGES/django.mo,sha256=8craaGVnVbONfojnkDUUtoxMyeI2tt6GdIWeWZGcaJ8,425
61
61
  umap/locale/id/LC_MESSAGES/django.po,sha256=wmbgIN1R7vRDgAdzBu7ZHnTpg5fpB3hmJyjAzRNoN-M,8000
62
62
  umap/locale/is/LC_MESSAGES/django.mo,sha256=w3ImgT1j7n4Vw07yFik-xOWfAtiqN6ErgV9K1z4rK8A,14347
@@ -71,8 +71,8 @@ umap/locale/lt/LC_MESSAGES/django.mo,sha256=A4RbTyKvur2NUY0aKXCDmSIQV0G0GeOhQ1vw
71
71
  umap/locale/lt/LC_MESSAGES/django.po,sha256=GK_nTnzSiMY4g2pf5uzh5Nzl57OTB4O9Y29ikZVp274,16324
72
72
  umap/locale/ms/LC_MESSAGES/django.mo,sha256=4yHaFWXR-O6VjUtUnmcoyfV8OdJlUgi3YxN3mR97A30,9619
73
73
  umap/locale/ms/LC_MESSAGES/django.po,sha256=3tEND2vbt3ZiW3jjX-ao6CkY2UOiQXuYOGfp3mgdLnE,21205
74
- umap/locale/nl/LC_MESSAGES/django.mo,sha256=BsRKSUUPxSx5FgzKWAVDfNMyFFYZ9sH8O5OeQKvc528,15021
75
- umap/locale/nl/LC_MESSAGES/django.po,sha256=RscdQxkxp6sJPDWrD5SOfTifjLggQZjEZiaYwZ9RmQw,23156
74
+ umap/locale/nl/LC_MESSAGES/django.mo,sha256=WmlAsYAfKSITRbstPW78ZyVSxClohlmI_5Y2E7ZZm3w,15633
75
+ umap/locale/nl/LC_MESSAGES/django.po,sha256=dCLEWz4td5coYJFsEfSQafCrJ8QhQTjuYp0jz9UwtBk,23405
76
76
  umap/locale/no/LC_MESSAGES/django.mo,sha256=ADQ1RdDyg19YZHw2wKl_bxEgMu_0wK7HaoYk_nsxXks,423
77
77
  umap/locale/no/LC_MESSAGES/django.po,sha256=HXr3Y_gxOPjdU1pSV_tyX_l7pbDMVrFBdf0gm3gciwI,7998
78
78
  umap/locale/pl/LC_MESSAGES/django.mo,sha256=1Bw4CiCB84VrlmJC5CcItPdkCXA0cND_7TaEfjIpLpk,10159
@@ -150,22 +150,22 @@ umap/migrations/0027_map_tags.py,sha256=zAJzbZkB5Lsp1zczqVbRU2zLwMRfBQzvrDR6G37s
150
150
  umap/migrations/0028_map_is_template.py,sha256=372PBmOD0VALI4hu_iWK4Uo3mKS3p4_donb0-47CFgs,512
151
151
  umap/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
152
152
  umap/settings/__init__.py,sha256=Xg2zqnT0H8mpg5xlpjBiS5fEdAvcoyDPAiUp73daDnc,2942
153
- umap/settings/base.py,sha256=zNbhMFnQlCZukFIKY8WpIpgWdjmo5NVk4Wh7z8hrWiw,12456
153
+ umap/settings/base.py,sha256=d_ee8wuqvK2Dro8L4nHtInUEhQ_Yl4DlUzq-G58_5lM,12528
154
154
  umap/settings/dev.py,sha256=pj1mpmZXiI2syW8pB01wcVeqCFABF3V-nlOxArir4cw,386
155
155
  umap/settings/local.py.sample,sha256=wpnoe7qtXer_xBuhWbcbqcSCotTJRu6h8hG7N-sD0b4,3157
156
156
  umap/static/.gitignore,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
157
157
  umap/static/umap/base.css,sha256=qBg5XJt5sTs0KZ5icTBce3iQgYZOMA-YD5P-9Z6Vu08,5165
158
158
  umap/static/umap/content.css,sha256=gh2BfVRdkvxYtISVGg-vay0O6jMrX4anUGZ3QheWzyE,12149
159
159
  umap/static/umap/font.css,sha256=fYmTKNd_Ts6TrmBbnLRgyeUS4vpfxkEqhLR-pkd3KrA,904
160
- umap/static/umap/map.css,sha256=lNtPdpLEndCK2WT3QaEswIX9DybBKMMLMUrK4VLTPbg,24283
160
+ umap/static/umap/map.css,sha256=Aq0zLESKpZEe5PmcPvu-QfqYw-OZk_g5P5ydrZC-I50,25046
161
161
  umap/static/umap/nav.css,sha256=MsckfSfuMgADt71FIVpW351ZC2ATlr50iGW-47hziwk,1956
162
162
  umap/static/umap/theme.css,sha256=gkbyghlT5kNfz0Qyg1JL7xalqvHVx321eO9qlnvcaAU,49
163
- umap/static/umap/vars.css,sha256=E6FnvCQxs8TCWW4lfXMkSnuEQEwOklZnGFX5tqtW_nI,2164
163
+ umap/static/umap/vars.css,sha256=MMhfpEJb7g4JP5nS7YdB2zRxh7CKuwZ6tjaU41Q_GUw,2197
164
164
  umap/static/umap/css/bar.css,sha256=qAhRGfDqh0Att86H3RUr4os9DPiG6E83aPnKcUtDsS0,6250
165
- umap/static/umap/css/contextmenu.css,sha256=etLtnZXVxJTkmggr05vcfStOw4Gu9DDDTMUh0PKw2Mg,752
165
+ umap/static/umap/css/contextmenu.css,sha256=8xYIro-Fy0QZMOABWNtioVCjXUGIbn5pSi803OJfi2Q,2030
166
166
  umap/static/umap/css/dialog.css,sha256=43Cq5ll7g8u4mpzstTtoo5CXtcFkH9pMzEg04xujAaE,993
167
- umap/static/umap/css/form.css,sha256=R0nLqTM0cUiN4lHsXhTV_ed_dNHwSWIGEG3JzsqJ9PA,14694
168
- umap/static/umap/css/icon.css,sha256=qBmUuzGTT9HITcmOIAADaLPeBbZ3ahWeNUjdaK49g6E,6087
167
+ umap/static/umap/css/form.css,sha256=rlC0nqZhUxFGGN7F_nh2iZURu5fYkYArUrPi2iLIFjg,14980
168
+ umap/static/umap/css/icon.css,sha256=j5f94TGqHC9dLw6auQeybNGv5WsHi8jCSwVpHYSLa4A,6514
169
169
  umap/static/umap/css/importers.css,sha256=Q_pXPC02AwaPi5hu-raDSoBBPKH2Vj-EOoLIG-IIn-A,1774
170
170
  umap/static/umap/css/panel.css,sha256=BleuyREmEkPwqVE31_hZwsuju3XQoj21-1GsfP-SSKM,4550
171
171
  umap/static/umap/css/popup.css,sha256=arW0Yfisk5EUnT7-uSZEIw4IYZxF2uMJkiOtqyEmcIE,2400
@@ -184,10 +184,10 @@ umap/static/umap/font/FiraSans-LightItalic.woff,sha256=KrCtvOQECD-z6QTULkBg4vv-c
184
184
  umap/static/umap/font/FiraSans-LightItalic.woff2,sha256=wzKvr3N8FAQZBmtqxHJX3iIeONALlwcnN-6AKcnRKAE,135744
185
185
  umap/static/umap/font/FiraSans-SemiBold.woff,sha256=2xqgp3wksYsMYJGFPwJavE_Bl6Rhac6zQjAJhWZVNTo,198128
186
186
  umap/static/umap/font/FiraSans-SemiBold.woff2,sha256=pogC-aUjxvQ8Ia1gp9ZMpal4uGNYoTamBDBkP70PSzY,140168
187
- umap/static/umap/img/16-white.svg,sha256=JbheWIIBZ3GZsCeEHdjahWDyEWOUWyYW9jztRVxjoDg,47701
188
- umap/static/umap/img/16.svg,sha256=f528rPGSzpn7Ft8RqQN80gyxoCog3vB3MhrVeO_Q8j4,28917
189
- umap/static/umap/img/24-white.svg,sha256=Wu4ggpWZ781dfaTlW2LH4TSl5mo5IM9nbU4x26kW6KA,20059
190
- umap/static/umap/img/24.svg,sha256=1xFGK3MEdyw8njUfJv8Qj7A6bPVN1ybmadA4bfSdYPc,28314
187
+ umap/static/umap/img/16-white.svg,sha256=jlxB2jX0S7c2jmlnKPOhj29n_ceoJTLvYELchVvelL0,43639
188
+ umap/static/umap/img/16.svg,sha256=c-vbOlms_uFDzTZY3jdZPMMwBZJX_bYam1exVGwOOvI,27828
189
+ umap/static/umap/img/24-white.svg,sha256=QVuiHS78y4m7ZejFb5-jWwAYAVNLlWxXKiGbyJf5FHk,21455
190
+ umap/static/umap/img/24.svg,sha256=nLcI0MgKj48m8CKwfNBBdPWr4SXkQHMSwF4v25PTHQ4,29496
191
191
  umap/static/umap/img/alert-icon-error.svg,sha256=YyAYn6J4zVGLfpnC60UntTxlylcA4lPcHkBfzufcdDU,4104
192
192
  umap/static/umap/img/alert-icon-info.svg,sha256=wnfvaWhidanbIX8n2G8ppFG7pXyqnDjL9lhdbVoeCf8,735
193
193
  umap/static/umap/img/alert-icon-success.svg,sha256=ZzH4Te0IMM0Cyf9MByh57gxNxVddOavA3gSGqsa3xM0,189
@@ -226,11 +226,11 @@ umap/static/umap/img/providers/github.png,sha256=sA3oznlXAC2lqynqS2PMuNwZPQ3REfK
226
226
  umap/static/umap/img/providers/keycloak.png,sha256=76ZaWlmmVdpr7t33LDqYRPRsuKsFmrOjLQk17LsezYo,1520
227
227
  umap/static/umap/img/providers/openstreetmap-oauth2.png,sha256=fzqr15HexNfyi2l3Pxos9ptnmXfTH9Gm2v-1o7F1W7A,1680
228
228
  umap/static/umap/img/providers/twitter-oauth2.png,sha256=9sCQYpLXTK40nvQmwEWd325XgBPq-Wt2JGu59GJDRfs,1589
229
- umap/static/umap/img/source/16-white.svg,sha256=FtcdSTL_YBr6suFetREjG0uA42TT_W01pdsnIRt7euk,82397
230
- umap/static/umap/img/source/16.svg,sha256=bGgtW6CLwfAwkdEqNl9ImsUAN6PzONBP1Da0kBEBo1Y,52440
231
- umap/static/umap/img/source/24-white.svg,sha256=Zph-WIKPvNV41QmYtP_nDzDg5KPJChAarbpxsCbevME,32161
232
- umap/static/umap/img/source/24.svg,sha256=4CmtIu1h2CgQ2-Kn3wsFVcpdmrzJQpLLTTDgG6G9slg,42759
233
- umap/static/umap/js/umap.controls.js,sha256=BUmYnZzesFwHyBxdKEmuStPOGbxSeAknLX4tshRx-0Y,14805
229
+ umap/static/umap/img/source/16-white.svg,sha256=R_DDw29zHS7WPq6PwBk3_PZhnITGdQkiSB8tTEkAkK4,72421
230
+ umap/static/umap/img/source/16.svg,sha256=xNb98QftfCBGkC2EUVNzp922DSBJqmfBnQTvAIX72ZA,48560
231
+ umap/static/umap/img/source/24-white.svg,sha256=WbH5ljoAw3b7yq6HoZiFhab1-XSSK9Y5dVwcsTeGU8U,34009
232
+ umap/static/umap/img/source/24.svg,sha256=zWBP4zWRi_p6Gc98QS1ivhANGmHG5jnpiI36ptecUT8,45124
233
+ umap/static/umap/js/umap.controls.js,sha256=zaMX2VKSlK63iPRovPPajcM5Aduqnz8zbgzpPvn_Fto,13845
234
234
  umap/static/umap/js/umap.core.js,sha256=BpcfSnHFb1MzOaF0Meo8GrEVETOKMaG_pbgnRwnUPi8,6041
235
235
  umap/static/umap/js/components/base.js,sha256=gDb1fGuNCC1KEu4PlQflC1PDNyrulhqLhmlsjyCJpps,1575
236
236
  umap/static/umap/js/components/fragment.js,sha256=-rOrcyPpZ5ihD_hh0C1qrYpaim11JYh5fg0x_od_m5U,379
@@ -239,160 +239,162 @@ umap/static/umap/js/components/alerts/alert.css,sha256=fSmbDDjXjEYLfgnEAVDhyqWiB
239
239
  umap/static/umap/js/components/alerts/alert.js,sha256=_BcG9WluOkJTj_v795c0PIXvv5EZQs0uO5-rUhcwEco,4482
240
240
  umap/static/umap/js/modules/autocomplete.js,sha256=CLw4KP_Mmf5s55OWimK3Xw7GkwDLtuCqeEI2WqPSsOU,8729
241
241
  umap/static/umap/js/modules/browser.js,sha256=6WVBox4gLoqPasBzkh7dULz74AKKDQ-5Cp-b0-DbVHY,9753
242
- umap/static/umap/js/modules/caption.js,sha256=ZO3cE7tRflqK-jlskMYxG5nnulOH7vNwDPa77YY7vAo,5478
242
+ umap/static/umap/js/modules/caption.js,sha256=glOSK2HIENR-tPO4iDWOvPRX8xgeWloKAbntRpYH1qc,5813
243
243
  umap/static/umap/js/modules/dompurify.js,sha256=SOmoM-pTgYCKCKXFo6-znemWPLiLsFgR4lxM_moWaA8,328
244
244
  umap/static/umap/js/modules/drop.js,sha256=aHuz_sDgWAqDEH49OWNhnnyFvGLDMCoeeo5xaBLZwAg,1431
245
245
  umap/static/umap/js/modules/facets.js,sha256=gan4obCxzJVcRFWaHjNLpqHn4GJ8DLQCl0ifFlqEdgw,4775
246
- umap/static/umap/js/modules/formatter.js,sha256=R12PvWqNpHxdPtjgSF6d1cLZrlyIQzu_GhHnrXXYRtI,5612
246
+ umap/static/umap/js/modules/formatter.js,sha256=q-43WipkO5nOLynnt6jm8yTicBp-DPIlW3WuADE7zY0,5972
247
247
  umap/static/umap/js/modules/global.js,sha256=pmO5iFezaPhxQemgscta2S1J4vBRHIpjALjym2Hs9Z4,941
248
248
  umap/static/umap/js/modules/help.js,sha256=fnkc6ugsYI1TeermtqiJUYJFm9P1pcC-CoDuJ03iZq0,10338
249
249
  umap/static/umap/js/modules/i18n.js,sha256=dEpjsWoEZa-Tr5_MDO0tuWkt7kLL3crxXqhttyP-khU,1387
250
- umap/static/umap/js/modules/importer.js,sha256=DElBWKUOb7LZllSLa9mEnCxHbt6UOZNkY5G7pI46xvo,11380
250
+ umap/static/umap/js/modules/importer.js,sha256=UEEUodCoWmrhq1ActNusz4jU6n6R3DRuhPVd3_oSF00,11458
251
251
  umap/static/umap/js/modules/leaflet-configure.js,sha256=P3aD8iNGxuVNv-xW4Di4txAjNmnlpKtCCzDvPaKEdQ8,243
252
- umap/static/umap/js/modules/managers.js,sha256=6nx0PBSJkKvn84VEzcoxmJuzWjhnoZeXBQawghpd5wc,2386
252
+ umap/static/umap/js/modules/managers.js,sha256=hRj3lNFnXKhxBm8uIUpR15bYqlog_i8qeIP9879lDdc,2462
253
253
  umap/static/umap/js/modules/orderable.js,sha256=zDtcElZ_MVPoGba8Iv9bxOzk4vuN7C-5XVl4UomDYHE,2521
254
254
  umap/static/umap/js/modules/permissions.js,sha256=t-kZvgGIGva8MNMu9Ydr-U9KVrdKUQery_BqniFWut0,8734
255
+ umap/static/umap/js/modules/printer.js,sha256=fvb44tLBiYR7TyBdXJdroYsjQOrnbzw7-6F0dBCUEGg,3607
255
256
  umap/static/umap/js/modules/request.js,sha256=9GRJoOPbdkHL9OFP6Joaf5wzsJckPyiG2O7AxQciTik,3885
256
257
  umap/static/umap/js/modules/rules.js,sha256=H250ZVdId8nG2hkJqCegCYYt9njw8g6qBFBt7-vrr8o,10007
257
- umap/static/umap/js/modules/schema.js,sha256=qAxanWITvA_tQm6zhzrGhY2avLpq46lQGJBoQUE6x-Y,15087
258
- umap/static/umap/js/modules/share.js,sha256=Xpkj-K6DixfcALeTpQ1u9obX-RVU2Ma6R2lZkjDFIMM,7213
258
+ umap/static/umap/js/modules/schema.js,sha256=ZZwbbR0HPstn3vaendxF_RS_umam3BuATrWdxsQZD4s,15631
259
+ umap/static/umap/js/modules/share.js,sha256=xgojG1xHDcbgJZlUd-oP7VFrbGDpl2k1LmTll01f84w,7491
259
260
  umap/static/umap/js/modules/slideshow.js,sha256=7tmW32iuEwLXTY_4A_DmiRMjdDr5luhpJSdmbz2SXPc,3608
260
261
  umap/static/umap/js/modules/tableeditor.js,sha256=NbUgJul5_fFhikWyXIZ1nOEp9hSVKO61i2y52noGISc,8537
261
262
  umap/static/umap/js/modules/templates.js,sha256=41fliDQLrVo-WosiyLkxpRry3WXpCVz4IW7kYn0AMfQ,4415
262
- umap/static/umap/js/modules/umap.js,sha256=FI7Dh28q8D3G_kqaD6ottqGVSDRnfDoMKOnK5HWw2Ig,54171
263
+ umap/static/umap/js/modules/umap.js,sha256=_9A2AjVY4vkeprghMtEmL0J6XmOnMUyeGjU14byK1bM,54329
263
264
  umap/static/umap/js/modules/urls.js,sha256=76cFqycj2O8huuoYYBvxnVt2Fc2UDbgrRsiv6lQmcSY,890
264
265
  umap/static/umap/js/modules/utils.js,sha256=rT_RILODFUWAvvgjFpT5TtNbu8A9jzn0mlkpHEB8QqM,16044
265
- umap/static/umap/js/modules/data/features.js,sha256=RhLEYCZSCmJ4Ck8AtKx0CxGqE3A_haE7Mq47pDX-K_M,33465
266
- umap/static/umap/js/modules/data/layer.js,sha256=pGJc7qo4EBkO8vhwu_lzqrwQIekFs-CPamETw-dF6IM,43757
267
- umap/static/umap/js/modules/form/builder.js,sha256=3ApKDYKV17z6ipaE5yAUEUgOQ7nkCAEZPRm262AAE9o,6289
268
- umap/static/umap/js/modules/form/fields.js,sha256=b83FdyAZ1Y1I0gTVtHYgKtzU6Sw1EjPz878qsQ_7AeA,35906
266
+ umap/static/umap/js/modules/data/features.js,sha256=FAOZjITU5U9dpezWLF9EMF-pFGtvGva0sckvzwlcT58,38266
267
+ umap/static/umap/js/modules/data/layer.js,sha256=Z1eSIFIvNrTC5RDSryB6ycprj2W4c_GuLEYv8vRmEws,43873
268
+ umap/static/umap/js/modules/form/builder.js,sha256=akRoO8VpKXqWr3LO4Y_B1zr9gXJL2S5RCJqRDREweq8,6452
269
+ umap/static/umap/js/modules/form/fields.js,sha256=yUEUPDHF3tgnpDv7UdfMXHsabCMaGsUDXQq2-Qe1krg,36152
269
270
  umap/static/umap/js/modules/importers/banfr.js,sha256=TBwL3GQJdzYtaDtxeHxyPQ7Ycy5zTaQyvzXa55X7n2I,2932
270
271
  umap/static/umap/js/modules/importers/cadastrefr.js,sha256=fcNOYZ679MYpy3fQubEhNmyaMpGKyNNeZRlUVgHKcz4,2319
271
272
  umap/static/umap/js/modules/importers/communesfr.js,sha256=HoeVApZ0ORDxQt4dA86nKDldey3aJNeLdagMkn5skUg,1723
272
273
  umap/static/umap/js/modules/importers/datasets.js,sha256=StZbRiq_1vqe0OO1w66k5Lwzju8RntmHpWe9HWIDfRE,1372
273
274
  umap/static/umap/js/modules/importers/geodatamine.js,sha256=4KmRpEpwdUHO1lqzB38hnTFvPjh7IjcQfVVDziqKS8k,3000
274
- umap/static/umap/js/modules/importers/opendata.js,sha256=45lLEAWGWu8jN6wCQhzyC5ZJ55fE8n1_vXAJFwf4kg8,4979
275
+ umap/static/umap/js/modules/importers/opendata.js,sha256=SfQr3jY_LM8mMs-BDaggChEjaP8D6pvZ7ZGU_pfQ1P4,7361
276
+ umap/static/umap/js/modules/importers/openrouteservice.js,sha256=RGHMXDaDpgXg-6LEHOFN9GBdhf-hcG194yBEIOTNqcM,3918
275
277
  umap/static/umap/js/modules/importers/overpass.js,sha256=cY2kb3Fs8tA6PqBjGyc5bI0mg7L1ijapIAkVGwEhSwI,3341
276
- umap/static/umap/js/modules/rendering/controls.js,sha256=ZZvXbKDZ6-SiPGQ7oamWGlTCbd42G8swCuuaxYZYPCc,8675
277
- umap/static/umap/js/modules/rendering/icon.js,sha256=MCw99uaglBzZ8BFfjIuer1L6LIqwCOU4Y0xsANCtE64,8308
278
- umap/static/umap/js/modules/rendering/map.js,sha256=5LVH-GZhfhD1QxNhm4VinMkQWCAoRqFWrGkog-q0W3U,12686
278
+ umap/static/umap/js/modules/rendering/controls.js,sha256=7dPxGdfA3zhVfN26ZoTkO-Fg-Mp6QNUIbyoDznHBFN8,10631
279
+ umap/static/umap/js/modules/rendering/icon.js,sha256=c4kTghfdjku03Ey825LIp9sZ9MS5e4MD8TsV8y33MOo,8910
280
+ umap/static/umap/js/modules/rendering/map.js,sha256=zdBF7153X_vE-k0pZhcsNJKIc3nvLT3K0g_VHPfaMDE,12796
279
281
  umap/static/umap/js/modules/rendering/popup.js,sha256=OtQYpjhWCoW20XBFeeSKCXMqN-szohaX1TKWhPc9eBo,2577
280
- umap/static/umap/js/modules/rendering/template.js,sha256=CTH376AbTBfIeYApeQ2qy4M8dYX6lN_h7czzO28R6hY,9524
281
- umap/static/umap/js/modules/rendering/ui.js,sha256=xyvE-0blGzPTMIa4iAH1107mAp1laHPwA6Za33Fma3U,14960
282
+ umap/static/umap/js/modules/rendering/template.js,sha256=n74YzbZOS_4CeK3-Jn7NXbkzqsh4zjCbEX9w15QxKu0,11468
283
+ umap/static/umap/js/modules/rendering/ui.js,sha256=d4CkbXjTcLxKm7eg45t5qZvKWxwFO48ehapzlhUFw3c,16403
282
284
  umap/static/umap/js/modules/rendering/layers/base.js,sha256=G9H41vTrh-6Yn5H9UhKj5BOx03Xp2jcevpZINTDCtHI,2528
283
285
  umap/static/umap/js/modules/rendering/layers/classified.js,sha256=CLktnkjf5_6CzkKVyZcx5wAKvhsRp4pRpCIBauwKeO0,15068
284
- umap/static/umap/js/modules/rendering/layers/cluster.js,sha256=wsZhOi1yqA4iE-YQySL88ONT6L8kSIAziRLd1p7s_hc,4017
286
+ umap/static/umap/js/modules/rendering/layers/cluster.js,sha256=y0wO6K3CMFxXLA4xub0wTJi5gQ3e9O7ZNf2pfVfx-cE,7789
285
287
  umap/static/umap/js/modules/rendering/layers/heat.js,sha256=K_LsxnfpGImy2HlneV5nK0cBu1FxDmPNxR5VmsV4LaM,4975
286
288
  umap/static/umap/js/modules/sync/engine.js,sha256=LDB7HHCmfVb0Cz30yVXBSV0f-1CGG5bkzrPtaT5RePM,18390
287
289
  umap/static/umap/js/modules/sync/hlc.js,sha256=XeJz3x7qiDz7v-mcgGIynj5ks34FpWx_oSPUPFd_ZGA,2991
288
290
  umap/static/umap/js/modules/sync/undo.js,sha256=CQufaRvI_-dT0HGm5Wl8hBbO00IruflPdlmWJ4acgFM,2910
289
291
  umap/static/umap/js/modules/sync/updaters.js,sha256=9qukCBW_pPk4-3k4boKjcyocBd5w37UZxYGqclewlD0,3809
290
292
  umap/static/umap/js/modules/sync/websocket.js,sha256=M2wsFuW5vRsY677dRSAFUWJl5MBPCOvaNYCAxBAqjcA,2522
291
- umap/static/umap/js/modules/ui/bar.js,sha256=LZDwbpMlJWc2c83vi7heOvjx28pJYBcvYVUw0O6tSRg,14893
292
- umap/static/umap/js/modules/ui/base.js,sha256=qPV7Rtru69Eo0YYzxuSM-FkAO5M2l2TC-sMLKull5dc,2779
293
- umap/static/umap/js/modules/ui/contextmenu.js,sha256=eSo9zSPO_4iWIztvbM5n1TQYdX60Yndt3xIWGy10_X0,2842
294
- umap/static/umap/js/modules/ui/dialog.js,sha256=geAcMf2ajpNpDePDbaOz_kOiWOZWtpOHT7kBYqOHEa0,5620
293
+ umap/static/umap/js/modules/ui/bar.js,sha256=C6moD-rVwYApug3o0fq2O_JSrqNI77_22LNgC4BwTdg,15267
294
+ umap/static/umap/js/modules/ui/base.js,sha256=OLR8VOvKPkDCT0X3hQq3s0WVRQunNEIUj83RNMEyzBM,2980
295
+ umap/static/umap/js/modules/ui/contextmenu.js,sha256=3Zm0AOoZLdCm76SLvImH1rtv0gPbcU1DQsJHf6cEojM,3169
296
+ umap/static/umap/js/modules/ui/dialog.js,sha256=m6WotSD9xReqzzzV_Vc2MP7EjH2bozGmvOiQ_TaS8fE,5669
295
297
  umap/static/umap/js/modules/ui/panel.js,sha256=s-dTPKhZDP190OZXoaVxMtBly0aoUbSPCwPdZhuNxTk,3613
296
298
  umap/static/umap/js/modules/ui/tooltip.js,sha256=KxUQMtH29DZSCsZ6uZMtNlNR2NnQDnRMfJMJ35O_w5k,1919
297
- umap/static/umap/locale/am_ET.js,sha256=RIQyvyAxFjLJiSuXQM7bwr-kshWHxnwroupaFW9UMcI,37103
298
- umap/static/umap/locale/am_ET.json,sha256=7JUNj4PYWVCppx21_jU9vwlruUpUkJi3iJBpDMOjnh0,37032
299
- umap/static/umap/locale/ar.js,sha256=v9IPVmVxfso2B6olmWHzyh8z_ZuSQYikP1KzjpI9Yeo,34017
300
- umap/static/umap/locale/ar.json,sha256=kn3-_tqrvEqgMv6xmvVVNbICqkirrkAZwbkRA-WdOKU,33952
301
- umap/static/umap/locale/ast.js,sha256=WbGVzlxXAsale4bkZo1CuI358qSHaKzeNbEgaMv1--Q,33621
302
- umap/static/umap/locale/ast.json,sha256=u9APMG4GpUJvB1b4QxacsvAqApC3Pj9967qKmCiFm-U,33554
303
- umap/static/umap/locale/bg.js,sha256=NjJDZ5d14oFAyPZb6FJxU-onS8OijgQA8JTZKnm62s8,36468
304
- umap/static/umap/locale/bg.json,sha256=RpJGcuGyC18ZkgEePIStut1ab-WUjugtjBDOjTmUGiw,36403
305
- umap/static/umap/locale/br.js,sha256=n3MYEx6jodPn_3ornUABcTWB-OYpl1k0AjrBa27zAy4,35975
306
- umap/static/umap/locale/br.json,sha256=oGSY1nC2yEGz0qer-r9NVtkJAMGSA6yb03hsDALChEM,35910
307
- umap/static/umap/locale/ca.js,sha256=GbdK--GXbeS4rD9He2JQMzobmAgOlav8WNGPhjbh8bM,35376
308
- umap/static/umap/locale/ca.json,sha256=iNrLj4JqV_phxnw4HKHa9baDcUjJAnH42ZB11C9SUcc,35311
309
- umap/static/umap/locale/cs_CZ.js,sha256=7ht0nJrxFBlpAUFRpmcIQFWifjpbaXAhCNj6Z33JYW0,36313
310
- umap/static/umap/locale/cs_CZ.json,sha256=O2AYNUbWEyc1UoIKXIgt_uREbq7fsnqSL3Ls9tEHHts,36242
311
- umap/static/umap/locale/da.js,sha256=4NzL2UYL-fM_jfCYfv9gNGWDkjtLZZU-JB-FirNESEk,34702
312
- umap/static/umap/locale/da.json,sha256=G0DSkRv68pf3rbSFwNyWo4Mk1iyW0xpXJzScYbYfAIk,34637
313
- umap/static/umap/locale/de.js,sha256=vkySozLErVr8NHKUgnnG3PQpBtT5SWR8o_Xc0Ob3HZI,36727
314
- umap/static/umap/locale/de.json,sha256=eku5vridB3UTBwS_Vb7UmVXgj8JP-haDWSMZKdZE-d4,36662
315
- umap/static/umap/locale/el.js,sha256=Gt7Pr_Rmihpyexq90ou_zdxXrpik27HcKkCVhbvMucE,50117
316
- umap/static/umap/locale/el.json,sha256=FR391y6yP648MM8wEsF-ilkzFEYiZ5XDePZ28imFIko,50052
317
- umap/static/umap/locale/en.js,sha256=izqOyVytfy007uh5QtGJd_LWfbcEuT4aSdQ1KRtm_sk,33619
318
- umap/static/umap/locale/en.json,sha256=u9APMG4GpUJvB1b4QxacsvAqApC3Pj9967qKmCiFm-U,33554
319
- umap/static/umap/locale/en_US.json,sha256=aefKLfH5PlrIGDABLE6Lfw_aLHl5826kNr-EoYQ4THY,33348
320
- umap/static/umap/locale/es.js,sha256=p5RjMsWgX-l8ExezC8T9zLMYhsqa2k61G9ogKN4U5pw,36837
321
- umap/static/umap/locale/es.json,sha256=rCAy3q-doCamnzixZHI8r5h6oFu1-LHGLK0eFr3yEUU,36772
322
- umap/static/umap/locale/et.js,sha256=0NJUlfMTjE3US1YRBU7zONspIycEzrAPzGyNgoKNQCI,33778
323
- umap/static/umap/locale/et.json,sha256=S5MQfTDQO0A9CrlvkmF0nlom5xfIFblNOXZBDwBo1iA,33713
324
- umap/static/umap/locale/eu.js,sha256=RIAt5O2WbppjevY9tRLeDEX-LR52KnNZKlOYDnZ59Gs,35671
325
- umap/static/umap/locale/eu.json,sha256=l0k2xmcfWC_V0zIKWJYc-wcZYM4KPaQjravm4iPNato,35606
326
- umap/static/umap/locale/fa_IR.js,sha256=MrAd4TPKPSpp6mMnAaFU7ApqcGmQrOz9jRneybo1SMg,41942
327
- umap/static/umap/locale/fa_IR.json,sha256=BalPTCr-yr0xBHXWNkSAeCN0fVpbFYGPe1FXaqXrin0,41871
328
- umap/static/umap/locale/fi.js,sha256=BD3awrYD3_w968VbCzHpGx3OPkcbRz_F6oMLvwdP0CY,34398
329
- umap/static/umap/locale/fi.json,sha256=8i3b4Zix1zIvDetXczVua6ggXWXRMwKOAGGNtqZ2jEs,34333
330
- umap/static/umap/locale/fr.js,sha256=S-Xlj-YofTFCyWMdIDIoe0WkoPtJ_LrSda_LC4b8IWw,36870
331
- umap/static/umap/locale/fr.json,sha256=iLKeG4YWC99L6WVuvDjdjxNZhJDYjMS4-QXZXymkUyw,36805
332
- umap/static/umap/locale/gl.js,sha256=TPzfu8BeU73uHNAZMoV82kUaN7b5mTWUs0LqAIfJrsA,36449
333
- umap/static/umap/locale/gl.json,sha256=bBJBWjdBt_1jzZ2ELi97omusvG4NQ1a_RxMCczDaRY0,36384
334
- umap/static/umap/locale/he.js,sha256=p97PltN8jpxviIO7kgQ8RNp3Q700m2_8swstBWS3UFE,36828
335
- umap/static/umap/locale/he.json,sha256=6fTx9OiTWsq534r2909zoeJ3_z3jPfNxoF_xEInB9ck,36763
336
- umap/static/umap/locale/hr.js,sha256=uQNOBjKsG9jFPe-aRZMjnYcHKqdxQiPUmBbooiezHl4,33789
337
- umap/static/umap/locale/hr.json,sha256=VEtS6pD29EZW322dINqRLYBSLexhnEmr_k1gendlMFI,33724
338
- umap/static/umap/locale/hu.js,sha256=gLx15aG2dm0Kkwh0LorIvKFUgGswRvX43cyhqQTMEuc,38486
339
- umap/static/umap/locale/hu.json,sha256=Y49W8mtVS3NqKl9m8IqZoU-F16NXSJNMzOc9wkQzy4s,38421
340
- umap/static/umap/locale/id.js,sha256=vXS7j-ikP1eSARdqUTJZKELXQcwspqBun5SJp3bam2U,33619
341
- umap/static/umap/locale/id.json,sha256=u9APMG4GpUJvB1b4QxacsvAqApC3Pj9967qKmCiFm-U,33554
342
- umap/static/umap/locale/is.js,sha256=dTjmSvfzyxs8zt3lkLTSeGOIV8yOqjwtvWs3w0waaRY,35366
343
- umap/static/umap/locale/is.json,sha256=dy7bwY7pdxSkuaBgt8vsmRDPmH_x24pW1TyBx1Fvi9s,35301
344
- umap/static/umap/locale/it.js,sha256=gENyDFyO_RxFNJHktB-4swpJGbpEStf-Guc-evGxdco,36746
345
- umap/static/umap/locale/it.json,sha256=sSHxSkoCmDiD-YvjYa9Ko1EOaWi_TwY6kYWSNAMV26M,36681
346
- umap/static/umap/locale/ja.js,sha256=z8s0NNOqa0Y5QUE7c1vVXHTmqfAUuYbq7HU3Zej21mU,35927
347
- umap/static/umap/locale/ja.json,sha256=nAzJyQLNnW6WBN5WCNG-Tud8l0yacXaULrwb5wYEtZk,35862
348
- umap/static/umap/locale/ko.js,sha256=waPwrccBQSsa1CA0Zoz4UEG2Kkqe4N8G9xS5bJSiGcA,33770
349
- umap/static/umap/locale/ko.json,sha256=cAfPdJy-9iLHYv2xm9YqdrCpROC4Wq62lzWbMILcT20,33705
350
- umap/static/umap/locale/lt.js,sha256=Pzrcj4ELclqFMUhDIULNavT_4rbF_becp3F5tVH0JLQ,34380
351
- umap/static/umap/locale/lt.json,sha256=oDFORN_0ReoIL0kWu5BeSLTBKSK-yormPRW31NbLohI,34315
352
- umap/static/umap/locale/ms.js,sha256=bjP2xxdpb1K1CabH0UZB_8WfPbjDOn9U0Pf5zN5zWTM,34709
353
- umap/static/umap/locale/ms.json,sha256=ZEdulc96N-gL88J5xp9yYlwirD5d8Vp_uH6Vqkqhb8U,34644
354
- umap/static/umap/locale/nl.js,sha256=xfXTkNGuChjOYKBZy5GLGFi30ue6t2ibia1CRyJSp5U,36111
355
- umap/static/umap/locale/nl.json,sha256=mcT24Jpqjbivi9vZL0PE3rrynQQOk52eh6VMRjJ2fiw,36046
356
- umap/static/umap/locale/no.js,sha256=-dX_ZY8QBrzAc5li9YvHWsnVlNX5iy7xG6uOdvs5Bao,33814
357
- umap/static/umap/locale/no.json,sha256=zYIJEuDjktdvyyGKGUsG35IR6pr6ehld8mBSIP6nyxE,33749
358
- umap/static/umap/locale/pl.js,sha256=PVb4Ol_sA98j7VCiAPWHhush7Z2AKiOzrMnDzbyWZns,35394
359
- umap/static/umap/locale/pl.json,sha256=nN3H1gLX75u27rHcYZPY6QWJkHlK0RXbLHRRt0cf6zE,35329
360
- umap/static/umap/locale/pl_PL.json,sha256=u9APMG4GpUJvB1b4QxacsvAqApC3Pj9967qKmCiFm-U,33554
361
- umap/static/umap/locale/pt.js,sha256=5qaFFjGCjuCUm9HJ8GqrZx3Rm0WYqcNQHa9a_MnbVKw,36476
362
- umap/static/umap/locale/pt.json,sha256=hAJKU7jL7YNw8OL4wSbg3FmV6v43nq10pkLYc03aLYA,36411
363
- umap/static/umap/locale/pt_BR.js,sha256=iflXcnNNM_dQ-pFlbIWtr_t8-vMZPiqfRhPq7ZJIlQ0,34958
364
- umap/static/umap/locale/pt_BR.json,sha256=5IuJxsFZfglG217XcIlzWkYtOz5izIvrUG8ouKHeVfs,34887
365
- umap/static/umap/locale/pt_PT.js,sha256=fkywyOuFLShA6kXfqpX5B9WaABbcD80J7ihinMTjdUs,36166
366
- umap/static/umap/locale/pt_PT.json,sha256=G_5LJWmcsehLhlkxcibn6pa3udNY4Keux5aogKRTw_w,36095
367
- umap/static/umap/locale/ro.js,sha256=3LzFiTetldTIq8RVvSjOBEXEyBPtE-_jtrPJ3hyA8e8,33648
368
- umap/static/umap/locale/ro.json,sha256=frtqSyYZB3xHPrf8lohxHxoD-po-ia0mj1878kM201E,33583
369
- umap/static/umap/locale/ru.js,sha256=gKaH7Wlfxm3pemR-3ZhwgytU8zUwhIqNBMql6vzcf6E,40378
370
- umap/static/umap/locale/ru.json,sha256=PA-zCeJISO6T-VscyTFWfXM4sQqcMIk--ZW7t5uSiZ8,40313
299
+ umap/static/umap/locale/am_ET.js,sha256=sPr73zH6keo-0uW3I7amVv3BPS9ieYhUTM4HGooA1vM,38360
300
+ umap/static/umap/locale/am_ET.json,sha256=wcEzmAU-SeCTCxW5ZUlyqhDk5R9pHzVtGC8BxnYt4yA,38289
301
+ umap/static/umap/locale/ar.js,sha256=e1GUHrSsmFaWNQNnx2g7SVftO7PESLcU1x7kfwERfDQ,35331
302
+ umap/static/umap/locale/ar.json,sha256=wmShokVFMqM92GnUrfHa6p8FrdWAj6Mr3yqGumRvPAA,35266
303
+ umap/static/umap/locale/ast.js,sha256=jRWnhmd_ycm1ioYpp23duGXCQxQ1aC0TDS3KSTOBnuU,34935
304
+ umap/static/umap/locale/ast.json,sha256=aGzn8kP65zQ4c9Z4Cw95XtJge94LgVeC2w-72mnODaU,34868
305
+ umap/static/umap/locale/bg.js,sha256=zCViRdEUwTtd-pdnmoDLzYNIQb1Jd9rZCBkuMG6l7Kc,37782
306
+ umap/static/umap/locale/bg.json,sha256=qA77uGtkk1D70I9xOkDEKMlwFo-tgsJ7IOFuPh0eYYk,37717
307
+ umap/static/umap/locale/br.js,sha256=d-DeTk4U5937JIEWhjCQz8iV7fbdOgG145PtTSVe5Rc,37279
308
+ umap/static/umap/locale/br.json,sha256=t1zobQ--unLcg6OwtCeCJZskstLpG8LfelKCPE0Lu1E,37214
309
+ umap/static/umap/locale/ca.js,sha256=5j9ipDYpbqs8LfExPgq7XKerZwNbrcCwRMKkanVWBZs,36690
310
+ umap/static/umap/locale/ca.json,sha256=ycAAXKO3SsnMBwkXrBHAItCxttC-6vv7GsP-NmGbOqY,36625
311
+ umap/static/umap/locale/cs_CZ.js,sha256=hHwQfF_416U6HcViVZepJga20EwtKGhkDUiks4qtR_E,37618
312
+ umap/static/umap/locale/cs_CZ.json,sha256=jIGpH3nab3egJ6mdzboF9Ktrn-0FRE-xIU8SyFge5aI,37547
313
+ umap/static/umap/locale/da.js,sha256=OE4mjb3sc_AxQaUenidkDXCoppAFVX3wublc1T7ATC0,36024
314
+ umap/static/umap/locale/da.json,sha256=gX_qXfTamFKZ6HyK2UzkxCFNRj5bD7EnuWxkb2-VlPg,35959
315
+ umap/static/umap/locale/de.js,sha256=-50FATAg0hS6BZQlJsi6TxcZsKmMtxsb_eFKfgfPxjY,38027
316
+ umap/static/umap/locale/de.json,sha256=9QaaZL3ZIAKYsrFMBvkv_wWO0I1oBp34QORq1uRPYqI,37962
317
+ umap/static/umap/locale/el.js,sha256=2ehzzHMTkrGWQuxg5Pgf1eA1rNP49oH04rIRN_eKRPo,53650
318
+ umap/static/umap/locale/el.json,sha256=CppMxb3eOff8tozGdFoAtGmJGlak0W2A2NxGnjycTMc,53585
319
+ umap/static/umap/locale/en.js,sha256=OYAXbZgfNT1eOmAKmxqIQuFO5LAtw_mxFcWWCrK5T9M,34887
320
+ umap/static/umap/locale/en.json,sha256=fRD8Zp8gpOwW4a9qqV_C2jCOY-Xm1Gg2qtwd4zFq2i0,34822
321
+ umap/static/umap/locale/en_US.json,sha256=3UI6ecOfs6vaMDVC2WDvJ0lb4pWTwNrXayuj-DZWYFU,34662
322
+ umap/static/umap/locale/es.js,sha256=Nqwi2DkIRdnONhwZMSDDcGNIuEVGEbdmO9LhwNl8bQQ,38309
323
+ umap/static/umap/locale/es.json,sha256=Pgmoz9lXN6B62p_IMdX4uEJfGsYQxsm1XakvdLizxK8,38244
324
+ umap/static/umap/locale/et.js,sha256=ZnGdY1bfYbJxCW-WLJDakpJX1ZkzQXsBPZ8UIDsyWRQ,35077
325
+ umap/static/umap/locale/et.json,sha256=i6VLYYtPk6py3rlKQA_LRaBi4A5egxGt1ZTnfcoa7T0,35012
326
+ umap/static/umap/locale/eu.js,sha256=yTkMIfm-8kK1HPvLjDoTecWLs9mRXU-jb0Wqg7XlSZg,37204
327
+ umap/static/umap/locale/eu.json,sha256=D-lZ6sdQehXVi4A7paqPTuXzRyameZ8ug5hZo96eRkQ,37139
328
+ umap/static/umap/locale/fa_IR.js,sha256=cegs43aHAEsBXoMitji9KVhRLYX7aa7o9FYPMpD_LXw,43203
329
+ umap/static/umap/locale/fa_IR.json,sha256=cRPc42Z0Rfelxc_Ebs3QEoiFrORBO5ZU1UfYLwv8o70,43132
330
+ umap/static/umap/locale/fi.js,sha256=rfjcFAXpG1KHQphGys1l24hYPITYpZ6065J5utEyrVk,35706
331
+ umap/static/umap/locale/fi.json,sha256=ks77grVEgGxcjbT0Re5gFrhXPB5wDtKHazCwqppn89E,35641
332
+ umap/static/umap/locale/fr.js,sha256=wWtShv8yIokLC1y-eyucDlmsTzkrXCtfOPzq1yOqiPs,38350
333
+ umap/static/umap/locale/fr.json,sha256=xaBCmTS5m5iRdO0QWFIcIYRBvOpU07PetlzUm5d4Q9g,38285
334
+ umap/static/umap/locale/gl.js,sha256=UI2AACApwGhYluuJcGPE_f7389T6tEpytrwLsWawgKY,37745
335
+ umap/static/umap/locale/gl.json,sha256=3LN5rMA1FB9KxR_4rolTJdr-k99qDUYYLK6vfMk1rig,37680
336
+ umap/static/umap/locale/he.js,sha256=5GeT5SQloXbq-tAu_g19LungnjzMfg1yvJrDD4-22O8,38091
337
+ umap/static/umap/locale/he.json,sha256=Di_lemTu7wdtVVYyetnmiFM3WTsuNqxaPAKKFi9qmkg,38026
338
+ umap/static/umap/locale/hr.js,sha256=Ks325vywHX7RhWMVWuR1XVL3xFRsftQbc2H6ursRMPo,35103
339
+ umap/static/umap/locale/hr.json,sha256=yoTOB21velJBvgiXWlvWQ7e4jxxZCRE4dy4jbnZzXJM,35038
340
+ umap/static/umap/locale/hu.js,sha256=wdcp7R0sI02HXpG8VVFuErWmZxPJ2mAbgN75w0oeCgY,40082
341
+ umap/static/umap/locale/hu.json,sha256=KlA_Bne42eHoeEW9UMTFAMZdfPyYpe6GApBYQQk3qC0,40017
342
+ umap/static/umap/locale/id.js,sha256=lJSSmoAEz8Xk7ZxyuYZjGAY8BLc2FyxIokmPfQkctvo,34933
343
+ umap/static/umap/locale/id.json,sha256=aGzn8kP65zQ4c9Z4Cw95XtJge94LgVeC2w-72mnODaU,34868
344
+ umap/static/umap/locale/is.js,sha256=nlXbEON9lB5qEqK3w7FpUTWHKNYHbgW79Hrs8ieIjdk,36664
345
+ umap/static/umap/locale/is.json,sha256=OFQhRHznZuxvJBSvS9CGrjLcS7RDgHUkDA2yejCyFMo,36599
346
+ umap/static/umap/locale/it.js,sha256=zhHEq_lL8LEu_M_EGHw1nULa6n-YgpVFJEUO6ogv0cA,38041
347
+ umap/static/umap/locale/it.json,sha256=LC4JfbYpGTSpi75vWX9xs9Xtdx8-O_pKyQj2TnBtWYA,37976
348
+ umap/static/umap/locale/ja.js,sha256=9T51PGLkRjQu83Q2gApaaq468oSRwiVpbzr7LTw77TA,37209
349
+ umap/static/umap/locale/ja.json,sha256=X_SEuSmCjZl0kEUpMYKP8vEXXVUZOKQRfQhKB4HZ-qE,37144
350
+ umap/static/umap/locale/ko.js,sha256=37sNo5dfXLAjU1dpt7_NsLbWN_SYhuPMu09vU4SeczU,35075
351
+ umap/static/umap/locale/ko.json,sha256=jDk0EZDt8D_ex18HkcBmQ9_8hpktjgo-mHIBotH4KHA,35010
352
+ umap/static/umap/locale/lt.js,sha256=IxOsIW6CfJECbsWoXwp2aJFq1XCjxOfDVch5icj0xR0,35694
353
+ umap/static/umap/locale/lt.json,sha256=xepE9WTaFGb1K_BD6UeYUkb5AlcAWOzsGn_p1yHZTsY,35629
354
+ umap/static/umap/locale/ms.js,sha256=e4KI_AIn1uB3ZlyZWXeklCHvI-1-O3ko-p8TYG59Kio,36184
355
+ umap/static/umap/locale/ms.json,sha256=XtVRKN9sWPUa_jw5oCF5cXGpQfUCviwWlj5PjegSDiA,36119
356
+ umap/static/umap/locale/nl.js,sha256=1LD3EhLz5ZrtxigxLbFONDRxjFzNpiwJiF7rA_IcbuI,37593
357
+ umap/static/umap/locale/nl.json,sha256=qZOadpkx3JI8IyWrKvDdqVlUAxuNdRszDR8hDYlnOFw,37528
358
+ umap/static/umap/locale/no.js,sha256=3V4t3RDODH2wnE8UfPIXxrf7Trjk9ScUbI0ueutM4uE,35120
359
+ umap/static/umap/locale/no.json,sha256=coUIAIHDTA8dDwEfEd7a0dQ1RPNmbquuG2aA2fhKHGI,35055
360
+ umap/static/umap/locale/pl.js,sha256=IknKEft12ENBMDN7ALEdxq80Tv8RQGJM2tDkssAido0,36683
361
+ umap/static/umap/locale/pl.json,sha256=1gD3DbuDf-Nuw6X7LFAKNtxmIzTrTC9-YHKSxIy41yc,36618
362
+ umap/static/umap/locale/pl_PL.json,sha256=aGzn8kP65zQ4c9Z4Cw95XtJge94LgVeC2w-72mnODaU,34868
363
+ umap/static/umap/locale/pt.js,sha256=tUT_ORWdddoBKj2CwVec2iN9s7zm9lc0YLuIJeOlmJk,37763
364
+ umap/static/umap/locale/pt.json,sha256=bDbsOTS5P_iS-TgHFyveGu0UflL4508aa58AFeABInY,37698
365
+ umap/static/umap/locale/pt_BR.js,sha256=5n0BCvozkxQoGucStlSwJmiQO2oIZEQNpzRpY463TlY,36254
366
+ umap/static/umap/locale/pt_BR.json,sha256=aPAB5GPYkSoNhQfddkZ0DWCQyHLJUk-lVpcE799XFcU,36183
367
+ umap/static/umap/locale/pt_PT.js,sha256=tvLJpkMOeF2-5Abaaum1yq6uK_bIdfRfxl7Eq4qjl8I,37462
368
+ umap/static/umap/locale/pt_PT.json,sha256=yn6IZ5Sw-NVyiw82h_EKYHt9HN8OYr9hD1I7ucYsTT4,37391
369
+ umap/static/umap/locale/ro.js,sha256=7cINkntqypIJtneGp_lgdxLzkvBKPTCGWJKdzTz57xY,34962
370
+ umap/static/umap/locale/ro.json,sha256=jaCFFJnUUzb0ZzQGH0daTGaOEQ0rNpqytdxXkS2w8D8,34897
371
+ umap/static/umap/locale/ru.js,sha256=tSQ4BAIlSxS1p8vtQyObewY6-iDOFVa-pyVLxIUgPw8,41597
372
+ umap/static/umap/locale/ru.json,sha256=sYdbU1uOc4429k_sDzrQhF3QxIUiaSPqgXBRmlPMB5A,41532
371
373
  umap/static/umap/locale/si.js,sha256=mcgXepIhSBBoRr6LvmvdRJFIwEGzXdjABC6W7lGYQUg,28504
372
374
  umap/static/umap/locale/si.json,sha256=DHd8onJhyE8lBV76Zc9XmpHejZZOx0FwF3zaMlPq_Dc,28439
373
- umap/static/umap/locale/sk_SK.js,sha256=dTUEJJQKpGcGtpr0Z5hqSLS5bsTxtazVU_REJTEHHiE,34833
374
- umap/static/umap/locale/sk_SK.json,sha256=--piy8yfD7c_cAPflUd15uv6fEIHtNmFK7yVM1CI9Ts,34762
375
- umap/static/umap/locale/sl.js,sha256=ZyEt4Q25gxdR2L5MO8GyHGhsYAtbyCEG9vhTtp4Tiig,34717
376
- umap/static/umap/locale/sl.json,sha256=fjSat8tCmlVV1EbPsx9jWFIFnPFgb7zUXdXRakll2ic,34652
377
- umap/static/umap/locale/sr.js,sha256=VZHxyhdKby_pa5wPYGMQ0oSeEdJSuku9qUVfvA5WsCw,37319
378
- umap/static/umap/locale/sr.json,sha256=BdCEJdLnaU_uRI6wUod0rxPGZVp4QJXwsOCaQcKEcCE,37254
379
- umap/static/umap/locale/sv.js,sha256=uW_BhAsWQJjjpcX64QDKOR6ywL7nG3bEtF0-YROUZlY,34598
380
- umap/static/umap/locale/sv.json,sha256=s6SwBSI1zwxnNqGVKPtqjRqZDkYchJ7dkqU60JS3_3g,34533
381
- umap/static/umap/locale/th_TH.js,sha256=kAEbDuyKohabJWKDaf0dYTeLwEiMs1Mvzzgi2AqUe4A,34623
382
- umap/static/umap/locale/th_TH.json,sha256=D58bti_R_LDT2QQE97_vNQERSuERvh8eoYswUA4bigc,34552
383
- umap/static/umap/locale/tr.js,sha256=Kiyx5WmT8krRAGk3_08Yh3e0C4PcRiuPC4AZyvJJAho,35102
384
- umap/static/umap/locale/tr.json,sha256=jSIDV23wkh5wKb_ZTGlJCEjU5IaPgLde2KurHwDPpms,35037
385
- umap/static/umap/locale/uk_UA.js,sha256=-pGJHQ2WCgVF6T33wjjNFL7vF56BGnP1WgMf_tgS2o4,39978
386
- umap/static/umap/locale/uk_UA.json,sha256=xAc2jiPtGCUwvFxJKQm7DDa4L_2ii210tWLXBu5f_OU,39907
387
- umap/static/umap/locale/vi.js,sha256=n7Zl5cYLL6z_f5xH-TfZ9bHQXNg3NMwF4lJr922AWyI,33871
388
- umap/static/umap/locale/vi.json,sha256=cZJiLw8C1-xAv1KSx7VQD4g7oe7X42UkBETcr5ZtOfY,33806
389
- umap/static/umap/locale/vi_VN.json,sha256=u9APMG4GpUJvB1b4QxacsvAqApC3Pj9967qKmCiFm-U,33554
390
- umap/static/umap/locale/zh.js,sha256=T4wojJ2Xcw533o6m9k98xnTl3a2etAwZ28drmzu1tXc,33397
391
- umap/static/umap/locale/zh.json,sha256=aaMZLszfEbyvX4D_Wx6niYQe3MzAPNlMU_-3X_d9Ni4,33332
392
- umap/static/umap/locale/zh_CN.json,sha256=u9APMG4GpUJvB1b4QxacsvAqApC3Pj9967qKmCiFm-U,33554
393
- umap/static/umap/locale/zh_TW.Big5.json,sha256=u9APMG4GpUJvB1b4QxacsvAqApC3Pj9967qKmCiFm-U,33554
394
- umap/static/umap/locale/zh_TW.js,sha256=GgZgzNSaX1Bkwb-rdd2gr9zqIOYzcq3zjUHsrBpPYM0,33157
395
- umap/static/umap/locale/zh_TW.json,sha256=PilQk-vKZAsENaAj3OE0Vd1NAU_jxbeDyRDjWW4faYg,33086
375
+ umap/static/umap/locale/sk_SK.js,sha256=8owFG7Etjf1w0EGH4Kpg96eR03Ba-ecr8aonn8jjti0,36140
376
+ umap/static/umap/locale/sk_SK.json,sha256=bTH92fe4pOzjlVlZe7OJbzosNFHX541rTVHnAO7Cqzk,36069
377
+ umap/static/umap/locale/sl.js,sha256=8Ai_W21hPwVAOP-55xb8sLsoG9Rx7IORDO8ulNl-ieQ,35997
378
+ umap/static/umap/locale/sl.json,sha256=uDJMBIUmOMwAUJZgJmz9_u15MKw-B3xUGbUM_U9Ius0,35932
379
+ umap/static/umap/locale/sr.js,sha256=tIVhtciEwZh0HxI4icFp4slpGn8NplfG29rph5585pQ,38614
380
+ umap/static/umap/locale/sr.json,sha256=6qorDQrtZLKp9Fu_fy8AHuIj_5QlqeJegmXwVIMlM6E,38549
381
+ umap/static/umap/locale/sv.js,sha256=ibD26N1KKzOGRtPs_bBgARnaO-2vNM6pbjwp0QfyCIg,35893
382
+ umap/static/umap/locale/sv.json,sha256=3mI1iVeFGvtYBJX3n3Dxlle7TV6nFb-JAu7F3-N94eI,35828
383
+ umap/static/umap/locale/th_TH.js,sha256=IJPuJXupbDM9L0xeVULpdZUukpL_PYZuWgEgP1YlYHg,35937
384
+ umap/static/umap/locale/th_TH.json,sha256=jEZHlP6V2eHNH6hpcoBDl__a-8rKr-SEH3CM15YeSPY,35866
385
+ umap/static/umap/locale/tr.js,sha256=actGHachQKZ2DN9XdLvrkjJPmb427XipzBhHeKj3wZU,36409
386
+ umap/static/umap/locale/tr.json,sha256=LFfr3HV5YZH-PWl4YiqLQBrvHWZ2xZLLDI0cLoKRqWc,36344
387
+ umap/static/umap/locale/uk_UA.js,sha256=nqFoCCAZ8A_nUoLwgTqSnKCiYca3IbMRF5MOa8sajHA,41230
388
+ umap/static/umap/locale/uk_UA.json,sha256=TCqxhtZd7C1H-OdsLnwZZu5Q6ofKN5dENGBWcghK5HU,41159
389
+ umap/static/umap/locale/vi.js,sha256=nrKKB5Qv2d0GAEbqKmUaMcIBF9k1zMO0WSgb0D--5k4,35185
390
+ umap/static/umap/locale/vi.json,sha256=2ILPRCyBPeNUXDiIzNHEwYgBaQNvaKKlEsB1B_0uZOA,35120
391
+ umap/static/umap/locale/vi_VN.json,sha256=aGzn8kP65zQ4c9Z4Cw95XtJge94LgVeC2w-72mnODaU,34868
392
+ umap/static/umap/locale/zh.js,sha256=Uzjdp0Oe4QXCewo_YtDuxbC8VTK7RqeBEmXwulGvV48,34711
393
+ umap/static/umap/locale/zh.json,sha256=Z6IaQd0Sy1MjmdJP2BfQ3ka7CcWpY37h3ytUPniYka8,34646
394
+ umap/static/umap/locale/zh_CN.json,sha256=aGzn8kP65zQ4c9Z4Cw95XtJge94LgVeC2w-72mnODaU,34868
395
+ umap/static/umap/locale/zh_TW.Big5.json,sha256=aGzn8kP65zQ4c9Z4Cw95XtJge94LgVeC2w-72mnODaU,34868
396
+ umap/static/umap/locale/zh_TW.js,sha256=thikXtB9stolTrcHNPg6qhwnXEoSeQ6Gz11OU0TQk30,34391
397
+ umap/static/umap/locale/zh_TW.json,sha256=-B-WKSrb1Nf-pBOnhQ0fsnp5p7B-B80COp6L8yN7cNI,34320
396
398
  umap/static/umap/unittests/URLs.js,sha256=wF0hfRX3NqwFAe31QGeKFwavUpNP2T8pHwXBlcpiwNo,2070
397
399
  umap/static/umap/unittests/hlc.js,sha256=GvpBaBSgfMs0Zym0_zOs2QldUOcbFNVIKweBhuwM_QI,5294
398
400
  umap/static/umap/unittests/sync.js,sha256=SRzK5N7o7iZodye53evBTZZjXG1mMm6dguV_Iyh69XQ,11096
@@ -402,7 +404,7 @@ umap/static/umap/vendors/colorbrewer/colorbrewer.js,sha256=wEHf7UslhI09j7tfzC1V9
402
404
  umap/static/umap/vendors/csv2geojson/csv2geojson.js,sha256=FARwXdqk_yf3ttJmSyrJ204B9glI2YaZ2vuhaQPmhVk,15712
403
405
  umap/static/umap/vendors/dompurify/purify.es.js,sha256=OwJJkYgszIMGao8OZPP_KoTXY45kWRIh9rBPjBDLs8I,62059
404
406
  umap/static/umap/vendors/dompurify/purify.es.mjs.map,sha256=ShuPMvIg9nnEZh6FHSieF9HXaWY6L5CpcCdxTKnNnJI,1432
405
- umap/static/umap/vendors/editable/Leaflet.Editable.js,sha256=Ls0zBOU3nTy2opHWX2pXcYX1wxbgeYoUTJVQxEjZjKk,69590
407
+ umap/static/umap/vendors/editable/Leaflet.Editable.js,sha256=6PAIioDT6LcLvQtMhPCZstLqwieMVZ9lo3Q7ipJF5iQ,69724
406
408
  umap/static/umap/vendors/editable/Path.Drag.js,sha256=EATyTfgSiCkdjTwGM5lU1RZayxzynqhE-AgnuRlqYI0,3898
407
409
  umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.css,sha256=eVKDGO_G2bIJvf_o5490h8BbMh5XeraSLmo6qTc8zj8,1263
408
410
  umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.js,sha256=ati65azw8WxPG70b4JblFSHgD-fJ0ytriQEzC5tJWCM,9141
@@ -435,20 +437,21 @@ umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css,sha256=b1FUshftU
435
437
  umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css.map,sha256=BeirY1RltKf8DrqX4U6IEg49yGaSOS4II4CqTJ96Hi8,371
436
438
  umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js,sha256=43FlkezpyRF326OVLB4hJ2nwWATdloa0VVWKR727wI4,12712
437
439
  umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js.map,sha256=CmhhyXJFHx6jWQidSqqQlQKmNN7bTiqiiTTTqIn5X7E,15816
438
- umap/static/umap/vendors/markercluster/MarkerCluster.Default.css,sha256=YSWCMtmNZNwqex4CEw1nQhvFub2lmU7vcCKP-XVwwXA,1287
439
- umap/static/umap/vendors/markercluster/MarkerCluster.css,sha256=YU3qCpj_P06tdPBJGPax0bm6Q1wltfwjsho5TR4-TYc,872
440
- umap/static/umap/vendors/markercluster/leaflet.markercluster.js,sha256=Hk4dIpcqOSb0hZjgyvFOP-cEmDXUKKNE_tT542ZbNQg,34136
441
- umap/static/umap/vendors/markercluster/leaflet.markercluster.js.map,sha256=p2sESsX-2ysbKhEAYIPZFpVglwMWjQNxLkswXIuv2K8,41953
442
440
  umap/static/umap/vendors/measurable/Leaflet.Measurable.css,sha256=w33CMvSXTRFTOBfa4Zp2IqjZKbNh3zYiTQWJSEpy0ec,937
443
441
  umap/static/umap/vendors/measurable/Leaflet.Measurable.js,sha256=Dk_G5zpxIM5-YaNetc9zHCS-WeaQ47NhgicmbzSX7BM,7256
444
442
  umap/static/umap/vendors/minimap/Control.MiniMap.min.css,sha256=p0ab5p0FrFs9Tz4OZgifAvIP-Rd0VFUEbNYjVXVeh9w,1665
445
443
  umap/static/umap/vendors/minimap/Control.MiniMap.min.js,sha256=Hb_f1FMaLV-Qn6KSYbc92GxB2bcKp7_efxNeiduEo3g,8565
446
444
  umap/static/umap/vendors/minimap/images/toggle.png,sha256=dSjmzalnKhlwWcTiw6qF82tFV60mQZAmS57_VnCzXIg,219
447
445
  umap/static/umap/vendors/minimap/images/toggle.svg,sha256=qYiFw3DWtNgmPPxyM2tW4Q0yQCFdWGtCJ9RqT9SRyhs,1765
446
+ umap/static/umap/vendors/openrouteservice/ors-js-client.js,sha256=q9vO2zpFNtKRSvSniwgXtGSRD2n_QTRgFTJS1qhcycY,16959
447
+ umap/static/umap/vendors/openrouteservice/ors-js-client.js.map,sha256=kNo2evMw4eVnl7uOF7oFAzLwpYsilkh2hkqVdhKPyJ0,32159
448
448
  umap/static/umap/vendors/osmtogeojson/osmtogeojson.js,sha256=Zju1u65H1dEr_5zxyHuPlz6F-rSx-DRTgQquma3VRZI,34674
449
449
  umap/static/umap/vendors/photon/leaflet.photon.js,sha256=muJBUoB-ocakHmR-iEF7k_yXXu8yZP4BjmJ4kB3GtgI,14888
450
+ umap/static/umap/vendors/simple-elevation-chart/elevation.js,sha256=rnx0X8xyGfma8vP-1mlDhN1BFctTc_6pWI04M-Pr9Yc,2100
451
+ umap/static/umap/vendors/simple-elevation-chart/elevation.svg,sha256=HrpIESa9g_bwP7KtpzltUgIMNFTAUJGMSNFYBtIcJXY,285
450
452
  umap/static/umap/vendors/simple-statistics/simple-statistics.min.js,sha256=3vLsuPerHhN9Ywzrl8oey2zgVDhD4VqVGWXY0WammyQ,24073
451
453
  umap/static/umap/vendors/simple-statistics/simple-statistics.min.js.map,sha256=ayC2E6wVocDrMV-bpQkwXxkVhqcsS0AqHRZ98Nc9JaQ,196163
454
+ umap/static/umap/vendors/snapdom/snapdom.min.mjs,sha256=upCBVv_cWSgLJ3Dsl6kT0wSms6uNe4wjaxan7kn307E,28785
452
455
  umap/static/umap/vendors/textpath/leaflet.textpath.js,sha256=o90qOXleHwqf2xs0HGCNpUuz8D7CIvsiR6K-y6cNmR0,6262
453
456
  umap/static/umap/vendors/togeojson/togeojson.es.js,sha256=zAEszx8fYSwld0yKXE5SHP2Q0y--flMTbNaZ1AYyQPM,40651
454
457
  umap/static/umap/vendors/togeojson/togeojson.es.mjs.map,sha256=_V7GXbgNBVGZZatraIqgQOYShzbBa6yYF51QKlQ2uG0,85156
@@ -457,7 +460,7 @@ umap/static/umap/vendors/tokml/tokml.es.mjs.map,sha256=vw5JxZFh_2_xM1cHI51r1Bf48
457
460
  umap/storage/__init__.py,sha256=Aj421eIsZhsu0B7zd5lTJufVYr0EtUkH0lTqpbBh8AU,85
458
461
  umap/storage/fs.py,sha256=iyKd6T0S7vn9YRmOw-MJsausULQff_YG2QsrqJtfi94,4011
459
462
  umap/storage/s3.py,sha256=KAYu3vAqXbd5UhaoPxG6zcGtBfKZOzzi-6uY6YEuIcY,1962
460
- umap/storage/staticfiles.py,sha256=mxFcenC1JECmpNy4H0e7vX8GObDZVXzs1RPjQFWNd5k,2473
463
+ umap/storage/staticfiles.py,sha256=wKDS8mPOoZDhuDjua4BDUh7Jdqa9IN5PLrwkc0JZQv4,2753
461
464
  umap/sync/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
462
465
  umap/sync/app.py,sha256=MFuMIsIvkF_YLa7DbjyDLWyMGhmqMQi-cMR5z0TEwM0,6640
463
466
  umap/sync/payloads.py,sha256=Y5vD4vwH2rG9PzNEBZj6c5-qOuDyjWEinZ_viNrZNRE,1513
@@ -475,13 +478,13 @@ umap/templates/umap/about_summary.html,sha256=9_K2HxctGKjU3GWaI9Rny-kb_iLnS5lScx
475
478
  umap/templates/umap/branding.html,sha256=8IzkIWqiZckgkX9FC-n1v6f8JIB2q7DcX3JHscxsaYA,60
476
479
  umap/templates/umap/content.html,sha256=BHtQMYOOlfQXWFJtSRV2qTnXsgjF7_IKJ7-c4iZpSo0,2379
477
480
  umap/templates/umap/content_footer.html,sha256=170C-9K0a1qkNb4m-x5Vg7bNstvHVEXueDfgPPvXk0I,1130
478
- umap/templates/umap/css.html,sha256=6cyaJ2A_NZmXa6ojLa-Y2NFjUPRWTwC2n03GsZQDKJ4,2213
481
+ umap/templates/umap/css.html,sha256=CxJ6L_cpbl0Vmfu_UyoiGlAgry93ews-wiP3M2Qntqw,2007
479
482
  umap/templates/umap/dashboard_menu.html,sha256=fQ7nLKhIAUF_ki16tR7oWwFWCmMs92iKx6gEjx5XpMo,996
480
483
  umap/templates/umap/design_system.html,sha256=3LeAtOjkvDSG2PWNeHrAo0G3AQJ7JGMMQE2-L2Plxmw,23813
481
484
  umap/templates/umap/footer.html,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
482
485
  umap/templates/umap/header.html,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
483
486
  umap/templates/umap/home.html,sha256=JuzDOx3-T_XyWT1Rwdy50PWvjlRjnhAXMM4-yvVUkts,890
484
- umap/templates/umap/js.html,sha256=R6Vlyjh0jL1yhzh1E-l89lz9I8z3d7ego3vh4Vvujng,2395
487
+ umap/templates/umap/js.html,sha256=kAIZtORiXnLUFDZEFAodKU12uHdx4aKVJKbK4p6R_9Y,2290
485
488
  umap/templates/umap/locale.js,sha256=AP-mSJQq5RyC3eNaBbk-sOsD80r0_qlvuK1afXdsVo4,112
486
489
  umap/templates/umap/login_popup_end.html,sha256=kcENvhycpVvvIzbNasX1rcSI_67A6pttkWCxy0vHC8g,693
487
490
  umap/templates/umap/map_detail.html,sha256=vNFIK7BhWWNiiBnMwKDPyvr0LZH9rLLqD95T_wsi5ng,1217
@@ -554,23 +557,24 @@ umap/tests/integration/__init__.py,sha256=nqQ2miDnSZOKDuFhQ5saFN3qQuK73Cs6xL9Od-
554
557
  umap/tests/integration/conftest.py,sha256=pNIxoZ6mNclAwovFt76gzvJaXH940lYXWByf6cmJDx8,2251
555
558
  umap/tests/integration/helpers.py,sha256=vvGX5b-DS2fMVDdeXz1lH2IleZkRHjyL7DVvatJU8Do,344
556
559
  umap/tests/integration/test_anonymous_owned_map.py,sha256=-j2YUPWNoEit5a_IxYl1q3fGeybvV0NW8ud4QeCa-Hg,11123
557
- umap/tests/integration/test_basics.py,sha256=EPgSNBz4cL46eYLJLA6-vvSSF0s18uOlV5AO-5uZSJY,4122
560
+ umap/tests/integration/test_basics.py,sha256=Ma5HFW8O7bTJxNEXnG3U_YSD4oCzYV0vS3uc9miKA9w,4179
558
561
  umap/tests/integration/test_browser.py,sha256=qX4K0m5eb4teYSsJf6K2zbaVQhYFDwWZwpRsk-yPpmI,20533
559
562
  umap/tests/integration/test_caption.py,sha256=9JHQvTju2W-IoV2UBrEUAH4nV2W7eKN2hJi4YcPfSPE,1843
560
563
  umap/tests/integration/test_categorized_layer.py,sha256=XCCK62fBljTEbt0EKoGsHf9hY2bCEIkyeuPxyhEGJDs,5381
561
564
  umap/tests/integration/test_choropleth.py,sha256=Lsd7tszSIua_GUeXhosB-JWk35zYN-3WKRVYI0ZrNSM,3777
562
565
  umap/tests/integration/test_circles_layer.py,sha256=PjYGmCvAd9qDnldnbiw6nomJs1YgUdX181a9xrWSUYE,2396
563
566
  umap/tests/integration/test_cluster.py,sha256=AK4t1k0nur2-gSSFPvkhnq7Ki81PgfvYv1AQcZmr5iQ,1680
564
- umap/tests/integration/test_conditional_rules.py,sha256=wbYWOJdMF6UDEcL_p0bdlxouyJ8GfxI1-ruBR0qNaWo,15657
567
+ umap/tests/integration/test_conditional_rules.py,sha256=D1vs3-fcxmLvlKK17Xf0i6dDkOK1UQWqBBFKodxfm0c,15657
565
568
  umap/tests/integration/test_dashboard.py,sha256=LClLBc8lgDM1-NGhkvUSUMLmMuKt3sR1ubt2Eo-Iq7A,1550
566
- umap/tests/integration/test_datalayer.py,sha256=ilAio_G4O-XZLjRN_ARhQYzPCuVoyl0IqYaoeQkTs3M,5752
567
- umap/tests/integration/test_draw_polygon.py,sha256=liYjm2pls9ovYxzcewe3q_MjDjdxzOGsGU-lTWpCEyc,25292
568
- umap/tests/integration/test_draw_polyline.py,sha256=sBpu4iawj3W0y6lx4BnsHTmFrvEmcYdfWdMeOZ8vr1Y,14709
569
+ umap/tests/integration/test_datalayer.py,sha256=CNxT97ZVB-pPjgXh77i3n3hJKgi4Sm0rYh5SbHB9ZWE,5752
570
+ umap/tests/integration/test_draw_polygon.py,sha256=WNKXcxMqlTmwI0Yro_PbdpTi-M4gZNeIVa-fSXpS6rE,25298
571
+ umap/tests/integration/test_draw_polyline.py,sha256=RgivhjEzjHVE6niPG5uAxJjtmEVD11ftuU4Tb47bXh8,14717
572
+ umap/tests/integration/test_draw_route.py,sha256=hxa_uVqHLLEbbSsEIMsPsq5fMCNoKWY7cRCpMwqudmM,7276
569
573
  umap/tests/integration/test_edit_datalayer.py,sha256=Ayp4GbCbGTrNaKXBqKLKBApSm4QdMIT8QMC7zgk0LNw,10015
570
- umap/tests/integration/test_edit_map.py,sha256=p5KEbQdSJYWgA6Ej6Shz4pVzGbYmDxu9saOfjvcuX0M,8784
571
- umap/tests/integration/test_edit_marker.py,sha256=nlmNruejvWWkh4wq8fgwOlf_3GToS45GRsA-egI12XE,5243
572
- umap/tests/integration/test_edit_polygon.py,sha256=nuidgs0v5sgFxcQKirtF5ncE3z7_S0hZxbLvPI2-BUU,5224
573
- umap/tests/integration/test_export_map.py,sha256=Y2CnAs4SE9WLavs1puKPD1LKA1yj4H3YK_ZfBRwLXg8,12456
574
+ umap/tests/integration/test_edit_map.py,sha256=0TXwrjgSKok7nxa-wy7WjVb8-lG0-zfS8s-f9klmqOQ,8784
575
+ umap/tests/integration/test_edit_marker.py,sha256=hnKsitnSYJdMEPPRGrfODsCxJx3KfFGbD__wfVjiFns,5271
576
+ umap/tests/integration/test_edit_polygon.py,sha256=l2CxnTnblRYUiiBV3ERwPkZ-VQTEWzFSFWhAzTF9BgA,5252
577
+ umap/tests/integration/test_export_map.py,sha256=tpn37iZOwi7rKRqxRS41CiREagwLdTos8DeH2vWXpYs,15047
574
578
  umap/tests/integration/test_facets_browser.py,sha256=nMspm4fR-e-qaO6Dn-N7ZVJ3AK_-jOQ_4fhJ72LrahE,10676
575
579
  umap/tests/integration/test_features_id_generation.py,sha256=mGoLIKV3xTc59XSnNPbAgHeG6RjMYwhmaVEmcqSnv-4,1463
576
580
  umap/tests/integration/test_heatmap.py,sha256=N4CH5cRrI8tNsCOqQAqhQR2eKV0bHV2uwF5apml_DCs,1627
@@ -578,7 +582,7 @@ umap/tests/integration/test_iframe.py,sha256=CQ3AdjqLjaI0JKFZ4lnBWedtmvgJ5G6nnGZ
578
582
  umap/tests/integration/test_import.py,sha256=jJ5A4nhK8heE5q0uvsw2Jkh9eGyo7W_e7NrfioqachE,43593
579
583
  umap/tests/integration/test_map.py,sha256=ev-rbQteyL8d9bCgNThNqyZCMKiF5umVhCj9eCOxMNg,8761
580
584
  umap/tests/integration/test_map_list.py,sha256=l1FImKnJkY7DupYX8waKaUZqhnORR20L8dzaqu-eF8E,1280
581
- umap/tests/integration/test_map_preview.py,sha256=kP0vkEiUN7EJNCvZgNeUAzrrXfgwpU0S2UnmOBV4P5A,3540
585
+ umap/tests/integration/test_map_preview.py,sha256=y9ed3T3BCkwK1eBr8dhlGwQY6lMAstP2eyDeL9SDzro,3540
582
586
  umap/tests/integration/test_optimistic_merge.py,sha256=N1FM0TiaMDd4Ldbzvq7kZRMLQeF3tfRNkg5TjesvQFw,13344
583
587
  umap/tests/integration/test_owned_map.py,sha256=SSOEpqsaBtCCVhyiyjBFF9dEDvbpSh0Lh0n-WTvFEO4,10796
584
588
  umap/tests/integration/test_picto.py,sha256=xJMvtTuUQ-JTKpC7SL86cUOe7OspAYAflA0q8ixLk20,9340
@@ -586,10 +590,10 @@ umap/tests/integration/test_popup.py,sha256=kZy6JAJIs2R6tnPbGEzgz_yX76yMbEAfPqCa
586
590
  umap/tests/integration/test_querystring.py,sha256=i6fQEAcNiD2SADv0wRQewGVA4CWrmOOpqnZGOnENOtg,2754
587
591
  umap/tests/integration/test_remote_data.py,sha256=5HP7nrOpLvg7fW0y3aIGK6pK7l_MBKOjydclfCLWJqw,2273
588
592
  umap/tests/integration/test_save.py,sha256=Ia3BsCVLPqImCyjNZ_5qvtMXMq130Y5sD_Ym1xDpAiU,1260
589
- umap/tests/integration/test_share.py,sha256=gDna-wFedwJ_-8HLBw_G5IO3zA3l96p1FGBSZ15g_7g,1813
593
+ umap/tests/integration/test_share.py,sha256=OwJ7nkb1mOuymsGFi6sRS2XE4x-M-XyDWO6IjefspYE,1813
590
594
  umap/tests/integration/test_slideshow.py,sha256=yhy75YYpfTKpkGK7xGjJDJoqHtN6p2LG-O4krVE1Yks,1907
591
595
  umap/tests/integration/test_star.py,sha256=qJUvFij0XK0PcWJnbe4w8nTvTjbJdJ5X-2JjHy6DqEw,973
592
- umap/tests/integration/test_tableeditor.py,sha256=h3wLZL5Tw1eEPscVDzLmmyHxVneiFohcWvpNXuUv_ow,10233
596
+ umap/tests/integration/test_tableeditor.py,sha256=2mlmxsleL1Jl_OcPrdf1zn3y0GvhurPw6MG1sLnuuis,10289
593
597
  umap/tests/integration/test_team.py,sha256=LVuj5Dhz27cqk6ieEbukGsdy9J2FP5aQmcMex_xevIg,1594
594
598
  umap/tests/integration/test_templates.py,sha256=QtGZpYmA1Epwp9olYAbl7Mqncs2YSXutqEVHV3-nlkU,1768
595
599
  umap/tests/integration/test_tilelayer.py,sha256=rBI3bm4hCpH87rcFvuc5H8yu1D9FQBZMNbqqJzpdI24,5302
@@ -597,9 +601,9 @@ umap/tests/integration/test_undo_redo.py,sha256=1wSb43fI3ZpJcegW9AaQZ7a2BcuBSfkM
597
601
  umap/tests/integration/test_view_marker.py,sha256=NFCwNez__E_WsE1DuW5RuB0HVKDP4CQMXGhJw0LfnFs,6900
598
602
  umap/tests/integration/test_view_polygon.py,sha256=NMJC6Nt9VpQ8FIU9Pqq2OspHv49xsWlsoXCr8iBa0VA,2060
599
603
  umap/tests/integration/test_view_polyline.py,sha256=aJoXKmLhJaN0yhPdDCVskZNGx3q3mLDkjVPhZ30cadA,13959
600
- umap/tests/integration/test_websocket_sync.py,sha256=pbV7FmaBfjgFfKPIYwhHiaeSmR_tC3MqUYEReXLgSS4,28285
601
- umap_project-3.2.0.dist-info/METADATA,sha256=EIvfbxg0iM-Q2ZCsxGjW_mxBWnqWfjX4VyDOzSTkPNQ,5743
602
- umap_project-3.2.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
603
- umap_project-3.2.0.dist-info/entry_points.txt,sha256=gz-KDQfEsMLBae8ABOD3foJsCYGPW1tA4Y394R_1RW8,39
604
- umap_project-3.2.0.dist-info/licenses/LICENSE,sha256=kQtrtRKgiPhcl7aO0-lmvbrNAXu7WHyiXvPrUk-TD2Q,820
605
- umap_project-3.2.0.dist-info/RECORD,,
604
+ umap/tests/integration/test_websocket_sync.py,sha256=n3Nd9cDdYMfJjMIkGUidqeceAW2loM8nx17Bh57m0fo,28341
605
+ umap_project-3.3.1.dist-info/METADATA,sha256=40YRcftApH08jDGwcfbfBunpp4xfqDPQwnIYB5hlC4w,5747
606
+ umap_project-3.3.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
607
+ umap_project-3.3.1.dist-info/entry_points.txt,sha256=gz-KDQfEsMLBae8ABOD3foJsCYGPW1tA4Y394R_1RW8,39
608
+ umap_project-3.3.1.dist-info/licenses/LICENSE,sha256=kQtrtRKgiPhcl7aO0-lmvbrNAXu7WHyiXvPrUk-TD2Q,820
609
+ umap_project-3.3.1.dist-info/RECORD,,