umap-project 3.4.0b2__py3-none-any.whl → 3.4.0b3__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 (144) hide show
  1. umap/__init__.py +1 -1
  2. umap/locale/da/LC_MESSAGES/django.mo +0 -0
  3. umap/locale/da/LC_MESSAGES/django.po +2 -2
  4. umap/locale/en/LC_MESSAGES/django.po +14 -14
  5. umap/migrations/0018_datalayer_uuid.py +1 -1
  6. umap/models.py +1 -1
  7. umap/settings/local.py.sample +1 -1
  8. umap/static/umap/css/form.css +2 -2
  9. umap/static/umap/js/components/base.js +1 -1
  10. umap/static/umap/js/modules/browser.js +4 -4
  11. umap/static/umap/js/modules/data/features.js +1 -1
  12. umap/static/umap/js/modules/data/fields.js +280 -0
  13. umap/static/umap/js/modules/data/layer.js +6 -8
  14. umap/static/umap/js/modules/domutils.js +3 -3
  15. umap/static/umap/js/modules/filters.js +7 -7
  16. umap/static/umap/js/modules/help.js +1 -1
  17. umap/static/umap/js/modules/i18n.js +1 -1
  18. umap/static/umap/js/modules/importer.js +1 -1
  19. umap/static/umap/js/modules/managers.js +0 -264
  20. umap/static/umap/js/modules/rendering/controls.js +4 -2
  21. umap/static/umap/js/modules/rendering/layers/classified.js +1 -1
  22. umap/static/umap/js/modules/rendering/layers/heat.js +26 -21
  23. umap/static/umap/js/modules/rendering/template.js +4 -4
  24. umap/static/umap/js/modules/ui/dialog.js +10 -1
  25. umap/static/umap/js/modules/ui/panel.js +2 -2
  26. umap/static/umap/js/modules/umap.js +9 -4
  27. umap/static/umap/js/modules/utils.js +1 -1
  28. umap/static/umap/locale/am_ET.js +14 -5
  29. umap/static/umap/locale/am_ET.json +14 -5
  30. umap/static/umap/locale/ar.js +14 -5
  31. umap/static/umap/locale/ar.json +14 -5
  32. umap/static/umap/locale/ast.js +14 -5
  33. umap/static/umap/locale/ast.json +14 -5
  34. umap/static/umap/locale/bg.js +14 -5
  35. umap/static/umap/locale/bg.json +14 -5
  36. umap/static/umap/locale/br.js +1 -1
  37. umap/static/umap/locale/br.json +1 -1
  38. umap/static/umap/locale/ca.js +14 -5
  39. umap/static/umap/locale/ca.json +14 -5
  40. umap/static/umap/locale/cs_CZ.js +14 -5
  41. umap/static/umap/locale/cs_CZ.json +14 -5
  42. umap/static/umap/locale/da.js +48 -39
  43. umap/static/umap/locale/da.json +48 -39
  44. umap/static/umap/locale/de.js +14 -5
  45. umap/static/umap/locale/de.json +14 -5
  46. umap/static/umap/locale/el.js +14 -5
  47. umap/static/umap/locale/el.json +14 -5
  48. umap/static/umap/locale/en.js +14 -5
  49. umap/static/umap/locale/en.json +14 -5
  50. umap/static/umap/locale/en_US.json +14 -5
  51. umap/static/umap/locale/es.js +49 -40
  52. umap/static/umap/locale/es.json +49 -40
  53. umap/static/umap/locale/et.js +14 -5
  54. umap/static/umap/locale/et.json +14 -5
  55. umap/static/umap/locale/eu.js +14 -5
  56. umap/static/umap/locale/eu.json +14 -5
  57. umap/static/umap/locale/fa_IR.js +14 -5
  58. umap/static/umap/locale/fa_IR.json +14 -5
  59. umap/static/umap/locale/fi.js +14 -5
  60. umap/static/umap/locale/fi.json +14 -5
  61. umap/static/umap/locale/fr.js +14 -5
  62. umap/static/umap/locale/fr.json +14 -5
  63. umap/static/umap/locale/gl.js +14 -5
  64. umap/static/umap/locale/gl.json +14 -5
  65. umap/static/umap/locale/he.js +14 -5
  66. umap/static/umap/locale/he.json +14 -5
  67. umap/static/umap/locale/hr.js +14 -5
  68. umap/static/umap/locale/hr.json +14 -5
  69. umap/static/umap/locale/hu.js +56 -47
  70. umap/static/umap/locale/hu.json +56 -47
  71. umap/static/umap/locale/id.js +14 -5
  72. umap/static/umap/locale/id.json +14 -5
  73. umap/static/umap/locale/is.js +14 -5
  74. umap/static/umap/locale/is.json +14 -5
  75. umap/static/umap/locale/it.js +14 -5
  76. umap/static/umap/locale/it.json +14 -5
  77. umap/static/umap/locale/ja.js +14 -5
  78. umap/static/umap/locale/ja.json +14 -5
  79. umap/static/umap/locale/ko.js +14 -5
  80. umap/static/umap/locale/ko.json +14 -5
  81. umap/static/umap/locale/lt.js +14 -5
  82. umap/static/umap/locale/lt.json +14 -5
  83. umap/static/umap/locale/ms.js +14 -5
  84. umap/static/umap/locale/ms.json +14 -5
  85. umap/static/umap/locale/nl.js +14 -5
  86. umap/static/umap/locale/nl.json +14 -5
  87. umap/static/umap/locale/no.js +14 -5
  88. umap/static/umap/locale/no.json +14 -5
  89. umap/static/umap/locale/pl.js +14 -5
  90. umap/static/umap/locale/pl.json +14 -5
  91. umap/static/umap/locale/pl_PL.json +14 -5
  92. umap/static/umap/locale/pt.js +14 -5
  93. umap/static/umap/locale/pt.json +14 -5
  94. umap/static/umap/locale/pt_BR.js +14 -5
  95. umap/static/umap/locale/pt_BR.json +14 -5
  96. umap/static/umap/locale/pt_PT.js +14 -5
  97. umap/static/umap/locale/pt_PT.json +14 -5
  98. umap/static/umap/locale/ro.js +14 -5
  99. umap/static/umap/locale/ro.json +14 -5
  100. umap/static/umap/locale/ru.js +14 -5
  101. umap/static/umap/locale/ru.json +14 -5
  102. umap/static/umap/locale/si.js +1 -1
  103. umap/static/umap/locale/si.json +1 -1
  104. umap/static/umap/locale/sk_SK.js +14 -5
  105. umap/static/umap/locale/sk_SK.json +14 -5
  106. umap/static/umap/locale/sl.js +14 -5
  107. umap/static/umap/locale/sl.json +14 -5
  108. umap/static/umap/locale/sr.js +14 -5
  109. umap/static/umap/locale/sr.json +14 -5
  110. umap/static/umap/locale/sv.js +14 -5
  111. umap/static/umap/locale/sv.json +14 -5
  112. umap/static/umap/locale/th_TH.js +14 -5
  113. umap/static/umap/locale/th_TH.json +14 -5
  114. umap/static/umap/locale/tr.js +14 -5
  115. umap/static/umap/locale/tr.json +14 -5
  116. umap/static/umap/locale/uk_UA.js +14 -5
  117. umap/static/umap/locale/uk_UA.json +14 -5
  118. umap/static/umap/locale/vi.js +14 -5
  119. umap/static/umap/locale/vi.json +14 -5
  120. umap/static/umap/locale/vi_VN.json +14 -5
  121. umap/static/umap/locale/zh.js +14 -5
  122. umap/static/umap/locale/zh.json +14 -5
  123. umap/static/umap/locale/zh_CN.json +14 -5
  124. umap/static/umap/locale/zh_TW.Big5.json +14 -5
  125. umap/static/umap/locale/zh_TW.js +47 -38
  126. umap/static/umap/locale/zh_TW.json +47 -38
  127. umap/templates/umap/login_popup_end.html +2 -2
  128. umap/tests/integration/conftest.py +8 -0
  129. umap/tests/integration/test_anonymous_owned_map.py +1 -1
  130. umap/tests/integration/test_conditional_rules.py +1 -1
  131. umap/tests/integration/test_filters.py +6 -7
  132. umap/tests/integration/test_map_preview.py +1 -1
  133. umap/tests/integration/test_picto.py +1 -1
  134. umap/tests/integration/test_save.py +1 -1
  135. umap/tests/integration/test_websocket_sync.py +63 -19
  136. umap/tests/test_dashboard.py +1 -1
  137. umap/tests/test_statics.py +2 -2
  138. umap/tests/test_views.py +1 -1
  139. umap/utils.py +1 -1
  140. {umap_project-3.4.0b2.dist-info → umap_project-3.4.0b3.dist-info}/METADATA +4 -4
  141. {umap_project-3.4.0b2.dist-info → umap_project-3.4.0b3.dist-info}/RECORD +144 -143
  142. {umap_project-3.4.0b2.dist-info → umap_project-3.4.0b3.dist-info}/WHEEL +0 -0
  143. {umap_project-3.4.0b2.dist-info → umap_project-3.4.0b3.dist-info}/entry_points.txt +0 -0
  144. {umap_project-3.4.0b2.dist-info → umap_project-3.4.0b3.dist-info}/licenses/LICENSE +0 -0
@@ -1,4 +1,4 @@
1
- umap/__init__.py,sha256=KcKEmc7wFzGijZ5CyMAKf_gEGKXIjZgOb3-HUFHQgUc,20
1
+ umap/__init__.py,sha256=2M2_SpcTcWvDllMPFzeZBAHadSvJsRZrxFIjE5h31Uc,20
2
2
  umap/admin.py,sha256=YlK4CgEWb2eFYRKiklsKouxeiQ8z_b-H2Fv2XCaiGFQ,3014
3
3
  umap/apps.py,sha256=5ssKqPUuNJlapaBmr4LY_HDb7J1NFCT3wzythxQOOfs,109
4
4
  umap/asgi.py,sha256=sJkGqDLgMoPkq2nMRyRE_Hz3ZLJm1X5lgXiQJu6rYt0,660
@@ -9,9 +9,9 @@ umap/fields.py,sha256=c32tKWKF8aThrCXDJblwo0n9n2ET6hxBYzEupfr0B4o,900
9
9
  umap/forms.py,sha256=i_SQ6OykKc6XFZJ5tg3rrA6r5SryOvj1WiKbIcWtD4A,3771
10
10
  umap/managers.py,sha256=A5Ih92f9E3egPVCToQHYJ4wQMFSqTS6dtqzx56Fs2JU,1051
11
11
  umap/middleware.py,sha256=GsIFl0St_Rk5zjpE8dpGBlD0JL2AyMrNHu8SHylqwEg,1564
12
- umap/models.py,sha256=BxanTAWXXxUvX3opvdHLssSDewWYSpyETrb09DouewM,20018
12
+ umap/models.py,sha256=ZLWTEJqtquRCO52ErdwD0BKy70bgoQwgPh1kzWJbvGI,20017
13
13
  umap/urls.py,sha256=evKfLGEIoc8TPfCalLeHxeQ-zD0HvUJo0Rln8n3kBps,7896
14
- umap/utils.py,sha256=GblhfPWvrMI756OqNSJ5SF5pEeJs-cEHZ7xJxQv4z5c,7887
14
+ umap/utils.py,sha256=pQhfAfe33lbpaTKdPCG61wOJ3wQST4XlIig61wtLpYk,7886
15
15
  umap/views.py,sha256=vqef2yvth3Zea_074vyIBlf5hHoFrHlfbGKxdTBLAhI,50821
16
16
  umap/wsgi.py,sha256=IopIgnDZbCus3XpSetTHnra9VyzWi0Y2tJo-CmfTWCY,1132
17
17
  umap/bin/__init__.py,sha256=iA3ON4A6NCpenrn3q2OgefUKF5QRFIQS-FtS0pxruI8,234
@@ -29,14 +29,14 @@ umap/locale/ca/LC_MESSAGES/django.mo,sha256=ot6jkZZt33z5vi1vjioiYkIhj06M8yUsoh72
29
29
  umap/locale/ca/LC_MESSAGES/django.po,sha256=1N47JBRQkUM--J0mplfECL-VyOcV3ZwU69eusIoK_BE,20736
30
30
  umap/locale/cs_CZ/LC_MESSAGES/django.mo,sha256=UNPbfSq0pXOKeTk4CGwLgcHW0jZpCjQvmTHbdar7ubI,13107
31
31
  umap/locale/cs_CZ/LC_MESSAGES/django.po,sha256=3YPEHWudGNQ4n-TOe3vlI1xMc1vaYg77saspMi9BEz0,23158
32
- umap/locale/da/LC_MESSAGES/django.mo,sha256=aLUimZbrZQNS3ARrTYhhtFPR4fxlw9D7oFl0gqjv6vc,15050
33
- umap/locale/da/LC_MESSAGES/django.po,sha256=RURq1B73cA9otx6gsYlJuPHDUoCeY_vaJW4cuPYnxFg,23263
32
+ umap/locale/da/LC_MESSAGES/django.mo,sha256=tMznmFndG1mLRngerc3XFJB2KEnn7qeLtrqeMWnDcqI,15780
33
+ umap/locale/da/LC_MESSAGES/django.po,sha256=CXqswm73ffv8JresO-e7fhzYVsWpq9LTxDyt0KF_Ad0,23630
34
34
  umap/locale/de/LC_MESSAGES/django.mo,sha256=H94cTq-eTmAH2F8_ffCIU8AWf_u5yg_ZwIBqSr0WVZ4,15731
35
35
  umap/locale/de/LC_MESSAGES/django.po,sha256=WIAMMZahTjxhHx7n_Wbu5Ffh8FbiOicUSSV-fTq7lQc,24113
36
36
  umap/locale/el/LC_MESSAGES/django.mo,sha256=A6Zkv5CJ0XNowPpRLlq6l9Wp1YwntCltDx6Tcso-JyM,21095
37
37
  umap/locale/el/LC_MESSAGES/django.po,sha256=dfuGMPgd0kJoP1jsD4lC2W6uekRrE6SHUwSPNBqDlpE,29378
38
38
  umap/locale/en/LC_MESSAGES/django.mo,sha256=UXCQbz2AxBvh-IQ7bGgjoBnijo8h9DfE9107A-2Mgkk,337
39
- umap/locale/en/LC_MESSAGES/django.po,sha256=PToxnUv77TImL6IU0L_brGIj223qxL8_Bb4jc_RKBx4,17757
39
+ umap/locale/en/LC_MESSAGES/django.po,sha256=DXpYtpo3fo3xcb1c5oce2OE_SeGsd0Nny3FDFsF7PwA,17757
40
40
  umap/locale/es/LC_MESSAGES/django.mo,sha256=xQtrnx5Fd1R6vQbgsWayba1spgp7d9TSxZo80UKpjFI,15594
41
41
  umap/locale/es/LC_MESSAGES/django.po,sha256=-YNwM8T8GMgXt6hrqm4zIlnX-rCKkMLmg2geq2CVat8,24122
42
42
  umap/locale/et/LC_MESSAGES/django.mo,sha256=QtkHvxK_vk6NsiWn319ujwQGVsLLm9JXVKv14ecwRfM,10439
@@ -137,7 +137,7 @@ umap/migrations/0014_map_created_at.py,sha256=VcK1r2MNFJ5wt07_gRWJRf_fF22_GbYhpO
137
137
  umap/migrations/0015_alter_pictogram_pictogram.py,sha256=ABoM7PXhcO6R2AM_XH6KITyhnP_dtw9d2xc5XVJiH7c,392
138
138
  umap/migrations/0016_pictogram_category.py,sha256=xSNApTToAXVzYSH28ZVqfZq8q0ODSI9czwcQRkTHcX0,416
139
139
  umap/migrations/0017_migrate_to_openstreetmap_oauth2.py,sha256=b8VTzVGK_PJCHfTsc8o8HlGiwzjklcziYKIuoZzFwYE,393
140
- umap/migrations/0018_datalayer_uuid.py,sha256=HukF-EgWp4BlgZyK5hWAYhCkitHxACSgDEMfFWW0CUk,1927
140
+ umap/migrations/0018_datalayer_uuid.py,sha256=ql_Bn58vevM4mEkWm459pCzzfCyKeEtHL0B2xV_SLrk,1926
141
141
  umap/migrations/0019_migrate_internal_remote_datalayers.py,sha256=NZOhTwX3UJykn2MZ5x_pcSw2_gULI3Yc9TGwsZt741Q,1601
142
142
  umap/migrations/0020_alter_tilelayer_url_template.py,sha256=e6DC3PNSiyyCAwS64D8d4BZiiQa3bCuyoi230L3SPH4,486
143
143
  umap/migrations/0021_remove_map_description.py,sha256=C1-pTJ1loj_aZPIbdbPRIHQayarlkbUbfW6bj_vnKGA,336
@@ -152,7 +152,7 @@ umap/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
152
152
  umap/settings/__init__.py,sha256=Xg2zqnT0H8mpg5xlpjBiS5fEdAvcoyDPAiUp73daDnc,2942
153
153
  umap/settings/base.py,sha256=d_ee8wuqvK2Dro8L4nHtInUEhQ_Yl4DlUzq-G58_5lM,12528
154
154
  umap/settings/dev.py,sha256=pj1mpmZXiI2syW8pB01wcVeqCFABF3V-nlOxArir4cw,386
155
- umap/settings/local.py.sample,sha256=wpnoe7qtXer_xBuhWbcbqcSCotTJRu6h8hG7N-sD0b4,3157
155
+ umap/settings/local.py.sample,sha256=AFyRdVlmkC3Tu78S9n4KWAmwIGSE-c6ABS8hVKrkoKM,3158
156
156
  umap/static/.gitignore,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
157
157
  umap/static/umap/base.css,sha256=G6TyKKFTu-A7QOrq5ZAt8KEIJ5CFbe4K-JEURDDRkmw,5120
158
158
  umap/static/umap/content.css,sha256=gOvOzuvw-AzhVnalcoU0Kyj25uYp6g2nLo0gOWZ_1i4,12287
@@ -165,7 +165,7 @@ umap/static/umap/css/bar.css,sha256=B-nd_KN6da95i3kEjIyKSOC-HGOrKnJal4IirqHG0Mo,
165
165
  umap/static/umap/css/browser.css,sha256=WemvOscBou8XODvwtnArJUjmaqDxoyRmlMB0KKGN9bk,3258
166
166
  umap/static/umap/css/contextmenu.css,sha256=dEKoTFTtZkIEvKspKlPfN9-9n9h9Pv4QYk4GzQXMFs8,2302
167
167
  umap/static/umap/css/dialog.css,sha256=I5Dg8LRzZYDd-sG36C4EN2Mnk3gcOsVkKRKqEJOgSAc,1271
168
- umap/static/umap/css/form.css,sha256=xZhOdPaxEAA8s9HhU0QzyTgK1IuL2YhdiJ5yELojCCw,16985
168
+ umap/static/umap/css/form.css,sha256=1E0HFuqKCBYIC84hatMWSDaVJqaJOn9Htio2CDWeFGY,16992
169
169
  umap/static/umap/css/icon.css,sha256=7wOJUYbluABWKLvxia-sPg8iqW4MBL4BpKxFOey0Ydk,7464
170
170
  umap/static/umap/css/importers.css,sha256=Q_pXPC02AwaPi5hu-raDSoBBPKH2Vj-EOoLIG-IIn-A,1774
171
171
  umap/static/umap/css/panel.css,sha256=9nL8XQeHAc02_5D4oL7YRSJu_p15BjW6TW68LOCf-QA,4680
@@ -233,25 +233,25 @@ umap/static/umap/img/source/24-white.svg,sha256=WbH5ljoAw3b7yq6HoZiFhab1-XSSK9Y5
233
233
  umap/static/umap/img/source/24.svg,sha256=zWBP4zWRi_p6Gc98QS1ivhANGmHG5jnpiI36ptecUT8,45124
234
234
  umap/static/umap/js/umap.controls.js,sha256=zaMX2VKSlK63iPRovPPajcM5Aduqnz8zbgzpPvn_Fto,13845
235
235
  umap/static/umap/js/umap.core.js,sha256=MkXV9kv-UOMjQFVer-T9RMN3AzpyxHWpeqkUKhjU35Y,2657
236
- umap/static/umap/js/components/base.js,sha256=gDb1fGuNCC1KEu4PlQflC1PDNyrulhqLhmlsjyCJpps,1575
236
+ umap/static/umap/js/components/base.js,sha256=gRV20WfPpJw3Lwff3LYEDuqgwqLxfu1wFjFuntiLHdw,1576
237
237
  umap/static/umap/js/components/fragment.js,sha256=-rOrcyPpZ5ihD_hh0C1qrYpaim11JYh5fg0x_od_m5U,379
238
238
  umap/static/umap/js/components/modal.js,sha256=ugaibc2n5Pftocs1crN6zaPRJztSQm1atyf7jhSAnC4,742
239
239
  umap/static/umap/js/components/alerts/alert.css,sha256=amMkhzABVFfvF4Sdi752wQNLgG5gP5mfUpe8bnRurFY,5282
240
240
  umap/static/umap/js/components/alerts/alert.js,sha256=s5oyrtkTX6185CHXlAiekclIf9oqaLLNK_HGLwFfFdQ,5047
241
241
  umap/static/umap/js/modules/autocomplete.js,sha256=CLw4KP_Mmf5s55OWimK3Xw7GkwDLtuCqeEI2WqPSsOU,8729
242
- umap/static/umap/js/modules/browser.js,sha256=Jufw72pBjGDaDwHnWHxaaBvvM0oJxv-424DGZfwaF_M,9923
242
+ umap/static/umap/js/modules/browser.js,sha256=yInR3tcoxKCa2PcrprSDRND7K_XZJZq0Mny7X6aqkSk,9947
243
243
  umap/static/umap/js/modules/caption.js,sha256=31p5ai_gKq7pp0cWiAwONbxopif7iq_I11PDRW0zDYI,5843
244
244
  umap/static/umap/js/modules/dompurify.js,sha256=SOmoM-pTgYCKCKXFo6-znemWPLiLsFgR4lxM_moWaA8,328
245
- umap/static/umap/js/modules/domutils.js,sha256=1vzBiJtkvZs76irtQmIpynUR0OwKLFwuuvoWP94N3Ps,3534
245
+ umap/static/umap/js/modules/domutils.js,sha256=pLM1MDZF3W-lD4WO0pkfa3MBpvQ3zVFVKRmXYAb9Gbs,3530
246
246
  umap/static/umap/js/modules/drop.js,sha256=aHuz_sDgWAqDEH49OWNhnnyFvGLDMCoeeo5xaBLZwAg,1431
247
- umap/static/umap/js/modules/filters.js,sha256=ulf2cD3np_521T7lBYh1m9LyDWnXf3KCeErlixikoq0,22106
247
+ umap/static/umap/js/modules/filters.js,sha256=iVz40CSdWC7WK7OCjuBknPQR8BPMv9nHS1iBo5utPqU,22159
248
248
  umap/static/umap/js/modules/formatter.js,sha256=6E3dZCe3H2jqgdANUEBwdpiGpR1U9ZcVNm7YyaDy1Tc,6696
249
249
  umap/static/umap/js/modules/global.js,sha256=pmO5iFezaPhxQemgscta2S1J4vBRHIpjALjym2Hs9Z4,941
250
- umap/static/umap/js/modules/help.js,sha256=BzK28uTVnYPq8UUdydThYXAR4m5NW82YEdpj4TfAATk,10164
251
- umap/static/umap/js/modules/i18n.js,sha256=dEpjsWoEZa-Tr5_MDO0tuWkt7kLL3crxXqhttyP-khU,1387
252
- umap/static/umap/js/modules/importer.js,sha256=UEEUodCoWmrhq1ActNusz4jU6n6R3DRuhPVd3_oSF00,11458
250
+ umap/static/umap/js/modules/help.js,sha256=pJd97cKkbJWoqlzxfvzdZXESv8VbjPy0Lkl8q1JR0-E,10165
251
+ umap/static/umap/js/modules/i18n.js,sha256=eKJfA2jz2WAZ90oE-LJcEEMBti6QCsDkk0HgTc_NSjY,1386
252
+ umap/static/umap/js/modules/importer.js,sha256=oNZYzWZU9NMmrucA8wugK7VztQ9jS44iKgCbAMsoEeE,11457
253
253
  umap/static/umap/js/modules/leaflet-configure.js,sha256=P3aD8iNGxuVNv-xW4Di4txAjNmnlpKtCCzDvPaKEdQ8,243
254
- umap/static/umap/js/modules/managers.js,sha256=d44NX7SXabpGnnlRH1Oh968VNMlhbvnqASt7VcbiUdc,10459
254
+ umap/static/umap/js/modules/managers.js,sha256=aqo4YH9gJeJ9FKB2XmK4JiRWr8BKrnervXIg4jDvR5o,2503
255
255
  umap/static/umap/js/modules/orderable.js,sha256=zDtcElZ_MVPoGba8Iv9bxOzk4vuN7C-5XVl4UomDYHE,2521
256
256
  umap/static/umap/js/modules/permissions.js,sha256=ewyrOGXrvFBJH6rYRZaciZwd8I6O9xmuxnZWibKXQGg,9155
257
257
  umap/static/umap/js/modules/printer.js,sha256=fvb44tLBiYR7TyBdXJdroYsjQOrnbzw7-6F0dBCUEGg,3607
@@ -262,11 +262,12 @@ umap/static/umap/js/modules/share.js,sha256=obyh6uYy9CR7Xry3uoAJkhgGlg7-io3SHjaZ
262
262
  umap/static/umap/js/modules/slideshow.js,sha256=7tmW32iuEwLXTY_4A_DmiRMjdDr5luhpJSdmbz2SXPc,3608
263
263
  umap/static/umap/js/modules/tableeditor.js,sha256=8ZQcy_b0urXMoUUKcYW1fi1nul38jTaq95GfDyykGTI,8800
264
264
  umap/static/umap/js/modules/templates.js,sha256=mm-3OnVcCKmPyPfNkar0HX2ynT8E4CgqU4Q3m9bDP10,4401
265
- umap/static/umap/js/modules/umap.js,sha256=GH779DT_AfTpXrefTgHjGOH-gPFs84Ab_TtDYUzpG5s,57395
265
+ umap/static/umap/js/modules/umap.js,sha256=uTFGxhIljdYNxv9KavOi5wYnHjFazb7qdsmA6xi9KWc,57529
266
266
  umap/static/umap/js/modules/urls.js,sha256=76cFqycj2O8huuoYYBvxnVt2Fc2UDbgrRsiv6lQmcSY,890
267
- umap/static/umap/js/modules/utils.js,sha256=yZhvc6kMsgnBTxeflcJ0eigNd0S1uOsZCzotXqqVpMA,16702
268
- umap/static/umap/js/modules/data/features.js,sha256=a5hbjoJQEaKpKkT_JELmAZVcNBcfEgP7dnpY7-5XGhA,39287
269
- umap/static/umap/js/modules/data/layer.js,sha256=SpfYIZ0SXKkDDmu8UvrJ5vWDFzLaQ4hCZ7umO57b1Tg,40940
267
+ umap/static/umap/js/modules/utils.js,sha256=1MtCHzuKM_950Bs5gJxI0D3LjngtCnCIbl9VwqFGilg,16702
268
+ umap/static/umap/js/modules/data/features.js,sha256=dBDIPbGXEUiZCxNwKl0z1-rmJuR9GX4AixjayfHsRUc,39287
269
+ umap/static/umap/js/modules/data/fields.js,sha256=ngK810cLpF0mKb56JuQ0qn3ipisDVkZ6UUdt-nnxGWc,8587
270
+ umap/static/umap/js/modules/data/layer.js,sha256=RfroIKokuAQmmq9fs6lAF-uHtrBvGAVNotjxHku3ntA,40882
270
271
  umap/static/umap/js/modules/form/builder.js,sha256=Xq1oNE3t_6JFWm_i2MAaCrfYMkollWHW9nVmL-8Bu7o,6518
271
272
  umap/static/umap/js/modules/form/fields.js,sha256=n7zezzllOKNu1o_AD8dCI-WiLJ9rqWnF1P9gTb90TT4,32938
272
273
  umap/static/umap/js/modules/importers/banfr.js,sha256=TBwL3GQJdzYtaDtxeHxyPQ7Ycy5zTaQyvzXa55X7n2I,2932
@@ -277,16 +278,16 @@ umap/static/umap/js/modules/importers/geodatamine.js,sha256=4KmRpEpwdUHO1lqzB38h
277
278
  umap/static/umap/js/modules/importers/opendata.js,sha256=Fyud039OV725ht60RC1R_GVp5NHbiJpJ7cbVptnUCLk,7479
278
279
  umap/static/umap/js/modules/importers/openrouteservice.js,sha256=0tVlCqcze4oVqkzI6PHhIrB7VksXb_1DwZvw92j4eNU,4133
279
280
  umap/static/umap/js/modules/importers/overpass.js,sha256=cY2kb3Fs8tA6PqBjGyc5bI0mg7L1ijapIAkVGwEhSwI,3341
280
- umap/static/umap/js/modules/rendering/controls.js,sha256=hzkoSAu_P6ngkJ81KfSOcTNHKIj9p3vzzGpia_ba6oY,10616
281
+ umap/static/umap/js/modules/rendering/controls.js,sha256=MPL4vcNBJRRXcW8ImUSVzqLInx-0BE4F-ZHULQ-u5qs,10647
281
282
  umap/static/umap/js/modules/rendering/icon.js,sha256=4PTpNcx8nqVM7OzEXi6jLAF-0Q_mDlablkiv0dUPo_k,8924
282
283
  umap/static/umap/js/modules/rendering/map.js,sha256=frdccjuaoK9-PMCNAGGk0y_rG5DVUKWxPkeAQm_F_B4,12822
283
284
  umap/static/umap/js/modules/rendering/popup.js,sha256=OtQYpjhWCoW20XBFeeSKCXMqN-szohaX1TKWhPc9eBo,2577
284
- umap/static/umap/js/modules/rendering/template.js,sha256=D-x6gNP5NbpZRitqfGL28VWYdBCk8ZkHkQMc89LNDvA,12850
285
+ umap/static/umap/js/modules/rendering/template.js,sha256=jeSazEodM7LcTHCID8bbbP4KF1p7QofdKSzqldM42ZM,12812
285
286
  umap/static/umap/js/modules/rendering/ui.js,sha256=LgaDuTHm9EbdL35OOCSiMnufeOVGS8Ecu6tGW_oFHkw,17700
286
287
  umap/static/umap/js/modules/rendering/layers/base.js,sha256=k_TlwHiGc16CFvE41-OmgjTFa99LbkG0IUKCUoZaruk,2483
287
- umap/static/umap/js/modules/rendering/layers/classified.js,sha256=gYvPWJMHKWuIC2xtUI9gzuUJcVExaoYd86fxgZY2WtE,15294
288
+ umap/static/umap/js/modules/rendering/layers/classified.js,sha256=1BlBp_RBLzy1lZr1op_nabQnQ6RlJ4Jg2jmUMIY_dsA,15293
288
289
  umap/static/umap/js/modules/rendering/layers/cluster.js,sha256=mn1-m2KGmmQv8IohoZ3zLfClwvl38Xv8zwGFyYwmQ5o,8136
289
- umap/static/umap/js/modules/rendering/layers/heat.js,sha256=K_LsxnfpGImy2HlneV5nK0cBu1FxDmPNxR5VmsV4LaM,4975
290
+ umap/static/umap/js/modules/rendering/layers/heat.js,sha256=nQOldxqTtzkXTHGy7597OHimk3mFV05XRJRDZaP135Y,5126
290
291
  umap/static/umap/js/modules/sync/engine.js,sha256=LDB7HHCmfVb0Cz30yVXBSV0f-1CGG5bkzrPtaT5RePM,18390
291
292
  umap/static/umap/js/modules/sync/hlc.js,sha256=XeJz3x7qiDz7v-mcgGIynj5ks34FpWx_oSPUPFd_ZGA,2991
292
293
  umap/static/umap/js/modules/sync/undo.js,sha256=CQufaRvI_-dT0HGm5Wl8hBbO00IruflPdlmWJ4acgFM,2910
@@ -295,108 +296,108 @@ umap/static/umap/js/modules/sync/websocket.js,sha256=M2wsFuW5vRsY677dRSAFUWJl5MB
295
296
  umap/static/umap/js/modules/ui/bar.js,sha256=OPbJUkwAJroSUKzQwY27bEXdenFvyPMGrY7Aqk6535g,16353
296
297
  umap/static/umap/js/modules/ui/base.js,sha256=OLR8VOvKPkDCT0X3hQq3s0WVRQunNEIUj83RNMEyzBM,2980
297
298
  umap/static/umap/js/modules/ui/contextmenu.js,sha256=3Zm0AOoZLdCm76SLvImH1rtv0gPbcU1DQsJHf6cEojM,3169
298
- umap/static/umap/js/modules/ui/dialog.js,sha256=vw025H74allPg-UZ8UbSOKRLy6jSetz04MJXwpf-nfc,5916
299
- umap/static/umap/js/modules/ui/panel.js,sha256=jGVcd4QA7ckJ4HIBy9DCWjtZRCvj8DeQhJ1iah0WeQo,4108
299
+ umap/static/umap/js/modules/ui/dialog.js,sha256=8ZpbDf4KlwquSQf8FE4GLcGerCp-MM-X-UIAiUrHDw8,6094
300
+ umap/static/umap/js/modules/ui/panel.js,sha256=iV8fI_kbxjIyU8T1fRIu6Nu4DerTnlkeKaiNcDxAItg,4106
300
301
  umap/static/umap/js/modules/ui/tooltip.js,sha256=N2UYUuTcOpkejSVCcTDu3PmEpzg8G_bHmPCGcsfYaxc,1925
301
- umap/static/umap/locale/am_ET.js,sha256=F1sTVH9bP84L5pKzzAf2odBOd9mkx_Tykrh7fk-_2uI,39065
302
- umap/static/umap/locale/am_ET.json,sha256=wL2MFoFPZNJTDHBM-Xi1FyNCDNiRNZ7hyx76nhEvvo8,38994
303
- umap/static/umap/locale/ar.js,sha256=ji0RCf8X55G1Ax3SBJIlFI79EosPsjAU3-lRW5dMz-M,36053
304
- umap/static/umap/locale/ar.json,sha256=0upue_jb1zkyyngqnEBFcMwiQnROBv_wJ3yqjjSNqt8,35988
305
- umap/static/umap/locale/ast.js,sha256=mVlNw0BPlgt0As-LOyMNIQHSCCubY1snAjZDyj3NaeI,35657
306
- umap/static/umap/locale/ast.json,sha256=9wrAP7KEoqFr75U8M2SyhTuR-vFWFCRqvasCvNFYMXk,35590
307
- umap/static/umap/locale/bg.js,sha256=kindxycUO7dNxN-pEBRvKum-1-GZP_e9Npnqh0K1X5M,38504
308
- umap/static/umap/locale/bg.json,sha256=-f5qNFYj2_xRnzT7T25eLkmr0t5C4sbo6Nu_I0LC0oI,38439
309
- umap/static/umap/locale/br.js,sha256=6fSmedkeRdzHgqV48ColhygAlbwdAaZYr_nttFiYbzo,37987
310
- umap/static/umap/locale/br.json,sha256=W013hd5I6EBmA4axyHBSvXj7MKrsyW7E_wZb_uYWLaw,37922
311
- umap/static/umap/locale/ca.js,sha256=vZPjxhlcgAowu7k5c5q9ANtyuz6WkExq0m9GKsk8ifU,37412
312
- umap/static/umap/locale/ca.json,sha256=hjQ50QvEq6lUoLiuEF7zP51G3YhkQIvlUdXWp9BoYhY,37347
313
- umap/static/umap/locale/cs_CZ.js,sha256=IvaWX883HDnidsJIfJ2jXgpVEqbJc0yVUY0Cn0XmeCA,38209
314
- umap/static/umap/locale/cs_CZ.json,sha256=-UmhFFcKNcKCdVk5cvf5WbNX9LrSsIebG2h95XhkFd8,38138
315
- umap/static/umap/locale/da.js,sha256=3i6LXQthXBd7s4o8_OZ3hlZR4BhxRjVxltdBHHmjp6o,36702
316
- umap/static/umap/locale/da.json,sha256=on2gFyK8JDTUGAw91dFYsiowUjaEuaC1VPX4tvpNn20,36637
317
- umap/static/umap/locale/de.js,sha256=ec6Pq6YkedLd_uVucpoXhn8sKX_lTRhhx3A1ftorSMU,38849
318
- umap/static/umap/locale/de.json,sha256=496qCbDzlvjeXw4uyPgP1kBTyDqLb5pYrTZVFlyNclk,38784
319
- umap/static/umap/locale/el.js,sha256=Gl4haQ79eitl5lKUYL_YHZ5yFEnFzuk5i-i6BHWPWjs,53622
320
- umap/static/umap/locale/el.json,sha256=PZaWf4pbxuqzQ49pK3i_KG0UGOSsawkRHdUQqS2Ohhw,53557
321
- umap/static/umap/locale/en.js,sha256=ZnWXmNVRcegnDtuXMA0yGuUFkAbafGOcxD7lB28bwOk,35655
322
- umap/static/umap/locale/en.json,sha256=9wrAP7KEoqFr75U8M2SyhTuR-vFWFCRqvasCvNFYMXk,35590
323
- umap/static/umap/locale/en_US.json,sha256=bJ12A1G4oXhlkvoZmQgcznqZPFWsUuhYJtRa5whc7WQ,35384
324
- umap/static/umap/locale/es.js,sha256=XvaQhRTqcUTG1xdBYT1I3ugzmi4ly-uT5aHttquM6Mc,38839
325
- umap/static/umap/locale/es.json,sha256=FcKTcPqUo0qLewED5wwTKdH6Zb_Cl7EDp9Jz0x3o8P0,38774
326
- umap/static/umap/locale/et.js,sha256=BqyeiSydZ-9ABxPxhLTRMiuup92pKz1Ws1a66vBH7zs,35859
327
- umap/static/umap/locale/et.json,sha256=PIeN0bfKCs3upZmDXGFOf_sQ9H2NkvE006v9i0umRmg,35794
328
- umap/static/umap/locale/eu.js,sha256=b5qPlQCko1qLk8a53Z1TuF2maiRTQWfZyhFCsFsy3tI,37968
329
- umap/static/umap/locale/eu.json,sha256=RK-7zw7rMikSws00ngArlhfvn2huN7ITn2a5HDvKxUI,37903
330
- umap/static/umap/locale/fa_IR.js,sha256=SF4D2g8_CCLvaITd83NdYs6A9almfFUnrv-vmohKlHQ,43584
331
- umap/static/umap/locale/fa_IR.json,sha256=Uza7DTU883ywmIRnUz2HEaxrtQwL9hWDHkpY1LumaFw,43513
332
- umap/static/umap/locale/fi.js,sha256=GzeC6IZT2AN1pZmkDbyCj1lnynJ25Gc5EURwrNGd-XE,36439
333
- umap/static/umap/locale/fi.json,sha256=dyl-wgVFumaWvhJ9yzdPg4uXrJ-gGs5Ik9fFi0fhppo,36374
334
- umap/static/umap/locale/fr.js,sha256=lycDAJARuY8iY4YizU1sihXO1KDkuAEaKVlnVyqfagU,39037
335
- umap/static/umap/locale/fr.json,sha256=A-PdUMBK3NUnqZQztB5Cxngi_R5h36pTXZTUy6o631s,38972
336
- umap/static/umap/locale/gl.js,sha256=jgvw3r7quzHPe7ZZ3RTqjkdVy0wP93Mt_z_DQZSztsI,38283
337
- umap/static/umap/locale/gl.json,sha256=ytwdsKIa0pK8aa4-KuAicGK1U0tz2loAGzZUeUQgZq0,38218
338
- umap/static/umap/locale/he.js,sha256=vmZMm0YF8QuN3nLy3O0Ctki4mBtZlBznY0OY6oUfJFQ,38812
339
- umap/static/umap/locale/he.json,sha256=bdzAX_q718Z0yjpeCuzc-nZ8OKWsyV3Dx02Mvr9CszA,38747
340
- umap/static/umap/locale/hr.js,sha256=1CNSj-1_-WNmrV5HcWOSKAHxMxDPxzrUhMIDUG9vlPk,35825
341
- umap/static/umap/locale/hr.json,sha256=9oVxLv0mBWBFwFOTCHCzr6USAUZE40ImNRwq7xQy7sY,35760
342
- umap/static/umap/locale/hu.js,sha256=pgOMxVyXFtrLsP4F9oxHKkOzCl4jWBf6w4ARjcTYu9U,40573
343
- umap/static/umap/locale/hu.json,sha256=8UyOtwF1NcAQsuR1LFCgsqB7tey5wMmp4u8OB7MMA4I,40508
344
- umap/static/umap/locale/id.js,sha256=SzOzrESJIdpNAi6BL50JQXz1J6IAYer_u7DiOjmmDaM,35655
345
- umap/static/umap/locale/id.json,sha256=9wrAP7KEoqFr75U8M2SyhTuR-vFWFCRqvasCvNFYMXk,35590
346
- umap/static/umap/locale/is.js,sha256=1SgZ9cUtxlmEEsOXjbpLXNHkmagYlBtqIpHPxSaFEc0,37395
347
- umap/static/umap/locale/is.json,sha256=S86BhAf_EDMkbLz5lE1Yk6cyXl5H91wCEsZM_oSLwDg,37330
348
- umap/static/umap/locale/it.js,sha256=qNfjTopaYH5KFLRSaaZUU-OoiYb9cbnlj2qGKKH06Rk,38626
349
- umap/static/umap/locale/it.json,sha256=1oTwX0xn8ox1C0JNbYkaVZGpExyic67TcqpeCnoNjng,38561
350
- umap/static/umap/locale/ja.js,sha256=ONn-PFwycRfC-KXPQwknsvtwI3JwBRrgun2QYlVeauM,37917
351
- umap/static/umap/locale/ja.json,sha256=kc2fd35I6lgHBH1TUk7caSC7rKEGHGeNwTcGq8oUnsw,37852
352
- umap/static/umap/locale/ko.js,sha256=D9ykzaBjS9tzGxpwIK2YcXNUozvjTbXNeRLg_1m7HqY,35797
353
- umap/static/umap/locale/ko.json,sha256=HYqnE-2W2wfY3LCypK0j54MuwBV_yCpGEkRddQNgce0,35732
354
- umap/static/umap/locale/lt.js,sha256=LIoy2GyedUXugpQKy4gpn1K5OaoWVnqKzHOFV7TqqOo,36413
355
- umap/static/umap/locale/lt.json,sha256=unsPpyDKN0kRXKvDIXlFoO3pOBrfj1hTOytcjhX10Pg,36348
356
- umap/static/umap/locale/ms.js,sha256=X-fyaENNYqRkxfrVBiiZtK7MTISwvHDa0qxGdCf3RsA,36788
357
- umap/static/umap/locale/ms.json,sha256=PnKo82iyUtD3U-Dz8z4OzZY-JOgQRnJYmhGF62UtNO8,36723
358
- umap/static/umap/locale/nl.js,sha256=pi0DTtMQ1qhaK6SzHlIGbaXRgql9uwi2yBme15dX734,38151
359
- umap/static/umap/locale/nl.json,sha256=UgG83zbL_Y9LawmqFmpR7oLEDC3viyjWqBtfBK97wfQ,38086
360
- umap/static/umap/locale/no.js,sha256=GOeJRxdGptZlFkreNEmrGC8Qvu5m9IOhPdQtaAm-u-U,35842
361
- umap/static/umap/locale/no.json,sha256=ZbxuuTfYiAbeyrsj1LaqO3htgKQe5YIKA6UlhKqBzeo,35777
362
- umap/static/umap/locale/pl.js,sha256=PamU4XMCQgSb6O_uRoHrQPTCA96nEjrbxLqe_8cCU-I,37410
363
- umap/static/umap/locale/pl.json,sha256=2TqEAeYaX95FatvO0jc-EbPiG4wMTnsvGdabczcxO0E,37345
364
- umap/static/umap/locale/pl_PL.json,sha256=9wrAP7KEoqFr75U8M2SyhTuR-vFWFCRqvasCvNFYMXk,35590
365
- umap/static/umap/locale/pt.js,sha256=aGyd9xfkdGDpkdE0d58PIg4V9YPTkQMuMXUm2VpAMBw,38368
366
- umap/static/umap/locale/pt.json,sha256=x08_idMgjmxc8OeVCyBA3rxiIJPewR2b7yxyN8sCQ3w,38303
367
- umap/static/umap/locale/pt_BR.js,sha256=l7SI-svzSytP-oPagBiKb9-eDasMMMHu3lSpNWEKGWw,36972
368
- umap/static/umap/locale/pt_BR.json,sha256=cXIklJf7uy8glgfq6LTYnB5kRaBypsrPYpO1NTlroh4,36901
369
- umap/static/umap/locale/pt_PT.js,sha256=ua0I7ugba30pkXlHTK2Ul1j4RLtqNL0FuS5obhL-xi8,38080
370
- umap/static/umap/locale/pt_PT.json,sha256=tscWIV8gmWnsdO0zMi3D1BRl7UQ320Al5sHwRFTub_g,38009
371
- umap/static/umap/locale/ro.js,sha256=6WR7IAvAPHJ9jwdn__19LeMsO-X6xcDTelgVz6e84BE,35684
372
- umap/static/umap/locale/ro.json,sha256=yk4X-6AyJethNj06kwU4e-_eOx_Bj6ghlU42sYGZ_uM,35619
373
- umap/static/umap/locale/ru.js,sha256=4WLGZjD1xlgxepghcvo-P_qNcVCJTzHzlS92PtmupIM,42308
374
- umap/static/umap/locale/ru.json,sha256=ecNA6jTWZk98tGwHv-mi7PeVz_FvzQpIrZHG_Q2e5Sg,42243
375
- umap/static/umap/locale/si.js,sha256=mcgXepIhSBBoRr6LvmvdRJFIwEGzXdjABC6W7lGYQUg,28504
376
- umap/static/umap/locale/si.json,sha256=DHd8onJhyE8lBV76Zc9XmpHejZZOx0FwF3zaMlPq_Dc,28439
377
- umap/static/umap/locale/sk_SK.js,sha256=Kux0P-D3RR1xYvzXjTmO7Xj3K13MPUumkIcruWNqEFI,36865
378
- umap/static/umap/locale/sk_SK.json,sha256=_y-hqHR-ukvSe_eSXyykoX4fJEeqnZt7RgzwD6LMuNg,36794
379
- umap/static/umap/locale/sl.js,sha256=8VT5uLMMbh_x9edBH6oulVQcTXFdiDYVkfN8zcy1h2I,36743
380
- umap/static/umap/locale/sl.json,sha256=Ll9GQNl6klUVrIJwDynUj_tH7_wtQF-gvCFn25FTUeY,36678
381
- umap/static/umap/locale/sr.js,sha256=6Nh-MQ6YXsGfWfwKHL2BPs1rWKl8nxl9ZupQqe_FCuU,39336
382
- umap/static/umap/locale/sr.json,sha256=FpEBDM_SxvXf2nznZP33Lt5Ul9xHdoFN41TOMxIQAbA,39271
383
- umap/static/umap/locale/sv.js,sha256=OJamXTJkThSjgXqtyzK-OGmO59KuqdodawHE24_mTvk,36626
384
- umap/static/umap/locale/sv.json,sha256=552mQKfXvS5OK_NCZJIQZYFuABAEh-1-QWg-GwhupPU,36561
385
- umap/static/umap/locale/th_TH.js,sha256=a4EVForoYiV07yhkL0EebiAqZZozdBX5eGXo7dbFxNI,36659
386
- umap/static/umap/locale/th_TH.json,sha256=pL8LsbtQ-_ZExm97yQXT3EDYsz5mYpJ4wew60rZmP5c,36588
387
- umap/static/umap/locale/tr.js,sha256=zSX3jcgOob-Re49sqU9h_2pG7h3LLC08mAaUQDVUJVQ,37132
388
- umap/static/umap/locale/tr.json,sha256=WaKnqqp6nUHjiMdZO1fKr2ANe_KS8IkVy1dGOsAtKMg,37067
389
- umap/static/umap/locale/uk_UA.js,sha256=6HuvPUHm67BAg8nNd6FlZXYIrwnm2t5ecp3QlmhjL_M,41924
390
- umap/static/umap/locale/uk_UA.json,sha256=ytnu3-R7GBSQGhZ2tgJu_j6uPap5N0tdhgaD2CqKlZI,41853
391
- umap/static/umap/locale/vi.js,sha256=6UeYqKWqrK022AusXRrcR8UAER6Zb13A0fc55xGS26Q,35907
392
- umap/static/umap/locale/vi.json,sha256=H485jy8VaSkMMFnNhpyX684Rs9JrGokTuq2pbIU9SeQ,35842
393
- umap/static/umap/locale/vi_VN.json,sha256=9wrAP7KEoqFr75U8M2SyhTuR-vFWFCRqvasCvNFYMXk,35590
394
- umap/static/umap/locale/zh.js,sha256=Qk6OxylAfIuz2zl5OjI73A_JSHkynugCIqtibF4BxRg,35449
395
- umap/static/umap/locale/zh.json,sha256=zFqREj0CVXYPte_WMmB8Z8JiAV5rJgcfjhvaDe_lsMY,35384
396
- umap/static/umap/locale/zh_CN.json,sha256=9wrAP7KEoqFr75U8M2SyhTuR-vFWFCRqvasCvNFYMXk,35590
397
- umap/static/umap/locale/zh_TW.Big5.json,sha256=9wrAP7KEoqFr75U8M2SyhTuR-vFWFCRqvasCvNFYMXk,35590
398
- umap/static/umap/locale/zh_TW.js,sha256=vsPJmvbHVkma08acxUog9SY-dVIjgO63zbKONjPy6Es,35158
399
- umap/static/umap/locale/zh_TW.json,sha256=8j9HFHRiKgq6xk1Pyq520NwRQI-8MbrQghPxc5voHzE,35087
302
+ umap/static/umap/locale/am_ET.js,sha256=tCtzD7VLhrQtGNt2xuGuJU9IieMsDNcfJ2SlPp0P-dU,39155
303
+ umap/static/umap/locale/am_ET.json,sha256=CrJ_8uTJJ5lCpEWHMir9pU9aZWrcpqSHQHTnj5Um648,39084
304
+ umap/static/umap/locale/ar.js,sha256=bh-bVrsNfHb0iQiNbfP6WadG_YlDQgh0jP75eMIGmT8,36369
305
+ umap/static/umap/locale/ar.json,sha256=1NCcyiicp3j9InpeX2Fsc2kvrPQ7-yb1XbRn2D-G6Lc,36304
306
+ umap/static/umap/locale/ast.js,sha256=PW2BUgkj1i7LjqxG2cAnM59OG_MSoW7hVNB1teSKRWw,35973
307
+ umap/static/umap/locale/ast.json,sha256=GXttsrZvOXo36ZqcSYkuMR5RiQCl49kCiRq6WgHLkdU,35906
308
+ umap/static/umap/locale/bg.js,sha256=6h8792Ftdrr12BOpmLaLO72KCtD6igWc9DDQKo1_Fas,38820
309
+ umap/static/umap/locale/bg.json,sha256=YXazOjoxnJatKjEVSq1sNPuxgDtdBU8maVr3TTjbkQA,38755
310
+ umap/static/umap/locale/br.js,sha256=1Sbo7VXGfO4bovXqZ7GtqWeUt1Z0coM3lZH9QoAqDK0,37989
311
+ umap/static/umap/locale/br.json,sha256=Bke1S1T5raHRNMYzZdNC8dGDagXqS-iwGp4MuqF2NMc,37924
312
+ umap/static/umap/locale/ca.js,sha256=dVU7Q-StGEtzKv5mubUUSwVddlDujEPKoE5oFxWVrzM,37728
313
+ umap/static/umap/locale/ca.json,sha256=gQmHo4B1qpMLkT21N9X-1D7Ly0rWbCXeIEIZUx0-4DA,37663
314
+ umap/static/umap/locale/cs_CZ.js,sha256=e-L16ibh7pH0td7RUFs4TOS1-ENI2eeY3340amnH_kk,38453
315
+ umap/static/umap/locale/cs_CZ.json,sha256=UyottPKrWMBi66Zd7hZh0b3CmU3_TEha8X57eCMtg5k,38382
316
+ umap/static/umap/locale/da.js,sha256=b-2Zspzh3dro2SNMeas81r7ibFXoPftG1GOxyTC0NEA,37062
317
+ umap/static/umap/locale/da.json,sha256=1ZKSgTtAS56nE2IgMMy_wjdwRjkNtl40x2L6wvLtrdM,36997
318
+ umap/static/umap/locale/de.js,sha256=nlpgtLze6Kk-vXKUUVemqoHESZXTujyocjWBBYt8YZQ,39099
319
+ umap/static/umap/locale/de.json,sha256=R1R5PECKxg9zikXzCKFcU1sjlJQfh38CxelH3b3FFTE,39034
320
+ umap/static/umap/locale/el.js,sha256=iqxyk-y8fHnoABSZkQB7j59g4-z5ohk4ZP0PpaQEZZE,53545
321
+ umap/static/umap/locale/el.json,sha256=RYpPqrw_3h7RNa_XZrnhyvUCFfiws3Fy7HRrmyCuIL4,53480
322
+ umap/static/umap/locale/en.js,sha256=568QBAE1E-1CRVGXiEkUSUZpHipg9RfW505gdC7C55A,35971
323
+ umap/static/umap/locale/en.json,sha256=GXttsrZvOXo36ZqcSYkuMR5RiQCl49kCiRq6WgHLkdU,35906
324
+ umap/static/umap/locale/en_US.json,sha256=lLmSUPKt2h0fvIw5Nm41RsAv18pylOB_Deat0PVPgH8,35700
325
+ umap/static/umap/locale/es.js,sha256=ZRSe8qNr5SAH6Jao641EBLndRc-Beh9kquXXjjdK1BA,39182
326
+ umap/static/umap/locale/es.json,sha256=SMSbvud5gqF_9daAzrj0qgVPZjyHxuZdcugOmEPZPjg,39117
327
+ umap/static/umap/locale/et.js,sha256=jx91Utllj9OO47saWiqLjHd89fMB7WWnntw51pqptKk,36175
328
+ umap/static/umap/locale/et.json,sha256=Zq_BEIVvMOmj0oNaexl_4QDq0uhUDd3VpT9B75SEXdE,36110
329
+ umap/static/umap/locale/eu.js,sha256=PPuuPOrMNY_RDSd4j0Mm11yTK8lod4_CoAz2hIQn_v0,38206
330
+ umap/static/umap/locale/eu.json,sha256=1oXmLNmqIx4vE4F3ylCourtCDEr0Ef1Jsgqjucrls5k,38141
331
+ umap/static/umap/locale/fa_IR.js,sha256=i3RddVc4EctyT9HExs2gbNW2JZ3Qt1BhgW8zpsitYd0,43627
332
+ umap/static/umap/locale/fa_IR.json,sha256=-sJ7q-dCSo3PLTwNa8i6jjlrUhi-0UZZjVwE9WoOWag,43556
333
+ umap/static/umap/locale/fi.js,sha256=lBAtqJhWKEl8kZ0tMTjCWbrL7bgOGSxC4L-1AvefZ4I,36778
334
+ umap/static/umap/locale/fi.json,sha256=u5s-T8XF7dFheLcPPCjkhUtlSbIJcv9sts345Lg0cxE,36713
335
+ umap/static/umap/locale/fr.js,sha256=OE84d5Y-ZjiFZMNspBBgBo6j-dXHEHLSbfMZsxPCoTg,39327
336
+ umap/static/umap/locale/fr.json,sha256=CIM7XeCggXKICYCMmbYfAfaliht3v6uMAIS3vim5Wek,39262
337
+ umap/static/umap/locale/gl.js,sha256=t4yZy7Fuu1EC7TkW3sFU8QwdyOxzkwYjWk0booTdeNs,38498
338
+ umap/static/umap/locale/gl.json,sha256=o7xXyVc6NWoYFAk6Ne3nNToIKpWlOpRf7HIu42Kspt8,38433
339
+ umap/static/umap/locale/he.js,sha256=bSNTqPOuRr985PQAsWtRuCrxJxJolaZJr0YdpDCRTrg,38939
340
+ umap/static/umap/locale/he.json,sha256=ndEihqLyyrVOVmzRaN7vPJVAZBNeHhzIGNecS3RBhos,38874
341
+ umap/static/umap/locale/hr.js,sha256=fMjefrwFsmYY1VtYRVsjjBHNijHCw38EzMpFQVECWYk,36141
342
+ umap/static/umap/locale/hr.json,sha256=duZOEfhwNWqHRZ4dR2WPm6KBlPzUtx4Aj_pHcsZsv80,36076
343
+ umap/static/umap/locale/hu.js,sha256=TORCILk_9Zz1I0iilGEC3pUxlddV2pqLZ2XuDog95YQ,41190
344
+ umap/static/umap/locale/hu.json,sha256=oqzrZMIlVOqZ6612s_xCc019EsvoXWtM-OZ4YSsFJ2M,41125
345
+ umap/static/umap/locale/id.js,sha256=bwAkstgABrSFGy2B-cpCYLpVhD_HWmi65kv98spTFWc,35971
346
+ umap/static/umap/locale/id.json,sha256=GXttsrZvOXo36ZqcSYkuMR5RiQCl49kCiRq6WgHLkdU,35906
347
+ umap/static/umap/locale/is.js,sha256=Ad6PfpQA79VwDby3BTO7oKbVwi3uHitLEEI3-se33kE,37643
348
+ umap/static/umap/locale/is.json,sha256=Wbw1mAvAGHi4AgEzypBuHGDELmeP5JgaSwHLSr1Btko,37578
349
+ umap/static/umap/locale/it.js,sha256=fyEE0qzEjLNh85t7PDSpvT54utnqq2UuaQxbSsN7fYU,38855
350
+ umap/static/umap/locale/it.json,sha256=2oeIKBVIq4T3ohqX-5ZSMHNa0KVn0weqmKWxIY9ATho,38790
351
+ umap/static/umap/locale/ja.js,sha256=f-0nsR9qndv6mUHUGMPWBIbQO3sbF3uEiJ1okBY-O5s,38011
352
+ umap/static/umap/locale/ja.json,sha256=KvtPQVst1ZCOz2pbgTpntylGOzZkS_QO9JFYfW5vVps,37946
353
+ umap/static/umap/locale/ko.js,sha256=WjBrD4slzsHOuC7xvLPhTYd6ckmRLb0Avz9sRbQTvcE,36113
354
+ umap/static/umap/locale/ko.json,sha256=-SvMPSD6e6Gs9BVv97eXlfctHKq4fg238bakGS5tDlQ,36048
355
+ umap/static/umap/locale/lt.js,sha256=W1g3PkyH50qySacCdP5wrAqXYLzyNb6spw023k_5FHc,36746
356
+ umap/static/umap/locale/lt.json,sha256=wGhDhw_cIeVr2DEu3g_aDjUle3LpvuJv5fCSlZg-vic,36681
357
+ umap/static/umap/locale/ms.js,sha256=HRP_o4zNniljcKY5GsTTl59pRFLfbWHlc-E9X1bs3sE,37076
358
+ umap/static/umap/locale/ms.json,sha256=Mm3ZRn1UflJdurMmWSvgGjBIRsKBTzyKQI3ZodkWDuM,37011
359
+ umap/static/umap/locale/nl.js,sha256=PQZ-IxQ6_6ykU_ekwEzTWBMlv9j3dDoHq1Bz2LIU6No,38417
360
+ umap/static/umap/locale/nl.json,sha256=IQ4_usQP-g1Fw7fxHo6xXuaAIvjdaTsPA_w19M7asFc,38352
361
+ umap/static/umap/locale/no.js,sha256=074Q_cp68_yhJ-Er4ceWa8XjTQpa1aS6xZJhkS-iGZE,36155
362
+ umap/static/umap/locale/no.json,sha256=5ExHDQnzOQAccgt9GAGV0hJxQUbYA_tFWu2sIeHFvxs,36090
363
+ umap/static/umap/locale/pl.js,sha256=pVjzbA4uADhZYnNN2jZhHUvNL0TqDe80gg-ztQcRAZo,37611
364
+ umap/static/umap/locale/pl.json,sha256=fTXr_yXkOkJh2mY-pXK6dt91k9YSqLs-wnJNjBseNQc,37546
365
+ umap/static/umap/locale/pl_PL.json,sha256=GXttsrZvOXo36ZqcSYkuMR5RiQCl49kCiRq6WgHLkdU,35906
366
+ umap/static/umap/locale/pt.js,sha256=HaJ6HIufVaUuxCNYtMtQNhW3qOXf4E82pBt4fW0hTH8,38567
367
+ umap/static/umap/locale/pt.json,sha256=UfBEQY6Fr6MKZgw-uU5DsHqaGYJximKlKMuyL-t4uKU,38502
368
+ umap/static/umap/locale/pt_BR.js,sha256=HG13dqmHAhlf-O9zcL_T48lWdDGM_63Ty59wSCEhQio,37179
369
+ umap/static/umap/locale/pt_BR.json,sha256=O_UhS_WS4VklI1qh-YslbHakbssoizacxYXsbGGubqk,37108
370
+ umap/static/umap/locale/pt_PT.js,sha256=ubwkC5iaiE-uJbIQiTkHTXWhysDRiByIQUqYABOUVPw,38279
371
+ umap/static/umap/locale/pt_PT.json,sha256=C8BoguhIEIPFBBokqXGjEUDLqCbsZ_Z0ur1CHepKY_c,38208
372
+ umap/static/umap/locale/ro.js,sha256=4uGbQMsxCU-WFFN5s0ydBnZAFCQJQPMp1x09WZFQ9Mc,36000
373
+ umap/static/umap/locale/ro.json,sha256=YDp1U0MnibXM9Lzug1NVno7ojxDd4Q6YOo7HdNcmDcE,35935
374
+ umap/static/umap/locale/ru.js,sha256=PhbcWGM1Vsgc5CJZYQ3tI0lp0GF14AeudLWBzcr8Q70,42372
375
+ umap/static/umap/locale/ru.json,sha256=IOZLB8GJb2Ita8Q7J08pTt99QmFESrjxHJ5tVnl6bMI,42307
376
+ umap/static/umap/locale/si.js,sha256=J-kLVXnec9LsvX67PPr-K6I5qU2d5lCg6tIkRv8Nb7o,28506
377
+ umap/static/umap/locale/si.json,sha256=JkDOVn9CGlG5D4eLYsjWEUvXivEHtQGVa4w9CCduGQY,28441
378
+ umap/static/umap/locale/sk_SK.js,sha256=CV_Dl3BMXWv43z_9810nf1kYHN9Jqr2gdeqWByIeR-0,37136
379
+ umap/static/umap/locale/sk_SK.json,sha256=p4LvB_RdOWHvteHm4GjI1G7ed83e-Nnx_y9pFOIb1xQ,37065
380
+ umap/static/umap/locale/sl.js,sha256=I4igEVRYm9nG5H0hkQcVzpOwc0Y5FpQd3s817lB6pr0,37030
381
+ umap/static/umap/locale/sl.json,sha256=m0XoREh7focDetlS-PWSCeuBGIGohKPhCTnOjS53wBU,36965
382
+ umap/static/umap/locale/sr.js,sha256=u55rmQSZ2I2jcuDegdlcGZRA3Orzvj6CxJEziyJjg30,39438
383
+ umap/static/umap/locale/sr.json,sha256=s4iHlTKn4AGkKcm7ZN-OVqllaMDgErBSVbivjkrZamY,39373
384
+ umap/static/umap/locale/sv.js,sha256=Wx8g9Nt3MZPz0o-qkLo0X2tsR6-V9fJkIqxta21cusc,36970
385
+ umap/static/umap/locale/sv.json,sha256=69wA3QHmdyLdaccUsEV1BTBroKo67Q6hrHByhumiMjs,36905
386
+ umap/static/umap/locale/th_TH.js,sha256=h0A7SbCbjWmWLJlC4r-0qEKu9gqGP1BWRvhEtUgdTqE,36975
387
+ umap/static/umap/locale/th_TH.json,sha256=cqSWgrToJrxvVGI7g9b-T88Zvv4C6XggSszJmt_kLQo,36904
388
+ umap/static/umap/locale/tr.js,sha256=nVY8de_gwX8LP71v4zPtZOLPDt3N9kFKbWK3_0nas7M,37421
389
+ umap/static/umap/locale/tr.json,sha256=LpO4p1YoLmuoG__F2vAarTLwUIknUuE00RGDqj9y2bU,37356
390
+ umap/static/umap/locale/uk_UA.js,sha256=ECSpaXBEU51EpFuVKrOIOypaZSBg1Oy3EG1OPJhriGg,42025
391
+ umap/static/umap/locale/uk_UA.json,sha256=gMtyuZhbRGH6Co5em9NlIoBAjj3RaZS9l9XoMEDVPrI,41954
392
+ umap/static/umap/locale/vi.js,sha256=yASGe_lx3_yU1VOpvveU3Vf9KPttmVEkKQdSqR1DHy0,36223
393
+ umap/static/umap/locale/vi.json,sha256=qHnuWo4zrnVZ_xzGy9fLTtL-CRQqqB0LE7gI6QY-gSU,36158
394
+ umap/static/umap/locale/vi_VN.json,sha256=GXttsrZvOXo36ZqcSYkuMR5RiQCl49kCiRq6WgHLkdU,35906
395
+ umap/static/umap/locale/zh.js,sha256=uq0BY1H0XQ9IcJMnbxZMwSOvq_zrL4QvZ3pMrZNJgkE,35765
396
+ umap/static/umap/locale/zh.json,sha256=YOtLW31bh5JVlxCMNtrhB7BPG5bzGD-CUQNE_oa9XpA,35700
397
+ umap/static/umap/locale/zh_CN.json,sha256=GXttsrZvOXo36ZqcSYkuMR5RiQCl49kCiRq6WgHLkdU,35906
398
+ umap/static/umap/locale/zh_TW.Big5.json,sha256=GXttsrZvOXo36ZqcSYkuMR5RiQCl49kCiRq6WgHLkdU,35906
399
+ umap/static/umap/locale/zh_TW.js,sha256=YV04zxECAICTqqvn7qz1GKXugZCHDWdBR1Cm_OVjmxw,35560
400
+ umap/static/umap/locale/zh_TW.json,sha256=cJ8_IY9ijvpw_PmD0Bpd2kmTGkOUtpm4bFW1YWGygpc,35489
400
401
  umap/static/umap/unittests/URLs.js,sha256=wF0hfRX3NqwFAe31QGeKFwavUpNP2T8pHwXBlcpiwNo,2070
401
402
  umap/static/umap/unittests/hlc.js,sha256=GvpBaBSgfMs0Zym0_zOs2QldUOcbFNVIKweBhuwM_QI,5294
402
403
  umap/static/umap/unittests/sync.js,sha256=SRzK5N7o7iZodye53evBTZZjXG1mMm6dguV_Iyh69XQ,11096
@@ -488,7 +489,7 @@ umap/templates/umap/header.html,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSu
488
489
  umap/templates/umap/home.html,sha256=JuzDOx3-T_XyWT1Rwdy50PWvjlRjnhAXMM4-yvVUkts,890
489
490
  umap/templates/umap/js.html,sha256=kAIZtORiXnLUFDZEFAodKU12uHdx4aKVJKbK4p6R_9Y,2290
490
491
  umap/templates/umap/locale.js,sha256=AP-mSJQq5RyC3eNaBbk-sOsD80r0_qlvuK1afXdsVo4,112
491
- umap/templates/umap/login_popup_end.html,sha256=ygh-w69aKSS_bY6C9rcZevh7nXr5hJFk-xMQP5-Q00s,1133
492
+ umap/templates/umap/login_popup_end.html,sha256=dH4UxP65p2CXPqKHFXpWLw4LmkEaQidutN_qOoq74-U,1133
492
493
  umap/templates/umap/map_detail.html,sha256=vNFIK7BhWWNiiBnMwKDPyvr0LZH9rLLqD95T_wsi5ng,1217
493
494
  umap/templates/umap/map_fragment.html,sha256=KdHT1fsIhSjH8oo27qIRn0Fw701qpcWs335ixAVav4M,158
494
495
  umap/templates/umap/map_init.html,sha256=nvjXbBPJMq7QFSSzNx_EHF9G0D5kcEIsNuqHpnuSo5c,479
@@ -517,7 +518,7 @@ umap/tests/base.py,sha256=uXQ7xFV41xkjZznVX3hh4Q5ZyqGL4TEa9rRwLcfRxcU,5188
517
518
  umap/tests/conftest.py,sha256=KQCZanCTl1ABLIKOuyxS_cpBoXGiwjDc29jsLBiSWxY,1633
518
519
  umap/tests/settings.py,sha256=-b-RoDlZJXJ6cCFnO2gF-XL-avfHlpUuLrQk-ytgkdY,783
519
520
  umap/tests/test_clean_tilelayer.py,sha256=wGTd_AHOTmQ4QMswAyc-1_lJmQOSyhY3OahLAusEIdA,2515
520
- umap/tests/test_dashboard.py,sha256=G_7--cczaAsgqTDdUIpSBPL7AEBvcsQQjVneHR8xMKE,4013
521
+ umap/tests/test_dashboard.py,sha256=6IXrJFkpv9fuECeOqvXhI0FEUvn9IFOkx1gqX4GMRZA,4014
521
522
  umap/tests/test_datalayer.py,sha256=-1sTYnmJksgV4jxRQUtw_jRUqaYhh0siqfJe8QfWTqs,9528
522
523
  umap/tests/test_datalayer_s3.py,sha256=le1OvJdMfOmudciECynZfoij3p_lBpclFCqC8tiXFq4,4186
523
524
  umap/tests/test_datalayer_views.py,sha256=ySOyYOvdMjyBbBeyZ6YUS0_RfH2dlovQ5luT7ZXXxuQ,23734
@@ -527,12 +528,12 @@ umap/tests/test_map.py,sha256=vrtheSMQNk45kBIcJ0QY9K7HKYee5yg4Vnp78DyaIwQ,5170
527
528
  umap/tests/test_map_views.py,sha256=SuMzw7KrbmbTELT2Qs6amhiziqTOxvFnbXYg1mJAGBs,34231
528
529
  umap/tests/test_merge_features.py,sha256=uLZSW00WAI8_nZS0KPP8gg8U4nnky-XGb-VhhKUxv1M,2275
529
530
  umap/tests/test_purge_old_versions.py,sha256=_hrrV_nsRvxeqPwxjs3vOOkV6GpmzBR_DnlVm5bxTx4,3628
530
- umap/tests/test_statics.py,sha256=xKuxT8Xj5Ii7gKISuiSfDj7dpjmJ2Ierby3Lg-haZCg,1264
531
+ umap/tests/test_statics.py,sha256=k6sl68BHFMx1tvSU1PC6sBjBm1ZNB1CJfO-P0fVLnzo,1264
531
532
  umap/tests/test_switch_user.py,sha256=MzTBxcPVm8X0R4gBkBL_wntznOyEn0ixJSEiQMvaxGo,1255
532
533
  umap/tests/test_team_views.py,sha256=edmqn_tx4XQ1sEQtB7CpuJT6WwQQiUyUYu8-ESZxFcw,5615
533
534
  umap/tests/test_tilelayer.py,sha256=toVpVutEvMLWKx5uH7ZbGNPGzqICZx1_S2OOpIfYPfQ,603
534
535
  umap/tests/test_utils.py,sha256=BWtrNhkei7LacUqVGVP9fMX4Ys_wYu4AAOLwNZfFfLo,692
535
- umap/tests/test_views.py,sha256=5-XT4tiT9FIJY6BWWY6yJCj5BFAwON5RfF6HPzz4E8s,19503
536
+ umap/tests/test_views.py,sha256=DjOn7HxKGReXnskWW-QrQljPBOPvQ5ebaJ5inG-EoYw,19504
536
537
  umap/tests/fixtures/categorized_highway.geojson,sha256=p7QHOd8nXi7yVq37gY6Ca8BXkjaLnDxW9Fq0Zcm3Fk4,15830
537
538
  umap/tests/fixtures/choropleth_region_chomage.geojson,sha256=mVVbYlf92Sr3wWH9ETm43FdHz1U3zjsn91HuU5H5r4Y,21325
538
539
  umap/tests/fixtures/circle.svg,sha256=P37vV2PhFPecAtY8qR3VlRuB79_wFaMeqKm2tX-2tkA,254
@@ -556,9 +557,9 @@ umap/tests/fixtures/test_upload_missing_name.json,sha256=klSMHb6laTghzU4AdIG1_p5
556
557
  umap/tests/fixtures/test_upload_non_linear_ring.json,sha256=WOR0NnJHNUUW6VKzZyIxU7WL1llnAmEVJwCWla6XOds,1525
557
558
  umap/tests/fixtures/test_upload_simple_marker.json,sha256=jH15G5PxgVO-DZb4TPxVMAi1_uzhkvZcFkVUb50CS3Q,393
558
559
  umap/tests/integration/__init__.py,sha256=nqQ2miDnSZOKDuFhQ5saFN3qQuK73Cs6xL9Od-mEKG4,57
559
- umap/tests/integration/conftest.py,sha256=bGzAj9HONoQxmszO0b8sUrTdTd8DHpt-pFJ0Wp-FxNM,2232
560
+ umap/tests/integration/conftest.py,sha256=8d0Io2KeqaqhPY7Sn4kYB5uYIJtEx3uahIUgq9z6apA,2370
560
561
  umap/tests/integration/helpers.py,sha256=vvGX5b-DS2fMVDdeXz1lH2IleZkRHjyL7DVvatJU8Do,344
561
- umap/tests/integration/test_anonymous_owned_map.py,sha256=hb7md8lxnw-k29QbEUI_HNiYBsZ1EYdKMIIcYKo8caE,13234
562
+ umap/tests/integration/test_anonymous_owned_map.py,sha256=UmhnaI5JvDSmXiUaDTnvbK9A5Ker9kGEtShmjNT_8AE,13233
562
563
  umap/tests/integration/test_basics.py,sha256=5HGgkuKa2-zsh7s9lxqsFNOW4LJhdZoHDFCdSmetDUc,5166
563
564
  umap/tests/integration/test_browser.py,sha256=d3ZkL7qyZAEDo4b9u5MqhHQ3EjF7jQcoM7shl7LGStQ,21955
564
565
  umap/tests/integration/test_caption.py,sha256=9JHQvTju2W-IoV2UBrEUAH4nV2W7eKN2hJi4YcPfSPE,1843
@@ -566,7 +567,7 @@ umap/tests/integration/test_categorized_layer.py,sha256=XCCK62fBljTEbt0EKoGsHf9h
566
567
  umap/tests/integration/test_choropleth.py,sha256=Lsd7tszSIua_GUeXhosB-JWk35zYN-3WKRVYI0ZrNSM,3777
567
568
  umap/tests/integration/test_circles_layer.py,sha256=PjYGmCvAd9qDnldnbiw6nomJs1YgUdX181a9xrWSUYE,2396
568
569
  umap/tests/integration/test_cluster.py,sha256=Ltkk0KUeUtU59lbNwZeoTyaGSYWto5k-rS6_SZ_QnGc,5457
569
- umap/tests/integration/test_conditional_rules.py,sha256=D1vs3-fcxmLvlKK17Xf0i6dDkOK1UQWqBBFKodxfm0c,15657
570
+ umap/tests/integration/test_conditional_rules.py,sha256=kshRiglISOP7dAKKRkbECGYM-xTZNCalzM_09yK8aJE,15659
570
571
  umap/tests/integration/test_dashboard.py,sha256=LClLBc8lgDM1-NGhkvUSUMLmMuKt3sR1ubt2Eo-Iq7A,1550
571
572
  umap/tests/integration/test_datalayer.py,sha256=tjerFu7npF3bQ8L8VOHWjdFJrKU22rGjEqSv2-fj-bY,5525
572
573
  umap/tests/integration/test_draw_polygon.py,sha256=pnehOGViJvbp_Ksxdg9ss7mtEUNwHbwwspghyod7pt0,25398
@@ -579,20 +580,20 @@ umap/tests/integration/test_edit_polygon.py,sha256=l2CxnTnblRYUiiBV3ERwPkZ-VQTEW
579
580
  umap/tests/integration/test_export_map.py,sha256=2Sijh3KUE6cqK0tDNMnHayXk5Ei69i0ARLqymBUiiWM,15957
580
581
  umap/tests/integration/test_features_id_generation.py,sha256=mGoLIKV3xTc59XSnNPbAgHeG6RjMYwhmaVEmcqSnv-4,1463
581
582
  umap/tests/integration/test_fields.py,sha256=BmE3qnyq603TYTRT9UaatYZiYTiCEVAdfbADuSltW70,17638
582
- umap/tests/integration/test_filters.py,sha256=YSjmj-aXyeZnr1QZLHDkz-abe67jZfFi0XkiECli0PE,24325
583
+ umap/tests/integration/test_filters.py,sha256=0iMdhG1R0Jv4MVKtbmelaxEK6T81oC4CeoDInM2LDNw,24292
583
584
  umap/tests/integration/test_heatmap.py,sha256=N4CH5cRrI8tNsCOqQAqhQR2eKV0bHV2uwF5apml_DCs,1627
584
585
  umap/tests/integration/test_iframe.py,sha256=CQ3AdjqLjaI0JKFZ4lnBWedtmvgJ5G6nnGZESoSBqHY,898
585
586
  umap/tests/integration/test_import.py,sha256=vryx_CTsX9A3gY7uhaIu7kkIbtm9b1gEZbxSeeQz8E0,42833
586
587
  umap/tests/integration/test_map.py,sha256=ev-rbQteyL8d9bCgNThNqyZCMKiF5umVhCj9eCOxMNg,8761
587
588
  umap/tests/integration/test_map_list.py,sha256=l1FImKnJkY7DupYX8waKaUZqhnORR20L8dzaqu-eF8E,1280
588
- umap/tests/integration/test_map_preview.py,sha256=y9ed3T3BCkwK1eBr8dhlGwQY6lMAstP2eyDeL9SDzro,3540
589
+ umap/tests/integration/test_map_preview.py,sha256=lmHiF7lk_2qkgXlhTHUkAWrUEEGzzbi80_QR7Xuqwho,3541
589
590
  umap/tests/integration/test_optimistic_merge.py,sha256=N1FM0TiaMDd4Ldbzvq7kZRMLQeF3tfRNkg5TjesvQFw,13344
590
591
  umap/tests/integration/test_owned_map.py,sha256=SSOEpqsaBtCCVhyiyjBFF9dEDvbpSh0Lh0n-WTvFEO4,10796
591
- umap/tests/integration/test_picto.py,sha256=xJMvtTuUQ-JTKpC7SL86cUOe7OspAYAflA0q8ixLk20,9340
592
+ umap/tests/integration/test_picto.py,sha256=XNUmBElJDsI884UqusNxKLHKKqu_RQwtRg4hZwp6V3k,9340
592
593
  umap/tests/integration/test_popup.py,sha256=kZy6JAJIs2R6tnPbGEzgz_yX76yMbEAfPqCa6c9P670,1445
593
594
  umap/tests/integration/test_querystring.py,sha256=i6fQEAcNiD2SADv0wRQewGVA4CWrmOOpqnZGOnENOtg,2754
594
595
  umap/tests/integration/test_remote_data.py,sha256=ZMdeG-LpnqbM9fMyN1V1hzwsb_gqz9O0QtTnqUfMc3c,4283
595
- umap/tests/integration/test_save.py,sha256=Ia3BsCVLPqImCyjNZ_5qvtMXMq130Y5sD_Ym1xDpAiU,1260
596
+ umap/tests/integration/test_save.py,sha256=N6pzFXgFekkSMfZ-oetg2HhTmrmBiqmVnUCoXPoWNnc,1261
596
597
  umap/tests/integration/test_share.py,sha256=LOwOV0v3viFcsS4r1QQKDwX8-rXmFZvJL8tC75sr0Uk,1809
597
598
  umap/tests/integration/test_slideshow.py,sha256=yhy75YYpfTKpkGK7xGjJDJoqHtN6p2LG-O4krVE1Yks,1907
598
599
  umap/tests/integration/test_star.py,sha256=qJUvFij0XK0PcWJnbe4w8nTvTjbJdJ5X-2JjHy6DqEw,973
@@ -604,9 +605,9 @@ umap/tests/integration/test_undo_redo.py,sha256=1wSb43fI3ZpJcegW9AaQZ7a2BcuBSfkM
604
605
  umap/tests/integration/test_view_marker.py,sha256=NFCwNez__E_WsE1DuW5RuB0HVKDP4CQMXGhJw0LfnFs,6900
605
606
  umap/tests/integration/test_view_polygon.py,sha256=NMJC6Nt9VpQ8FIU9Pqq2OspHv49xsWlsoXCr8iBa0VA,2060
606
607
  umap/tests/integration/test_view_polyline.py,sha256=aJoXKmLhJaN0yhPdDCVskZNGx3q3mLDkjVPhZ30cadA,13959
607
- umap/tests/integration/test_websocket_sync.py,sha256=CeigDGSDSa6LeM_ZxPoDDfQ20GPHEgPPSDVLEMd4ToI,28367
608
- umap_project-3.4.0b2.dist-info/METADATA,sha256=2qWLswAIbSpvDkEwgP5J_ZPzWaYIQ_DqFm1uhHVe32o,5751
609
- umap_project-3.4.0b2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
610
- umap_project-3.4.0b2.dist-info/entry_points.txt,sha256=gz-KDQfEsMLBae8ABOD3foJsCYGPW1tA4Y394R_1RW8,39
611
- umap_project-3.4.0b2.dist-info/licenses/LICENSE,sha256=kQtrtRKgiPhcl7aO0-lmvbrNAXu7WHyiXvPrUk-TD2Q,820
612
- umap_project-3.4.0b2.dist-info/RECORD,,
608
+ umap/tests/integration/test_websocket_sync.py,sha256=H4McrVrYt8c-b2AeWLEECATp2d-1xW1-6rkwTvcwPEA,29412
609
+ umap_project-3.4.0b3.dist-info/METADATA,sha256=WUaNLLll7f0ZIDagMY83kUSinRK2RGKQRWR7--tlj98,5749
610
+ umap_project-3.4.0b3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
611
+ umap_project-3.4.0b3.dist-info/entry_points.txt,sha256=gz-KDQfEsMLBae8ABOD3foJsCYGPW1tA4Y394R_1RW8,39
612
+ umap_project-3.4.0b3.dist-info/licenses/LICENSE,sha256=kQtrtRKgiPhcl7aO0-lmvbrNAXu7WHyiXvPrUk-TD2Q,820
613
+ umap_project-3.4.0b3.dist-info/RECORD,,