diff --git a/data/preset_overrides.json b/data/preset_overrides.json index 61bf7f77f3..66d6397b88 100644 --- a/data/preset_overrides.json +++ b/data/preset_overrides.json @@ -153,8 +153,8 @@ "name": "Cycle & Foot Crossing", "icon": "temaki-ped_cyclist_crosswalk", "geometry": ["line"], - "fields": ["crossing2/markings", "crossing2/signals", "crossing/island", "crossing2"], - "moreFields": ["flashing_lights", "crossing_raised", "surface", "tactile_paving"], + "fields": ["crossing2/markings", "crossing2/signals", "crossing/island", "crossing2", "surface"], + "moreFields": ["flashing_lights", "crossing_raised", "tactile_paving"], "tags": { "highway": "cycleway", "cycleway": "crossing" }, "terms": ["bicycle and foot crosswalk", "bike and pedestrian crossing", "cycleway", "cycling", "cyclist"], "reference": { "key": "cycleway", "value": "crossing" }, @@ -179,8 +179,8 @@ "name": "Pedestrian Crossing", "icon": "temaki-pedestrian", "geometry": ["line"], - "fields": ["crossing2/markings", "crossing2/signals", "crossing/island", "crossing2"], - "moreFields": ["flashing_lights", "crossing_raised", "surface", "tactile_paving"], + "fields": ["crossing2/markings", "crossing2/signals", "crossing/island", "crossing2", "surface"], + "moreFields": ["flashing_lights", "crossing_raised", "tactile_paving"], "tags": { "highway": "footway", "footway": "crossing" }, "terms": ["crosswalk", "foot path crossing", "pedestrian crossing"], "reference": { "key": "footway", "value": "crossing" },