mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-24 09:24:26 +03:00
Add a polygon for Redmond/Kirkland
This commit is contained in:
parent
371d26f707
commit
4ceb190f6c
@ -9,6 +9,10 @@ use std::collections::{BTreeMap, HashMap, HashSet};
|
||||
|
||||
// Attempt to snap separately mapped cycleways to main roads. Emit extra KML files to debug later.
|
||||
pub fn snap_cycleways(map: &RawMap, timer: &mut Timer) {
|
||||
if map.city_name == "oneshot" {
|
||||
return;
|
||||
}
|
||||
|
||||
// TODO Hack! Fix upstream problems.
|
||||
if map.name == "xian" {
|
||||
return;
|
||||
|
9
data/other_polygons/redmond.poly
Normal file
9
data/other_polygons/redmond.poly
Normal file
@ -0,0 +1,9 @@
|
||||
boundary
|
||||
1
|
||||
-122.2335433959961 47.662843941805605
|
||||
-122.0903778076172 47.64133557512159
|
||||
-122.08179473876952 47.70514099299205
|
||||
-122.22015380859374 47.70144425833169
|
||||
-122.2335433959961 47.662843941805605
|
||||
END
|
||||
END
|
Loading…
Reference in New Issue
Block a user