This is concerning: Making a SVG path like a smooth line instead of being ragged
So would like to smooth all lines on my map if possible. Finally I have a topojson but I was not able to find anything that can smooth a topojson path.
Here is a solution that smoothes for a geojson at least: http://bl.ocks.org/hugolpz/d53d33af6ffb1366e187
And here is something about a single line: http://www.d3noob.org/2013/01/smoothing-out-lines-in-d3js.html
But I have no clue how to change it. Here is a small jsfiddle example where you can play around: jsfiddle.net/kwoxer/kpL1uyy2/6/
Would be awesome if this would be something like a simple command called smooth =)