umap-project 3.1.2__py3-none-any.whl → 3.3.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 (199) hide show
  1. umap/__init__.py +1 -1
  2. umap/locale/en/LC_MESSAGES/django.mo +0 -0
  3. umap/locale/en/LC_MESSAGES/django.po +22 -18
  4. umap/locale/fr/LC_MESSAGES/django.mo +0 -0
  5. umap/locale/fr/LC_MESSAGES/django.po +21 -17
  6. umap/management/commands/export_pictogram.py +29 -0
  7. umap/management/commands/migrate_to_S3.py +5 -1
  8. umap/management/commands/purge_old_versions.py +8 -6
  9. umap/settings/__init__.py +21 -0
  10. umap/settings/base.py +3 -0
  11. umap/static/umap/content.css +7 -2
  12. umap/static/umap/css/contextmenu.css +58 -2
  13. umap/static/umap/css/form.css +175 -45
  14. umap/static/umap/css/icon.css +97 -3
  15. umap/static/umap/css/panel.css +31 -1
  16. umap/static/umap/img/16-white.svg +21 -40
  17. umap/static/umap/img/16.svg +1 -1
  18. umap/static/umap/img/24-white.svg +9 -9
  19. umap/static/umap/img/24.svg +23 -10
  20. umap/static/umap/img/source/16-white.svg +23 -41
  21. umap/static/umap/img/source/16.svg +1 -1
  22. umap/static/umap/img/source/24-white.svg +11 -11
  23. umap/static/umap/img/source/24.svg +25 -12
  24. umap/static/umap/js/modules/browser.js +1 -1
  25. umap/static/umap/js/modules/caption.js +8 -0
  26. umap/static/umap/js/modules/data/features.js +331 -202
  27. umap/static/umap/js/modules/data/layer.js +263 -152
  28. umap/static/umap/js/modules/facets.js +2 -2
  29. umap/static/umap/js/modules/form/builder.js +11 -7
  30. umap/static/umap/js/modules/form/fields.js +66 -26
  31. umap/static/umap/js/modules/formatter.js +78 -28
  32. umap/static/umap/js/modules/importer.js +6 -1
  33. umap/static/umap/js/modules/importers/opendata.js +138 -33
  34. umap/static/umap/js/modules/importers/openrouteservice.js +140 -0
  35. umap/static/umap/js/modules/managers.js +67 -0
  36. umap/static/umap/js/modules/printer.js +107 -0
  37. umap/static/umap/js/modules/rendering/controls.js +78 -2
  38. umap/static/umap/js/modules/rendering/icon.js +116 -87
  39. umap/static/umap/js/modules/rendering/layers/classified.js +8 -7
  40. umap/static/umap/js/modules/rendering/layers/cluster.js +199 -63
  41. umap/static/umap/js/modules/rendering/map.js +6 -2
  42. umap/static/umap/js/modules/rendering/template.js +71 -1
  43. umap/static/umap/js/modules/rendering/ui.js +111 -34
  44. umap/static/umap/js/modules/rules.js +76 -23
  45. umap/static/umap/js/modules/schema.js +27 -0
  46. umap/static/umap/js/modules/share.js +19 -12
  47. umap/static/umap/js/modules/slideshow.js +1 -1
  48. umap/static/umap/js/modules/sync/updaters.js +1 -6
  49. umap/static/umap/js/modules/tableeditor.js +13 -37
  50. umap/static/umap/js/modules/templates.js +7 -6
  51. umap/static/umap/js/modules/ui/bar.js +6 -1
  52. umap/static/umap/js/modules/ui/base.js +24 -9
  53. umap/static/umap/js/modules/ui/contextmenu.js +17 -7
  54. umap/static/umap/js/modules/ui/dialog.js +7 -4
  55. umap/static/umap/js/modules/ui/panel.js +7 -0
  56. umap/static/umap/js/modules/umap.js +84 -67
  57. umap/static/umap/js/modules/utils.js +8 -7
  58. umap/static/umap/js/umap.controls.js +22 -57
  59. umap/static/umap/locale/am_ET.js +81 -9
  60. umap/static/umap/locale/am_ET.json +81 -9
  61. umap/static/umap/locale/ar.js +81 -9
  62. umap/static/umap/locale/ar.json +81 -9
  63. umap/static/umap/locale/ast.js +81 -9
  64. umap/static/umap/locale/ast.json +81 -9
  65. umap/static/umap/locale/bg.js +81 -9
  66. umap/static/umap/locale/bg.json +81 -9
  67. umap/static/umap/locale/br.js +68 -29
  68. umap/static/umap/locale/br.json +68 -29
  69. umap/static/umap/locale/ca.js +88 -16
  70. umap/static/umap/locale/ca.json +88 -16
  71. umap/static/umap/locale/cs_CZ.js +81 -9
  72. umap/static/umap/locale/cs_CZ.json +81 -9
  73. umap/static/umap/locale/da.js +48 -9
  74. umap/static/umap/locale/da.json +48 -9
  75. umap/static/umap/locale/de.js +48 -9
  76. umap/static/umap/locale/de.json +48 -9
  77. umap/static/umap/locale/el.js +58 -13
  78. umap/static/umap/locale/el.json +58 -13
  79. umap/static/umap/locale/en.js +48 -9
  80. umap/static/umap/locale/en.json +48 -9
  81. umap/static/umap/locale/en_US.json +81 -9
  82. umap/static/umap/locale/es.js +48 -9
  83. umap/static/umap/locale/es.json +48 -9
  84. umap/static/umap/locale/et.js +81 -9
  85. umap/static/umap/locale/et.json +81 -9
  86. umap/static/umap/locale/eu.js +97 -25
  87. umap/static/umap/locale/eu.json +97 -25
  88. umap/static/umap/locale/fa_IR.js +81 -9
  89. umap/static/umap/locale/fa_IR.json +81 -9
  90. umap/static/umap/locale/fi.js +81 -9
  91. umap/static/umap/locale/fi.json +81 -9
  92. umap/static/umap/locale/fr.js +48 -9
  93. umap/static/umap/locale/fr.json +48 -9
  94. umap/static/umap/locale/gl.js +81 -9
  95. umap/static/umap/locale/gl.json +81 -9
  96. umap/static/umap/locale/he.js +81 -9
  97. umap/static/umap/locale/he.json +81 -9
  98. umap/static/umap/locale/hr.js +81 -9
  99. umap/static/umap/locale/hr.json +81 -9
  100. umap/static/umap/locale/hu.js +72 -27
  101. umap/static/umap/locale/hu.json +72 -27
  102. umap/static/umap/locale/id.js +81 -9
  103. umap/static/umap/locale/id.json +81 -9
  104. umap/static/umap/locale/is.js +81 -9
  105. umap/static/umap/locale/is.json +81 -9
  106. umap/static/umap/locale/it.js +48 -9
  107. umap/static/umap/locale/it.json +48 -9
  108. umap/static/umap/locale/ja.js +81 -9
  109. umap/static/umap/locale/ja.json +81 -9
  110. umap/static/umap/locale/ko.js +81 -9
  111. umap/static/umap/locale/ko.json +81 -9
  112. umap/static/umap/locale/lt.js +81 -9
  113. umap/static/umap/locale/lt.json +81 -9
  114. umap/static/umap/locale/ms.js +81 -9
  115. umap/static/umap/locale/ms.json +81 -9
  116. umap/static/umap/locale/nl.js +48 -9
  117. umap/static/umap/locale/nl.json +48 -9
  118. umap/static/umap/locale/no.js +81 -9
  119. umap/static/umap/locale/no.json +81 -9
  120. umap/static/umap/locale/pl.js +81 -9
  121. umap/static/umap/locale/pl.json +81 -9
  122. umap/static/umap/locale/pl_PL.json +81 -9
  123. umap/static/umap/locale/pt.js +81 -9
  124. umap/static/umap/locale/pt.json +81 -9
  125. umap/static/umap/locale/pt_BR.js +91 -19
  126. umap/static/umap/locale/pt_BR.json +91 -19
  127. umap/static/umap/locale/pt_PT.js +81 -9
  128. umap/static/umap/locale/pt_PT.json +81 -9
  129. umap/static/umap/locale/ro.js +81 -9
  130. umap/static/umap/locale/ro.json +81 -9
  131. umap/static/umap/locale/ru.js +81 -9
  132. umap/static/umap/locale/ru.json +81 -9
  133. umap/static/umap/locale/sk_SK.js +81 -9
  134. umap/static/umap/locale/sk_SK.json +81 -9
  135. umap/static/umap/locale/sl.js +81 -9
  136. umap/static/umap/locale/sl.json +81 -9
  137. umap/static/umap/locale/sr.js +81 -9
  138. umap/static/umap/locale/sr.json +81 -9
  139. umap/static/umap/locale/sv.js +81 -9
  140. umap/static/umap/locale/sv.json +81 -9
  141. umap/static/umap/locale/th_TH.js +81 -9
  142. umap/static/umap/locale/th_TH.json +81 -9
  143. umap/static/umap/locale/tr.js +81 -9
  144. umap/static/umap/locale/tr.json +81 -9
  145. umap/static/umap/locale/uk_UA.js +81 -9
  146. umap/static/umap/locale/uk_UA.json +81 -9
  147. umap/static/umap/locale/vi.js +81 -9
  148. umap/static/umap/locale/vi.json +81 -9
  149. umap/static/umap/locale/vi_VN.json +81 -9
  150. umap/static/umap/locale/zh.js +81 -9
  151. umap/static/umap/locale/zh.json +81 -9
  152. umap/static/umap/locale/zh_CN.json +81 -9
  153. umap/static/umap/locale/zh_TW.Big5.json +81 -9
  154. umap/static/umap/locale/zh_TW.js +98 -26
  155. umap/static/umap/locale/zh_TW.json +98 -26
  156. umap/static/umap/map.css +325 -102
  157. umap/static/umap/vars.css +1 -0
  158. umap/static/umap/vendors/betterknown/betterknown.mjs +287 -0
  159. umap/static/umap/vendors/editable/Leaflet.Editable.js +3 -1
  160. umap/static/umap/vendors/openrouteservice/ors-js-client.js +521 -0
  161. umap/static/umap/vendors/openrouteservice/ors-js-client.js.map +1 -0
  162. umap/static/umap/vendors/simple-elevation-chart/elevation.js +63 -0
  163. umap/static/umap/vendors/simple-elevation-chart/elevation.svg +8 -0
  164. umap/static/umap/vendors/snapdom/snapdom.min.mjs +3 -0
  165. umap/storage/fs.py +3 -2
  166. umap/storage/staticfiles.py +12 -0
  167. umap/templates/base.html +4 -1
  168. umap/templates/umap/css.html +0 -4
  169. umap/templates/umap/js.html +1 -3
  170. umap/tests/base.py +9 -1
  171. umap/tests/integration/test_basics.py +3 -1
  172. umap/tests/integration/test_conditional_rules.py +79 -37
  173. umap/tests/integration/test_datalayer.py +1 -1
  174. umap/tests/integration/test_draw_polygon.py +3 -5
  175. umap/tests/integration/test_draw_polyline.py +4 -6
  176. umap/tests/integration/test_draw_route.py +178 -0
  177. umap/tests/integration/test_edit_datalayer.py +1 -1
  178. umap/tests/integration/test_edit_map.py +1 -1
  179. umap/tests/integration/test_edit_marker.py +8 -8
  180. umap/tests/integration/test_edit_polygon.py +2 -2
  181. umap/tests/integration/test_export_map.py +84 -10
  182. umap/tests/integration/test_import.py +140 -0
  183. umap/tests/integration/test_map_preview.py +1 -1
  184. umap/tests/integration/test_optimistic_merge.py +72 -12
  185. umap/tests/integration/test_share.py +1 -1
  186. umap/tests/integration/test_tableeditor.py +10 -7
  187. umap/tests/integration/test_websocket_sync.py +4 -4
  188. umap/utils.py +37 -0
  189. umap/views.py +18 -2
  190. umap_project-3.3.0.dist-info/METADATA +76 -0
  191. {umap_project-3.1.2.dist-info → umap_project-3.3.0.dist-info}/RECORD +194 -188
  192. umap/static/umap/vendors/markercluster/MarkerCluster.Default.css +0 -60
  193. umap/static/umap/vendors/markercluster/MarkerCluster.css +0 -14
  194. umap/static/umap/vendors/markercluster/leaflet.markercluster.js +0 -2
  195. umap/static/umap/vendors/markercluster/leaflet.markercluster.js.map +0 -1
  196. umap_project-3.1.2.dist-info/METADATA +0 -68
  197. {umap_project-3.1.2.dist-info → umap_project-3.3.0.dist-info}/WHEEL +0 -0
  198. {umap_project-3.1.2.dist-info → umap_project-3.3.0.dist-info}/entry_points.txt +0 -0
  199. {umap_project-3.1.2.dist-info → umap_project-3.3.0.dist-info}/licenses/LICENSE +0 -0
umap/static/umap/map.css CHANGED
@@ -5,16 +5,21 @@
5
5
  html[dir="rtl"] .leaflet-inplace-toolbar {
6
6
  direction: ltr;
7
7
  }
8
- html[dir="rtl"] .leaflet-inplace-toolbar > * {
8
+
9
+ html[dir="rtl"] .leaflet-inplace-toolbar>* {
9
10
  direction: rtl;
10
11
  }
12
+
11
13
  html[dir="rtl"] .leaflet-tooltip-pane {
12
14
  direction: ltr;
13
15
  }
14
- html[dir="rtl"] .leaflet-tooltip-pane > * {
16
+
17
+ html[dir="rtl"] .leaflet-tooltip-pane>* {
15
18
  direction: rtl;
16
19
  }
17
- .marker-cluster div { /* fix cluster icon for rtl */
20
+
21
+ .marker-cluster div {
22
+ /* fix cluster icon for rtl */
18
23
  margin-left: unset;
19
24
  margin-inline-start: 5px;
20
25
  }
@@ -37,6 +42,31 @@ html[dir="rtl"] .leaflet-tooltip-pane > * {
37
42
  background-color: var(--color-lightGray);
38
43
  }
39
44
 
45
+ .print-portrait,
46
+ .print-landscape {
47
+ left: initial !important;
48
+ right: initial !important;
49
+ top: initial !important;
50
+ bottom: initial !important;
51
+ height: initial !important;
52
+ }
53
+
54
+ .print-a4.print-landscape {
55
+ aspect-ratio: 297/210;
56
+ }
57
+
58
+ .print-a4.print-portrait {
59
+ aspect-ratio: 210/297;
60
+ }
61
+
62
+ .print-usletter.print-landscape {
63
+ aspect-ratio: 11/8.5;
64
+ }
65
+
66
+ .print-usletter.print-portrait {
67
+ aspect-ratio: 8.5/11;
68
+ }
69
+
40
70
  /* *********** */
41
71
  /* Structure */
42
72
  /* *********** */
@@ -44,9 +74,11 @@ html[dir="rtl"] .leaflet-tooltip-pane > * {
44
74
  .umap-edit-enabled {
45
75
  --current-header-height: var(--header-height);
46
76
  }
77
+
47
78
  .leaflet-top {
48
79
  top: var(--current-header-height);
49
80
  }
81
+
50
82
  .leaflet-bottom {
51
83
  bottom: var(--current-footer-height);
52
84
  }
@@ -62,79 +94,99 @@ html[dir="rtl"] .leaflet-tooltip-pane > * {
62
94
  border-radius: 4px;
63
95
  border: 1px solid #bbb;
64
96
  }
97
+
65
98
  .umap-control a:hover {
66
99
  background-color: #f4f4f4;
67
100
  }
101
+
68
102
  .leaflet-control-fullscreen a:hover,
69
103
  .leaflet-control-fullscreen a {
70
104
  height: var(--control-size);
71
105
  width: var(--control-size);
72
106
  background-size: 36px 68px;
73
107
  }
108
+
74
109
  .leaflet-touch .leaflet-control-fullscreen a {
75
110
  height: var(--control-size);
76
111
  width: var(--control-size);
77
112
  background-position: 0px 0px;
78
113
  }
114
+
79
115
  .leaflet-touch.leaflet-fullscreen-on .leaflet-control-fullscreen a,
80
116
  .leaflet-fullscreen-on .leaflet-control-fullscreen a {
81
117
  background-position: 0 -32px;
82
118
  }
119
+
83
120
  .leaflet-measure-control a,
84
121
  .leaflet-control-locate a,
85
122
  .umap-control a,
86
123
  .umap-control [type="button"] {
87
- background-position: 50% 50%;
88
- background-repeat: no-repeat;
89
124
  display: block;
90
125
  height: var(--control-size);
91
126
  width: var(--control-size);
92
127
  line-height: var(--control-size);
93
- background-image: url('./img/24.svg');
94
- text-indent: -9999px;
95
128
  margin-bottom: 0;
96
129
  background-color: white;
97
130
  min-height: initial;
131
+ padding: 0;
98
132
  }
133
+
134
+ .leaflet-measure-control a,
135
+ .leaflet-control-locate a {
136
+ background-position: 50% 50%;
137
+ background-repeat: no-repeat;
138
+ background-image: url('./img/24.svg');
139
+ }
140
+
99
141
  .leaflet-control.display-on-more {
100
142
  display: none;
101
143
  }
144
+
102
145
  .umap-control-more {
103
146
  background-image: url('./img/24-white.svg');
104
147
  background-position: -72px -402px;
105
148
  margin-bottom: 0;
106
149
  }
150
+
107
151
  .umap-more-controls .umap-control-more {
108
152
  background-position: -108px -402px;
109
153
  }
154
+
110
155
  .umap-more-controls .display-on-more {
111
156
  display: block;
112
157
  }
158
+
113
159
  .leaflet-control-embed [type="button"] {
114
160
  background-position: 0 -180px;
115
161
  }
162
+
116
163
  .leaflet-control-tilelayers [type="button"] {
117
164
  background-position: -72px 0;
118
165
  }
166
+
119
167
  .leaflet-control-home [type="button"] {
120
168
  background-position: -122px -82px;
121
169
  }
170
+
122
171
  .leaflet-control-locate a {
123
172
  background-position: 0 -108px;
124
173
  }
174
+
125
175
  .leaflet-control-locate.active a,
126
- .leaflet-control-locate.requesting a
127
- {
176
+ .leaflet-control-locate.requesting a {
128
177
  background-position: -72px -144px;
129
178
  box-shadow: 0 0 4px 0 black inset;
130
179
  }
180
+
131
181
  .leaflet-control-search [type="button"] {
132
182
  background-position: -36px -108px;
133
183
  display: block;
134
184
  }
185
+
135
186
  .leaflet-control-search [type="button"].loading {
136
187
  background-image: url('./img/search.gif');
137
188
  }
189
+
138
190
  .umap-control-text {
139
191
  border: 1px solid #666;
140
192
  border-radius: 2px;
@@ -143,6 +195,7 @@ html[dir="rtl"] .leaflet-tooltip-pane > * {
143
195
  text-align: center;
144
196
  font-size: 0.8em;
145
197
  }
198
+
146
199
  .umap-control-text [type="button"] {
147
200
  float: inline-end;
148
201
  background-color: #666;
@@ -151,18 +204,22 @@ html[dir="rtl"] .leaflet-tooltip-pane > * {
151
204
  min-height: 23px;
152
205
  height: 23px;
153
206
  }
207
+
154
208
  .umap-permanent-credits-container {
155
209
  max-width: 20rem;
156
- margin-inline-start: 5px!important;
157
- margin-bottom: 5px!important;
210
+ margin-inline-start: 5px !important;
211
+ margin-bottom: 5px !important;
158
212
  padding: 0.5rem;
159
213
  }
214
+
160
215
  .credits-container h5 {
161
216
  margin-bottom: 5px;
162
217
  }
218
+
163
219
  .credits-container p {
164
220
  margin-top: 5px;
165
221
  }
222
+
166
223
  .attribution-toggle {
167
224
  display: none;
168
225
  width: 24px;
@@ -171,6 +228,7 @@ html[dir="rtl"] .leaflet-tooltip-pane > * {
171
228
  background-image: url('./img/16.svg');
172
229
  background-position: 0px 0px;
173
230
  }
231
+
174
232
  .leaflet-iconLayers-layer {
175
233
  width: 38px;
176
234
  height: 38px;
@@ -178,6 +236,7 @@ html[dir="rtl"] .leaflet-tooltip-pane > * {
178
236
  border: 1px solid var(--color-lightGray);
179
237
  border-radius: 4px;
180
238
  }
239
+
181
240
  .leaflet-iconLayers-layerTitleContainer {
182
241
  display: none;
183
242
  inset-inline-start: 0;
@@ -185,20 +244,25 @@ html[dir="rtl"] .leaflet-tooltip-pane > * {
185
244
  min-height: 1.5rem;
186
245
  height: 1.5rem;
187
246
  }
247
+
188
248
  .leaflet-iconLayers-layerTitle {
189
249
  text-align: center;
190
250
  display: inline-block;
191
251
  }
252
+
192
253
  .leaflet-iconLayers:hover .leaflet-iconLayers-layer {
193
254
  width: 80px;
194
255
  height: 80px;
195
256
  }
257
+
196
258
  .leaflet-iconLayers:hover .leaflet-iconLayers-layerTitleContainer {
197
259
  display: initial;
198
260
  }
261
+
199
262
  .leaflet-iconLayers-layerCell:hover .leaflet-iconLayers-layerTitleContainer {
200
263
  height: initial;
201
264
  }
265
+
202
266
  .leaflet-iconLayers-layerCell-plus {
203
267
  width: 80px;
204
268
  height: 80px;
@@ -212,12 +276,15 @@ html[dir="rtl"] .leaflet-tooltip-pane > * {
212
276
  margin-bottom: 0;
213
277
  border: 1px solid var(--color-lightGray);
214
278
  }
279
+
215
280
  .leaflet-iconLayers-layerCell-plus:hover {
216
281
  background-color: var(--color-lightGray);
217
282
  }
283
+
218
284
  .leaflet-iconLayers:hover .leaflet-iconLayers-layerCell-plus {
219
285
  display: block;
220
286
  }
287
+
221
288
  .home-button {
222
289
  cursor: pointer;
223
290
  line-height: 0;
@@ -225,9 +292,11 @@ html[dir="rtl"] .leaflet-tooltip-pane > * {
225
292
  border-radius: 50%;
226
293
  background-color: var(--background-color);
227
294
  }
295
+
228
296
  .home-button:hover {
229
297
  background-color: var(--color-lighterGray);
230
298
  }
299
+
231
300
  .umap-edit-enabled .home-button {
232
301
  display: none;
233
302
  }
@@ -243,6 +312,7 @@ ul.photon-autocomplete {
243
312
  z-index: var(--zindex-autocomplete);
244
313
  display: none;
245
314
  }
315
+
246
316
  .photon-autocomplete li {
247
317
  min-height: 40px;
248
318
  line-height: 1em;
@@ -252,31 +322,38 @@ ul.photon-autocomplete {
252
322
  font-size: 1em;
253
323
  border-inline-start: 4px solid var(--color-lightGray);
254
324
  }
325
+
255
326
  .photon-autocomplete li strong {
256
327
  display: block;
257
328
  margin-top: 5px;
258
329
  }
330
+
259
331
  .photon-autocomplete button {
260
332
  margin: 0;
261
333
  }
334
+
262
335
  .photon-autocomplete button:hover {
263
336
  background-color: var(--color-darkCyan);
264
337
  }
338
+
265
339
  .photon-autocomplete button:hover i {
266
340
  /* TODO deal with this in icon.css */
267
341
  background-image: url('./img/16-white.svg');
268
342
  }
343
+
269
344
  .photon-autocomplete li.on {
270
345
  border-inline-start: 4px solid var(--color-darkCyan);
271
346
  cursor: pointer;
272
347
  background-color: var(--color-lightCyan);
273
348
  }
349
+
274
350
  .photon-autocomplete li.photon-no-result {
275
351
  text-align: center;
276
352
  color: #666;
277
353
  font-size: 0.9em;
278
354
  line-height: 40px;
279
355
  }
356
+
280
357
  .photon-autocomplete .photon-feedback {
281
358
  display: block;
282
359
  text-align: end;
@@ -285,14 +362,17 @@ ul.photon-autocomplete {
285
362
  color: #999;
286
363
  border-top: 1px solid #eee;
287
364
  }
365
+
288
366
  .search-result-tools {
289
367
  float: inline-end;
290
368
  display: none;
291
369
  }
370
+
292
371
  .search-result-tools button {
293
372
  padding: 8px;
294
373
  background-color: var(--background-color);
295
374
  }
375
+
296
376
  .umap-edit-enabled .photon-autocomplete li.on .search-result-tools {
297
377
  display: flex;
298
378
  position: relative;
@@ -309,6 +389,7 @@ ul.photon-autocomplete {
309
389
  text-align: start;
310
390
  vertical-align: bottom;
311
391
  }
392
+
312
393
  .vspace {
313
394
  height: 32px;
314
395
  }
@@ -320,6 +401,7 @@ ul.photon-autocomplete {
320
401
  .leaflet-editable-drawing {
321
402
  cursor: crosshair;
322
403
  }
404
+
323
405
  .umap-toolbar a,
324
406
  .umap-toolbar a:hover {
325
407
  height: var(--control-size);
@@ -333,55 +415,69 @@ ul.photon-autocomplete {
333
415
  background-image: url('./img/24.svg');
334
416
  background-size: auto auto;
335
417
  }
418
+
336
419
  .umap-toolbar {
337
420
  margin-top: 0;
338
421
  }
422
+
339
423
  .update-map-extent,
340
424
  .leaflet-container .umap-toolbar .update-map-extent {
341
425
  background-position: 0 -36px;
342
426
  }
427
+
343
428
  .umap-toolbar .update-map-tilelayers,
344
429
  .update-map-tilelayers {
345
430
  background-position: -72px 0;
346
431
  }
432
+
347
433
  .manage-datalayers {
348
434
  background-position: -36px -72px;
349
435
  }
436
+
350
437
  .umap-toolbar .update-map-permissions,
351
438
  .update-map-permissions {
352
439
  background-position: -36px -36px;
353
440
  }
441
+
354
442
  .umap-toolbar .upload-data,
355
443
  .upload-data {
356
444
  background-position: -144px 0;
357
445
  }
446
+
358
447
  .umap-toolbar .update-map-settings,
359
448
  .update-map-settings {
360
449
  background-position: -108px 0;
361
450
  }
451
+
362
452
  .umap-draw-marker,
363
453
  .umap-toolbar .umap-draw-marker {
364
454
  background-position: -144px -36px;
365
455
  }
456
+
366
457
  .umap-draw-polyline,
367
458
  .umap-toolbar .umap-draw-polyline {
368
459
  background-position: -108px -36px;
369
460
  }
461
+
370
462
  .umap-draw-polyline-multi,
371
463
  .umap-toolbar .umap-draw-polyline-multi {
372
464
  background-position: -36px -106px;
373
465
  }
466
+
374
467
  .umap-draw-polygon,
375
468
  .umap-toolbar .umap-draw-polygon {
376
469
  background-position: -72px -36px;
377
470
  }
471
+
378
472
  .umap-draw-polygon-multi,
379
473
  .umap-toolbar .umap-draw-polygon-multi {
380
474
  background-position: 0 -108px;
381
475
  }
476
+
382
477
  .umap-edit-enabled .umap-toolbar a {
383
478
  display: block;
384
479
  }
480
+
385
481
  .leaflet-middle-icon,
386
482
  .leaflet-vertex-icon {
387
483
  border-radius: 50%;
@@ -395,6 +491,7 @@ ul.photon-autocomplete {
395
491
  background-image: url('img/24.svg');
396
492
  background-position: -108px -108px;
397
493
  }
494
+
398
495
  .leaflet-measure-control,
399
496
  .leaflet-control-edit-in-osm {
400
497
  border: 1px solid #bbb;
@@ -402,15 +499,18 @@ ul.photon-autocomplete {
402
499
  box-shadow: none;
403
500
  background-color: white;
404
501
  }
502
+
405
503
  .leaflet-measure-control a {
406
504
  background-position: 0 -72px;
407
505
  }
506
+
408
507
  .leaflet-control .leaflet-measure-toggle {
409
508
  display: inline-block;
410
509
  vertical-align: middle;
411
510
  }
511
+
412
512
  .leaflet-control-locate-location circle {
413
- animation: none;
513
+ animation: none;
414
514
  }
415
515
 
416
516
 
@@ -433,21 +533,26 @@ ul.photon-autocomplete {
433
533
  padding-top: 5px;
434
534
  border: none !important;
435
535
  }
536
+
436
537
  .dark .umap-help-button {
437
538
  background-image: url('./img/16-white.svg');
438
- }
439
- .umap-help-entry + .umap-help-entry {
539
+ }
540
+
541
+ .umap-help-entry+.umap-help-entry {
440
542
  margin-top: 10px;
441
543
  border-top: 1px solid #aaa;
442
544
  padding-top: 10px;
443
545
  }
546
+
444
547
  .umap-getstarted button {
445
548
  width: 100%;
446
549
  margin-bottom: var(--text-margin);
447
550
  }
551
+
448
552
  .umap-help-links li {
449
553
  margin-bottom: var(--text-margin);
450
554
  }
555
+
451
556
  .umap-help {
452
557
  font-style: italic;
453
558
  }
@@ -455,65 +560,71 @@ ul.photon-autocomplete {
455
560
  .leaflet-toolbar-tip {
456
561
  background-color: var(--color-darkGray);
457
562
  }
563
+
458
564
  .layer-toggle {
459
565
  background-position: -49px -31px;
460
566
  }
567
+
461
568
  .off .layer-toggle {
462
569
  background-position: -73px -31px;
463
570
  }
571
+
464
572
  .feature-delete,
465
573
  .layer-delete {
466
574
  background-position: -122px -49px;
467
575
  }
576
+
468
577
  .feature-edit,
469
578
  .layer-edit {
470
579
  background-position: -50px -49px;
471
580
  }
581
+
472
582
  .readonly .layer-edit,
473
583
  .off .layer-edit {
474
584
  background-position: -50px -73px;
475
585
  }
586
+
476
587
  .readonly .layer-delete,
477
588
  .off .layer-delete {
478
589
  background-position: -122px -121px;
479
590
  }
591
+
480
592
  .umap-browser .feature-title {
481
593
  width: inherit;
482
594
  cursor: inherit;
483
595
  padding-inline-start: 6px;
484
596
  }
597
+
485
598
  .umap-browser .feature-title {
486
599
  font-size: 12px;
487
600
  cursor: pointer;
488
601
  }
602
+
489
603
  .show-on-edit {
490
- display: none!important;
604
+ display: none !important;
491
605
  }
606
+
492
607
  .umap-edit-enabled .show-on-edit {
493
- display: inline-block!important;
608
+ display: inline-block !important;
494
609
  }
610
+
495
611
  .umap-edit-enabled .show-on-edit.inline {
496
- display: inline!important;
612
+ display: inline !important;
497
613
  }
614
+
498
615
  .umap-edit-enabled .show-on-edit.block {
499
- display: block!important;
616
+ display: block !important;
500
617
  }
618
+
501
619
  .umap-edit-enabled .hide-on-edit {
502
- display: none!important;
620
+ display: none !important;
503
621
  }
504
622
 
505
623
 
506
624
  /* ********************************* */
507
625
  /* Browser panel */
508
626
  /* ********************************* */
509
- a.umap-control-browse,
510
- .umap-control-browse [type="button"] {
511
- background-position: -144px -180px;
512
- }
513
- a.umap-control-caption,
514
- .umap-control-caption [type="button"] {
515
- background-position: -144px -36px;
516
- }
627
+
517
628
  .leaflet-inplace-toolbar a {
518
629
  background-repeat: no-repeat;
519
630
  background-image: url('./img/16.svg');
@@ -524,6 +635,7 @@ a.umap-control-caption,
524
635
  line-height: 24px;
525
636
  vertical-align: middle;
526
637
  }
638
+
527
639
  .umap-browser .datalayer i {
528
640
  cursor: pointer;
529
641
  }
@@ -531,16 +643,20 @@ a.umap-control-caption,
531
643
  .umap-browser .off .feature {
532
644
  display: none;
533
645
  }
646
+
534
647
  .umap-browser .datalayer {
535
648
  margin-bottom: 2px;
536
649
  border-radius: 2px;
537
650
  }
651
+
538
652
  .umap-browser .datalayer ul {
539
653
  border: 1px solid #d3d3d3;
540
654
  }
655
+
541
656
  .umap-browser.dark .datalayer ul {
542
657
  border: 1px solid #232729;
543
658
  }
659
+
544
660
  .umap-browser .datalayer summary {
545
661
  margin-bottom: 0;
546
662
  overflow: hidden;
@@ -549,6 +665,7 @@ a.umap-control-caption,
549
665
  background-color: var(--color-lightGray);
550
666
  font-weight: bold;
551
667
  }
668
+
552
669
  .umap-browser .off summary {
553
670
  color: #b3b3b3;
554
671
  }
@@ -559,17 +676,20 @@ a.umap-control-caption,
559
676
  overflow: hidden;
560
677
  text-overflow: ellipsis;
561
678
  }
679
+
562
680
  .umap-browser .datalayer li:nth-child(even) {
563
681
  background-color: #efefef;
564
682
  }
683
+
565
684
  .umap-browser.dark .datalayer li:nth-child(even) {
566
685
  background-color: #2c3233;
567
686
  }
687
+
568
688
  .umap-browser .datalayer .feature-color {
569
689
  box-shadow: 0 0 2px 0 black inset;
570
690
  cursor: inherit;
571
- -moz-box-sizing:border-box;
572
- -webkit-box-sizing:border-box;
691
+ -moz-box-sizing: border-box;
692
+ -webkit-box-sizing: border-box;
573
693
  box-sizing: border-box;
574
694
  display: inline-block;
575
695
  padding: 0;
@@ -577,24 +697,30 @@ a.umap-control-caption,
577
697
  text-align: center;
578
698
  margin-inline-start: 5px;
579
699
  }
700
+
580
701
  .umap-browser .marker .feature-color {
581
702
  background: none;
582
703
  }
704
+
583
705
  .umap-browser.dark .datalayer .feature-color {
584
706
  box-shadow: 0 0 2px 0 #999 inset;
585
707
  }
708
+
586
709
  .umap-browser .datalayer .feature-color img {
587
710
  width: 24px;
588
711
  }
712
+
589
713
  .umap-browser .datalayer .feature-color span {
590
714
  font-style: normal;
591
715
  font-weight: bold;
592
716
  }
717
+
593
718
  .umap-browser .datalayer-toggle-list {
594
719
  float: inline-end;
595
720
  margin-inline-end: 5px;
596
721
  background-position: -145px -70px;
597
722
  }
723
+
598
724
  .umap-browser .filters summary {
599
725
  background: none;
600
726
  border: 1px solid var(--color-lightGray);
@@ -602,37 +728,47 @@ a.umap-control-caption,
602
728
  padding: 0 10px;
603
729
  margin-bottom: var(--block-margin);
604
730
  }
731
+
605
732
  .umap-browser .filters summary {
606
733
  list-style: none;
607
734
  display: inline-block;
608
735
  }
736
+
609
737
  .umap-browser details[open].filters summary {
610
738
  margin-bottom: -1px;
611
739
  border-bottom: 1px solid var(--background-color);
612
740
  }
741
+
613
742
  .datalayer-name {
614
743
  cursor: pointer;
615
744
  }
745
+
616
746
  .umap-caption .dates {
617
747
  color: var(--color-mediumGray);
618
748
  }
749
+
619
750
  .umap-caption .header {
620
751
  display: flex;
621
752
  }
753
+
622
754
  .umap-caption .header i.icon {
623
755
  flex-shrink: 0;
624
756
  }
757
+
625
758
  .umap-caption button {
626
759
  background-color: var(--background-color);
627
760
  color: var(--text-color);
628
761
  }
762
+
629
763
  .umap-browser .main-toolbox {
630
- padding-left: 1.3rem; /* Align with toolbox below */
764
+ padding-left: 1.3rem;
765
+ /* Align with toolbox below */
631
766
  border-top: 1px solid var(--color-mediumGray);
632
767
  margin-top: var(--box-margin);
633
768
  padding-top: 3px;
634
769
  padding-bottom: 3px;
635
770
  }
771
+
636
772
  .umap-browser .main-toolbox i {
637
773
  cursor: pointer;
638
774
  }
@@ -654,6 +790,7 @@ a.umap-control-caption,
654
790
  margin-left: auto;
655
791
  margin-right: auto;
656
792
  }
793
+
657
794
  .umap-edit-tilelayers li div {
658
795
  background-color: rgb(116, 116, 116);
659
796
  bottom: 0;
@@ -666,6 +803,7 @@ a.umap-control-caption,
666
803
  width: 100%;
667
804
  text-align: center;
668
805
  }
806
+
669
807
  .umap-edit-tilelayers li:hover div:before,
670
808
  .umap-edit-tilelayers .selected div:before {
671
809
  content: "✓";
@@ -675,6 +813,7 @@ a.umap-control-caption,
675
813
  position: absolute;
676
814
  inset-inline-start: 7px;
677
815
  }
816
+
678
817
  .umap-edit-tilelayers li img {
679
818
  display: block;
680
819
  max-width: 100%;
@@ -696,34 +835,50 @@ a.umap-control-caption,
696
835
  .caption-item {
697
836
  color: #555;
698
837
  padding: 6px 8px;
699
- box-shadow: 0 0 3px rgba(0,0,0,0.2);
838
+ box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
700
839
  border-radius: 1px;
701
840
  }
841
+
702
842
  .caption-item ul {
703
843
  list-style-type: none;
704
844
  padding: 0;
705
845
  margin: 0;
706
846
  }
847
+
707
848
  .caption-item .circles-layer-legend {
708
849
  padding: var(--box-padding);
709
850
  }
851
+
710
852
  .circles-layer-legend li {
711
853
  display: flex;
712
854
  align-items: center;
713
855
  justify-content: space-between;
714
856
  }
857
+
715
858
  .circles-layer-legend li .circle {
716
859
  border-radius: 50%;
717
860
  display: inline-block;
718
861
  text-align: center;
719
862
  }
720
863
 
864
+ .rules-caption .color-box {
865
+ width: 24px;
866
+ height: 24px;
867
+ line-height: 24px;
868
+ display: inline-block;
869
+ margin-right: var(--text-margin);
870
+ vertical-align: middle;
871
+ text-align: center;
872
+ }
721
873
 
874
+ .rules-caption .color-box img {
875
+ vertical-align: middle;
876
+ }
722
877
 
723
878
  /* ************* */
724
879
  /* Marker's Icon */
725
880
  /* ************* */
726
- .umap-div-icon .icon_container {
881
+ .umap-div-icon .icon-container {
727
882
  background-color: white;
728
883
  border-radius: 4px 4px 4px 4px;
729
884
  height: 32px;
@@ -734,22 +889,26 @@ a.umap-control-caption,
734
889
  text-align: center;
735
890
  line-height: 32px;
736
891
  }
737
- .umap-div-icon.umap-icon-active .icon_container {
892
+
893
+ .umap-div-icon.umap-icon-active .icon-container {
738
894
  border-radius: 5px;
739
895
  box-shadow: 7px 10px 10px -1px black;
740
896
  height: 36px;
741
897
  line-height: 36px;
742
898
  margin-inline-start: -2px;
743
899
  margin-top: -4px;
744
- opacity: 1.0!important;
900
+ opacity: 1.0 !important;
745
901
  width: 36px;
746
902
  }
747
- .umap-div-icon .icon_container img {
903
+
904
+ .umap-div-icon .icon-container img {
748
905
  vertical-align: middle;
749
- max-width: 24px!important; /* leaflet.css has !important, so... */
750
- max-height: 24px!important;
906
+ max-width: 24px !important;
907
+ /* leaflet.css has !important, so... */
908
+ max-height: 24px !important;
751
909
  }
752
- .umap-div-icon .icon_arrow {
910
+
911
+ .umap-div-icon .icon-arrow {
753
912
  border-left: 8px solid transparent;
754
913
  border-right: 8px solid transparent;
755
914
  border-top: 8px solid #2270b5;
@@ -759,10 +918,12 @@ a.umap-control-caption,
759
918
  width: 0;
760
919
  opacity: 0.9;
761
920
  }
762
- .umap-div-icon.umap-icon-active .icon_arrow {
763
- opacity: 1.0!important;
921
+
922
+ .umap-div-icon.umap-icon-active .icon-arrow {
923
+ opacity: 1.0 !important;
764
924
  }
765
- .umap-drop-icon .icon_arrow {
925
+
926
+ .umap-drop-icon .icon-arrow {
766
927
  border-left: 10px solid transparent;
767
928
  border-right: 10px solid transparent;
768
929
  border-top: 16px solid #2270B5;
@@ -772,14 +933,16 @@ a.umap-control-caption,
772
933
  top: -4px;
773
934
  width: 0;
774
935
  }
775
- .umap-drop-icon.umap-icon-active .icon_arrow {
936
+
937
+ .umap-drop-icon.umap-icon-active .icon-arrow {
776
938
  border-left-width: 12px;
777
939
  border-right-width: 12px;
778
940
  border-top-width: 18px;
779
941
  inset-inline-start: 4px;
780
- opacity: 1.0!important;
942
+ opacity: 1.0 !important;
781
943
  }
782
- .umap-drop-icon .icon_container {
944
+
945
+ .umap-drop-icon .icon-container {
783
946
  background-color: #2470B5;
784
947
  border-radius: 16px 16px 16px 16px;
785
948
  box-shadow: 6px 13px 8px -4px black;
@@ -789,44 +952,62 @@ a.umap-control-caption,
789
952
  text-align: center;
790
953
  width: 32px;
791
954
  }
792
- .umap-drop-icon.umap-icon-active .icon_container {
955
+
956
+ .umap-drop-icon.umap-icon-active .icon-container {
793
957
  box-shadow: 4px 11px 10px -2px black;
794
958
  border-radius: 18px 18px 18px 18px;
795
959
  height: 36px;
796
960
  line-height: 36px;
797
961
  margin-inline-start: -2px;
798
962
  margin-top: -6px;
799
- opacity: 1.0!important;
963
+ opacity: 1.0 !important;
800
964
  width: 36px;
801
965
  }
802
- .umap-drop-icon .icon_container img {
966
+
967
+ .umap-drop-icon .icon-container img {
803
968
  vertical-align: middle;
804
969
  max-width: 24px !important;
805
- max-height: 24px!important;
970
+ max-height: 24px !important;
806
971
  }
807
- .umap-div-icon .icon_container span,
808
- .umap-drop-icon .icon_container span {
972
+
973
+ .umap-div-icon .icon-container span,
974
+ .umap-drop-icon .icon-container span {
809
975
  vertical-align: middle;
810
976
  font-weight: bold;
811
977
  }
978
+
812
979
  .umap-circle-icon {
813
- border: 1px solid white;
814
- border-radius: 10px 10px 10px 10px;
815
- margin-inline-start: -6px;
816
- margin-top: -6px;
980
+ border: 2px solid white;
981
+ border-radius: 50%;
817
982
  height: 12px;
818
983
  width: 12px;
819
984
  }
985
+
820
986
  .umap-circle-icon.umap-icon-active {
987
+ opacity: 1.0 !important;
821
988
  height: 16px;
822
- margin-inline-start: -8px;
823
- margin-top: -8px;
824
- opacity: 1.0!important;
825
989
  width: 16px;
826
990
  }
827
- .umap-ball-icon .icon_container {
991
+
992
+ .umap-large-circle-icon {
993
+ border: 2px solid white;
994
+ background-color: white;
995
+ border-radius: 50%;
996
+ height: 36px;
997
+ width: 36px;
998
+ box-shadow: black 0px 0px 1px;
999
+ display: flex;
1000
+ align-content: center;
1001
+ }
1002
+
1003
+ .umap-large-circle-icon.umap-icon-active {
1004
+ opacity: 1.0 !important;
1005
+ box-shadow: var(--block-shadow);
1006
+ }
1007
+
1008
+ .umap-ball-icon .icon-container {
828
1009
  background-color: darkblue;
829
- background: radial-gradient(circle at 6px 38% , white -4px, darkblue 8px) repeat scroll 0 0 transparent;
1010
+ background: radial-gradient(circle at 6px 38%, white -4px, darkblue 8px) repeat scroll 0 0 transparent;
830
1011
  border-radius: 8px 8px 8px 8px;
831
1012
  box-shadow: 1px 21px 6px -3px black;
832
1013
  height: 16px;
@@ -834,16 +1015,18 @@ a.umap-control-caption,
834
1015
  text-align: center;
835
1016
  width: 16px;
836
1017
  }
837
- .umap-ball-icon.umap-icon-active .icon_container {
1018
+
1019
+ .umap-ball-icon.umap-icon-active .icon-container {
838
1020
  border-radius: 10px 10px 10px 10px;
839
1021
  box-shadow: 1px 23px 7px -1px black;
840
1022
  margin-inline-start: -2px;
841
1023
  margin-top: -4px;
842
1024
  height: 20px;
843
- opacity: 1.0!important;
1025
+ opacity: 1.0 !important;
844
1026
  width: 20px;
845
1027
  }
846
- .umap-ball-icon .icon_arrow {
1028
+
1029
+ .umap-ball-icon .icon-arrow {
847
1030
  background-color: black;
848
1031
  height: 16px;
849
1032
  inset-inline-start: 7px;
@@ -852,106 +1035,137 @@ a.umap-control-caption,
852
1035
  top: -1px;
853
1036
  width: 2px;
854
1037
  }
1038
+
855
1039
  .umap-icon-active {
856
- opacity: 1.0!important;
1040
+ opacity: 1.0 !important;
857
1041
  }
1042
+
858
1043
  .umap-edit-enabled .readonly {
859
1044
  cursor: not-allowed;
860
1045
  }
861
- .leaflet-container .umap-raw-icon img {
862
- max-height: 48px !important;
863
- max-width: 48px !important;
864
- }
1046
+
865
1047
  .umap-raw-icon {
866
1048
  display: flex;
867
1049
  flex-direction: column;
868
1050
  justify-content: center;
869
- align-items: center;
870
1051
  align-content: center;
871
1052
  overflow: hidden;
872
1053
  }
1054
+
1055
+ .umap-raw-icon img {
1056
+ object-fit: contain;
1057
+ }
1058
+
873
1059
  .umap-raw-icon.umap-icon-active {
874
1060
  box-shadow: var(--block-shadow);
875
1061
  }
876
1062
 
1063
+ .umap-cluster-icon {
1064
+ border-radius: 50%;
1065
+ border: 4px solid white;
1066
+ display: flex;
1067
+ justify-content: center;
1068
+ align-items: center;
1069
+ font-weight: bold;
1070
+ }
1071
+
1072
+ .leaflet-overlay-pane > svg {
1073
+ z-index: var(--zindex-orphan-marker);
1074
+ }
1075
+
877
1076
  /* ********************************* */
878
1077
  /* Ajax loader */
879
1078
  /* ********************************* */
880
1079
  .umap-loader {
881
- width: 100%;
882
- height: 6px;
883
- display: inline-block;
884
- position: absolute;
885
- background: var(--color-brightCyan);
886
- overflow: hidden;
887
- display: none;
888
- top: 0;
889
- left: 0;
890
- right: 0;
891
- height: 4px;
892
- z-index: var(--zindex-loader);
1080
+ width: 100%;
1081
+ height: 6px;
1082
+ display: inline-block;
1083
+ position: absolute;
1084
+ background: var(--color-brightCyan);
1085
+ overflow: hidden;
1086
+ display: none;
1087
+ top: 0;
1088
+ left: 0;
1089
+ right: 0;
1090
+ height: 4px;
1091
+ z-index: var(--zindex-loader);
893
1092
  }
1093
+
894
1094
  .umap-loader::after {
895
- content: '';
896
- box-sizing: border-box;
897
- width: 0;
898
- height: 4.8px;
899
- background: var(--color-darkerGray);
900
- position: absolute;
901
- top: 0;
902
- left: 0;
903
- animation: animFw 10s linear infinite;
1095
+ content: '';
1096
+ box-sizing: border-box;
1097
+ width: 0;
1098
+ height: 4.8px;
1099
+ background: var(--color-darkerGray);
1100
+ position: absolute;
1101
+ top: 0;
1102
+ left: 0;
1103
+ animation: animFw 10s linear infinite;
904
1104
  }
905
1105
 
906
1106
  @keyframes animFw {
907
- 0% {
908
- width: 0;
909
- }
910
- 100% {
911
- width: 100%;
912
- }
1107
+ 0% {
1108
+ width: 0;
1109
+ }
1110
+
1111
+ 100% {
1112
+ width: 100%;
1113
+ }
913
1114
  }
1115
+
914
1116
  .umap-loading .umap-loader {
915
- display: block;
1117
+ display: block;
916
1118
  }
917
1119
 
918
1120
  /* *************************** */
919
1121
  /* Overriding leaflet defaults */
920
1122
  /* *************************** */
921
1123
 
922
- .leaflet-control-zoom a, .leaflet-control-zoom a:hover {
1124
+ .leaflet-control-zoom a,
1125
+ .leaflet-control-zoom a:hover {
923
1126
  height: var(--control-size);
924
1127
  width: var(--control-size);
925
1128
  line-height: var(--control-size);
926
1129
  }
1130
+
927
1131
  .leaflet-container .leaflet-control-zoom {
928
1132
  margin-inline-start: 10px;
929
1133
  }
930
- .leaflet-top, .leaflet-bottom {
1134
+
1135
+ .leaflet-top,
1136
+ .leaflet-bottom {
931
1137
  z-index: var(--zindex-controls);
932
1138
  }
1139
+
933
1140
  .leaflet-inplace-toolbar {
934
- z-index: var(--zindex-toolbar)!important;
1141
+ z-index: var(--zindex-toolbar) !important;
935
1142
  }
1143
+
936
1144
  .leaflet-inplace-toolbar a {
937
1145
  background-image: url('./img/16-white.svg');
938
- background-color: var(--color-darkGray)!important;
1146
+ background-color: var(--color-darkGray) !important;
939
1147
  }
1148
+
940
1149
  .leaflet-inplace-toolbar a:hover {
941
- background-color: #353c3e!important;
1150
+ background-color: #353c3e !important;
942
1151
  }
943
- .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
1152
+
1153
+ .leaflet-touch .leaflet-control-layers,
1154
+ .leaflet-touch .leaflet-bar {
944
1155
  border-width: 1px;
945
1156
  }
1157
+
946
1158
  .leaflet-touch .leaflet-bar a {
947
1159
  width: var(--control-size);
948
1160
  height: var(--control-size);
949
1161
  line-height: var(--control-size);
950
1162
  }
1163
+
951
1164
  /* Links are dark cyan by default */
952
1165
  .leaflet-container a {
953
1166
  color: var(--color-veryDarkCyan);
954
1167
  }
1168
+
955
1169
  /* But not in controls */
956
1170
  .leaflet-bar a {
957
1171
  color: black;
@@ -969,13 +1183,16 @@ a.umap-control-caption,
969
1183
  .leaflet-container .edit-cancel span {
970
1184
  display: none;
971
1185
  }
1186
+
972
1187
  .umap-main-edit-toolbox .umap-help-button {
973
1188
  display: none;
974
1189
  }
1190
+
975
1191
  .umap-main-edit-toolbox .umap-user {
976
1192
  margin-inline-end: 10px;
977
1193
  }
978
1194
  }
1195
+
979
1196
  @media all and (max-width: 640px) {
980
1197
  .umap-main-edit-toolbox .umap-user {
981
1198
  display: none;
@@ -985,6 +1202,7 @@ a.umap-control-caption,
985
1202
  max-width: 150px;
986
1203
  }
987
1204
  }
1205
+
988
1206
  @media all and (max-width: 480px) {
989
1207
 
990
1208
  .umap-main-edit-toolbox .share-status {
@@ -999,9 +1217,11 @@ a.umap-control-caption,
999
1217
  display: inline-block;
1000
1218
  margin-inline-end: 10px;
1001
1219
  }
1220
+
1002
1221
  .leaflet-control-layers-expanded {
1003
1222
  margin-inline-start: 10px;
1004
1223
  }
1224
+
1005
1225
  .umap-permanent-credits-container {
1006
1226
  max-width: 100%;
1007
1227
  }
@@ -1009,14 +1229,17 @@ a.umap-control-caption,
1009
1229
  .attribution-toggle {
1010
1230
  display: inline-block;
1011
1231
  }
1232
+
1012
1233
  .attribution-container {
1013
1234
  display: none;
1014
1235
  }
1236
+
1015
1237
  .leaflet-control-attribution:active .attribution-container,
1016
1238
  .leaflet-control-attribution:hover .attribution-container {
1017
1239
  display: inline;
1018
1240
  background-color: #fff;
1019
1241
  }
1242
+
1020
1243
  .leaflet-control-attribution:hover .attribution-toggle {
1021
1244
  display: none;
1022
1245
  }