From c6cb0764d01769157aef10184ac2da78e09dae89 Mon Sep 17 00:00:00 2001 From: Jeroen Hoek Date: Mon, 1 Aug 2022 16:09:00 +0200 Subject: [PATCH] Disable TagInfo-suggestions of parking:orientation (#554) The `parking:orientation` tag has three common and documented values. Currently no other values are in common use. With `autoSuggestions` turned on, two rare values (`orthogonal`, 80 uses, ostensibly a synonym of `perpendicular` and `marking` with only 16 uses) are included in the combo-box, making these seem like common and valid options. Fixes #553. --- data/fields/parking/orientation.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/fields/parking/orientation.json b/data/fields/parking/orientation.json index dfc4a2972..a6cb45822 100644 --- a/data/fields/parking/orientation.json +++ b/data/fields/parking/orientation.json @@ -8,5 +8,6 @@ "diagonal": "Diagonal in Relation to the Street", "perpendicular": "Meets the Street at a Straight Angle" } - } + }, + "autoSuggestions": false }