Add overpass-layer (first sketches)

This commit is contained in:
Stefan Siegl 2020-06-06 11:16:44 +02:00
parent 6238842ad0
commit 7532488a02
No known key found for this signature in database
GPG key ID: 73942AF5642F3DDA
9 changed files with 665 additions and 19 deletions

View file

@ -45,6 +45,15 @@ table.dataTable {
flex: auto;
}
/* reduce title font size in overpass popups */
.leaflet-popup-content h1 {
font-size: 1.2rem;
}
.overpass-tags th {
vertical-align: top;
}
/* wrap toolbar controls */
.leaflet-top.leaflet-left {
bottom: 0;