FlowmapBlue / FlowmapBlue

Flow map visualization tool
https://flowmap.blue
Other
330 stars 51 forks source link

width of link relative to whole time interval when filtering by time #29

Open csmontt opened 4 years ago

csmontt commented 4 years ago

It seems that the width of a link its determined by the flow between nodes at the time the time filtered is applied and not in relation to the expected flow for that link considering the whole time interval. For example, the attached images show a very similar link width at different time intervals but for very different number of trips, 62 trips vs 8 trips.

I was just wondering if there exists another way of scaling the link's width so they remain comparable over time, or if this featured doesn't exist.

Finally, many thanks for this tool!

image

image

ilyabo commented 4 years ago

Yes, this is a known issue. I would like to solve it somehow. But it's quite tricky, esp. because of the "Adaptive scales". Every time the viewport is changed I would need to recalculate the extent for every possible position of the selected time range.