mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-02-12 16:52:45 +00:00
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.
This commit is contained in:
@@ -8,5 +8,6 @@
|
||||
"diagonal": "Diagonal in Relation to the Street",
|
||||
"perpendicular": "Meets the Street at a Straight Angle"
|
||||
}
|
||||
}
|
||||
},
|
||||
"autoSuggestions": false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user