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:
parent
86a1fb0779
commit
037670ed86
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue