diff --git a/data/presets/highway/footway/crossing/_informal.json b/data/presets/highway/footway/crossing/_informal.json new file mode 100644 index 00000000..01f09e4d --- /dev/null +++ b/data/presets/highway/footway/crossing/_informal.json @@ -0,0 +1,24 @@ +{ + "icon": "temaki-pedestrian", + "fields": [ + "crossing", + "surface" + ], + "moreFields": [ + "{@templates/crossing/geometry_way_more}" + ], + "geometry": [ + "line" + ], + "tags": { + "highway": "footway", + "footway": "crossing", + "crossing": "informal" + }, + "reference": { + "key": "crossing", + "value": "informal" + }, + "name": "{highway/crossing/informal}", + "searchable": false +}