mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-27 15:03:20 +03:00
fix uber turn viewer breakage. also discovered that we can't clip the
largest .osm while we update it without breaking water polygons
This commit is contained in:
parent
8c2c153347
commit
75179f1400
@ -7,4 +7,7 @@ set -e
|
||||
|
||||
# From http://download.geofabrik.de/north-america/us/washington.html
|
||||
curl -L -O http://download.geofabrik.de/north-america/us/washington-latest.osm.pbf
|
||||
osmupdate -v washington-latest.osm.pbf -B=data/input/seattle/polygons/huge_seattle.poly updated_wa.osm.pbf
|
||||
# TODO Ideally limit update size with a clipping polygon, but it clips too
|
||||
# aggressively for the huge_seattle map. I guess we'd need an even bigger
|
||||
# boundary for that.
|
||||
osmupdate -v washington-latest.osm.pbf updated_wa.osm.pbf
|
||||
|
@ -244,7 +244,7 @@ impl State for UberTurnViewer {
|
||||
app,
|
||||
self.ic.members.clone(),
|
||||
0,
|
||||
!self.composite.is_checked("legal / illegal movements"),
|
||||
self.composite.is_checked("legal / illegal movements"),
|
||||
));
|
||||
}
|
||||
_ => {}
|
||||
|
Loading…
Reference in New Issue
Block a user