abstreet/map_model/src
Dustin Carlino 10f2f6008f improve map_editor's intersection preview
- timer for setting up world
- preview all intersections
- move world to map_editor; it's too oddly specialized
- dont show circle while previewing intersection geom
- show overlapping intersection polygons
2019-10-16 15:08:22 -07:00
..
make refactor RawRoad -> initial Road 2019-10-16 10:36:39 -07:00
pathfind basic, but working, impl of cars lane-changing opportunistically 2019-10-13 14:30:20 -07:00
area.rs store Area as a Polygon natively in Map 2019-02-14 17:35:34 -08:00
building.rs organizing osm keys 2019-09-17 17:14:09 -07:00
bus_stop.rs remove bus stops with no routes 2019-07-07 19:35:44 -07:00
edits.rs reverse lane direction as a new edit. might be a few determinism issues, 2019-10-07 18:04:31 -07:00
intersection.rs rename raw_data layer of stuff for easier importing, disambiguation 2019-09-23 15:00:55 -07:00
lane.rs organizing osm keys 2019-09-17 17:14:09 -07:00
lib.rs rename cycle -> phase, match the literature 2019-10-09 15:27:25 -07:00
map.rs rename cycle -> phase, match the literature 2019-10-09 15:27:25 -07:00
neighborhood.rs infer clipping polygon from entire .osm if no polygon is specified 2019-09-02 12:37:40 -07:00
osm.rs interpret parking tags from OSM. explicitly mark when convert_osm infers and adds these. 2019-10-15 09:49:11 -07:00
raw.rs improve map_editor's intersection preview 2019-10-16 15:08:22 -07:00
road.rs reverse lane direction as a new edit. might be a few determinism issues, 2019-10-07 18:04:31 -07:00
stop_signs.rs make other_crosswalk_ids aware of the degenerate intersection quadruple case, and avoid quadruple-rendering 2019-09-09 14:55:53 -07:00
traffic_signals.rs rename cycle -> phase, match the literature 2019-10-09 15:27:25 -07:00
traversable.rs building PathRequest for trip visualization, and slightly refactoring bldg->Position for it. also forced to extend the equiv_pos fix for bus stops to all equiv_pos queries. 2019-05-24 11:47:01 -07:00
turn.rs make other_crosswalk_ids aware of the degenerate intersection quadruple case, and avoid quadruple-rendering 2019-09-09 14:55:53 -07:00