From 739c1e9accfeabfbe1faf11ad4b2182d7bfa5048 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Fri, 6 Jan 2017 23:06:36 -0500 Subject: [PATCH] Move tracktype to top of field list (closes #3718) --- data/presets/presets.json | 2 +- data/presets/presets/highway/track.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/presets/presets.json b/data/presets/presets.json index d0ba262b6..a92ab4569 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -5477,12 +5477,12 @@ "highway/track": { "icon": "highway-track", "fields": [ + "tracktype", "surface", "width", "structure", "access", "incline", - "tracktype", "smoothness", "mtb/scale", "mtb/scale/uphill", diff --git a/data/presets/presets/highway/track.json b/data/presets/presets/highway/track.json index 58b6d0807..50a59cb18 100644 --- a/data/presets/presets/highway/track.json +++ b/data/presets/presets/highway/track.json @@ -1,12 +1,12 @@ { "icon": "highway-track", "fields": [ + "tracktype", "surface", "width", "structure", "access", "incline", - "tracktype", "smoothness", "mtb/scale", "mtb/scale/uphill",