From e098c3a3727b223fe03af3b63cdb0ed4b534b196 Mon Sep 17 00:00:00 2001 From: Eric Brelsford Date: Mon, 15 Jun 2015 13:11:31 -0400 Subject: [PATCH] Remove cycleway field where it is less relevant Removed from highway=path and highway=track --- data/presets/presets/highway/path.json | 3 +-- data/presets/presets/highway/track.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/data/presets/presets/highway/path.json b/data/presets/presets/highway/path.json index 78ceeab0d..a38306333 100644 --- a/data/presets/presets/highway/path.json +++ b/data/presets/presets/highway/path.json @@ -11,8 +11,7 @@ "mtb/scale", "mtb/scale/uphill", "mtb/scale/imba", - "ref", - "cycleway" + "ref" ], "geometry": [ "line" diff --git a/data/presets/presets/highway/track.json b/data/presets/presets/highway/track.json index 1c341b22e..951e3c741 100644 --- a/data/presets/presets/highway/track.json +++ b/data/presets/presets/highway/track.json @@ -10,8 +10,7 @@ "smoothness", "mtb/scale", "mtb/scale/uphill", - "mtb/scale/imba", - "cycleway" + "mtb/scale/imba" ], "geometry": [ "line"