mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 04:43:52 +01:00
Add preset and field for sport=table_football (#485)
* Add table_soccer * Add sport_pub (table_soccer, billiards, darts) in bar/pub/restaurant * typo * clarify preset name * change name to "foosball table" see https://github.com/openstreetmap/id-tagging-schema/pull/485#issuecomment-1157266936 Co-authored-by: Martin Raifer <martin@raifer.tech>
This commit is contained in:
parent
0d5e5233e1
commit
1f86904023
5 changed files with 42 additions and 0 deletions
13
data/fields/sport_pub.json
Normal file
13
data/fields/sport_pub.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"key": "sport",
|
||||
"type": "semiCombo",
|
||||
"label": "Sports",
|
||||
"strings": {
|
||||
"options": {
|
||||
"table_soccer": "Table Football",
|
||||
"billiards": "Billiards",
|
||||
"darts": "Darts"
|
||||
}
|
||||
},
|
||||
"autoSuggestions": false
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue