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",