mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 22:03:37 +02:00
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -1562,6 +1562,10 @@
|
||||
"key": "sport",
|
||||
"value": "basketball"
|
||||
},
|
||||
{
|
||||
"key": "sport",
|
||||
"value": "beachvolleyball"
|
||||
},
|
||||
{
|
||||
"key": "sport",
|
||||
"value": "bowls"
|
||||
|
||||
Vendored
+4
@@ -3622,6 +3622,10 @@
|
||||
"name": "Basketball Court",
|
||||
"terms": ""
|
||||
},
|
||||
"leisure/pitch/beachvolleyball": {
|
||||
"name": "Beach Volleyball Court",
|
||||
"terms": "volleyball"
|
||||
},
|
||||
"leisure/pitch/bowls": {
|
||||
"name": "Bowling Green",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user