guillaume-alvarez / domesday-times

A toy project to load some domesday book open data and display it as a custom map.
0 stars 0 forks source link

Compute and display a "road" network #3

Closed guillaume-alvarez closed 8 years ago

guillaume-alvarez commented 8 years ago

Each place should be linked to the other close ones, search on the Internet for some nice algorithm (Delaunay Triangulation?).

A naive approach would be for each place to collect a list of all places closer than some distance and add a road up to 'n' places. If no place is close enough just make a road to the closest one.