mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-17 22:24:49 +02:00
Merge branch 'Issue#5347' of https://github.com/programistka/iD into programistka-Issue#5347
This commit is contained in:
@@ -2480,6 +2480,11 @@ en:
|
||||
# 'amenity=shelter, shelter_type=lean_to'
|
||||
name: Lean-To
|
||||
terms: '<translate with synonyms or related terms for ''Lean-To'', separated by commas>'
|
||||
amenity/shelter/picnic_shelter:
|
||||
# 'amenity=shelter, shelter_type=picnic_shelter'
|
||||
name: Picnic Shelter
|
||||
# 'terms: pavilion'
|
||||
terms: '<translate with synonyms or related terms for ''Picnic Shelter'', separated by commas>'
|
||||
amenity/shelter/public_transport:
|
||||
# 'amenity=shelter, shelter_type=public_transport'
|
||||
name: Transit Shelter
|
||||
|
||||
@@ -132,6 +132,7 @@
|
||||
"amenity/shelter": {"icon": "maki-shelter", "fields": ["name", "shelter_type", "building_area", "bench", "bin"], "geometry": ["point", "vertex", "area"], "terms": ["lean-to", "gazebo", "picnic"], "tags": {"amenity": "shelter"}, "name": "Shelter"},
|
||||
"amenity/shelter/gazebo": {"icon": "maki-shelter", "fields": ["name", "building_area", "bench", "lit"], "geometry": ["point", "area"], "tags": {"amenity": "shelter", "shelter_type": "gazebo"}, "name": "Gazebo"},
|
||||
"amenity/shelter/lean_to": {"icon": "maki-shelter", "fields": ["name", "operator", "building_area"], "geometry": ["point", "area"], "tags": {"amenity": "shelter", "shelter_type": "lean_to"}, "name": "Lean-To"},
|
||||
"amenity/shelter/picnic_shelter": {"icon": "maki-shelter", "fields": ["name", "shelter_type", "building_area", "lit", "bin"], "geometry": ["point", "area"], "tags": {"amenity": "shelter", "shelter_type": "picnic_shelter"}, "reference": {"key": "shelter_type", "value": "picnic_shelter"}, "terms": ["pavilion"], "name": "Picnic Shelter"},
|
||||
"amenity/shelter/public_transport": {"icon": "maki-shelter", "fields": ["name", "shelter_type", "building_area", "bench", "lit"], "geometry": ["point", "area"], "terms": ["bus stop", "metro stop", "waiting"], "tags": {"amenity": "shelter", "shelter_type": "public_transport"}, "reference": {"key": "shelter_type", "value": "public_transport"}, "name": "Transit Shelter"},
|
||||
"amenity/shower": {"icon": "temaki-shower", "fields": ["operator", "opening_hours", "fee", "supervised", "building_area", "access_simple"], "geometry": ["point", "vertex", "area"], "terms": ["rain closet"], "tags": {"amenity": "shower"}, "name": "Shower"},
|
||||
"amenity/smoking_area": {"icon": "fas-smoking", "fields": ["name", "shelter", "bin", "bench", "opening_hours"], "geometry": ["point", "vertex", "area"], "terms": [], "tags": {"amenity": "smoking_area"}, "name": "Smoking Area"},
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"icon": "maki-shelter",
|
||||
"fields": ["name", "shelter_type", "building_area", "lit", "bin"],
|
||||
"geometry": ["point", "area"],
|
||||
"tags": {
|
||||
"amenity": "shelter",
|
||||
"shelter_type": "picnic_shelter"
|
||||
},
|
||||
"reference": {
|
||||
"key": "shelter_type",
|
||||
"value": "picnic_shelter"
|
||||
},
|
||||
"terms": ["pavilion"],
|
||||
"name": "Picnic Shelter"
|
||||
}
|
||||
@@ -896,6 +896,13 @@
|
||||
"object_types": ["node", "area"],
|
||||
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/shelter-15.svg?sanitize=true"
|
||||
},
|
||||
{
|
||||
"key": "shelter_type",
|
||||
"value": "picnic_shelter",
|
||||
"description": "Picnic Shelter",
|
||||
"object_types": ["node", "area"],
|
||||
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/shelter-15.svg?sanitize=true"
|
||||
},
|
||||
{
|
||||
"key": "shelter_type",
|
||||
"value": "public_transport",
|
||||
|
||||
Vendored
+4
@@ -3587,6 +3587,10 @@
|
||||
"name": "Lean-To",
|
||||
"terms": ""
|
||||
},
|
||||
"amenity/shelter/picnic_shelter": {
|
||||
"name": "Picnic Shelter",
|
||||
"terms": "pavilion"
|
||||
},
|
||||
"amenity/shelter/public_transport": {
|
||||
"name": "Transit Shelter",
|
||||
"terms": "bus stop,metro stop,waiting"
|
||||
|
||||
Reference in New Issue
Block a user