abstreet/map_editor/src
Dustin Carlino 4ef04f5bd1 Change road incline calculations to be stored in RawMap. Previously, the
"rise / run" calculation used the trimmed road center-lines, which don't
match up with the elevation at each original intersection point.

Also handle infinity in the output and reduce the resolution of the
query from every 1m to every 5m.

Regenerate all maps due to the map format change. Try bringing in
elevation data for all of Seattle using the LIDAR source, since
the data quality assessed in eldang/elevation_lookups#12 seems to be
similar, and LIDAR is way faster than contours.
2021-03-23 22:47:52 -07:00
..
edit.rs rename txt.add -> txt.add_line 2021-03-19 17:48:30 -07:00
main.rs rename txt.add -> txt.add_line 2021-03-19 17:48:30 -07:00
model.rs Change road incline calculations to be stored in RawMap. Previously, the 2021-03-23 22:47:52 -07:00
world.rs Add a toggle in the map_editor to show all intersection geometry or not. Subsumes the confusing previous preview tool. 2021-02-20 09:57:06 -08:00