mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-17 22:24:49 +02:00
Add Field Hockey Pitch preset
This commit is contained in:
@@ -5154,6 +5154,11 @@ en:
|
||||
name: Riding Arena
|
||||
# 'terms: dressage,equestrian,horse,horseback,riding'
|
||||
terms: '<translate with synonyms or related terms for ''Riding Arena'', separated by commas>'
|
||||
leisure/pitch/field_hockey:
|
||||
# 'leisure=pitch, sport=field_hockey'
|
||||
name: Field Hockey Pitch
|
||||
# 'terms: landhockey'
|
||||
terms: '<translate with synonyms or related terms for ''Field Hockey Pitch'', separated by commas>'
|
||||
leisure/pitch/horseshoes:
|
||||
# 'leisure=pitch, sport=horseshoes'
|
||||
name: Horseshoes Pit
|
||||
|
||||
@@ -643,6 +643,7 @@
|
||||
"leisure/pitch/bowls": {"icon": "maki-pitch", "geometry": ["point", "area"], "tags": {"leisure": "pitch", "sport": "bowls"}, "reference": {"key": "sport", "value": "bowls"}, "terms": [], "name": "Bowling Green"},
|
||||
"leisure/pitch/cricket": {"icon": "maki-cricket", "geometry": ["point", "area"], "tags": {"leisure": "pitch", "sport": "cricket"}, "reference": {"key": "sport", "value": "cricket"}, "terms": [], "name": "Cricket Field"},
|
||||
"leisure/pitch/equestrian": {"icon": "maki-horse-riding", "fields": ["{leisure/pitch}", "building"], "geometry": ["point", "area"], "tags": {"leisure": "pitch", "sport": "equestrian"}, "reference": {"key": "sport", "value": "equestrian"}, "terms": ["dressage", "equestrian", "horse", "horseback", "riding"], "name": "Riding Arena"},
|
||||
"leisure/pitch/field_hockey": {"icon": "maki-pitch", "geometry": ["point", "area"], "tags": {"leisure": "pitch", "sport": "field_hockey"}, "reference": {"key": "sport", "value": "field_hockey"}, "terms": ["landhockey"], "name": "Field Hockey Pitch"},
|
||||
"leisure/pitch/horseshoes": {"icon": "maki-pitch", "geometry": ["point", "area"], "tags": {"leisure": "pitch", "sport": "horseshoes"}, "reference": {"key": "sport", "value": "horseshoes"}, "terms": ["horse shoes"], "name": "Horseshoes Pit"},
|
||||
"leisure/pitch/netball": {"icon": "maki-volleyball", "geometry": ["point", "area"], "tags": {"leisure": "pitch", "sport": "netball"}, "reference": {"key": "sport", "value": "netball"}, "terms": [], "name": "Netball Court"},
|
||||
"leisure/pitch/rugby_league": {"icon": "maki-american-football", "geometry": ["point", "area"], "tags": {"leisure": "pitch", "sport": "rugby_league"}, "reference": {"key": "sport", "value": "rugby_league"}, "terms": [], "name": "Rugby League Field"},
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"icon": "maki-pitch",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "pitch",
|
||||
"sport": "field_hockey"
|
||||
},
|
||||
"reference": {
|
||||
"key": "sport",
|
||||
"value": "field_hockey"
|
||||
},
|
||||
"terms": [
|
||||
"landhockey"
|
||||
],
|
||||
"name": "Field Hockey Pitch"
|
||||
}
|
||||
@@ -621,6 +621,7 @@
|
||||
{"key": "sport", "value": "bowls", "description": "🄿 Bowling Green", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/pitch-15.svg?sanitize=true"},
|
||||
{"key": "sport", "value": "cricket", "description": "🄿 Cricket Field", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/cricket-15.svg?sanitize=true"},
|
||||
{"key": "sport", "value": "equestrian", "description": "🄿 Riding Arena, 🄵 Dressage Riding", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/horse-riding-15.svg?sanitize=true"},
|
||||
{"key": "sport", "value": "field_hockey", "description": "🄿 Field Hockey Pitch", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/pitch-15.svg?sanitize=true"},
|
||||
{"key": "sport", "value": "horseshoes", "description": "🄿 Horseshoes Pit", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/pitch-15.svg?sanitize=true"},
|
||||
{"key": "sport", "value": "netball", "description": "🄿 Netball Court", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/volleyball-15.svg?sanitize=true"},
|
||||
{"key": "sport", "value": "rugby_league", "description": "🄿 Rugby League Field", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/american-football-15.svg?sanitize=true"},
|
||||
|
||||
Vendored
+4
@@ -6875,6 +6875,10 @@
|
||||
"name": "Riding Arena",
|
||||
"terms": "dressage,equestrian,horse,horseback,riding"
|
||||
},
|
||||
"leisure/pitch/field_hockey": {
|
||||
"name": "Field Hockey Pitch",
|
||||
"terms": "landhockey"
|
||||
},
|
||||
"leisure/pitch/horseshoes": {
|
||||
"name": "Horseshoes Pit",
|
||||
"terms": "horse shoes"
|
||||
|
||||
Reference in New Issue
Block a user