Fix highway crossing in nominatim description terms

The entry is syntactically wrong. The description terms expect a list of values for each key.

Given that 'crossing' is not a main tag, the key shouldn't be featured in the list at all. I've added highway=crossing instead.
This commit is contained in:
Sarah Hoffmann 2022-05-30 14:57:28 +02:00 committed by GitHub
parent 86a1fb0779
commit 037670ed86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -822,7 +822,6 @@ en:
window_construction: "Window Construction" window_construction: "Window Construction"
winery: "Winery" winery: "Winery"
"yes": "Craft Shop" "yes": "Craft Shop"
crossing: "Crossing"
emergency: emergency:
access_point: "Access Point" access_point: "Access Point"
ambulance_station: "Ambulance Station" ambulance_station: "Ambulance Station"
@ -843,6 +842,7 @@ en:
bus_stop: "Bus Stop" bus_stop: "Bus Stop"
construction: "Highway under Construction" construction: "Highway under Construction"
corridor: "Corridor" corridor: "Corridor"
crossing: "Crossing"
cycleway: "Cycle Path" cycleway: "Cycle Path"
elevator: "Elevator" elevator: "Elevator"
emergency_access_point: "Emergency Access Point" emergency_access_point: "Emergency Access Point"