Skip to content

Commit

Permalink
Fix typo preventing correct question invalidation for crossing lights
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbendebiene authored May 28, 2024
1 parent 95054c3 commit a496eaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/question_catalog/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -3419,7 +3419,7 @@
"osm_tags": {
"highway": "crossing",
"crossing": [false, "island"],
"crossing:signal": false
"crossing:signals": false
},
"osm_element": "Node"
}
Expand Down Expand Up @@ -4120,4 +4120,4 @@
}
]
}
]
]

0 comments on commit a496eaa

Please sign in to comment.