Merge pull request #384 from stesie/add-overpass-layer-re
Add (Overpass based) POI layer
This commit is contained in:
commit
f3d4b23726
76 changed files with 1562 additions and 59 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue