Add preset for beach volleyball pitch

(closes #3983)
This commit is contained in:
Bryan Housel
2017-04-29 08:59:32 -04:00
parent 8395ca8b43
commit 5df8d1268f
6 changed files with 73 additions and 2 deletions
+5
View File
@@ -3062,6 +3062,11 @@ en:
# 'leisure=pitch, sport=basketball'
name: Basketball Court
terms: '<translate with synonyms or related terms for ''Basketball Court'', separated by commas>'
leisure/pitch/beachvolleyball:
# 'leisure=pitch, sport=beachvolleyball'
name: Beach Volleyball Court
# 'terms: volleyball'
terms: '<translate with synonyms or related terms for ''Beach Volleyball Court'', separated by commas>'
leisure/pitch/bowls:
# 'leisure=pitch, sport=bowls'
name: Bowling Green
+30 -1
View File
@@ -7419,6 +7419,35 @@
"terms": [],
"name": "Basketball Court"
},
"leisure/pitch/beachvolleyball": {
"icon": "basketball",
"fields": [
"surface",
"lit"
],
"geometry": [
"point",
"area"
],
"tags": {
"leisure": "pitch",
"sport": "beachvolleyball"
},
"addTags": {
"leisure": "pitch",
"sport": "beachvolleyball",
"surface": "sand"
},
"removeTags": {
"leisure": "pitch",
"sport": "beachvolleyball",
"surface": "sand"
},
"terms": [
"volleyball"
],
"name": "Beach Volleyball Court"
},
"leisure/pitch/bowls": {
"icon": "pitch",
"fields": [
@@ -7584,7 +7613,7 @@
"name": "Tennis Court"
},
"leisure/pitch/volleyball": {
"icon": "pitch",
"icon": "basketball",
"fields": [
"surface",
"lit"
@@ -0,0 +1,29 @@
{
"icon": "basketball",
"fields": [
"surface",
"lit"
],
"geometry": [
"point",
"area"
],
"tags": {
"leisure": "pitch",
"sport": "beachvolleyball"
},
"addTags": {
"leisure": "pitch",
"sport": "beachvolleyball",
"surface": "sand"
},
"removeTags": {
"leisure": "pitch",
"sport": "beachvolleyball",
"surface": "sand"
},
"terms": [
"volleyball"
],
"name": "Beach Volleyball Court"
}
@@ -1,5 +1,5 @@
{
"icon": "pitch",
"icon": "basketball",
"fields": [
"surface",
"lit"
+4
View File
@@ -1562,6 +1562,10 @@
"key": "sport",
"value": "basketball"
},
{
"key": "sport",
"value": "beachvolleyball"
},
{
"key": "sport",
"value": "bowls"
+4
View File
@@ -3622,6 +3622,10 @@
"name": "Basketball Court",
"terms": ""
},
"leisure/pitch/beachvolleyball": {
"name": "Beach Volleyball Court",
"terms": "volleyball"
},
"leisure/pitch/bowls": {
"name": "Bowling Green",
"terms": ""