From 47aa28dc981ccef1f27abccd7d9df5b44e037c06 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Sat, 21 Jun 2014 15:20:05 -0400 Subject: [PATCH] man_made=pipeline doesn't imply oneway thread: https://lists.openstreetmap.org/pipermail/tagging/2014-June/017944.html --- js/id/core/oneway_tags.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/js/id/core/oneway_tags.js b/js/id/core/oneway_tags.js index 0e8f7db35..e21d66bdc 100644 --- a/js/id/core/oneway_tags.js +++ b/js/id/core/oneway_tags.js @@ -17,8 +17,7 @@ iD.oneWayTags = { 'roundabout': true }, 'man_made': { - 'piste:halfpipe': true, - 'pipeline': true + 'piste:halfpipe': true }, 'piste:type': { 'downhill': true,