Closed alaurenz closed 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).
Done.
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).