For the map you can use d3-geo and the d3.geoAlbersUsa
projection.
To draw the line into the stations you can use a SVG path. You can generate the path with d3.geoPath.
solved How to draw a flow graph like this
For the map you can use d3-geo and the d3.geoAlbersUsa
projection.
To draw the line into the stations you can use a SVG path. You can generate the path with d3.geoPath.
solved How to draw a flow graph like this