alaurenz / metrobike

0 stars 1 forks source link

Make SimpleComboAlgorithm use transit queries more wisely #147

Closed alaurenz closed 11 years ago

alaurenz commented 11 years ago

Instead of running the SimpleComboAlgorithm on each transit route returned (which often results in exceeding the query limit) choose only 2 routes to run it on. Use the two routes that have the minimum total time in transit (i.e. on buses).

alaurenz commented 11 years ago

Done.