mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-06 04:57:54 +02:00
add preset for pickleball courts (closes #286)
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"icon": "maki-tennis",
|
||||
"fields": [
|
||||
"{leisure/pitch}",
|
||||
"access_simple"
|
||||
],
|
||||
"geometry": [
|
||||
"area",
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "pitch",
|
||||
"sport": "pickleball"
|
||||
},
|
||||
"reference": {
|
||||
"key": "sport",
|
||||
"value": "pickleball"
|
||||
},
|
||||
"terms": [
|
||||
"tennis",
|
||||
"paddleball"
|
||||
],
|
||||
"name": "Pickleball Court"
|
||||
}
|
||||
@@ -6745,6 +6745,11 @@ en:
|
||||
# 'leisure=pitch + sport=paintball\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
|
||||
name: Paintball Field
|
||||
terms: '<translate with synonyms or related terms for ''Paintball Field'', separated by commas>'
|
||||
leisure/pitch/pickleball:
|
||||
# 'leisure=pitch + sport=pickleball\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
|
||||
name: Pickleball Court
|
||||
# 'terms: tennis'
|
||||
terms: '<translate with synonyms or related terms for ''Pickleball Court'', separated by commas>'
|
||||
leisure/pitch/rugby_league:
|
||||
# 'leisure=pitch + sport=rugby_league\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
|
||||
name: Rugby League Field
|
||||
|
||||
Reference in New Issue
Block a user