mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 05:13:50 +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
26
data/presets/leisure/pitch/table_soccer.json
Normal file
26
data/presets/leisure/pitch/table_soccer.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue