In progress, add global radar support using RainViewer and Leaflet

This commit is contained in:
mrkmntal 2026-04-07 15:16:52 -04:00
commit 81e0fc2bc0
9 changed files with 217 additions and 224 deletions

View file

@ -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);
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long