abstreet/data/regen.sh
Dustin Carlino f69335edf0 Let individual maps override the street parking length. #457
Now regenerate all map data, because the schema changed. Also had to
revert part of the last commit to unbreak transit route snapping in
Berlin.
2021-01-25 12:36:49 -08:00

12 lines
285 B
Bash
Executable File

#!/bin/bash
set -e
rm -fv data/input/seattle/raw_maps/huge_seattle.bin data/system/seattle/maps/huge_seattle.bin data/input/raw_maps/huge_seattle.bin data/input/seattle/popdat.bin
./import.sh --regen_all
cargo run --release --bin game -- --prebake
cargo run --release --bin tests