mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 15:34:49 +02:00
Add Green Waste Container preset
This commit is contained in:
@@ -3234,6 +3234,11 @@ en:
|
||||
amenity/recycling:
|
||||
# amenity=recycling
|
||||
name: Recycling
|
||||
amenity/recycling/container/green_waste:
|
||||
# 'amenity=recycling, recycling_type=container, recycling:green_waste=yes'
|
||||
name: Green Waste Container
|
||||
# 'terms: biodegradable,biological,compost,decomposable,garbage bin,garden waste,organic,rubbish,food scrap'
|
||||
terms: '<translate with synonyms or related terms for ''Green Waste Container'', separated by commas>'
|
||||
amenity/recycling_centre:
|
||||
# 'amenity=recycling, recycling_type=centre'
|
||||
name: Recycling Center
|
||||
|
||||
@@ -179,7 +179,8 @@
|
||||
"amenity/public_bookcase": {"icon": "maki-library", "fields": ["name", "public_bookcase/type", "operator", "opening_hours", "capacity", "website", "lit"], "moreFields": ["wheelchair", "location", "address", "access_simple", "brand", "email", "phone"], "geometry": ["point", "area"], "terms": ["library", "bookcrossing"], "tags": {"amenity": "public_bookcase"}, "name": "Public Bookcase"},
|
||||
"amenity/ranger_station": {"icon": "maki-ranger-station", "fields": ["name", "operator", "address", "building_area", "opening_hours"], "moreFields": ["email", "fax", "internet_access", "internet_access/fee", "internet_access/ssid", "phone", "website", "wheelchair"], "geometry": ["point", "area"], "terms": ["visitor center", "visitor centre", "permit center", "permit centre", "backcountry office", "warden office", "warden center"], "tags": {"amenity": "ranger_station"}, "name": "Ranger Station"},
|
||||
"amenity/recycling_centre": {"icon": "maki-recycling", "fields": ["name", "operator", "operator/type", "address", "building", "opening_hours", "recycling_accepts"], "moreFields": ["charge_fee", "fee", "payment_multi_fee", "website", "phone", "email", "fax", "wheelchair"], "geometry": ["point", "area"], "terms": ["bottle", "can", "dump", "glass", "garbage", "rubbish", "scrap", "trash"], "tags": {"amenity": "recycling", "recycling_type": "centre"}, "reference": {"key": "recycling_type", "value": "*"}, "name": "Recycling Center"},
|
||||
"amenity/recycling_container": {"icon": "maki-recycling", "fields": ["operator", "recycling_accepts", "collection_times", "material", "colour"], "moreFields": ["covered", "indoor", "manufacturer"], "geometry": ["point", "area"], "terms": ["bin", "can", "bottle", "glass", "garbage", "rubbish", "scrap", "trash"], "tags": {"amenity": "recycling", "recycling_type": "container"}, "reference": {"key": "amenity", "value": "recycling"}, "name": "Recycling Container"},
|
||||
"amenity/recycling_container": {"icon": "maki-recycling", "fields": ["operator", "recycling_accepts", "collection_times"], "moreFields": ["colour", "covered", "indoor", "manufacturer", "material"], "geometry": ["point", "area"], "terms": ["bin", "can", "bottle", "glass", "garbage", "rubbish", "scrap", "trash"], "tags": {"amenity": "recycling", "recycling_type": "container"}, "reference": {"key": "amenity", "value": "recycling"}, "name": "Recycling Container"},
|
||||
"amenity/recycling/container/green_waste": {"icon": "maki-recycling", "fields": ["{amenity/recycling_container}"], "moreFields": ["{amenity/recycling_container}"], "geometry": ["point", "area"], "terms": ["biodegradable", "biological", "compost", "decomposable", "garbage bin", "garden waste", "organic", "rubbish", "food scrap"], "tags": {"amenity": "recycling", "recycling_type": "container", "recycling:green_waste": "yes"}, "reference": {"key": "recycling:green_waste", "value": "yes"}, "name": "Green Waste Container"},
|
||||
"amenity/restaurant": {"icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "phone"], "moreFields": ["air_conditioning", "bar", "brewery", "capacity", "delivery", "diet_multi", "email", "fax", "internet_access", "internet_access/fee", "internet_access/ssid", "microbrewery", "not/name", "outdoor_seating", "reservation", "smoking", "stars", "takeaway", "website", "wheelchair"], "geometry": ["point", "area"], "terms": ["bar", "breakfast", "cafe", "café", "canteen", "coffee", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table"], "tags": {"amenity": "restaurant"}, "name": "Restaurant"},
|
||||
"amenity/restaurant/american": {"icon": "maki-restaurant", "geometry": ["point", "area"], "terms": ["bar", "breakfast", "cafe", "café", "canteen", "coffee", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table"], "tags": {"amenity": "restaurant", "cuisine": "american"}, "reference": {"key": "cuisine", "value": "american"}, "name": "American Restaurant"},
|
||||
"amenity/restaurant/asian": {"icon": "maki-restaurant-noodle", "geometry": ["point", "area"], "terms": ["bar", "breakfast", "cafe", "café", "canteen", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table"], "tags": {"amenity": "restaurant", "cuisine": "asian"}, "reference": {"key": "cuisine", "value": "asian"}, "name": "Asian Restaurant"},
|
||||
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"icon": "maki-recycling",
|
||||
"fields": [
|
||||
"{amenity/recycling_container}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{amenity/recycling_container}"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"biodegradable",
|
||||
"biological",
|
||||
"compost",
|
||||
"decomposable",
|
||||
"garbage bin",
|
||||
"garden waste",
|
||||
"organic",
|
||||
"rubbish",
|
||||
"food scrap"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "recycling",
|
||||
"recycling_type": "container",
|
||||
"recycling:green_waste": "yes"
|
||||
},
|
||||
"reference": {
|
||||
"key": "recycling:green_waste",
|
||||
"value": "yes"
|
||||
},
|
||||
"name": "Green Waste Container"
|
||||
}
|
||||
@@ -3,14 +3,14 @@
|
||||
"fields": [
|
||||
"operator",
|
||||
"recycling_accepts",
|
||||
"collection_times",
|
||||
"material",
|
||||
"colour"
|
||||
"collection_times"
|
||||
],
|
||||
"moreFields": [
|
||||
"colour",
|
||||
"covered",
|
||||
"indoor",
|
||||
"manufacturer"
|
||||
"manufacturer",
|
||||
"material"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -180,6 +180,7 @@
|
||||
{"key": "amenity", "value": "ranger_station", "description": "🄿 Ranger Station", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/ranger-station-15.svg"},
|
||||
{"key": "recycling_type", "value": "centre", "description": "🄿 Recycling Center, 🄵 Type", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/recycling-15.svg"},
|
||||
{"key": "recycling_type", "value": "container", "description": "🄿 Recycling Container, 🄵 Type", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/recycling-15.svg"},
|
||||
{"key": "recycling:green_waste", "value": "yes", "description": "🄿 Green Waste Container", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/recycling-15.svg"},
|
||||
{"key": "amenity", "value": "restaurant", "description": "🄿 Restaurant", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/restaurant-15.svg"},
|
||||
{"key": "cuisine", "value": "american", "description": "🄿 American Restaurant", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/restaurant-15.svg"},
|
||||
{"key": "cuisine", "value": "asian", "description": "🄿 Asian Restaurant", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/restaurant-noodle-15.svg"},
|
||||
|
||||
Vendored
+4
@@ -5532,6 +5532,10 @@
|
||||
"name": "Recycling Container",
|
||||
"terms": "bin,can,bottle,glass,garbage,rubbish,scrap,trash"
|
||||
},
|
||||
"amenity/recycling/container/green_waste": {
|
||||
"name": "Green Waste Container",
|
||||
"terms": "biodegradable,biological,compost,decomposable,garbage bin,garden waste,organic,rubbish,food scrap"
|
||||
},
|
||||
"amenity/restaurant": {
|
||||
"name": "Restaurant",
|
||||
"terms": "bar,breakfast,cafe,café,canteen,coffee,dine,dining,dinner,drive-in,eat,grill,lunch,table"
|
||||
|
||||
Reference in New Issue
Block a user