From 8958c5601f349592c802440bf9348fa4b6a81475 Mon Sep 17 00:00:00 2001 From: tyr Date: Sun, 21 Apr 2013 12:56:21 +0200 Subject: [PATCH] updated path preset: * added new sac_scale, incline and trail_visibility fields * added ref field * removed oneway and maxspeed field this should better reflect how highway=path is used. See: http://taginfo.openstreetmap.org/tags/highway=path#combinations --- data/presets/fields/incline.json | 5 +++++ data/presets/fields/sac_scale.json | 5 +++++ data/presets/fields/trail_visibility.json | 5 +++++ data/presets/presets/highway/path.json | 8 +++++--- 4 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 data/presets/fields/incline.json create mode 100644 data/presets/fields/sac_scale.json create mode 100644 data/presets/fields/trail_visibility.json 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"