FH-Potsdam / shifted-maps

Shifted Maps visualizes personal movement data as a network of map extracts showing visited places.
http://shifted-maps.com
GNU General Public License v3.0
66 stars 10 forks source link

Network distances #46

Closed lennerd closed 5 years ago

lennerd commented 8 years ago

The distances in the network are not shown correctly.

We agreed on using d3s forced directed graph layout directly on the place nodes. The calculation of the distances will therefore not be based on latitude longitude but the pixel position of the nodes and recalculated on every zoom.