From ea2ebe430d0b1f375ace682f3a2f2c9aa37eacca Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Thu, 7 Mar 2013 17:44:34 -0800 Subject: [PATCH] Add path preset --- data/presets/presets.json | 20 ++++++++++++++++++++ data/presets/presets/highway/path.json | 20 ++++++++++++++++++++ data/presets/presets/order.json | 1 + 3 files changed, 41 insertions(+) create mode 100644 data/presets/presets/highway/path.json diff --git a/data/presets/presets.json b/data/presets/presets.json index e0836af1d..951cfc069 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -1239,6 +1239,26 @@ "maxspeed" ] }, + { + "name": "path", + "match": { + "type": [ + "line" + ], + "tags": { + "highway": "path" + }, + "terms": [] + }, + "icon": "highway-path", + "form": [ + "oneway", + "bridge", + "tunnel", + "access", + "maxspeed" + ] + }, { "name": "track", "match": { diff --git a/data/presets/presets/highway/path.json b/data/presets/presets/highway/path.json new file mode 100644 index 000000000..c0ae439e6 --- /dev/null +++ b/data/presets/presets/highway/path.json @@ -0,0 +1,20 @@ +{ + "name": "path", + "match": { + "type": [ + "line" + ], + "tags": { + "highway": "path" + }, + "terms": [] + }, + "icon": "highway-path", + "form": [ + "oneway", + "bridge", + "tunnel", + "access", + "maxspeed" + ] +} \ No newline at end of file diff --git a/data/presets/presets/order.json b/data/presets/presets/order.json index be44b1257..0de03fb2c 100644 --- a/data/presets/presets/order.json +++ b/data/presets/presets/order.json @@ -51,6 +51,7 @@ "highway/secondary", "highway/tertiary", "highway/service", + "highway/path", "highway/track", "landuse/allotments", "landuse/cemetery",