Skip to content

Commit 2286be2

Browse files
committed
add preset for pickleball courts (closes #286)
1 parent da2c88b commit 2286be2

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"icon": "maki-tennis",
3+
"fields": [
4+
"{leisure/pitch}",
5+
"access_simple"
6+
],
7+
"geometry": [
8+
"area",
9+
"point"
10+
],
11+
"tags": {
12+
"leisure": "pitch",
13+
"sport": "pickleball"
14+
},
15+
"reference": {
16+
"key": "sport",
17+
"value": "pickleball"
18+
},
19+
"terms": [
20+
"tennis",
21+
"paddleball"
22+
],
23+
"name": "Pickleball Court"
24+
}

interim/source_strings.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6745,6 +6745,11 @@ en:
67456745
# 'leisure=pitch + sport=paintball\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
67466746
name: Paintball Field
67476747
terms: '<translate with synonyms or related terms for ''Paintball Field'', separated by commas>'
6748+
leisure/pitch/pickleball:
6749+
# 'leisure=pitch + sport=pickleball\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
6750+
name: Pickleball Court
6751+
# 'terms: tennis'
6752+
terms: '<translate with synonyms or related terms for ''Pickleball Court'', separated by commas>'
67486753
leisure/pitch/rugby_league:
67496754
# 'leisure=pitch + sport=rugby_league\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
67506755
name: Rugby League Field

0 commit comments

Comments
 (0)