mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 12:53:52 +01:00
parent
9d0d2a28dd
commit
a366b6e298
2 changed files with 25 additions and 0 deletions
20
data/presets/leisure/pitch/padel.json
Normal file
20
data/presets/leisure/pitch/padel.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"icon": "maki-tennis",
|
||||
"geometry": [
|
||||
"area",
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "pitch",
|
||||
"sport": "padel"
|
||||
},
|
||||
"reference": {
|
||||
"key": "sport",
|
||||
"value": "padel"
|
||||
},
|
||||
"terms": [
|
||||
"tennis",
|
||||
"paddle"
|
||||
],
|
||||
"name": "Padel Court"
|
||||
}
|
||||
|
|
@ -6926,6 +6926,11 @@ en:
|
|||
name: Pickleball Court
|
||||
# 'terms: tennis,paddleball'
|
||||
terms: <translate with synonyms or related terms for 'Pickleball Court', separated by commas>
|
||||
leisure/pitch/padel:
|
||||
# leisure=pitch + sport=padel | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
name: Padel Court
|
||||
# 'terms: tennis,paddle'
|
||||
terms: <translate with synonyms or related terms for 'Padel Court', separated by commas>
|
||||
leisure/pitch/rugby_league:
|
||||
# leisure=pitch + sport=rugby_league | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
name: Rugby League Field
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue