Skip to content

Commit

Permalink
Disable TagInfo-suggestions of parking:orientation (#554)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jdhoek authored Aug 1, 2022
1 parent ba70e91 commit c6cb076
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/fields/parking/orientation.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"diagonal": "Diagonal in Relation to the Street",
"perpendicular": "Meets the Street at a Straight Angle"
}
}
},
"autoSuggestions": false
}

0 comments on commit c6cb076

Please sign in to comment.