mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-25 07:25:47 +03:00
fix an old path in the map_conversion test
This commit is contained in:
parent
c2783ab56e
commit
93dd6b1c17
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,7 +4,6 @@
|
||||
|
||||
editor/editor_state
|
||||
|
||||
data/seattle_parcels.abst
|
||||
data/ab_tests/*
|
||||
data/edits/*
|
||||
data/input/*
|
||||
|
@ -10,11 +10,11 @@ pub fn run(t: &mut TestRunner) {
|
||||
osm: "../data/input/montlake.osm".to_string(),
|
||||
elevation: "../data/input/N47W122.hgt".to_string(),
|
||||
traffic_signals: "../data/input/TrafficSignals.shp".to_string(),
|
||||
parcels: "../data/seattle_parcels.abst".to_string(),
|
||||
parcels: "../data/shapes/parcels".to_string(),
|
||||
parking_shapes: "../data/shapes/blockface".to_string(),
|
||||
gtfs: "../data/input/google_transit_2018_18_08".to_string(),
|
||||
neighborhoods: "../data/input/neighborhoods.geojson".to_string(),
|
||||
output: "".to_string(),
|
||||
output: "convert_twice".to_string(),
|
||||
};
|
||||
|
||||
let map1 = convert_osm::convert(&flags, &mut abstutil::Timer::new("convert map"));
|
||||
|
Loading…
Reference in New Issue
Block a user