Change Local Radar precipitation page styling
This commit is contained in:
parent
81e0fc2bc0
commit
c003305af0
5 changed files with 57 additions and 41 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue