From f1b5efc81a77701475a1a620d18318bbc4e22612 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Sat, 2 Feb 2019 15:30:42 -0500 Subject: [PATCH] Revise the list of oneway aerialways (notably, drop `yes`) (re: #5843) --- modules/osm/tags.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/modules/osm/tags.js b/modules/osm/tags.js index 3b7824ec4..0e08dfa19 100644 --- a/modules/osm/tags.js +++ b/modules/osm/tags.js @@ -10,13 +10,14 @@ export function osmIsInterestingTag(key) { export var osmOneWayTags = { 'aerialway': { 'chair_lift': true, - 'mixed_lift': true, - 't-bar': true, + 'drag_lift': true, 'j-bar': true, + 'magic_carpet': true, + 'mixed_lift': true, 'platter': true, 'rope_tow': true, - 'magic_carpet': true, - 'yes': true + 't-bar': true, + 'zipline': true }, 'highway': { 'motorway': true