In progress, add global radar support using RainViewer and Leaflet
This commit is contained in:
parent
7098414f67
commit
81e0fc2bc0
9 changed files with 217 additions and 224 deletions
|
|
@ -106,22 +106,48 @@
|
|||
height: 367px;
|
||||
|
||||
.container {
|
||||
|
||||
.tiles {
|
||||
position: absolute;
|
||||
width: 1400px;
|
||||
|
||||
img {
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
position: relative;
|
||||
height: 100%;
|
||||
|
||||
.scroll-area {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.frame {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.map {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.leaflet-map {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background: #061f3e;
|
||||
}
|
||||
|
||||
.leaflet-container {
|
||||
background: #061f3e;
|
||||
font-family: inherit;
|
||||
}
|
||||
|
||||
.leaflet-control-container,
|
||||
.leaflet-control-attribution,
|
||||
.leaflet-control-zoom {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.location-marker {
|
||||
background: #ff0;
|
||||
border: 2px solid #000;
|
||||
border-radius: 50%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.wide.radar #container {
|
||||
background: url(../images/backgrounds/4-wide.png);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue