Show maki icons in overpass markers
This commit is contained in:
parent
c3a9221c52
commit
d60ab7937c
4 changed files with 55 additions and 5 deletions
|
|
@ -54,15 +54,23 @@ table.dataTable {
|
|||
vertical-align: top;
|
||||
}
|
||||
|
||||
.overpass-layer-icon i {
|
||||
.overpass-layer-icon .sign > * {
|
||||
position: absolute;
|
||||
top: -34px;
|
||||
color: white;
|
||||
margin: auto;
|
||||
display: inline-block;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.overpass-layer-icon .icon-white {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.overpass-layer-icon .icon-invert {
|
||||
-webkit-filter: invert(1);
|
||||
filter: invert(1);
|
||||
}
|
||||
|
||||
/* wrap toolbar controls */
|
||||
.leaflet-top.leaflet-left {
|
||||
bottom: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue