mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-08 05:57:52 +02: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:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"key": "sport",
|
||||
"type": "semiCombo",
|
||||
"label": "Sports",
|
||||
"strings": {
|
||||
"options": {
|
||||
"table_soccer": "Table Football",
|
||||
"billiards": "Billiards",
|
||||
"darts": "Darts"
|
||||
}
|
||||
},
|
||||
"autoSuggestions": false
|
||||
}
|
||||
@@ -25,6 +25,7 @@
|
||||
"phone",
|
||||
"ref/vatin",
|
||||
"smoking",
|
||||
"sport_pub",
|
||||
"website",
|
||||
"wheelchair"
|
||||
],
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
"phone",
|
||||
"ref/vatin",
|
||||
"real_fire-GB-IE",
|
||||
"sport_pub",
|
||||
"website",
|
||||
"wheelchair"
|
||||
],
|
||||
|
||||
@@ -34,6 +34,7 @@
|
||||
"ref/vatin",
|
||||
"reservation",
|
||||
"smoking",
|
||||
"sport_pub",
|
||||
"stars",
|
||||
"takeaway",
|
||||
"wheelchair",
|
||||
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"fields": [
|
||||
"name",
|
||||
"lit",
|
||||
"access_simple"
|
||||
],
|
||||
"geometry": [
|
||||
"area",
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "pitch",
|
||||
"sport": "table_soccer"
|
||||
},
|
||||
"reference": {
|
||||
"key": "sport",
|
||||
"value": "table_soccer"
|
||||
},
|
||||
"terms": [
|
||||
"kicker",
|
||||
"table football",
|
||||
"table soccer",
|
||||
"tecball"
|
||||
],
|
||||
"name": "Foosball Table"
|
||||
}
|
||||
Reference in New Issue
Block a user