shape: geo would set a background of a map with bounds defined by nodes. connections can just use direct lines? (which, mapped out on a map, turn into curves).
i suspect this should be a plugin.
map: {
shape: geo
r1: New York {
top: 12.43
left: -75.33
}
r2: SF {
top: 11.32
left: -742.2
}
r1 -> r2
}
shape: geo
would set a background of a map with bounds defined by nodes. connections can just use direct lines? (which, mapped out on a map, turn into curves).i suspect this should be a plugin.