Add a polygon for Redmond/Kirkland

This commit is contained in:
Dustin Carlino 2020-09-27 12:46:36 -07:00
parent 371d26f707
commit 4ceb190f6c
2 changed files with 13 additions and 0 deletions

View File

@ -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;

View 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