Add map legend

This commit is contained in:
leosw
2021-06-04 20:40:00 +02:00
parent 62dd5d4c5e
commit 9a6a453351
5 changed files with 82 additions and 62 deletions

View File

@@ -163,10 +163,12 @@ footer {
bottom: 0;
left: calc(50% - 425px);
z-index: 10000;
display: flex;
}
#footer-credits .close-link, #footer-legend .close-link {
float: right;
position: absolute;
right: 10px;
color: white;
padding: 0 8px;
cursor: pointer;
@@ -179,6 +181,14 @@ footer {
color: white;
}
.legend_item {
flex: 1;
text-align: center;
}
.poi_icon {
height: 15px;
}
.leaflet-fullscreen-on .easy-button-container {
display: none;
}