abstreet/map_model/src
Dustin Carlino a52777cca4 Fix /data/trip-time-lower-bound API. It was using the full length of the
first and last lane, which is usually not true, and thus over-estimating
time. #392
2020-12-22 10:22:25 -08:00
..
edits Simpler abstutil APIs: return string errors immediately, don't make callers transform. We don't need to distinguish different error types anywhere. 2020-12-02 08:44:07 -08:00
make Adjust the threshold for what counts as a straight vs right turn from 10 2020-12-18 12:06:16 -08:00
objects Adjust the threshold for what counts as a straight vs right turn from 10 2020-12-18 12:06:16 -08:00
pathfind Fix /data/trip-time-lower-bound API. It was using the full length of the 2020-12-22 10:22:25 -08:00
city.rs Generate city picker maps from a bunch of small maps, instead of one huge map. Use for Paris. One giant map covering everything there is going to be too large. 2020-11-13 18:22:46 -08:00
connectivity.rs Fix the biking mode for #393 2020-11-22 10:48:41 -08:00
lib.rs Future-proof file organization by changing map_name from a string to a 2020-11-04 17:26:32 -08:00
map.rs Much needed refactor: map.pathfind() returns a Result, stating the failed request. Many call sites were cloning the request and doing this anyway. 2020-12-16 10:06:12 -08:00
osm.rs Convert comments on public things to doc comments for map_model. 2020-10-08 20:45:41 -07:00
raw.rs Future-proof file organization by changing map_name from a string to a 2020-11-04 17:26:32 -08:00
traversable.rs Convert comments on public things to doc comments for map_model. 2020-10-08 20:45:41 -07:00