list radar timestamps
This commit is contained in:
parent
887e0aa676
commit
a9d0968e28
3 changed files with 79 additions and 48 deletions
|
|
@ -234,7 +234,6 @@ const utils = (() => {
|
|||
const rewriteUrl = (_url) => {
|
||||
let url = _url;
|
||||
url = url.replace('https://api.weather.gov/', window.location.href);
|
||||
url = url.replace('https://radar.weather.gov/', window.location.href);
|
||||
url = url.replace('https://www.cpc.ncep.noaa.gov/', window.location.href);
|
||||
return url;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue