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

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

Potentially problematic release.


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

Files changed (151) hide show
  1. umap/__init__.py +1 -1
  2. umap/locale/en/LC_MESSAGES/django.po +21 -17
  3. umap/locale/fr/LC_MESSAGES/django.mo +0 -0
  4. umap/locale/fr/LC_MESSAGES/django.po +21 -17
  5. umap/management/commands/export_pictogram.py +29 -0
  6. umap/management/commands/migrate_to_S3.py +5 -1
  7. umap/management/commands/purge_old_versions.py +8 -6
  8. umap/settings/__init__.py +21 -0
  9. umap/settings/base.py +1 -0
  10. umap/static/umap/content.css +7 -2
  11. umap/static/umap/css/icon.css +77 -3
  12. umap/static/umap/css/panel.css +31 -1
  13. umap/static/umap/js/modules/browser.js +1 -1
  14. umap/static/umap/js/modules/data/features.js +14 -29
  15. umap/static/umap/js/modules/data/layer.js +248 -136
  16. umap/static/umap/js/modules/facets.js +2 -2
  17. umap/static/umap/js/modules/form/fields.js +56 -19
  18. umap/static/umap/js/modules/formatter.js +36 -8
  19. umap/static/umap/js/modules/importers/opendata.js +23 -6
  20. umap/static/umap/js/modules/managers.js +59 -0
  21. umap/static/umap/js/modules/rendering/icon.js +3 -5
  22. umap/static/umap/js/modules/rendering/layers/classified.js +8 -7
  23. umap/static/umap/js/modules/rendering/map.js +1 -1
  24. umap/static/umap/js/modules/rendering/ui.js +13 -0
  25. umap/static/umap/js/modules/rules.js +76 -23
  26. umap/static/umap/js/modules/schema.js +3 -0
  27. umap/static/umap/js/modules/slideshow.js +1 -1
  28. umap/static/umap/js/modules/sync/updaters.js +1 -6
  29. umap/static/umap/js/modules/tableeditor.js +13 -37
  30. umap/static/umap/js/modules/templates.js +7 -6
  31. umap/static/umap/js/modules/ui/panel.js +7 -0
  32. umap/static/umap/js/modules/umap.js +17 -6
  33. umap/static/umap/js/modules/utils.js +8 -7
  34. umap/static/umap/locale/am_ET.js +43 -6
  35. umap/static/umap/locale/am_ET.json +43 -6
  36. umap/static/umap/locale/ar.js +43 -6
  37. umap/static/umap/locale/ar.json +43 -6
  38. umap/static/umap/locale/ast.js +43 -6
  39. umap/static/umap/locale/ast.json +43 -6
  40. umap/static/umap/locale/bg.js +43 -6
  41. umap/static/umap/locale/bg.json +43 -6
  42. umap/static/umap/locale/br.js +30 -26
  43. umap/static/umap/locale/br.json +30 -26
  44. umap/static/umap/locale/ca.js +50 -13
  45. umap/static/umap/locale/ca.json +50 -13
  46. umap/static/umap/locale/cs_CZ.js +43 -6
  47. umap/static/umap/locale/cs_CZ.json +43 -6
  48. umap/static/umap/locale/da.js +10 -6
  49. umap/static/umap/locale/da.json +10 -6
  50. umap/static/umap/locale/de.js +10 -6
  51. umap/static/umap/locale/de.json +10 -6
  52. umap/static/umap/locale/el.js +20 -10
  53. umap/static/umap/locale/el.json +20 -10
  54. umap/static/umap/locale/en.js +10 -6
  55. umap/static/umap/locale/en.json +10 -6
  56. umap/static/umap/locale/en_US.json +43 -6
  57. umap/static/umap/locale/es.js +10 -6
  58. umap/static/umap/locale/es.json +10 -6
  59. umap/static/umap/locale/et.js +43 -6
  60. umap/static/umap/locale/et.json +43 -6
  61. umap/static/umap/locale/eu.js +43 -6
  62. umap/static/umap/locale/eu.json +43 -6
  63. umap/static/umap/locale/fa_IR.js +43 -6
  64. umap/static/umap/locale/fa_IR.json +43 -6
  65. umap/static/umap/locale/fi.js +43 -6
  66. umap/static/umap/locale/fi.json +43 -6
  67. umap/static/umap/locale/fr.js +10 -6
  68. umap/static/umap/locale/fr.json +10 -6
  69. umap/static/umap/locale/gl.js +43 -6
  70. umap/static/umap/locale/gl.json +43 -6
  71. umap/static/umap/locale/he.js +43 -6
  72. umap/static/umap/locale/he.json +43 -6
  73. umap/static/umap/locale/hr.js +43 -6
  74. umap/static/umap/locale/hr.json +43 -6
  75. umap/static/umap/locale/hu.js +34 -24
  76. umap/static/umap/locale/hu.json +34 -24
  77. umap/static/umap/locale/id.js +43 -6
  78. umap/static/umap/locale/id.json +43 -6
  79. umap/static/umap/locale/is.js +43 -6
  80. umap/static/umap/locale/is.json +43 -6
  81. umap/static/umap/locale/it.js +10 -6
  82. umap/static/umap/locale/it.json +10 -6
  83. umap/static/umap/locale/ja.js +43 -6
  84. umap/static/umap/locale/ja.json +43 -6
  85. umap/static/umap/locale/ko.js +43 -6
  86. umap/static/umap/locale/ko.json +43 -6
  87. umap/static/umap/locale/lt.js +43 -6
  88. umap/static/umap/locale/lt.json +43 -6
  89. umap/static/umap/locale/ms.js +43 -6
  90. umap/static/umap/locale/ms.json +43 -6
  91. umap/static/umap/locale/nl.js +10 -6
  92. umap/static/umap/locale/nl.json +10 -6
  93. umap/static/umap/locale/no.js +43 -6
  94. umap/static/umap/locale/no.json +43 -6
  95. umap/static/umap/locale/pl.js +43 -6
  96. umap/static/umap/locale/pl.json +43 -6
  97. umap/static/umap/locale/pl_PL.json +43 -6
  98. umap/static/umap/locale/pt.js +43 -6
  99. umap/static/umap/locale/pt.json +43 -6
  100. umap/static/umap/locale/pt_BR.js +53 -16
  101. umap/static/umap/locale/pt_BR.json +53 -16
  102. umap/static/umap/locale/pt_PT.js +43 -6
  103. umap/static/umap/locale/pt_PT.json +43 -6
  104. umap/static/umap/locale/ro.js +43 -6
  105. umap/static/umap/locale/ro.json +43 -6
  106. umap/static/umap/locale/ru.js +43 -6
  107. umap/static/umap/locale/ru.json +43 -6
  108. umap/static/umap/locale/sk_SK.js +43 -6
  109. umap/static/umap/locale/sk_SK.json +43 -6
  110. umap/static/umap/locale/sl.js +43 -6
  111. umap/static/umap/locale/sl.json +43 -6
  112. umap/static/umap/locale/sr.js +43 -6
  113. umap/static/umap/locale/sr.json +43 -6
  114. umap/static/umap/locale/sv.js +43 -6
  115. umap/static/umap/locale/sv.json +43 -6
  116. umap/static/umap/locale/th_TH.js +43 -6
  117. umap/static/umap/locale/th_TH.json +43 -6
  118. umap/static/umap/locale/tr.js +43 -6
  119. umap/static/umap/locale/tr.json +43 -6
  120. umap/static/umap/locale/uk_UA.js +43 -6
  121. umap/static/umap/locale/uk_UA.json +43 -6
  122. umap/static/umap/locale/vi.js +43 -6
  123. umap/static/umap/locale/vi.json +43 -6
  124. umap/static/umap/locale/vi_VN.json +43 -6
  125. umap/static/umap/locale/zh.js +43 -6
  126. umap/static/umap/locale/zh.json +43 -6
  127. umap/static/umap/locale/zh_CN.json +43 -6
  128. umap/static/umap/locale/zh_TW.Big5.json +43 -6
  129. umap/static/umap/locale/zh_TW.js +43 -6
  130. umap/static/umap/locale/zh_TW.json +43 -6
  131. umap/static/umap/map.css +239 -65
  132. umap/static/umap/vendors/betterknown/betterknown.mjs +287 -0
  133. umap/storage/fs.py +3 -2
  134. umap/templates/base.html +4 -1
  135. umap/tests/base.py +9 -1
  136. umap/tests/integration/test_basics.py +1 -1
  137. umap/tests/integration/test_conditional_rules.py +62 -20
  138. umap/tests/integration/test_edit_datalayer.py +1 -1
  139. umap/tests/integration/test_edit_marker.py +1 -1
  140. umap/tests/integration/test_export_map.py +10 -0
  141. umap/tests/integration/test_import.py +140 -0
  142. umap/tests/integration/test_optimistic_merge.py +72 -12
  143. umap/tests/integration/test_tableeditor.py +6 -3
  144. umap/utils.py +33 -0
  145. umap/views.py +16 -2
  146. umap_project-3.2.0.dist-info/METADATA +76 -0
  147. {umap_project-3.1.2.dist-info → umap_project-3.2.0.dist-info}/RECORD +150 -148
  148. umap_project-3.1.2.dist-info/METADATA +0 -68
  149. {umap_project-3.1.2.dist-info → umap_project-3.2.0.dist-info}/WHEEL +0 -0
  150. {umap_project-3.1.2.dist-info → umap_project-3.2.0.dist-info}/entry_points.txt +0 -0
  151. {umap_project-3.1.2.dist-info → umap_project-3.2.0.dist-info}/licenses/LICENSE +0 -0
@@ -1,4 +1,4 @@
1
- umap/__init__.py,sha256=8Nl69Oi2XYElpzK4xxIF4SBxIpDfd8rEz6lcZYeXkq8,18
1
+ umap/__init__.py,sha256=mSmBHX16HKPBdzS8NyxhHeyB1rvV3HpaiWcXae7jexg,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=WlTnzS2LUraYViSMsI2tf_0caq_yw_p8RLqpkjynf5E,6379
15
- umap/views.py,sha256=euGwHTW4Ynx8bUgeqJN_ieQ-V9T9wlVHTAfAn9ti8eY,50062
14
+ umap/utils.py,sha256=XXm20wMvSGlcSrvEbKarh_w-xYRlxe2hYOxMBG31pYI,7552
15
+ umap/views.py,sha256=wGYSU7gzUr7OgGkqwq0cnSRr2iFyi2EZWM32oEf8Ke0,50561
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
@@ -36,7 +36,7 @@ umap/locale/de/LC_MESSAGES/django.po,sha256=a5ZngmPDqTmS2Y64SVmeb7YlAAJneUSpC_xq
36
36
  umap/locale/el/LC_MESSAGES/django.mo,sha256=6gXjLuMmJZN3-2UdUS_SjpRV-WIzk-kDx3YSghC2Q8o,20110
37
37
  umap/locale/el/LC_MESSAGES/django.po,sha256=P1Hrbxvr4x4RihruT0ikK9hN0WvDGkZ9EVfuH17cIUM,28622
38
38
  umap/locale/en/LC_MESSAGES/django.mo,sha256=au-HPUuc6FQ_crK6vdZ6vIXIaIvw8QXbSVmb24fmQZA,369
39
- umap/locale/en/LC_MESSAGES/django.po,sha256=FM-OGxCVqKY9a-GrsfzJuAhBAOJhmvWOaVdXrjac-zA,17428
39
+ umap/locale/en/LC_MESSAGES/django.po,sha256=MmCTvA_hZ8qri26Mm1INcHl9Zv9_aEantww2XuI_ZQs,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
@@ -47,8 +47,8 @@ umap/locale/fa_IR/LC_MESSAGES/django.mo,sha256=SCywKcC6yEdedTcWGPwRBfgQlszKeX3MQ
47
47
  umap/locale/fa_IR/LC_MESSAGES/django.po,sha256=uMHb2uJXhZrpzTXG_RdCQltkFvaQzYpkNrPfB0Aaj24,24337
48
48
  umap/locale/fi/LC_MESSAGES/django.mo,sha256=O9foYGhfFTBjBb4Y9abWjOiZNpWtO-315nyHUaiJETM,4779
49
49
  umap/locale/fi/LC_MESSAGES/django.po,sha256=5kG9XujFNllOh_wuakGmAHeMy9vqNWFLf9SSrMTaWlk,15709
50
- umap/locale/fr/LC_MESSAGES/django.mo,sha256=G9uubnlrOOh06BIfHvlx4ibFrsSnoGEGg5YuzsTi-YE,16059
51
- umap/locale/fr/LC_MESSAGES/django.po,sha256=garQqaO2uGDO5_WFrEgW25gVNd6sMxhe--5ToqRnTbM,24148
50
+ umap/locale/fr/LC_MESSAGES/django.mo,sha256=iuHQV5wXHOoB7E2BP5n5JKb6iaY0Nvl2Pu7-feDyqI0,16095
51
+ umap/locale/fr/LC_MESSAGES/django.po,sha256=n5IvS9bf_zrOhMTkLQOKZBIJLYFRFdwXi0RQ6F55umE,24203
52
52
  umap/locale/gl/LC_MESSAGES/django.mo,sha256=4e03SOje-h-l0HribWZ9-yC7bJmMk6VbK1FfLXOvxTA,13804
53
53
  umap/locale/gl/LC_MESSAGES/django.po,sha256=cbHRfZU2a79mxUW2mWI_p-9NAYyjhV5j1nT7oFKdPF8,22904
54
54
  umap/locale/he/LC_MESSAGES/django.mo,sha256=A6pkjaL4HQ7lyfvXcGIxle61RXdo7Byq3mfK2FIrSnc,6640
@@ -114,10 +114,11 @@ umap/management/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZ
114
114
  umap/management/commands/anonymous_edit_url.py,sha256=hsWgPzZJmLCoDKTWziFUuwq-DdnSiXkSal2t2TIED-s,1070
115
115
  umap/management/commands/clean_tilelayer.py,sha256=Rcc2PibUUreU0jUZMtUlyqVvgbQMLMuuCZ2tkrzRqHU,5712
116
116
  umap/management/commands/empty_trash.py,sha256=YUp7mZme94ailEnNZnVD8VDPI94buGLngXZ2nFPZ5ZA,1629
117
+ umap/management/commands/export_pictogram.py,sha256=7rbf-fsESu1C9BcwUnP2ZBZNrvbhNVxtJRhO7vq2pCs,942
117
118
  umap/management/commands/generate_js_locale.py,sha256=wkf-PFIHS7m4ZhyL1ZRMBLqyUeY2SlOrTXS42tE0-bs,1281
118
119
  umap/management/commands/import_pictograms.py,sha256=RuQDCoiKamba4l3fZUGAXRyd-3zwWWT5c5AhgDvs7AQ,2369
119
- umap/management/commands/migrate_to_S3.py,sha256=xVv2jHasK9gzXhOy8QCHP0bxoaOFIwOsMQoPDul_zsQ,2083
120
- umap/management/commands/purge_old_versions.py,sha256=xuVVo4aRb7nZbzZ6PA9Jre10ipKsZGbcBbt2l8VnOM8,2478
120
+ umap/management/commands/migrate_to_S3.py,sha256=SJuadjgZPCGqrdQ0SshxvVh0CBzJan6yP525PpIsgMw,2158
121
+ umap/management/commands/purge_old_versions.py,sha256=qT2kET_TVhvtUOj4yD4kC-cwVjN9aCZRlyS1THTPYm0,2599
121
122
  umap/management/commands/switch_user.py,sha256=NbEGoK7dKgp7V0KOq1iV48_Kd1sVCeUBIu6HveESh_w,1794
122
123
  umap/migrations/0001_initial.py,sha256=dMcXtTKPiA0IqXCrDVctH91Fe0hhc04NxmvcLAULyzE,8787
123
124
  umap/migrations/0002_tilelayer_tms.py,sha256=E99JAu1K0NzwsCEJs1z5uGlBkBJmoVb9a3WBKjpLYlo,372
@@ -148,15 +149,15 @@ umap/migrations/0026_datalayer_modified_at_datalayer_share_status.py,sha256=TnFC
148
149
  umap/migrations/0027_map_tags.py,sha256=zAJzbZkB5Lsp1zczqVbRU2zLwMRfBQzvrDR6G37sKZM,610
149
150
  umap/migrations/0028_map_is_template.py,sha256=372PBmOD0VALI4hu_iWK4Uo3mKS3p4_donb0-47CFgs,512
150
151
  umap/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
151
- umap/settings/__init__.py,sha256=aPJkOTk0uFusIBA-uOjdUi10R5Cxt4jl5yv2_uCTUvo,1702
152
- umap/settings/base.py,sha256=3kZj5WoVnZK08Nblgi_afRxAUIPlAHV4vq3YuuxBT2k,12423
152
+ umap/settings/__init__.py,sha256=Xg2zqnT0H8mpg5xlpjBiS5fEdAvcoyDPAiUp73daDnc,2942
153
+ umap/settings/base.py,sha256=zNbhMFnQlCZukFIKY8WpIpgWdjmo5NVk4Wh7z8hrWiw,12456
153
154
  umap/settings/dev.py,sha256=pj1mpmZXiI2syW8pB01wcVeqCFABF3V-nlOxArir4cw,386
154
155
  umap/settings/local.py.sample,sha256=wpnoe7qtXer_xBuhWbcbqcSCotTJRu6h8hG7N-sD0b4,3157
155
156
  umap/static/.gitignore,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
156
157
  umap/static/umap/base.css,sha256=qBg5XJt5sTs0KZ5icTBce3iQgYZOMA-YD5P-9Z6Vu08,5165
157
- umap/static/umap/content.css,sha256=sd5G4QgI3EEkjZi2Gv90i0KUlO6B21SqmY9hbcF0OAw,12030
158
+ umap/static/umap/content.css,sha256=gh2BfVRdkvxYtISVGg-vay0O6jMrX4anUGZ3QheWzyE,12149
158
159
  umap/static/umap/font.css,sha256=fYmTKNd_Ts6TrmBbnLRgyeUS4vpfxkEqhLR-pkd3KrA,904
159
- umap/static/umap/map.css,sha256=AnVXEo3DRcQWIauKsPGritfkRnm7cyJ9svjvgCq3pBs,23871
160
+ umap/static/umap/map.css,sha256=lNtPdpLEndCK2WT3QaEswIX9DybBKMMLMUrK4VLTPbg,24283
160
161
  umap/static/umap/nav.css,sha256=MsckfSfuMgADt71FIVpW351ZC2ATlr50iGW-47hziwk,1956
161
162
  umap/static/umap/theme.css,sha256=gkbyghlT5kNfz0Qyg1JL7xalqvHVx321eO9qlnvcaAU,49
162
163
  umap/static/umap/vars.css,sha256=E6FnvCQxs8TCWW4lfXMkSnuEQEwOklZnGFX5tqtW_nI,2164
@@ -164,9 +165,9 @@ umap/static/umap/css/bar.css,sha256=qAhRGfDqh0Att86H3RUr4os9DPiG6E83aPnKcUtDsS0,
164
165
  umap/static/umap/css/contextmenu.css,sha256=etLtnZXVxJTkmggr05vcfStOw4Gu9DDDTMUh0PKw2Mg,752
165
166
  umap/static/umap/css/dialog.css,sha256=43Cq5ll7g8u4mpzstTtoo5CXtcFkH9pMzEg04xujAaE,993
166
167
  umap/static/umap/css/form.css,sha256=R0nLqTM0cUiN4lHsXhTV_ed_dNHwSWIGEG3JzsqJ9PA,14694
167
- umap/static/umap/css/icon.css,sha256=KLlO784Wvp0VJ8liDFzv5k81oGU4bpwpx0nqCTE9l_U,5938
168
+ umap/static/umap/css/icon.css,sha256=qBmUuzGTT9HITcmOIAADaLPeBbZ3ahWeNUjdaK49g6E,6087
168
169
  umap/static/umap/css/importers.css,sha256=Q_pXPC02AwaPi5hu-raDSoBBPKH2Vj-EOoLIG-IIn-A,1774
169
- umap/static/umap/css/panel.css,sha256=CZ6_Kxo-As0XcbaMbHC2V5Qqotje_JeG7MYZ6rNlafU,4358
170
+ umap/static/umap/css/panel.css,sha256=BleuyREmEkPwqVE31_hZwsuju3XQoj21-1GsfP-SSKM,4550
170
171
  umap/static/umap/css/popup.css,sha256=arW0Yfisk5EUnT7-uSZEIw4IYZxF2uMJkiOtqyEmcIE,2400
171
172
  umap/static/umap/css/slideshow.css,sha256=zh3H_VlkMJsCjE6djbI9sJ3blY9GbDBYWKGX20oXrXA,1928
172
173
  umap/static/umap/css/tableeditor.css,sha256=nYFd5qSMkUasFfAxkWwewKJ5MwIcZb2Zq_DViuDRZc4,1574
@@ -237,165 +238,166 @@ umap/static/umap/js/components/modal.js,sha256=ugaibc2n5Pftocs1crN6zaPRJztSQm1at
237
238
  umap/static/umap/js/components/alerts/alert.css,sha256=fSmbDDjXjEYLfgnEAVDhyqWiBOUy2YhVRy0_den-7Dk,4930
238
239
  umap/static/umap/js/components/alerts/alert.js,sha256=_BcG9WluOkJTj_v795c0PIXvv5EZQs0uO5-rUhcwEco,4482
239
240
  umap/static/umap/js/modules/autocomplete.js,sha256=CLw4KP_Mmf5s55OWimK3Xw7GkwDLtuCqeEI2WqPSsOU,8729
240
- umap/static/umap/js/modules/browser.js,sha256=GpJH1cIQBj0IN0zHax1uDXWHQnmZcUBqagpj7lTKZH0,9748
241
+ umap/static/umap/js/modules/browser.js,sha256=6WVBox4gLoqPasBzkh7dULz74AKKDQ-5Cp-b0-DbVHY,9753
241
242
  umap/static/umap/js/modules/caption.js,sha256=ZO3cE7tRflqK-jlskMYxG5nnulOH7vNwDPa77YY7vAo,5478
242
243
  umap/static/umap/js/modules/dompurify.js,sha256=SOmoM-pTgYCKCKXFo6-znemWPLiLsFgR4lxM_moWaA8,328
243
244
  umap/static/umap/js/modules/drop.js,sha256=aHuz_sDgWAqDEH49OWNhnnyFvGLDMCoeeo5xaBLZwAg,1431
244
- umap/static/umap/js/modules/facets.js,sha256=o1nnw8Ftvhkyb0MCsY-RvRv1Nm4htZJjmRdObbrGD3g,4777
245
- umap/static/umap/js/modules/formatter.js,sha256=6N6P9HeIkj5-NI4I1UfhDFc7q-x6_jR26JiCriQpkoM,4724
245
+ umap/static/umap/js/modules/facets.js,sha256=gan4obCxzJVcRFWaHjNLpqHn4GJ8DLQCl0ifFlqEdgw,4775
246
+ umap/static/umap/js/modules/formatter.js,sha256=R12PvWqNpHxdPtjgSF6d1cLZrlyIQzu_GhHnrXXYRtI,5612
246
247
  umap/static/umap/js/modules/global.js,sha256=pmO5iFezaPhxQemgscta2S1J4vBRHIpjALjym2Hs9Z4,941
247
248
  umap/static/umap/js/modules/help.js,sha256=fnkc6ugsYI1TeermtqiJUYJFm9P1pcC-CoDuJ03iZq0,10338
248
249
  umap/static/umap/js/modules/i18n.js,sha256=dEpjsWoEZa-Tr5_MDO0tuWkt7kLL3crxXqhttyP-khU,1387
249
250
  umap/static/umap/js/modules/importer.js,sha256=DElBWKUOb7LZllSLa9mEnCxHbt6UOZNkY5G7pI46xvo,11380
250
251
  umap/static/umap/js/modules/leaflet-configure.js,sha256=P3aD8iNGxuVNv-xW4Di4txAjNmnlpKtCCzDvPaKEdQ8,243
251
- umap/static/umap/js/modules/managers.js,sha256=FJI-m9Lr2jPA_VJyrfwtGD4_H31HJaILAnGIl59_tG4,1213
252
+ umap/static/umap/js/modules/managers.js,sha256=6nx0PBSJkKvn84VEzcoxmJuzWjhnoZeXBQawghpd5wc,2386
252
253
  umap/static/umap/js/modules/orderable.js,sha256=zDtcElZ_MVPoGba8Iv9bxOzk4vuN7C-5XVl4UomDYHE,2521
253
254
  umap/static/umap/js/modules/permissions.js,sha256=t-kZvgGIGva8MNMu9Ydr-U9KVrdKUQery_BqniFWut0,8734
254
255
  umap/static/umap/js/modules/request.js,sha256=9GRJoOPbdkHL9OFP6Joaf5wzsJckPyiG2O7AxQciTik,3885
255
- umap/static/umap/js/modules/rules.js,sha256=VC6vf0UsFDys11EcZvrfXD9Bb05SgdM4oc7hb-pyNVA,8493
256
- umap/static/umap/js/modules/schema.js,sha256=SDC26yHfiA1On3VXuIN1QqD71QI50EdMelrlsdCXpUg,15052
256
+ umap/static/umap/js/modules/rules.js,sha256=H250ZVdId8nG2hkJqCegCYYt9njw8g6qBFBt7-vrr8o,10007
257
+ umap/static/umap/js/modules/schema.js,sha256=qAxanWITvA_tQm6zhzrGhY2avLpq46lQGJBoQUE6x-Y,15087
257
258
  umap/static/umap/js/modules/share.js,sha256=Xpkj-K6DixfcALeTpQ1u9obX-RVU2Ma6R2lZkjDFIMM,7213
258
- umap/static/umap/js/modules/slideshow.js,sha256=23_i982eABEWwLCd-0Eftk-ew6RSt8sL9sVEhDblC6s,3612
259
- umap/static/umap/js/modules/tableeditor.js,sha256=O8HdqQHEDObhhIF6udWfYIy1Ut9Odo5XO_p8bb2FMvg,9140
260
- umap/static/umap/js/modules/templates.js,sha256=FSlSW-uSWQ44bEC_-qE_e4RASvNKIBBdqqVNvy-7gJ0,4418
261
- umap/static/umap/js/modules/umap.js,sha256=CROu_GJOdMAGOrm8UkvOwPi_P8LpMykJ6JthcAJ93Pw,53929
259
+ umap/static/umap/js/modules/slideshow.js,sha256=7tmW32iuEwLXTY_4A_DmiRMjdDr5luhpJSdmbz2SXPc,3608
260
+ umap/static/umap/js/modules/tableeditor.js,sha256=NbUgJul5_fFhikWyXIZ1nOEp9hSVKO61i2y52noGISc,8537
261
+ umap/static/umap/js/modules/templates.js,sha256=41fliDQLrVo-WosiyLkxpRry3WXpCVz4IW7kYn0AMfQ,4415
262
+ umap/static/umap/js/modules/umap.js,sha256=FI7Dh28q8D3G_kqaD6ottqGVSDRnfDoMKOnK5HWw2Ig,54171
262
263
  umap/static/umap/js/modules/urls.js,sha256=76cFqycj2O8huuoYYBvxnVt2Fc2UDbgrRsiv6lQmcSY,890
263
- umap/static/umap/js/modules/utils.js,sha256=tN9AJYuypvzIcuLs6YjsW85qsHMx5nvBph3TTNw8HKQ,15938
264
- umap/static/umap/js/modules/data/features.js,sha256=7sbLGG1a6uBJfztRt8LAs-j4a9SO-BwjTkL9KAUh0lg,34084
265
- umap/static/umap/js/modules/data/layer.js,sha256=6skY5Th_aIbzcdvHjdoFxhPFxbX9sbuRkEiQEbKQWuE,39608
264
+ 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
266
267
  umap/static/umap/js/modules/form/builder.js,sha256=3ApKDYKV17z6ipaE5yAUEUgOQ7nkCAEZPRm262AAE9o,6289
267
- umap/static/umap/js/modules/form/fields.js,sha256=kLs3xL5eEsYqmo2SmyXquruT58lSHxWkqKuOa1xSuSc,34480
268
+ umap/static/umap/js/modules/form/fields.js,sha256=b83FdyAZ1Y1I0gTVtHYgKtzU6Sw1EjPz878qsQ_7AeA,35906
268
269
  umap/static/umap/js/modules/importers/banfr.js,sha256=TBwL3GQJdzYtaDtxeHxyPQ7Ycy5zTaQyvzXa55X7n2I,2932
269
270
  umap/static/umap/js/modules/importers/cadastrefr.js,sha256=fcNOYZ679MYpy3fQubEhNmyaMpGKyNNeZRlUVgHKcz4,2319
270
271
  umap/static/umap/js/modules/importers/communesfr.js,sha256=HoeVApZ0ORDxQt4dA86nKDldey3aJNeLdagMkn5skUg,1723
271
272
  umap/static/umap/js/modules/importers/datasets.js,sha256=StZbRiq_1vqe0OO1w66k5Lwzju8RntmHpWe9HWIDfRE,1372
272
273
  umap/static/umap/js/modules/importers/geodatamine.js,sha256=4KmRpEpwdUHO1lqzB38hnTFvPjh7IjcQfVVDziqKS8k,3000
273
- umap/static/umap/js/modules/importers/opendata.js,sha256=iRimXaOrb82azFpVW2jiymuOB0dYb2oyMQXhm2H7dyo,4491
274
+ umap/static/umap/js/modules/importers/opendata.js,sha256=45lLEAWGWu8jN6wCQhzyC5ZJ55fE8n1_vXAJFwf4kg8,4979
274
275
  umap/static/umap/js/modules/importers/overpass.js,sha256=cY2kb3Fs8tA6PqBjGyc5bI0mg7L1ijapIAkVGwEhSwI,3341
275
276
  umap/static/umap/js/modules/rendering/controls.js,sha256=ZZvXbKDZ6-SiPGQ7oamWGlTCbd42G8swCuuaxYZYPCc,8675
276
- umap/static/umap/js/modules/rendering/icon.js,sha256=xEgO9iwzFX80jljRq6YUNXCOu58lGrQa64btmqo0M4A,8322
277
- umap/static/umap/js/modules/rendering/map.js,sha256=GxypGAKVeBEX-M-mwU4z3uL_-ulOJC8EyHdnWpvuiXo,12692
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
279
  umap/static/umap/js/modules/rendering/popup.js,sha256=OtQYpjhWCoW20XBFeeSKCXMqN-szohaX1TKWhPc9eBo,2577
279
280
  umap/static/umap/js/modules/rendering/template.js,sha256=CTH376AbTBfIeYApeQ2qy4M8dYX6lN_h7czzO28R6hY,9524
280
- umap/static/umap/js/modules/rendering/ui.js,sha256=7234d8pd-K8bwlkWdE_7GUxP7G6Qbg77wFtPaeuND-c,14534
281
+ umap/static/umap/js/modules/rendering/ui.js,sha256=xyvE-0blGzPTMIa4iAH1107mAp1laHPwA6Za33Fma3U,14960
281
282
  umap/static/umap/js/modules/rendering/layers/base.js,sha256=G9H41vTrh-6Yn5H9UhKj5BOx03Xp2jcevpZINTDCtHI,2528
282
- umap/static/umap/js/modules/rendering/layers/classified.js,sha256=MdeUpSfXWHMe5QAkpCLNYNsC31vR9naLCW1PjmS8lsc,14954
283
+ umap/static/umap/js/modules/rendering/layers/classified.js,sha256=CLktnkjf5_6CzkKVyZcx5wAKvhsRp4pRpCIBauwKeO0,15068
283
284
  umap/static/umap/js/modules/rendering/layers/cluster.js,sha256=wsZhOi1yqA4iE-YQySL88ONT6L8kSIAziRLd1p7s_hc,4017
284
285
  umap/static/umap/js/modules/rendering/layers/heat.js,sha256=K_LsxnfpGImy2HlneV5nK0cBu1FxDmPNxR5VmsV4LaM,4975
285
286
  umap/static/umap/js/modules/sync/engine.js,sha256=LDB7HHCmfVb0Cz30yVXBSV0f-1CGG5bkzrPtaT5RePM,18390
286
287
  umap/static/umap/js/modules/sync/hlc.js,sha256=XeJz3x7qiDz7v-mcgGIynj5ks34FpWx_oSPUPFd_ZGA,2991
287
288
  umap/static/umap/js/modules/sync/undo.js,sha256=CQufaRvI_-dT0HGm5Wl8hBbO00IruflPdlmWJ4acgFM,2910
288
- umap/static/umap/js/modules/sync/updaters.js,sha256=--g0kWkOa650jHUQjb94j2k1Wq6Xu3nm7aAxiE9Rgbk,4018
289
+ umap/static/umap/js/modules/sync/updaters.js,sha256=9qukCBW_pPk4-3k4boKjcyocBd5w37UZxYGqclewlD0,3809
289
290
  umap/static/umap/js/modules/sync/websocket.js,sha256=M2wsFuW5vRsY677dRSAFUWJl5MBPCOvaNYCAxBAqjcA,2522
290
291
  umap/static/umap/js/modules/ui/bar.js,sha256=LZDwbpMlJWc2c83vi7heOvjx28pJYBcvYVUw0O6tSRg,14893
291
292
  umap/static/umap/js/modules/ui/base.js,sha256=qPV7Rtru69Eo0YYzxuSM-FkAO5M2l2TC-sMLKull5dc,2779
292
293
  umap/static/umap/js/modules/ui/contextmenu.js,sha256=eSo9zSPO_4iWIztvbM5n1TQYdX60Yndt3xIWGy10_X0,2842
293
294
  umap/static/umap/js/modules/ui/dialog.js,sha256=geAcMf2ajpNpDePDbaOz_kOiWOZWtpOHT7kBYqOHEa0,5620
294
- umap/static/umap/js/modules/ui/panel.js,sha256=Zxo3k0n442Cta51gW_49EMtq3DKTXnuQE7l6VwMeERs,3377
295
+ umap/static/umap/js/modules/ui/panel.js,sha256=s-dTPKhZDP190OZXoaVxMtBly0aoUbSPCwPdZhuNxTk,3613
295
296
  umap/static/umap/js/modules/ui/tooltip.js,sha256=KxUQMtH29DZSCsZ6uZMtNlNR2NnQDnRMfJMJ35O_w5k,1919
296
- umap/static/umap/locale/am_ET.js,sha256=lozducxQlYLYZVUaWj_PnnKYLt-vWHEaHv1uy87M9VA,34724
297
- umap/static/umap/locale/am_ET.json,sha256=tGboGw8iH_rimgxtR7vsR8TfFtlKa1snWbAGHl3LcnQ,34653
298
- umap/static/umap/locale/ar.js,sha256=N9kC4KXi3mR9c89ubqtto210t1Vv08ItTKAbUHhBTd8,31553
299
- umap/static/umap/locale/ar.json,sha256=Arm4S8bUb0mIqKmgoqw_3WN39kig-96w2BvEbvBrFDw,31488
300
- umap/static/umap/locale/ast.js,sha256=viph-vf4m-VUPK3p6-Kcrk3gJb23v1p_UktlLoEk3Ag,31157
301
- umap/static/umap/locale/ast.json,sha256=HyyUkd5SBu6-7zXq4trHKUmmQwBWZAmPKizc_X0f5T0,31090
302
- umap/static/umap/locale/bg.js,sha256=l7eDwqVxQo30V6LDaN0RLi89oEYt9L9pqSZL7QxsfW0,34004
303
- umap/static/umap/locale/bg.json,sha256=gY-kPZBlQkdUjOp0n7-NsQ3IJkKnDfqU3a8oo3erLog,33939
304
- umap/static/umap/locale/br.js,sha256=qOMFtZuUfpELBxGVM7uhaSiXFsNd_qc_KmoCP_EAP4Q,35488
305
- umap/static/umap/locale/br.json,sha256=ZrmzJSgNP56sfbeha7mXEx5p85Y7YFhUoDntgEBh9rM,35423
306
- umap/static/umap/locale/ca.js,sha256=RFnhHmrhu_TkbZsUSYCU2cuUvyIZPrcnuy1gm35ctw8,32842
307
- umap/static/umap/locale/ca.json,sha256=DwaQf35cYOn5Qpod74miG0XUNd842lVGfVWnl_zl73Y,32777
308
- umap/static/umap/locale/cs_CZ.js,sha256=iWKDuR5dHbpjcbUDPw50s_IOyM5QByaDD7qEkeV4-yo,33855
309
- umap/static/umap/locale/cs_CZ.json,sha256=OpsoblifP_5txBNe5uhMXePN1yE9887UnnXxevxR-Y4,33784
310
- umap/static/umap/locale/da.js,sha256=EatkndYZovNqXrKm4CTNXx9igPLM2_x8oOpTMkRi6IE,34403
311
- umap/static/umap/locale/da.json,sha256=7RAeVYFh5qSdERNPHF9sK7KP0V1MKmhF21ZY5k9hqRQ,34338
312
- umap/static/umap/locale/de.js,sha256=tnI6Wj9amdfr9HoTCUKdaiHCT0lJdS2HejZV33cU3_A,36479
313
- umap/static/umap/locale/de.json,sha256=MqyPrmAxMifKQS_4RfKc1Q9Jo2QZFTEmsgvYWKNZZOo,36414
314
- umap/static/umap/locale/el.js,sha256=lILSWGtIsK0lnpdzwG-jb3LUp_FDtM_8zHq9iRvrNp0,49256
315
- umap/static/umap/locale/el.json,sha256=GL_kmR8rHuYJFvgeHzt1s2I_iq8PNmYwCD-FUY4OCCY,49191
316
- umap/static/umap/locale/en.js,sha256=-RkuncSSWYUAulWaUdj5DiQyk_SVmg1Om0J7Cni4QI0,33331
317
- umap/static/umap/locale/en.json,sha256=lUOjnUtXJ1Fh61BWnKVu9Y-g-FgWQWqlQcSez3VCo08,33266
318
- umap/static/umap/locale/en_US.json,sha256=An1HoCFk1Y0XXF8ZYysRt_0ic9xh1kINj8cvk3nGxF8,30884
319
- umap/static/umap/locale/es.js,sha256=zIQHsUchaADItFi6ibus_rAdUFPb2FF3YtSBu-_0euk,36584
320
- umap/static/umap/locale/es.json,sha256=LWOZUH0-OpqowSn4fjnEIdzPF6KWKFnz2vQKDCG_aV0,36519
321
- umap/static/umap/locale/et.js,sha256=-hnxn8ADU5qvTtoTN1AN-PXt_3w33zSMWk3VqjmUVAY,31315
322
- umap/static/umap/locale/et.json,sha256=rYxeip6Vm0b9p-H3jyIPByo7ntcliNyEXLAjrqnCMiY,31250
323
- umap/static/umap/locale/eu.js,sha256=2NU8WKLMpmo8i0dDPSjQIERjneABeQmeL444jjiYzds,33203
324
- umap/static/umap/locale/eu.json,sha256=L_KEFI3Irsv6XAVRH4_uyX7U6Y5CpQdIJEA4skF6zF4,33138
325
- umap/static/umap/locale/fa_IR.js,sha256=VOFypdoGCMUf-vzjKq9KHozQrpw-HdbuzOv9LuW_cb4,39549
326
- umap/static/umap/locale/fa_IR.json,sha256=KaPxKvOZrlyPdM5lRh2zwKKrTJVBcYipD7sX35OIPaM,39478
327
- umap/static/umap/locale/fi.js,sha256=r-zS8qkR9zr9UZNM59izf7JxkOKdAcbu7Qf2iSWwHI8,31938
328
- umap/static/umap/locale/fi.json,sha256=XMu4T8Xoq1MHg0TZkpZ0c8FpmLg1CFKp-XMhbehwR20,31873
329
- umap/static/umap/locale/fr.js,sha256=AKEKNggizaNQ8CPngmA6PKBwITvpQY-bnDOVYVLOpjY,36541
330
- umap/static/umap/locale/fr.json,sha256=GuxjELrQUTB6sq5tmtqyuz-ldGKmp0g4jq9ii_ekcss,36476
331
- umap/static/umap/locale/gl.js,sha256=SRcBi0lIT_ld9jw9wJ-ZQLXuMQ5swVhL7HAPK7hQkpQ,34010
332
- umap/static/umap/locale/gl.json,sha256=omDMfhYmAGVOykpTfloImjE_g7_L2GLePtpAKgCyHZI,33945
333
- umap/static/umap/locale/he.js,sha256=zJb8KsdK89xAF3TH7XNqKZ8yOu1W9zEXgLXDKH0w8Iw,34389
334
- umap/static/umap/locale/he.json,sha256=4i0WqIyX5FTfLeUDomHVsT3jgYi1yzErbPOhQFLv6Og,34324
335
- umap/static/umap/locale/hr.js,sha256=ngHkI9LuQnBeOJ9DUJaI-kkoStaQQm5uEzkqmbx88BE,31325
336
- umap/static/umap/locale/hr.json,sha256=dLnW5FDSlRnpt1jIzwPDBTJHwvaKR-zmKfmxBtwwiNw,31260
337
- umap/static/umap/locale/hu.js,sha256=PGkQ8_rHBp46G74Fhtrj4idMkwZUW6cNtSub4HRLk9o,37202
338
- umap/static/umap/locale/hu.json,sha256=nerjTIYHdN0qko2w3oSwnPERCehJcaA7yC1YppBMC8g,37137
339
- umap/static/umap/locale/id.js,sha256=y22yrjXWjt9nx93ez0IjaH2PtQhT9COgmCPEXqANDks,31155
340
- umap/static/umap/locale/id.json,sha256=HyyUkd5SBu6-7zXq4trHKUmmQwBWZAmPKizc_X0f5T0,31090
341
- umap/static/umap/locale/is.js,sha256=ZHkRfsmuhr5FcKyvWbRQjf8fznJUUZGJBJKZhPntrUY,32908
342
- umap/static/umap/locale/is.json,sha256=p_ez6I-f2R5ttfaDNgXQtvsgB9WbDND8QZKdQhnv1Fo,32843
343
- umap/static/umap/locale/it.js,sha256=vp6AHXFFtqAqjHik2wqdj5pJikuHrzQmh6gFd8E5eGk,36506
344
- umap/static/umap/locale/it.json,sha256=oDJb9Fv4EdE798jO5NyXdeiE3FuSqUBuVhocQyIVIXM,36441
345
- umap/static/umap/locale/ja.js,sha256=B7Yjwib7VFF0vRufHlutliTHdTXDkPpOoL1xueJKdLY,33514
346
- umap/static/umap/locale/ja.json,sha256=DKF3hNAPL6fz6RWT_HW5CiuLBwpdfkCxaax_MUWbfSA,33449
347
- umap/static/umap/locale/ko.js,sha256=ykxs5mP-EWWktzoLsIpBe487ml-qop5ITTvJNi8EdQw,31311
348
- umap/static/umap/locale/ko.json,sha256=1DLmXq-YL8cp1Rc9v4HerZdj2qhVH76VgZh90ojEwSk,31246
349
- umap/static/umap/locale/lt.js,sha256=NCnw5Xk-Z3IvRRkZA_r5_iKTk9rXByyvsmzh1xclPx4,31919
350
- umap/static/umap/locale/lt.json,sha256=-MCgeA_v9OzBS4AhPGasj9fA2pz5-Y6WyRz9L2tdaaw,31854
351
- umap/static/umap/locale/ms.js,sha256=OPyYkUHNqMBTVRDYkBK_bAJTLAzMdE07dujdvh2xpK0,32254
352
- umap/static/umap/locale/ms.json,sha256=-j_yU0-wHZkzzSe5oJdr2pXwdmGDkD0YT6_LSYtKcyc,32189
353
- umap/static/umap/locale/nl.js,sha256=HjQcng9bEvaqlmZFd91qC3VqYkI4B4KfRR6-1z9GPzs,35838
354
- umap/static/umap/locale/nl.json,sha256=f5lTgSvahx-BHf4IGZZTxBL1_5Ir42Jh-exk06rv4sw,35773
355
- umap/static/umap/locale/no.js,sha256=v89mlmBjqM-RLwfZTIWtmQafIaQGgcTUsAfdQaLqkU0,31359
356
- umap/static/umap/locale/no.json,sha256=B6IE7zK4Q1hg6-DqfIXSz-QWIOjqVQ_cTeDGGKcJ46c,31294
357
- umap/static/umap/locale/pl.js,sha256=z8n3PjWszracZiLw2Jl4xIsi8vgcC0-jC3HvAAwzpq4,32935
358
- umap/static/umap/locale/pl.json,sha256=PIS95zFjqSfouU_Beoh4IrgFqPxOrVibR4d1TzVKdMY,32870
359
- umap/static/umap/locale/pl_PL.json,sha256=HyyUkd5SBu6-7zXq4trHKUmmQwBWZAmPKizc_X0f5T0,31090
360
- umap/static/umap/locale/pt.js,sha256=8J7WzqTrBIdGkC-KvsqXipQYt2m3lE32ENzLmwdQ2DU,34055
361
- umap/static/umap/locale/pt.json,sha256=jChiYTeaBhzG4OAaxw5WBdfWg23Oi_oL7sdmfgiKCcM,33990
362
- umap/static/umap/locale/pt_BR.js,sha256=NCAsj25EADIt8vqHVSI_ovZaKSb1C1Eo8Kpq5q52fhs,32479
363
- umap/static/umap/locale/pt_BR.json,sha256=cY5G6nqB0CNmrkXsAW8vN5ETj797YETg_0wfutP-dTI,32408
364
- umap/static/umap/locale/pt_PT.js,sha256=RTit8pYyluC3elcX_97PSREUTfB4wHXlKmCgzg1wlRU,33735
365
- umap/static/umap/locale/pt_PT.json,sha256=5FtL_vCLZIDiMsdyGs-AL5oLwQ0eYeMDNuyZDdunN3M,33664
366
- umap/static/umap/locale/ro.js,sha256=Gu2dPEq5OMfuqEOEUYBAi9SjRNWn9uRsTyinbcLWK7s,31184
367
- umap/static/umap/locale/ro.json,sha256=WgglzJdC73m98Iw67AzCiUNjq63-XxIq2PrTGpucZuQ,31119
368
- umap/static/umap/locale/ru.js,sha256=aBlVetWN4LQK3yP9EHOpNR1YsnzDCxUm6jrqt786Cz4,38000
369
- umap/static/umap/locale/ru.json,sha256=6ZaYyK7xBIPbTqYaIA3IHSAc5983ZWJI1XkJY4ZmHp0,37935
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
370
371
  umap/static/umap/locale/si.js,sha256=mcgXepIhSBBoRr6LvmvdRJFIwEGzXdjABC6W7lGYQUg,28504
371
372
  umap/static/umap/locale/si.json,sha256=DHd8onJhyE8lBV76Zc9XmpHejZZOx0FwF3zaMlPq_Dc,28439
372
- umap/static/umap/locale/sk_SK.js,sha256=QNImZnKhVH5z4D-U8FrRjTtL35T4oXgnuS0rCNRvu5w,32387
373
- umap/static/umap/locale/sk_SK.json,sha256=L-6eNvLvKkl8woLzyQwiv5z0iPvAYgbOdEFJy1wEPBs,32316
374
- umap/static/umap/locale/sl.js,sha256=ygSUMzyv6OsmEseFbW2lR-SWjxKNwraAvuAlGAxbOII,32233
375
- umap/static/umap/locale/sl.json,sha256=LtSTaDyW8QpRKeT1R2EaHG-nQ97tZWUf2Pt0jaVOmzo,32168
376
- umap/static/umap/locale/sr.js,sha256=6en5O2xJsXy3fOexxW0xtPLKlDJK6KM09TRkWC14o3E,34941
377
- umap/static/umap/locale/sr.json,sha256=SKwG-4Phe--lgINc0_PRsCfAsrM723WvUaQSYCLAjoU,34876
378
- umap/static/umap/locale/sv.js,sha256=QryOFjCNUFFPbwoJAt7llidany9UZ9bYbOHoqdvMmrE,32146
379
- umap/static/umap/locale/sv.json,sha256=Vvm0UhvBoUkO0wtIjtbFPpidPJqTCCoimQRhmadTqHk,32081
380
- umap/static/umap/locale/th_TH.js,sha256=kQ4G8wWVJmzUjoJOonSHHrb_XqU5u-kuSjgezbCnvYI,32195
381
- umap/static/umap/locale/th_TH.json,sha256=vbF_7s1DmZhIA9xKWa-ugtsqxmNCtFHBEEf76P49zUM,32124
382
- umap/static/umap/locale/tr.js,sha256=AnORFBTp1PM2EaNgXQthovZFiff-OaReLH1YNikotZU,32641
383
- umap/static/umap/locale/tr.json,sha256=laew33lkfjDZEts5Oq4qX5u7tRRX4Ydjeyys_DPYRdg,32576
384
- umap/static/umap/locale/uk_UA.js,sha256=9xkEXXOJCiTtHf_4vNdqrE8c0oLN_UF1cCSwwEzpHt4,37614
385
- umap/static/umap/locale/uk_UA.json,sha256=TV_bYMgxnymrPcYdgBiUMUG3-GH5N_E4jBG8lUOR4Oo,37543
386
- umap/static/umap/locale/vi.js,sha256=nQ7lReXTaHutLcGrvekG8icOHQ4imEQrUNtX52egRuw,31407
387
- umap/static/umap/locale/vi.json,sha256=uINSpMwup5AUCAS38loJMTjGIYxaY67tQ57q_HD9bgo,31342
388
- umap/static/umap/locale/vi_VN.json,sha256=HyyUkd5SBu6-7zXq4trHKUmmQwBWZAmPKizc_X0f5T0,31090
389
- umap/static/umap/locale/zh.js,sha256=OCl3ryXJImaWWacQpNRY4_cTYYbE5E8oCNBp5Qzbm7M,30891
390
- umap/static/umap/locale/zh.json,sha256=MvsoMck700K03RzlKI0oQOBF-daB5I2U7HeOrkgQoF8,30826
391
- umap/static/umap/locale/zh_CN.json,sha256=HyyUkd5SBu6-7zXq4trHKUmmQwBWZAmPKizc_X0f5T0,31090
392
- umap/static/umap/locale/zh_TW.Big5.json,sha256=HyyUkd5SBu6-7zXq4trHKUmmQwBWZAmPKizc_X0f5T0,31090
393
- umap/static/umap/locale/zh_TW.js,sha256=oLqumPyC1DhR5w4R-41yqDjx9H0q-bBt_QW6LpdNE_0,30653
394
- umap/static/umap/locale/zh_TW.json,sha256=hfam7VlLT2PBJzbrKfobxy0oxIuxvx4-8_cI7Qz5R_Y,30582
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
395
396
  umap/static/umap/unittests/URLs.js,sha256=wF0hfRX3NqwFAe31QGeKFwavUpNP2T8pHwXBlcpiwNo,2070
396
397
  umap/static/umap/unittests/hlc.js,sha256=GvpBaBSgfMs0Zym0_zOs2QldUOcbFNVIKweBhuwM_QI,5294
397
398
  umap/static/umap/unittests/sync.js,sha256=SRzK5N7o7iZodye53evBTZZjXG1mMm6dguV_Iyh69XQ,11096
398
399
  umap/static/umap/unittests/utils.js,sha256=Cj7wsVf3RIwahKeoLOnya7u4mDw7oxkWHtmO4O1Jx3c,28683
400
+ umap/static/umap/vendors/betterknown/betterknown.mjs,sha256=dFgTX_0-k905dEgF5P9icVWeKa9twumz7ghiWOK9yC8,7915
399
401
  umap/static/umap/vendors/colorbrewer/colorbrewer.js,sha256=wEHf7UslhI09j7tfzC1V9FLgTbZELDbbtGiL2x0y9vY,23051
400
402
  umap/static/umap/vendors/csv2geojson/csv2geojson.js,sha256=FARwXdqk_yf3ttJmSyrJ204B9glI2YaZ2vuhaQPmhVk,15712
401
403
  umap/static/umap/vendors/dompurify/purify.es.js,sha256=OwJJkYgszIMGao8OZPP_KoTXY45kWRIh9rBPjBDLs8I,62059
@@ -453,7 +455,7 @@ umap/static/umap/vendors/togeojson/togeojson.es.mjs.map,sha256=_V7GXbgNBVGZZatra
453
455
  umap/static/umap/vendors/tokml/tokml.es.js,sha256=BqL0WqFH5UZAh_S_265E6PWZjPMYxeGNFgAgywM4Aeo,23457
454
456
  umap/static/umap/vendors/tokml/tokml.es.mjs.map,sha256=vw5JxZFh_2_xM1cHI51r1Bf48JaBKzNcR7ddgaaF8KY,45844
455
457
  umap/storage/__init__.py,sha256=Aj421eIsZhsu0B7zd5lTJufVYr0EtUkH0lTqpbBh8AU,85
456
- umap/storage/fs.py,sha256=Nc7diQDNZOBXRwubRHra9OZejNPg6ydDmAr7ExfX32M,3960
458
+ umap/storage/fs.py,sha256=iyKd6T0S7vn9YRmOw-MJsausULQff_YG2QsrqJtfi94,4011
457
459
  umap/storage/s3.py,sha256=KAYu3vAqXbd5UhaoPxG6zcGtBfKZOzzi-6uY6YEuIcY,1962
458
460
  umap/storage/staticfiles.py,sha256=mxFcenC1JECmpNy4H0e7vX8GObDZVXzs1RPjQFWNd5k,2473
459
461
  umap/sync/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -463,7 +465,7 @@ umap/templates/403.html,sha256=7nzCrjNhLxqYkCoLHtBkMsKsticp0g0zj-fGdWxbd_k,454
463
465
  umap/templates/404.html,sha256=9sNX3VTySf8tiAcj201dBIGcznOfeViJkIv7Wju79vY,267
464
466
  umap/templates/40x.html,sha256=vqXMu5psELqmQA7tajpOCpQB2olyJ4yZvBXme5p84XU,206
465
467
  umap/templates/500.html,sha256=Z8x47OVfYXquAYAlmRB0EJVTCiCaBppFFiFEmoYsMYY,5202
466
- umap/templates/base.html,sha256=7WJ89NxyDiciP7GqpXu9VuZvLX4uJeLnEP4t5aWQdIY,1573
468
+ umap/templates/base.html,sha256=i73WzaapJbZE8V5xCPDacWydocyCzbhrp_imewcIScM,1651
467
469
  umap/templates/auth/user_detail.html,sha256=I2GoKso_11a2P9SDvaMD368USKZmNNcPbBzGSN23xNE,679
468
470
  umap/templates/auth/user_form.html,sha256=Ts8PqddjHggfIf_NiCrbyYAjrGqoPczXxMLiNRVfMa0,1942
469
471
  umap/templates/auth/user_stars.html,sha256=h7TNm1W4BrmXG_BiImIrqDJumuEghqP_tYt-Ib2xZNs,707
@@ -506,7 +508,7 @@ umap/templates/umap/components/alerts/alert.html,sha256=ZvisQkz2GfK2jxEqTosYH72N
506
508
  umap/templatetags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
507
509
  umap/templatetags/umap_tags.py,sha256=X1WL5Em08-OORFYYJACV_0_7MVoRuWIKPkYaJBw6OxE,1825
508
510
  umap/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
509
- umap/tests/base.py,sha256=BKdKFwDG6KD83oNywgfw0jcGgKQ6ufTLgBSuOIhSt30,4947
511
+ umap/tests/base.py,sha256=uXQ7xFV41xkjZznVX3hh4Q5ZyqGL4TEa9rRwLcfRxcU,5188
510
512
  umap/tests/conftest.py,sha256=KQCZanCTl1ABLIKOuyxS_cpBoXGiwjDc29jsLBiSWxY,1633
511
513
  umap/tests/settings.py,sha256=-b-RoDlZJXJ6cCFnO2gF-XL-avfHlpUuLrQk-ytgkdY,783
512
514
  umap/tests/test_clean_tilelayer.py,sha256=wGTd_AHOTmQ4QMswAyc-1_lJmQOSyhY3OahLAusEIdA,2515
@@ -552,32 +554,32 @@ umap/tests/integration/__init__.py,sha256=nqQ2miDnSZOKDuFhQ5saFN3qQuK73Cs6xL9Od-
552
554
  umap/tests/integration/conftest.py,sha256=pNIxoZ6mNclAwovFt76gzvJaXH940lYXWByf6cmJDx8,2251
553
555
  umap/tests/integration/helpers.py,sha256=vvGX5b-DS2fMVDdeXz1lH2IleZkRHjyL7DVvatJU8Do,344
554
556
  umap/tests/integration/test_anonymous_owned_map.py,sha256=-j2YUPWNoEit5a_IxYl1q3fGeybvV0NW8ud4QeCa-Hg,11123
555
- umap/tests/integration/test_basics.py,sha256=8RO5dwSiIuq9EOReWRF1jDTnZij1VLUK8KqZ3UKhE4M,4124
557
+ umap/tests/integration/test_basics.py,sha256=EPgSNBz4cL46eYLJLA6-vvSSF0s18uOlV5AO-5uZSJY,4122
556
558
  umap/tests/integration/test_browser.py,sha256=qX4K0m5eb4teYSsJf6K2zbaVQhYFDwWZwpRsk-yPpmI,20533
557
559
  umap/tests/integration/test_caption.py,sha256=9JHQvTju2W-IoV2UBrEUAH4nV2W7eKN2hJi4YcPfSPE,1843
558
560
  umap/tests/integration/test_categorized_layer.py,sha256=XCCK62fBljTEbt0EKoGsHf9hY2bCEIkyeuPxyhEGJDs,5381
559
561
  umap/tests/integration/test_choropleth.py,sha256=Lsd7tszSIua_GUeXhosB-JWk35zYN-3WKRVYI0ZrNSM,3777
560
562
  umap/tests/integration/test_circles_layer.py,sha256=PjYGmCvAd9qDnldnbiw6nomJs1YgUdX181a9xrWSUYE,2396
561
563
  umap/tests/integration/test_cluster.py,sha256=AK4t1k0nur2-gSSFPvkhnq7Ki81PgfvYv1AQcZmr5iQ,1680
562
- umap/tests/integration/test_conditional_rules.py,sha256=hKQKBK-ekW5YA53F9nS6dN-L3Vrun2V6OKovOuwaGHM,14325
564
+ umap/tests/integration/test_conditional_rules.py,sha256=wbYWOJdMF6UDEcL_p0bdlxouyJ8GfxI1-ruBR0qNaWo,15657
563
565
  umap/tests/integration/test_dashboard.py,sha256=LClLBc8lgDM1-NGhkvUSUMLmMuKt3sR1ubt2Eo-Iq7A,1550
564
566
  umap/tests/integration/test_datalayer.py,sha256=ilAio_G4O-XZLjRN_ARhQYzPCuVoyl0IqYaoeQkTs3M,5752
565
567
  umap/tests/integration/test_draw_polygon.py,sha256=liYjm2pls9ovYxzcewe3q_MjDjdxzOGsGU-lTWpCEyc,25292
566
568
  umap/tests/integration/test_draw_polyline.py,sha256=sBpu4iawj3W0y6lx4BnsHTmFrvEmcYdfWdMeOZ8vr1Y,14709
567
- umap/tests/integration/test_edit_datalayer.py,sha256=0DWvp62Pwx5ditafEMB8tG_ybe8FO5YG4EMjR-ZwPdY,10012
569
+ umap/tests/integration/test_edit_datalayer.py,sha256=Ayp4GbCbGTrNaKXBqKLKBApSm4QdMIT8QMC7zgk0LNw,10015
568
570
  umap/tests/integration/test_edit_map.py,sha256=p5KEbQdSJYWgA6Ej6Shz4pVzGbYmDxu9saOfjvcuX0M,8784
569
- umap/tests/integration/test_edit_marker.py,sha256=yBCZICGPVjWD-rtkFoXqjYyP4W-jTv1rrSnKMtPGWq8,5246
571
+ umap/tests/integration/test_edit_marker.py,sha256=nlmNruejvWWkh4wq8fgwOlf_3GToS45GRsA-egI12XE,5243
570
572
  umap/tests/integration/test_edit_polygon.py,sha256=nuidgs0v5sgFxcQKirtF5ncE3z7_S0hZxbLvPI2-BUU,5224
571
- umap/tests/integration/test_export_map.py,sha256=jH0BXm-7Ov26OEkve9-xKMfRwXwR73zRrZLIQusyUOY,12112
573
+ umap/tests/integration/test_export_map.py,sha256=Y2CnAs4SE9WLavs1puKPD1LKA1yj4H3YK_ZfBRwLXg8,12456
572
574
  umap/tests/integration/test_facets_browser.py,sha256=nMspm4fR-e-qaO6Dn-N7ZVJ3AK_-jOQ_4fhJ72LrahE,10676
573
575
  umap/tests/integration/test_features_id_generation.py,sha256=mGoLIKV3xTc59XSnNPbAgHeG6RjMYwhmaVEmcqSnv-4,1463
574
576
  umap/tests/integration/test_heatmap.py,sha256=N4CH5cRrI8tNsCOqQAqhQR2eKV0bHV2uwF5apml_DCs,1627
575
577
  umap/tests/integration/test_iframe.py,sha256=CQ3AdjqLjaI0JKFZ4lnBWedtmvgJ5G6nnGZESoSBqHY,898
576
- umap/tests/integration/test_import.py,sha256=-0ZYapOyfBAt-KOyDK_LHVB3IWUAQqqmhHyh25ISaLA,38894
578
+ umap/tests/integration/test_import.py,sha256=jJ5A4nhK8heE5q0uvsw2Jkh9eGyo7W_e7NrfioqachE,43593
577
579
  umap/tests/integration/test_map.py,sha256=ev-rbQteyL8d9bCgNThNqyZCMKiF5umVhCj9eCOxMNg,8761
578
580
  umap/tests/integration/test_map_list.py,sha256=l1FImKnJkY7DupYX8waKaUZqhnORR20L8dzaqu-eF8E,1280
579
581
  umap/tests/integration/test_map_preview.py,sha256=kP0vkEiUN7EJNCvZgNeUAzrrXfgwpU0S2UnmOBV4P5A,3540
580
- umap/tests/integration/test_optimistic_merge.py,sha256=kdb-77HyCf0keReFhK0pe_tDgwCH6VB9lySKnEbTKHU,11996
582
+ umap/tests/integration/test_optimistic_merge.py,sha256=N1FM0TiaMDd4Ldbzvq7kZRMLQeF3tfRNkg5TjesvQFw,13344
581
583
  umap/tests/integration/test_owned_map.py,sha256=SSOEpqsaBtCCVhyiyjBFF9dEDvbpSh0Lh0n-WTvFEO4,10796
582
584
  umap/tests/integration/test_picto.py,sha256=xJMvtTuUQ-JTKpC7SL86cUOe7OspAYAflA0q8ixLk20,9340
583
585
  umap/tests/integration/test_popup.py,sha256=kZy6JAJIs2R6tnPbGEzgz_yX76yMbEAfPqCa6c9P670,1445
@@ -587,7 +589,7 @@ umap/tests/integration/test_save.py,sha256=Ia3BsCVLPqImCyjNZ_5qvtMXMq130Y5sD_Ym1
587
589
  umap/tests/integration/test_share.py,sha256=gDna-wFedwJ_-8HLBw_G5IO3zA3l96p1FGBSZ15g_7g,1813
588
590
  umap/tests/integration/test_slideshow.py,sha256=yhy75YYpfTKpkGK7xGjJDJoqHtN6p2LG-O4krVE1Yks,1907
589
591
  umap/tests/integration/test_star.py,sha256=qJUvFij0XK0PcWJnbe4w8nTvTjbJdJ5X-2JjHy6DqEw,973
590
- umap/tests/integration/test_tableeditor.py,sha256=AU37neRTiGOJZDR6srw3KmkRGeIJ8YsYERwXr6rKpWg,10017
592
+ umap/tests/integration/test_tableeditor.py,sha256=h3wLZL5Tw1eEPscVDzLmmyHxVneiFohcWvpNXuUv_ow,10233
591
593
  umap/tests/integration/test_team.py,sha256=LVuj5Dhz27cqk6ieEbukGsdy9J2FP5aQmcMex_xevIg,1594
592
594
  umap/tests/integration/test_templates.py,sha256=QtGZpYmA1Epwp9olYAbl7Mqncs2YSXutqEVHV3-nlkU,1768
593
595
  umap/tests/integration/test_tilelayer.py,sha256=rBI3bm4hCpH87rcFvuc5H8yu1D9FQBZMNbqqJzpdI24,5302
@@ -596,8 +598,8 @@ umap/tests/integration/test_view_marker.py,sha256=NFCwNez__E_WsE1DuW5RuB0HVKDP4C
596
598
  umap/tests/integration/test_view_polygon.py,sha256=NMJC6Nt9VpQ8FIU9Pqq2OspHv49xsWlsoXCr8iBa0VA,2060
597
599
  umap/tests/integration/test_view_polyline.py,sha256=aJoXKmLhJaN0yhPdDCVskZNGx3q3mLDkjVPhZ30cadA,13959
598
600
  umap/tests/integration/test_websocket_sync.py,sha256=pbV7FmaBfjgFfKPIYwhHiaeSmR_tC3MqUYEReXLgSS4,28285
599
- umap_project-3.1.2.dist-info/METADATA,sha256=Aijxj-vZQZa8zYrM6CEsfZtPuD-DQv7ByDG95PMRuaU,3015
600
- umap_project-3.1.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
601
- umap_project-3.1.2.dist-info/entry_points.txt,sha256=gz-KDQfEsMLBae8ABOD3foJsCYGPW1tA4Y394R_1RW8,39
602
- umap_project-3.1.2.dist-info/licenses/LICENSE,sha256=kQtrtRKgiPhcl7aO0-lmvbrNAXu7WHyiXvPrUk-TD2Q,820
603
- umap_project-3.1.2.dist-info/RECORD,,
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,,
@@ -1,68 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: umap-project
3
- Version: 3.1.2
4
- Summary: Create maps with OpenStreetMap layers in a minute and embed them in your site.
5
- Author-email: Yohan Boniface <yb@enix.org>
6
- Maintainer-email: David Larlet <david@larlet.fr>
7
- License-File: LICENSE
8
- Keywords: django,geodjango,leaflet,map,openstreetmap
9
- Classifier: Development Status :: 4 - Beta
10
- Classifier: Intended Audience :: Developers
11
- Classifier: Operating System :: OS Independent
12
- Classifier: Programming Language :: Python
13
- Classifier: Programming Language :: Python :: 3 :: Only
14
- Classifier: Programming Language :: Python :: 3.10
15
- Classifier: Programming Language :: Python :: 3.11
16
- Classifier: Programming Language :: Python :: 3.12
17
- Classifier: Topic :: Software Development :: Libraries :: Python Modules
18
- Requires-Python: >=3.10
19
- Requires-Dist: django-agnocomplete==2.2.0
20
- Requires-Dist: django-environ==0.12.0
21
- Requires-Dist: django-probes==1.7.0
22
- Requires-Dist: django==5.2.2
23
- Requires-Dist: pillow==11.2.1
24
- Requires-Dist: psycopg==3.2.9
25
- Requires-Dist: rcssmin==1.2.1
26
- Requires-Dist: requests==2.32.4
27
- Requires-Dist: rjsmin==1.2.4
28
- Requires-Dist: social-auth-app-django==5.4.3
29
- Requires-Dist: social-auth-core==4.5.6
30
- Provides-Extra: dev
31
- Requires-Dist: djlint==1.36.4; extra == 'dev'
32
- Requires-Dist: hatch==1.14.1; extra == 'dev'
33
- Requires-Dist: isort==6.0.1; extra == 'dev'
34
- Requires-Dist: mkdocs-material==9.6.14; extra == 'dev'
35
- Requires-Dist: mkdocs-static-i18n==1.3.0; extra == 'dev'
36
- Requires-Dist: mkdocs==1.6.1; extra == 'dev'
37
- Requires-Dist: pymdown-extensions==10.15; extra == 'dev'
38
- Requires-Dist: ruff==0.11.13; extra == 'dev'
39
- Requires-Dist: vermin==1.6.0; extra == 'dev'
40
- Provides-Extra: docker
41
- Requires-Dist: uvicorn==0.34.3; extra == 'docker'
42
- Provides-Extra: s3
43
- Requires-Dist: django-storages[s3]==1.14.6; extra == 's3'
44
- Provides-Extra: sync
45
- Requires-Dist: pydantic==2.11.5; extra == 'sync'
46
- Requires-Dist: redis==6.2.0; extra == 'sync'
47
- Requires-Dist: websockets==15.0.1; extra == 'sync'
48
- Provides-Extra: test
49
- Requires-Dist: daphne==4.2.0; extra == 'test'
50
- Requires-Dist: factory-boy==3.3.3; extra == 'test'
51
- Requires-Dist: moto[s3]==5.1.5; extra == 'test'
52
- Requires-Dist: playwright>=1.39; extra == 'test'
53
- Requires-Dist: pytest-django==4.11.1; extra == 'test'
54
- Requires-Dist: pytest-playwright==0.7.0; extra == 'test'
55
- Requires-Dist: pytest-rerunfailures==15.1; extra == 'test'
56
- Requires-Dist: pytest-xdist<4,>=3.5.0; extra == 'test'
57
- Requires-Dist: pytest==8.4.0; extra == 'test'
58
- Description-Content-Type: text/markdown
59
-
60
- # uMap project
61
-
62
- uMap lets you create maps with OpenStreetMap layers in a minute and embed them in your site.
63
- *Because we think that the more OSM will be used, the more OSM will be improved.*
64
- Built on top of Django and Leaflet.
65
-
66
- - Have a look at [our website](https://umap-project.org) for an introduction
67
- - See [our docs](https://docs.umap-project.org/) for technical information
68
- - Come [chat with us on matrix.org](https://app.element.io/#/room/#umap:matrix.org), or join [the mailing-list](https://lists.openstreetmap.org/listinfo/umap)