mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-26 07:52:05 +03:00
Fix lakeslice gridlock; S Charles and Rainier has a tiny driveway causing low throughput due to cars not wanting to block the box
This commit is contained in:
parent
5bac09bf2a
commit
1e5771897f
@ -3511,9 +3511,9 @@
|
|||||||
"compressed_size_bytes": 7134899
|
"compressed_size_bytes": 7134899
|
||||||
},
|
},
|
||||||
"data/system/us/seattle/prebaked_results/lakeslice/weekday.bin": {
|
"data/system/us/seattle/prebaked_results/lakeslice/weekday.bin": {
|
||||||
"checksum": "065b1525991de53bd347b0b4ee649f64",
|
"checksum": "649f2240c36356ad979b8c8a2efafe4c",
|
||||||
"uncompressed_size_bytes": 145,
|
"uncompressed_size_bytes": 65889558,
|
||||||
"compressed_size_bytes": 33
|
"compressed_size_bytes": 25437659
|
||||||
},
|
},
|
||||||
"data/system/us/seattle/prebaked_results/montlake/car vs bike contention.bin": {
|
"data/system/us/seattle/prebaked_results/montlake/car vs bike contention.bin": {
|
||||||
"checksum": "fb0bb9a59a970ade52c910a3d904fbee",
|
"checksum": "fb0bb9a59a970ade52c910a3d904fbee",
|
||||||
|
@ -27,7 +27,7 @@ pub fn prebake_all() {
|
|||||||
for name in vec![
|
for name in vec![
|
||||||
MapName::seattle("arboretum"),
|
MapName::seattle("arboretum"),
|
||||||
MapName::seattle("montlake"),
|
MapName::seattle("montlake"),
|
||||||
//MapName::seattle("lakeslice"),
|
MapName::seattle("lakeslice"),
|
||||||
MapName::seattle("phinney"),
|
MapName::seattle("phinney"),
|
||||||
MapName::seattle("qa"),
|
MapName::seattle("qa"),
|
||||||
MapName::seattle("rainier_valley"),
|
MapName::seattle("rainier_valley"),
|
||||||
|
@ -1085,6 +1085,8 @@ fn allow_block_the_box(i: &Intersection) -> bool {
|
|||||||
|| id == 53217946
|
|| id == 53217946
|
||||||
|| id == 53223864
|
|| id == 53223864
|
||||||
|| id == 53211694
|
|| id == 53211694
|
||||||
|
|| id == 5440360144
|
||||||
|
|| id == 246768814
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user