From 2126d7e452182af49c3736398e99bffe60f6fffa Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Tue, 26 Dec 2023 17:44:35 -0500 Subject: [PATCH] Move `surface` from moreFields to fields for crossing ways (closes #1269) --- data/preset_overrides.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" },