mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-25 01:24:05 +02:00
Add bus_guideway as whitelisted value for checking crossing highways
This commit is contained in:
@@ -78,7 +78,8 @@ export function validationCrossingWays() {
|
||||
path: true, tertiary: true, secondary: true, primary: true, living_street: true,
|
||||
cycleway: true, trunk: true, steps: true, motorway: true, motorway_link: true,
|
||||
pedestrian: true, trunk_link: true, primary_link: true, secondary_link: true,
|
||||
road: true, tertiary_link: true, bridleway: true, raceway: true, corridor: true
|
||||
road: true, tertiary_link: true, bridleway: true, raceway: true, corridor: true,
|
||||
bus_guideway: true
|
||||
};
|
||||
// blacklist
|
||||
var ignoredBuildings = {
|
||||
|
||||
Reference in New Issue
Block a user