diff --git a/data/presets/fields/incline.json b/data/presets/fields/incline.json new file mode 100644 index 000000000..1e3f4d45c --- /dev/null +++ b/data/presets/fields/incline.json @@ -0,0 +1,5 @@ +{ + "key": "incline", + "type": "combo", + "label": "Incline" +} \ No newline at end of file diff --git a/data/presets/fields/sac_scale.json b/data/presets/fields/sac_scale.json new file mode 100644 index 000000000..875568a26 --- /dev/null +++ b/data/presets/fields/sac_scale.json @@ -0,0 +1,5 @@ +{ + "key": "sac_scale", + "type": "combo", + "label": "Path Difficulty" +} \ No newline at end of file diff --git a/data/presets/fields/trail_visibility.json b/data/presets/fields/trail_visibility.json new file mode 100644 index 000000000..e2514da05 --- /dev/null +++ b/data/presets/fields/trail_visibility.json @@ -0,0 +1,5 @@ +{ + "key": "trail_visibility", + "type": "combo", + "label": "Trail Visibility" +} \ No newline at end of file diff --git a/data/presets/presets/highway/path.json b/data/presets/presets/highway/path.json index b85f98373..c8333f0e5 100644 --- a/data/presets/presets/highway/path.json +++ b/data/presets/presets/highway/path.json @@ -1,11 +1,13 @@ { "icon": "highway-path", "fields": [ - "oneway", "structure", "access", - "maxspeed", - "surface" + "sac_scale", + "surface", + "incline", + "trail_visibility", + "ref" ], "geometry": [ "line"