mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-25 01:24:05 +02:00
Add preset for leisure=pitch + sport=cricket
This commit is contained in:
@@ -2990,6 +2990,10 @@ en:
|
||||
# 'leisure=pitch, sport=bowls'
|
||||
name: Bowling Green
|
||||
terms: '<translate with synonyms or related terms for ''Bowling Green'', separated by commas>'
|
||||
leisure/pitch/cricket:
|
||||
# 'leisure=pitch, sport=cricket'
|
||||
name: Cricket Field
|
||||
terms: '<translate with synonyms or related terms for ''Cricket Field'', separated by commas>'
|
||||
leisure/pitch/rugby_league:
|
||||
# 'leisure=pitch, sport=rugby_league'
|
||||
name: Rugby League Field
|
||||
|
||||
@@ -7141,6 +7141,23 @@
|
||||
"terms": [],
|
||||
"name": "Bowling Green"
|
||||
},
|
||||
"leisure/pitch/cricket": {
|
||||
"icon": "cricket",
|
||||
"fields": [
|
||||
"surface",
|
||||
"lit"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "pitch",
|
||||
"sport": "cricket"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Cricket Field"
|
||||
},
|
||||
"leisure/pitch/rugby_league": {
|
||||
"icon": "america-football",
|
||||
"fields": [
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "cricket",
|
||||
"fields": [
|
||||
"surface",
|
||||
"lit"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "pitch",
|
||||
"sport": "cricket"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Cricket Field"
|
||||
}
|
||||
@@ -1531,6 +1531,10 @@
|
||||
"key": "sport",
|
||||
"value": "bowls"
|
||||
},
|
||||
{
|
||||
"key": "sport",
|
||||
"value": "cricket"
|
||||
},
|
||||
{
|
||||
"key": "sport",
|
||||
"value": "rugby_league"
|
||||
|
||||
Vendored
+4
@@ -3373,6 +3373,10 @@
|
||||
"name": "Bowling Green",
|
||||
"terms": ""
|
||||
},
|
||||
"leisure/pitch/cricket": {
|
||||
"name": "Cricket Field",
|
||||
"terms": ""
|
||||
},
|
||||
"leisure/pitch/rugby_league": {
|
||||
"name": "Rugby League Field",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user