Skip to content

Commit

Permalink
Move surface from moreFields to fields for crossing ways
Browse files Browse the repository at this point in the history
(closes #1269)
  • Loading branch information
bhousel committed Dec 26, 2023
1 parent eef5a3a commit 2126d7e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/preset_overrides.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand All @@ -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" },
Expand Down

0 comments on commit 2126d7e

Please sign in to comment.