mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 05:30:35 +02:00
Presets: Add Volleyball Court
This commit is contained in:
committed by
John Firebaugh
parent
846aa539ac
commit
80424d04a0
@@ -7659,6 +7659,10 @@ locale.en = {
|
||||
"name": "Tennis Court",
|
||||
"terms": ""
|
||||
},
|
||||
"leisure/pitch/volleyball": {
|
||||
"name": "Volleyball Court",
|
||||
"terms": ""
|
||||
},
|
||||
"leisure/playground": {
|
||||
"name": "Playground",
|
||||
"terms": ""
|
||||
|
||||
@@ -1135,6 +1135,10 @@ locale.en = {
|
||||
"name": "Tennis Court",
|
||||
"terms": ""
|
||||
},
|
||||
"leisure/pitch/volleyball": {
|
||||
"name": "Volleyball Court",
|
||||
"terms": ""
|
||||
},
|
||||
"leisure/playground": {
|
||||
"name": "Playground",
|
||||
"terms": ""
|
||||
|
||||
@@ -599,6 +599,9 @@ en:
|
||||
leisure/pitch/tennis:
|
||||
name: Tennis Court
|
||||
terms: ""
|
||||
leisure/pitch/volleyball:
|
||||
name: Volleyball Court
|
||||
terms: ""
|
||||
leisure/playground:
|
||||
name: Playground
|
||||
terms: ""
|
||||
|
||||
@@ -2204,6 +2204,22 @@
|
||||
"terms": [],
|
||||
"name": "Tennis Court"
|
||||
},
|
||||
"leisure/pitch/volleyball": {
|
||||
"icon": "volleyball",
|
||||
"fields": [
|
||||
"surface"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "pitch",
|
||||
"sport": "volleyball"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Volleyball Court"
|
||||
},
|
||||
"leisure/playground": {
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"icon": "volleyball",
|
||||
"fields": [
|
||||
"surface"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "pitch",
|
||||
"sport": "volleyball"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Volleyball Court"
|
||||
}
|
||||
Reference in New Issue
Block a user