mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
Added leaisue boules preset (#4451)
This commit is contained in:
committed by
Bryan Housel
parent
515d510223
commit
9f272fdb06
@@ -3468,6 +3468,10 @@ en:
|
||||
name: Beach Volleyball Court
|
||||
# 'terms: volleyball'
|
||||
terms: '<translate with synonyms or related terms for ''Beach Volleyball Court'', separated by commas>'
|
||||
leisure/pitch/boules:
|
||||
# 'leisure=pitch, sport=boules'
|
||||
name: Boules Area
|
||||
terms: '<translate with synonyms or related terms for ''Boules Area'', separated by commas>'
|
||||
leisure/pitch/bowls:
|
||||
# 'leisure=pitch, sport=bowls'
|
||||
name: Bowling Green
|
||||
|
||||
@@ -9295,6 +9295,27 @@
|
||||
],
|
||||
"name": "Beach Volleyball Court"
|
||||
},
|
||||
"leisure/pitch/boules": {
|
||||
"icon": "pitch",
|
||||
"fields": [
|
||||
"surface",
|
||||
"lit"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "pitch",
|
||||
"sport": "boules"
|
||||
},
|
||||
"reference": {
|
||||
"key": "sport",
|
||||
"value": "boules"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Boules Area"
|
||||
},
|
||||
"leisure/pitch/bowls": {
|
||||
"icon": "pitch",
|
||||
"fields": [
|
||||
|
||||
21
data/presets/presets/leisure/pitch/boules.json
Normal file
21
data/presets/presets/leisure/pitch/boules.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"icon": "pitch",
|
||||
"fields": [
|
||||
"surface",
|
||||
"lit"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "pitch",
|
||||
"sport": "boules"
|
||||
},
|
||||
"reference": {
|
||||
"key": "sport",
|
||||
"value": "boules"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Boules Area"
|
||||
}
|
||||
@@ -1761,6 +1761,10 @@
|
||||
"key": "sport",
|
||||
"value": "beachvolleyball"
|
||||
},
|
||||
{
|
||||
"key": "sport",
|
||||
"value": "boules"
|
||||
},
|
||||
{
|
||||
"key": "sport",
|
||||
"value": "bowls"
|
||||
|
||||
4
dist/locales/en.json
vendored
4
dist/locales/en.json
vendored
@@ -4128,6 +4128,10 @@
|
||||
"name": "Beach Volleyball Court",
|
||||
"terms": "volleyball"
|
||||
},
|
||||
"leisure/pitch/boules": {
|
||||
"name": "Boules Area",
|
||||
"terms": ""
|
||||
},
|
||||
"leisure/pitch/bowls": {
|
||||
"name": "Bowling Green",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user