mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-24 09:24:26 +03:00
61b5441bd8
also bring in fresh osm with some south seattle fixes... [rebuild]
5 lines
238 B
Bash
Executable File
5 lines
238 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rm -fv data/system/maps/huge_seattle.bin data/input/raw_maps/huge_seattle.bin data/input/seattle/popdat.bin
|
|
./import.sh --raw --map --scenario && ./import.sh --raw --map --city=berlin && ./import.sh --raw --map --city=krakow
|