diff --git a/data/presets/highway/crossing/_informal.json b/data/presets/highway/crossing/informal.json similarity index 87% rename from data/presets/highway/crossing/_informal.json rename to data/presets/highway/crossing/informal.json index 91cf9dc1..96474cb5 100644 --- a/data/presets/highway/crossing/_informal.json +++ b/data/presets/highway/crossing/informal.json @@ -9,15 +9,14 @@ "tags": { "crossing": "informal" }, + "reference": { + "key": "crossing", + "value": "informal" + }, "terms": [ "informal crosswalk", "informal foot path crossing", "informal pedestrian crossing" ], - "reference": { - "key": "crossing", - "value": "informal" - }, - "name": "Informal Crossing", - "searchable": false + "name": "Informal Crossing" } diff --git a/data/presets/highway/footway/crossing/_informal.json b/data/presets/highway/footway/crossing/_informal.json deleted file mode 100644 index 01f09e4d..00000000 --- a/data/presets/highway/footway/crossing/_informal.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "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 -} diff --git a/data/presets/highway/path/crossing/_informal.json b/data/presets/highway/path/crossing/_informal.json deleted file mode 100644 index 53946312..00000000 --- a/data/presets/highway/path/crossing/_informal.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "icon": "temaki-pedestrian", - "fields": [ - "crossing", - "surface" - ], - "moreFields": [ - "{@templates/crossing/geometry_way_more}" - ], - "geometry": [ - "line" - ], - "tags": { - "highway": "path", - "path": "crossing", - "crossing": "informal" - }, - "reference": { - "key": "crossing", - "value": "informal" - }, - "name": "{highway/crossing/informal}", - "searchable": false -}