Change Local Radar precipitation page styling

This commit is contained in:
mrkmntal 2026-04-07 15:57:08 -04:00
commit c003305af0
5 changed files with 57 additions and 41 deletions

View file

@ -119,7 +119,7 @@ class Radar extends WeatherDisplay {
}
createRadarLayer(frame) {
const tileUrl = `${this.radarHost}${frame.path}/256/{z}/{x}/{y}/4/1_1.png`;
const tileUrl = `${this.radarHost}${frame.path}/256/{z}/{x}/{y}/4/1_0.png`;
const layer = window.L.tileLayer(tileUrl, {
tileSize: 256,
opacity: 0,