]> git.openstreetmap.org Git - rails.git/commitdiff
Fix highway crossing in nominatim description terms
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 30 May 2022 12:57:28 +0000 (14:57 +0200)
committerGitHub <noreply@github.com>
Mon, 30 May 2022 12:57:28 +0000 (14:57 +0200)
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.

config/locales/en.yml

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