|
@ -5,8 +5,8 @@ import './style.sass' |
|
|
|
|
|
|
|
|
const canvas = d3.select('svg') |
|
|
const canvas = d3.select('svg') |
|
|
|
|
|
|
|
|
//const url = 'https://forecast.weather.gov/MapClick.php?lat=39.9243509&lon=-75.1696126&FcstType=digitalDWML'
|
|
|
|
|
|
const url = '/forcast.xml' |
|
|
|
|
|
|
|
|
const url = 'https://forecast.weather.gov/MapClick.php?lat=39.9243509&lon=-75.1696126&FcstType=digitalDWML' |
|
|
|
|
|
//const url = '/forcast.xml'
|
|
|
|
|
|
|
|
|
const render = function (data) { |
|
|
const render = function (data) { |
|
|
data.beginTime = new Date( |
|
|
data.beginTime = new Date( |
|
|