From 6f3354a9baf46201840dd9a613c2a6151c6e2007 Mon Sep 17 00:00:00 2001 From: archpdx Date: Mon, 13 Jun 2022 09:38:50 -0700 Subject: [PATCH] Add Informal Foot Path preset (#493) * Add Informal Foot Path preset * Add informal to `moreFields` in Foot Path preset * Make preset unsearchable --- data/presets/highway/footway.json | 1 + data/presets/highway/footway/_informal.json | 34 +++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 data/presets/highway/footway/_informal.json diff --git a/data/presets/highway/footway.json b/data/presets/highway/footway.json index 5da6cedc..2dcb4899 100644 --- a/data/presets/highway/footway.json +++ b/data/presets/highway/footway.json @@ -11,6 +11,7 @@ "moreFields": [ "covered_no", "dog", + "informal", "lit", "maxweight_bridge", "not/name", diff --git a/data/presets/highway/footway/_informal.json b/data/presets/highway/footway/_informal.json new file mode 100644 index 00000000..81eabdbd --- /dev/null +++ b/data/presets/highway/footway/_informal.json @@ -0,0 +1,34 @@ +{ + "icon": "fas-shoe-prints", + "fields": [ + "surface", + "width", + "access", + "trail_visibility", + "smoothness", + "incline" + ], + "moreFields": [ + "covered_no", + "dog", + "informal", + "lit", + "maxweight_bridge", + "sac_scale", + "stroller", + "structure", + "wheelchair" + ], + "geometry": [ + "line" + ], + "tags": { + "highway": "footway", + "informal": "yes" + }, + "reference": { + "key": "informal" + }, + "name": "Informal Foot Path", + "searchable": false +}