umap-project 3.0.2__py3-none-any.whl → 3.0.4__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 (64) hide show
  1. umap/__init__.py +1 -1
  2. umap/locale/en/LC_MESSAGES/django.po +11 -7
  3. umap/locale/fr/LC_MESSAGES/django.mo +0 -0
  4. umap/locale/fr/LC_MESSAGES/django.po +11 -7
  5. umap/locale/nl/LC_MESSAGES/django.mo +0 -0
  6. umap/locale/nl/LC_MESSAGES/django.po +136 -56
  7. umap/settings/base.py +2 -2
  8. umap/static/umap/base.css +4 -0
  9. umap/static/umap/css/bar.css +1 -1
  10. umap/static/umap/css/form.css +44 -44
  11. umap/static/umap/js/modules/browser.js +1 -0
  12. umap/static/umap/js/modules/caption.js +2 -2
  13. umap/static/umap/js/modules/data/features.js +3 -4
  14. umap/static/umap/js/modules/data/layer.js +9 -1
  15. umap/static/umap/js/modules/form/fields.js +4 -2
  16. umap/static/umap/js/modules/importers/cadastrefr.js +14 -12
  17. umap/static/umap/js/modules/importers/geodatamine.js +11 -9
  18. umap/static/umap/js/modules/rendering/map.js +2 -4
  19. umap/static/umap/js/modules/schema.js +12 -0
  20. umap/static/umap/js/modules/ui/bar.js +2 -2
  21. umap/static/umap/js/modules/umap.js +22 -0
  22. umap/static/umap/js/umap.controls.js +3 -3
  23. umap/static/umap/locale/ca.js +8 -6
  24. umap/static/umap/locale/ca.json +8 -6
  25. umap/static/umap/locale/cs_CZ.js +4 -2
  26. umap/static/umap/locale/cs_CZ.json +4 -2
  27. umap/static/umap/locale/de.js +4 -2
  28. umap/static/umap/locale/de.json +4 -2
  29. umap/static/umap/locale/en.js +4 -2
  30. umap/static/umap/locale/en.json +4 -2
  31. umap/static/umap/locale/es.js +4 -2
  32. umap/static/umap/locale/es.json +4 -2
  33. umap/static/umap/locale/eu.js +4 -2
  34. umap/static/umap/locale/eu.json +4 -2
  35. umap/static/umap/locale/fa_IR.js +4 -2
  36. umap/static/umap/locale/fa_IR.json +4 -2
  37. umap/static/umap/locale/fr.js +4 -2
  38. umap/static/umap/locale/fr.json +4 -2
  39. umap/static/umap/locale/gl.js +4 -2
  40. umap/static/umap/locale/gl.json +4 -2
  41. umap/static/umap/locale/hu.js +4 -2
  42. umap/static/umap/locale/hu.json +4 -2
  43. umap/static/umap/locale/it.js +4 -2
  44. umap/static/umap/locale/it.json +4 -2
  45. umap/static/umap/locale/nl.js +12 -10
  46. umap/static/umap/locale/nl.json +12 -10
  47. umap/static/umap/locale/pt.js +4 -2
  48. umap/static/umap/locale/pt.json +4 -2
  49. umap/static/umap/locale/pt_PT.js +4 -2
  50. umap/static/umap/locale/pt_PT.json +4 -2
  51. umap/static/umap/locale/zh_TW.js +4 -2
  52. umap/static/umap/locale/zh_TW.json +4 -2
  53. umap/static/umap/map.css +3 -2
  54. umap/static/umap/vars.css +4 -0
  55. umap/templates/umap/search.html +10 -1
  56. umap/tests/integration/test_edit_map.py +1 -7
  57. umap/tests/integration/test_iframe.py +25 -0
  58. umap/tests/integration/test_picto.py +10 -2
  59. umap/views.py +6 -3
  60. {umap_project-3.0.2.dist-info → umap_project-3.0.4.dist-info}/METADATA +1 -1
  61. {umap_project-3.0.2.dist-info → umap_project-3.0.4.dist-info}/RECORD +64 -63
  62. {umap_project-3.0.2.dist-info → umap_project-3.0.4.dist-info}/WHEEL +0 -0
  63. {umap_project-3.0.2.dist-info → umap_project-3.0.4.dist-info}/entry_points.txt +0 -0
  64. {umap_project-3.0.2.dist-info → umap_project-3.0.4.dist-info}/licenses/LICENSE +0 -0
umap/__init__.py CHANGED
@@ -1 +1 @@
1
- VERSION = "3.0.2"
1
+ VERSION = "3.0.4"
@@ -8,7 +8,7 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: PACKAGE VERSION\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2025-04-04 16:49+0000\n"
11
+ "POT-Creation-Date: 2025-04-11 15:30+0000\n"
12
12
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -663,7 +663,11 @@ msgstr[1] ""
663
663
  msgid "No map found."
664
664
  msgstr ""
665
665
 
666
- #: templates/umap/search.html:35
666
+ #: templates/umap/search.html:36
667
+ msgid "Latest created maps in category"
668
+ msgstr ""
669
+
670
+ #: templates/umap/search.html:43
667
671
  msgid "Latest created maps"
668
672
  msgstr ""
669
673
 
@@ -784,25 +788,25 @@ msgstr ""
784
788
  msgid "Only its owner can delete the map."
785
789
  msgstr ""
786
790
 
787
- #: views.py:1051
791
+ #: views.py:1054
788
792
  msgid "Map successfully deleted."
789
793
  msgstr ""
790
794
 
791
- #: views.py:1077
795
+ #: views.py:1080
792
796
  #, python-format
793
797
  msgid ""
794
798
  "Your map has been cloned! If you want to edit this map from another "
795
799
  "computer, please use this link: %(anonymous_url)s"
796
800
  msgstr ""
797
801
 
798
- #: views.py:1082
802
+ #: views.py:1085
799
803
  msgid "Congratulations, your map has been cloned!"
800
804
  msgstr ""
801
805
 
802
- #: views.py:1336
806
+ #: views.py:1339
803
807
  msgid "Layer successfully deleted."
804
808
  msgstr ""
805
809
 
806
- #: views.py:1358
810
+ #: views.py:1361
807
811
  msgid "Permissions updated with success!"
808
812
  msgstr ""
Binary file
@@ -24,7 +24,7 @@ msgid ""
24
24
  msgstr ""
25
25
  "Project-Id-Version: uMap\n"
26
26
  "Report-Msgid-Bugs-To: \n"
27
- "POT-Creation-Date: 2025-04-04 16:49+0000\n"
27
+ "POT-Creation-Date: 2025-04-11 15:30+0000\n"
28
28
  "PO-Revision-Date: 2013-11-22 14:00+0000\n"
29
29
  "Last-Translator: yohanboniface <yohanboniface@free.fr>, 2013-2014,2018-2019,2023-2025\n"
30
30
  "Language-Team: French (http://app.transifex.com/openstreetmap/umap/language/fr/)\n"
@@ -682,7 +682,11 @@ msgstr[2] "%(count)s cartes trouvées :"
682
682
  msgid "No map found."
683
683
  msgstr "Aucune carte trouvée."
684
684
 
685
- #: templates/umap/search.html:35
685
+ #: templates/umap/search.html:36
686
+ msgid "Latest created maps in category"
687
+ msgstr "Dernières cartes créées dans la catégorie"
688
+
689
+ #: templates/umap/search.html:43
686
690
  msgid "Latest created maps"
687
691
  msgstr "Dernières cartes créées."
688
692
 
@@ -803,25 +807,25 @@ msgstr "Courriel envoyé à %(email)s"
803
807
  msgid "Only its owner can delete the map."
804
808
  msgstr "Seul le créateur de la carte peut la supprimer."
805
809
 
806
- #: views.py:1051
810
+ #: views.py:1054
807
811
  msgid "Map successfully deleted."
808
812
  msgstr "La carte a bien été supprimée."
809
813
 
810
- #: views.py:1077
814
+ #: views.py:1080
811
815
  #, python-format
812
816
  msgid ""
813
817
  "Your map has been cloned! If you want to edit this map from another "
814
818
  "computer, please use this link: %(anonymous_url)s"
815
819
  msgstr "Votre carte a été dupliquée ! Si vous souhaitez la modifier depuis un autre ordinateur, veuillez utiliser ce lien : %(anonymous_url)s"
816
820
 
817
- #: views.py:1082
821
+ #: views.py:1085
818
822
  msgid "Congratulations, your map has been cloned!"
819
823
  msgstr "Votre carte a été dupliquée !"
820
824
 
821
- #: views.py:1336
825
+ #: views.py:1339
822
826
  msgid "Layer successfully deleted."
823
827
  msgstr "Calque supprimé."
824
828
 
825
- #: views.py:1358
829
+ #: views.py:1361
826
830
  msgid "Permissions updated with success!"
827
831
  msgstr "Les permissions ont bien été modifiées !"
Binary file
@@ -11,7 +11,7 @@ msgid ""
11
11
  msgstr ""
12
12
  "Project-Id-Version: uMap\n"
13
13
  "Report-Msgid-Bugs-To: \n"
14
- "POT-Creation-Date: 2025-03-03 17:36+0000\n"
14
+ "POT-Creation-Date: 2025-04-11 15:30+0000\n"
15
15
  "PO-Revision-Date: 2013-11-22 14:00+0000\n"
16
16
  "Last-Translator: Gideon van Melle <translations@gvmelle.com>, 2025\n"
17
17
  "Language-Team: Dutch (http://app.transifex.com/openstreetmap/umap/language/nl/)\n"
@@ -38,137 +38,205 @@ msgstr "Site is 'alleen lezen' wegens onderhoud"
38
38
  msgid ""
39
39
  "Using “%(name)s” to authenticate is deprecated and will be removed soon. "
40
40
  "Please configure another provider below before losing access to your account"
41
- " and maps."
42
- msgstr ""
41
+ " and maps. Then, please logout and login again with the new provider."
42
+ msgstr "Het gebruik van %(name)s om te verifiëren is afgeschaft en zal binnenkort worden verwijderd. Configureer hieronder een andere provider voordat u de toegang tot uw account en kaarten verliest. Log uit en log opnieuw in met de nieuwe provider."
43
43
 
44
- #: models.py:60 models.py:79
44
+ #: models.py:61 models.py:80
45
45
  msgid "name"
46
46
  msgstr "naam"
47
47
 
48
- #: models.py:62 models.py:485
48
+ #: models.py:63 models.py:493
49
49
  msgid "description"
50
50
  msgstr "omschrijving"
51
51
 
52
- #: models.py:110
52
+ #: models.py:111
53
53
  msgid "details"
54
54
  msgstr "details"
55
55
 
56
- #: models.py:111
56
+ #: models.py:112
57
57
  msgid "Link to a page where the licence is detailed."
58
58
  msgstr "Link naar pagina waar de licentie details staan"
59
59
 
60
- #: models.py:121
60
+ #: models.py:122
61
61
  msgid "URL template using OSM tile format"
62
62
  msgstr "URL-sjabloon met OSM tegel-formaat"
63
63
 
64
- #: models.py:127
64
+ #: models.py:128
65
65
  msgid "Order of the tilelayers in the edit box"
66
66
  msgstr "Volgorde van de tegel-lagen in het bewerkingsvak."
67
67
 
68
- #: models.py:175 models.py:479
68
+ #: models.py:176 models.py:487
69
69
  msgid "Only editable with secret edit link"
70
70
  msgstr "Alleen te bewerken met een geheime link"
71
71
 
72
- #: models.py:176 models.py:480
72
+ #: models.py:177 models.py:488
73
73
  msgid "Everyone can edit"
74
74
  msgstr "Iedereen kan wijzigingen maken"
75
75
 
76
- #: models.py:179 models.py:473
76
+ #: models.py:180 models.py:481
77
77
  msgid "Everyone"
78
78
  msgstr "Iedereen"
79
79
 
80
- #: models.py:180 models.py:189 models.py:474
80
+ #: models.py:181 models.py:190 models.py:482
81
81
  msgid "Editors and team only"
82
82
  msgstr "Alleen redacteuren en team"
83
83
 
84
- #: models.py:181 models.py:475
84
+ #: models.py:182 models.py:483
85
85
  msgid "Owner only"
86
86
  msgstr "Alleen eigenaar"
87
87
 
88
- #: models.py:184
88
+ #: models.py:185
89
89
  msgid "Draft (private)"
90
90
  msgstr "Ontwerp (privé)"
91
91
 
92
- #: models.py:185
92
+ #: models.py:186
93
93
  msgid "Everyone (public)"
94
94
  msgstr "Iedereen (openbaar)"
95
95
 
96
- #: models.py:188
96
+ #: models.py:189
97
97
  msgid "Anyone with link"
98
98
  msgstr "Iedereen met een link"
99
99
 
100
- #: models.py:190
100
+ #: models.py:191
101
101
  msgid "Blocked"
102
102
  msgstr "geblokkeerd"
103
103
 
104
- #: models.py:191 models.py:469
104
+ #: models.py:192 models.py:477
105
105
  msgid "Deleted"
106
106
  msgstr "Verwijderd"
107
107
 
108
- #: models.py:194
108
+ #: models.py:195
109
109
  msgid "center"
110
110
  msgstr "centreer"
111
111
 
112
- #: models.py:195
112
+ #: models.py:196
113
113
  msgid "zoom"
114
114
  msgstr "zoom"
115
115
 
116
- #: models.py:197
116
+ #: models.py:198
117
117
  msgid "locate"
118
118
  msgstr "zoek"
119
119
 
120
- #: models.py:197
120
+ #: models.py:198
121
121
  msgid "Locate user on load?"
122
122
  msgstr "Gebruiker zoeken tijdens laden?"
123
123
 
124
- #: models.py:201
124
+ #: models.py:202
125
125
  msgid "Choose the map licence."
126
126
  msgstr "Kies de kaartlicentie"
127
127
 
128
- #: models.py:202
128
+ #: models.py:203
129
129
  msgid "licence"
130
130
  msgstr "Licentie"
131
131
 
132
- #: models.py:213
132
+ #: models.py:214
133
133
  msgid "owner"
134
134
  msgstr "eigenaar"
135
135
 
136
- #: models.py:217
136
+ #: models.py:218
137
137
  msgid "editors"
138
138
  msgstr "editors"
139
139
 
140
- #: models.py:223
140
+ #: models.py:224
141
141
  msgid "team"
142
142
  msgstr "team"
143
143
 
144
- #: models.py:229 models.py:501
144
+ #: models.py:230 models.py:509
145
145
  msgid "edit status"
146
146
  msgstr "wijzig status"
147
147
 
148
- #: models.py:234 models.py:506
148
+ #: models.py:235 models.py:514
149
149
  msgid "share status"
150
150
  msgstr "deel status"
151
151
 
152
- #: models.py:237 models.py:496
152
+ #: models.py:238 models.py:504
153
153
  msgid "settings"
154
154
  msgstr "instellingen"
155
155
 
156
- #: models.py:407
156
+ #: models.py:410
157
157
  msgid "Clone of"
158
158
  msgstr "Kopie van"
159
159
 
160
- #: models.py:468 models.py:472 models.py:478
160
+ #: models.py:476 models.py:480 models.py:486
161
161
  msgid "Inherit"
162
162
  msgstr "overerven"
163
163
 
164
- #: models.py:491
164
+ #: models.py:499
165
165
  msgid "display on load"
166
166
  msgstr "toon tijdens laden"
167
167
 
168
- #: models.py:492
168
+ #: models.py:500
169
169
  msgid "Display this layer on load."
170
170
  msgstr "Toon deze laag tijdens laden."
171
171
 
172
+ #: settings/base.py:295
173
+ msgid "Art and Culture"
174
+ msgstr "Kunst en cultuur"
175
+
176
+ #: settings/base.py:296
177
+ msgid "Cycling"
178
+ msgstr "Fietsen"
179
+
180
+ #: settings/base.py:297
181
+ msgid "Business"
182
+ msgstr "Zakelijk"
183
+
184
+ #: settings/base.py:298
185
+ msgid "Environment"
186
+ msgstr "Mlieu"
187
+
188
+ #: settings/base.py:299
189
+ msgid "Education"
190
+ msgstr "Educatie"
191
+
192
+ #: settings/base.py:300
193
+ msgid "Food and Agriculture"
194
+ msgstr "Voedsel en landbouw"
195
+
196
+ #: settings/base.py:301
197
+ msgid "Geopolitics"
198
+ msgstr "Geopolitiek"
199
+
200
+ #: settings/base.py:302
201
+ msgid "Health"
202
+ msgstr "Gezondheid"
203
+
204
+ #: settings/base.py:303
205
+ msgid "Hiking"
206
+ msgstr "Hiking"
207
+
208
+ #: settings/base.py:304
209
+ msgid "History"
210
+ msgstr "Geschiedenis"
211
+
212
+ #: settings/base.py:305
213
+ msgid "Public sector"
214
+ msgstr "Publieke sector"
215
+
216
+ #: settings/base.py:306
217
+ msgid "Science"
218
+ msgstr "Wetenschap"
219
+
220
+ #: settings/base.py:307
221
+ msgid "Shopping"
222
+ msgstr "Winkelen"
223
+
224
+ #: settings/base.py:308
225
+ msgid "Sport and Leisure"
226
+ msgstr "Sport en vrijetijd"
227
+
228
+ #: settings/base.py:309
229
+ msgid "Travel"
230
+ msgstr "Reizen"
231
+
232
+ #: settings/base.py:310
233
+ msgid "Transports"
234
+ msgstr "Transport"
235
+
236
+ #: settings/base.py:311
237
+ msgid "Tourism"
238
+ msgstr "Toerisme"
239
+
172
240
  #: templates/403.html:8
173
241
  msgid ""
174
242
  "<a href=\"https://discover.umap-project.org/support/faq/#map-statuses\" "
@@ -421,7 +489,7 @@ msgstr "Mijn teams"
421
489
  msgid "Map of the uMaps"
422
490
  msgstr "Kaart van de uMaps"
423
491
 
424
- #: templates/umap/home.html:24
492
+ #: templates/umap/home.html:25
425
493
  msgid "Get inspired, browse maps"
426
494
  msgstr "Laat u inspireren, blader door kaarten"
427
495
 
@@ -429,11 +497,15 @@ msgstr "Laat u inspireren, blader door kaarten"
429
497
  msgid "You are logged in. Continuing..."
430
498
  msgstr "U bent ingelogd. Ga verder..."
431
499
 
432
- #: templates/umap/map_list.html:11 views.py:437
500
+ #: templates/umap/map_list.html:18 views.py:444
433
501
  msgid "by"
434
502
  msgstr "door"
435
503
 
436
- #: templates/umap/map_list.html:20
504
+ #: templates/umap/map_list.html:22
505
+ msgid "See the map"
506
+ msgstr "Zie de kaart"
507
+
508
+ #: templates/umap/map_list.html:28
437
509
  msgid "More"
438
510
  msgstr "Meer"
439
511
 
@@ -592,11 +664,15 @@ msgid_plural "%(count)s maps found:"
592
664
  msgstr[0] "%(count)s kaarten gevonden:"
593
665
  msgstr[1] "%(count)s kaarten gevonden:"
594
666
 
595
- #: templates/umap/search.html:28
667
+ #: templates/umap/search.html:30
596
668
  msgid "No map found."
597
669
  msgstr "Geen kaart gevonden."
598
670
 
599
- #: templates/umap/search.html:33
671
+ #: templates/umap/search.html:36
672
+ msgid "Latest created maps in category"
673
+ msgstr ""
674
+
675
+ #: templates/umap/search.html:43
600
676
  msgid "Latest created maps"
601
677
  msgstr "Laatste gemaakte kaarten"
602
678
 
@@ -604,7 +680,11 @@ msgstr "Laatste gemaakte kaarten"
604
680
  msgid "Search maps"
605
681
  msgstr "Zoek kaarten"
606
682
 
607
- #: templates/umap/search_bar.html:16
683
+ #: templates/umap/search_bar.html:14
684
+ msgid "Any category"
685
+ msgstr "Elke categorie"
686
+
687
+ #: templates/umap/search_bar.html:19
608
688
  msgid "Search"
609
689
  msgstr "Zoeken"
610
690
 
@@ -668,70 +748,70 @@ msgstr "Gebruikers"
668
748
  msgid "New team"
669
749
  msgstr "Nieuw Team"
670
750
 
671
- #: views.py:234
751
+ #: views.py:235
672
752
  msgid "Cannot delete a team with more than one member"
673
753
  msgstr "Kan een team met meer dan één lid niet verwijderen"
674
754
 
675
- #: views.py:238
755
+ #: views.py:239
676
756
  #, python-format
677
757
  msgid "Team “%(name)s” has been deleted"
678
758
  msgstr "Team “%(name)s” is verwijderd"
679
759
 
680
- #: views.py:442
760
+ #: views.py:449
681
761
  msgid "View the map"
682
762
  msgstr "Bekijk de kaart"
683
763
 
684
- #: views.py:838
764
+ #: views.py:845
685
765
  msgid "See full screen"
686
766
  msgstr "Volledig scherm weergeven"
687
767
 
688
- #: views.py:981
768
+ #: views.py:988
689
769
  msgid "Map editors updated with success!"
690
770
  msgstr "Kaarteditors met succes bijgewerkt!"
691
771
 
692
- #: views.py:1017
772
+ #: views.py:1024
693
773
  #, python-format
694
774
  msgid "The uMap edit link for your map: %(map_name)s"
695
775
  msgstr "De uMap-bewerkingslink voor uw kaart: %(map_name)s"
696
776
 
697
- #: views.py:1020
777
+ #: views.py:1027
698
778
  #, python-format
699
779
  msgid "Here is your secret edit link: %(link)s"
700
780
  msgstr "Hier is je geheime bewerkingslink: %(link)s"
701
781
 
702
- #: views.py:1027
782
+ #: views.py:1034
703
783
  #, python-format
704
784
  msgid "Can't send email to %(email)s"
705
785
  msgstr "Kan geen e-mail verzenden naar %(email)s"
706
786
 
707
- #: views.py:1030
787
+ #: views.py:1037
708
788
  #, python-format
709
789
  msgid "Email sent to %(email)s"
710
790
  msgstr "E-mail verzonden naar %(email)s"
711
791
 
712
- #: views.py:1041
792
+ #: views.py:1048
713
793
  msgid "Only its owner can delete the map."
714
794
  msgstr "Kaart kan alleen door eigenaar worden verwijderd."
715
795
 
716
- #: views.py:1044
796
+ #: views.py:1054
717
797
  msgid "Map successfully deleted."
718
798
  msgstr "Kaart succesvol verwijderd."
719
799
 
720
- #: views.py:1070
800
+ #: views.py:1080
721
801
  #, python-format
722
802
  msgid ""
723
803
  "Your map has been cloned! If you want to edit this map from another "
724
804
  "computer, please use this link: %(anonymous_url)s"
725
805
  msgstr "Uw kaart is gekopieerd! Als u deze kaart wilt wijzigen vanaf een andere computer, gebruik dan deze link: %(anonymous_url)s"
726
806
 
727
- #: views.py:1075
807
+ #: views.py:1085
728
808
  msgid "Congratulations, your map has been cloned!"
729
809
  msgstr "Gefeliciteerd, uw kaart is gekopieerd!"
730
810
 
731
- #: views.py:1329
811
+ #: views.py:1339
732
812
  msgid "Layer successfully deleted."
733
813
  msgstr "Laag is verwijderd."
734
814
 
735
- #: views.py:1351
815
+ #: views.py:1361
736
816
  msgid "Permissions updated with success!"
737
817
  msgstr "Machtigingen met succes bijgewerkt!"
umap/settings/base.py CHANGED
@@ -164,8 +164,8 @@ LOGIN_REDIRECT_URL = "login_popup_end"
164
164
  STATIC_URL = "/static/"
165
165
  MEDIA_URL = "/uploads/"
166
166
 
167
- STATIC_ROOT = os.path.join("static")
168
- MEDIA_ROOT = os.path.join("uploads")
167
+ STATIC_ROOT = env("STATIC_ROOT", default=os.path.join("static"))
168
+ MEDIA_ROOT = env("MEDIA_ROOT", default=os.path.join("uploads"))
169
169
 
170
170
  STATICFILES_FINDERS = [
171
171
  "django.contrib.staticfiles.finders.FileSystemFinder",
umap/static/umap/base.css CHANGED
@@ -235,3 +235,7 @@ dt {
235
235
  display: block;
236
236
  overflow-x: auto;
237
237
  }
238
+ mark {
239
+ background-color: var(--color-lightCyan);
240
+ padding: 0 var(--small-box-padding);
241
+ }
@@ -167,7 +167,7 @@
167
167
  .umap-caption-bar .umap-map-author {
168
168
  margin-inline-end: 10px;
169
169
  }
170
- .umap-caption-bar > button + button:after,
170
+ .umap-caption-bar:has(select:not([hidden])) > button + button:after,
171
171
  .umap-caption-bar > button + button:before {
172
172
  content: '|';
173
173
  padding-inline-start: 10px;