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 +}