mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 23:14:47 +02:00
npm run build for new preset
This commit is contained in:
@@ -3980,6 +3980,10 @@ en:
|
||||
# 'leisure=pitch, sport=american_football'
|
||||
name: American Football Field
|
||||
terms: '<translate with synonyms or related terms for ''American Football Field'', separated by commas>'
|
||||
leisure/pitch/badminton:
|
||||
# 'leisure=pitch, sport=badminton'
|
||||
name: Badminton Court
|
||||
terms: '<translate with synonyms or related terms for ''Badminton Court'', separated by commas>'
|
||||
leisure/pitch/baseball:
|
||||
# 'leisure=pitch, sport=baseball'
|
||||
name: Baseball Diamond
|
||||
|
||||
@@ -498,6 +498,7 @@
|
||||
"leisure/picnic_table": {"icon": "maki-picnic-site", "geometry": ["point"], "tags": {"leisure": "picnic_table"}, "terms": ["bench"], "name": "Picnic Table"},
|
||||
"leisure/pitch": {"icon": "maki-pitch", "fields": ["name", "sport", "surface", "lit"], "geometry": ["point", "area"], "tags": {"leisure": "pitch"}, "terms": ["field"], "name": "Sport Pitch"},
|
||||
"leisure/pitch/american_football": {"icon": "maki-america-football", "fields": ["name", "surface", "lit"], "geometry": ["point", "area"], "tags": {"leisure": "pitch", "sport": "american_football"}, "reference": {"key": "sport", "value": "american_football"}, "terms": [], "name": "American Football Field"},
|
||||
"leisure/pitch/badminton": {"icon": "maki-tennis", "fields": ["name", "surface", "lit", "access_simple"], "geometry": ["point", "area"], "tags": {"leisure": "pitch", "sport": "badminton"}, "reference": {"key": "sport", "value": "badminton"}, "terms": [], "name": "Badminton Court"},
|
||||
"leisure/pitch/baseball": {"icon": "maki-baseball", "fields": ["name", "lit"], "geometry": ["point", "area"], "tags": {"leisure": "pitch", "sport": "baseball"}, "reference": {"key": "sport", "value": "baseball"}, "terms": [], "name": "Baseball Diamond"},
|
||||
"leisure/pitch/basketball": {"icon": "maki-basketball", "fields": ["name", "surface", "hoops", "lit", "access_simple"], "geometry": ["point", "area"], "tags": {"leisure": "pitch", "sport": "basketball"}, "reference": {"key": "sport", "value": "basketball"}, "terms": [], "name": "Basketball Court"},
|
||||
"leisure/pitch/beachvolleyball": {"icon": "maki-basketball", "fields": ["name", "surface", "lit"], "geometry": ["point", "area"], "tags": {"leisure": "pitch", "sport": "beachvolleyball"}, "addTags": {"leisure": "pitch", "sport": "beachvolleyball", "surface": "sand"}, "removeTags": {"leisure": "pitch", "sport": "beachvolleyball", "surface": "sand"}, "reference": {"key": "sport", "value": "beachvolleyball"}, "terms": ["volleyball"], "name": "Beach Volleyball Court"},
|
||||
|
||||
@@ -3351,6 +3351,13 @@
|
||||
"object_types": ["node", "area"],
|
||||
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/america-football-15.svg?sanitize=true"
|
||||
},
|
||||
{
|
||||
"key": "sport",
|
||||
"value": "badminton",
|
||||
"description": "Badminton Court",
|
||||
"object_types": ["node", "area"],
|
||||
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/tennis-15.svg?sanitize=true"
|
||||
},
|
||||
{
|
||||
"key": "sport",
|
||||
"value": "baseball",
|
||||
|
||||
Vendored
+4
@@ -4915,6 +4915,10 @@
|
||||
"name": "American Football Field",
|
||||
"terms": ""
|
||||
},
|
||||
"leisure/pitch/badminton": {
|
||||
"name": "Badminton Court",
|
||||
"terms": ""
|
||||
},
|
||||
"leisure/pitch/baseball": {
|
||||
"name": "Baseball Diamond",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user