Merge pull request #384 from stesie/add-overpass-layer-re

Add (Overpass based) POI layer
This commit is contained in:
Norbert Renner 2021-03-22 21:50:03 +01:00 committed by GitHub
commit f3d4b23726
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
76 changed files with 1562 additions and 59 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;
@ -215,11 +224,14 @@ input#trackname:focus:invalid {
/* map click/drag selects text in controls in Firefox because of display flex */
-moz-user-select: none;
}
.leaflet-control-container,
#message .alert {
.leaflet-control-container {
-moz-user-select: text;
}
#message {
#notification_jar .alert {
-moz-user-select: text;
margin-bottom: 10px;
}
#notification_jar {
position: absolute;
margin: 10px 46px; /* 10 + 26 + 10 */
z-index: 3001;