mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 19:26:41 +02:00
Add preset for recently-approved amenity=refugee_site tag
This commit is contained in:
@@ -3648,6 +3648,11 @@ en:
|
||||
name: Recycling Container
|
||||
# 'terms: bin,can,bottle,glass,garbage,rubbish,scrap,trash'
|
||||
terms: '<translate with synonyms or related terms for ''Recycling Container'', separated by commas>'
|
||||
amenity/refugee_site:
|
||||
# amenity=refugee_site
|
||||
name: Refugee Camp
|
||||
# 'terms: displaced people,evacuees,migrants,ngo,refugee site'
|
||||
terms: '<translate with synonyms or related terms for ''Refugee Camp'', separated by commas>'
|
||||
amenity/research_institute:
|
||||
# amenity=research_institute
|
||||
name: Research Institute Grounds
|
||||
|
||||
@@ -190,6 +190,7 @@
|
||||
"amenity/recycling_container": {"icon": "maki-recycling", "fields": ["operator", "recycling_accepts", "opening_hours", "opening_hours/covid19", "collection_times"], "moreFields": ["colour", "covered", "indoor", "level", "manufacturer", "material", "ref"], "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/electrical_items": {"icon": "maki-recycling", "fields": ["{amenity/recycling_container}"], "moreFields": ["{amenity/recycling_container}"], "geometry": ["point", "area"], "terms": ["computers", "electronic waste", "electronics recycling", "ewaste bin", "phones", "tablets"], "tags": {"amenity": "recycling", "recycling_type": "container", "recycling:electrical_items": "yes"}, "reference": {"key": "recycling:electrical_items", "value": "yes"}, "name": "E-Waste 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/refugee_site": {"icon": "tnp-2120771", "fields": ["name", "operator", "operator/type", "informal", "start_date", "capacity", "population"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "website"], "geometry": ["point", "area"], "tags": {"amenity": "refugee_site"}, "terms": ["displaced people", "evacuees", "migrants", "ngo", "refugee site"], "name": "Refugee Camp"},
|
||||
"amenity/research_institute": {"icon": "fas-flask", "fields": ["name", "operator", "operator/type", "address", "website", "internet_access", "internet_access/fee"], "moreFields": ["email", "fax", "gnis/feature_id", "internet_access/ssid", "phone", "wheelchair"], "geometry": ["point", "area"], "terms": ["applied research", "experimentation", "r&d", "r & d", "r and d", "research and development", "research institution", "research laboratory", "research labs"], "tags": {"amenity": "research_institute"}, "name": "Research Institute Grounds"},
|
||||
"amenity/restaurant": {"icon": "maki-restaurant", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "opening_hours/covid19", "phone", "website"], "moreFields": ["air_conditioning", "bar", "brand", "brewery", "capacity", "delivery", "diet_multi", "email", "fax", "gnis/feature_id", "internet_access", "internet_access/fee", "internet_access/ssid", "level", "microbrewery", "min_age", "not/name", "outdoor_seating", "ref/vatin", "reservation", "smoking", "stars", "takeaway", "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"},
|
||||
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"icon": "tnp-2120771",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"operator/type",
|
||||
"informal",
|
||||
"start_date",
|
||||
"capacity",
|
||||
"population"
|
||||
],
|
||||
"moreFields": [
|
||||
"internet_access",
|
||||
"internet_access/fee",
|
||||
"internet_access/ssid",
|
||||
"website"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "refugee_site"
|
||||
},
|
||||
"terms": [
|
||||
"displaced people",
|
||||
"evacuees",
|
||||
"migrants",
|
||||
"ngo",
|
||||
"refugee site"
|
||||
],
|
||||
"name": "Refugee Camp"
|
||||
}
|
||||
@@ -191,6 +191,7 @@
|
||||
{"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:electrical_items", "value": "yes", "description": "🄿 E-Waste Container", "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": "refugee_site", "description": "🄿 Refugee Camp", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@develop/svg/the-noun-project/2120771.svg"},
|
||||
{"key": "amenity", "value": "research_institute", "description": "🄿 Research Institute Grounds", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@develop/svg/fontawesome/fas-flask.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"},
|
||||
|
||||
Vendored
+4
@@ -5754,6 +5754,10 @@
|
||||
"name": "Green Waste Container",
|
||||
"terms": "biodegradable,biological,compost,decomposable,garbage bin,garden waste,organic,rubbish,food scrap"
|
||||
},
|
||||
"amenity/refugee_site": {
|
||||
"name": "Refugee Camp",
|
||||
"terms": "displaced people,evacuees,migrants,ngo,refugee site"
|
||||
},
|
||||
"amenity/research_institute": {
|
||||
"name": "Research Institute Grounds",
|
||||
"terms": "applied research,experimentation,r&d,r & d,r and d,research and development,research institution,research laboratory,research labs"
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><title>Asset 813</title><g><g><path d="M45.7,12.7c-0.1-0.4-0.3-0.8-0.6-1L30.5,0.3c-0.6-0.4-1.4-0.4-2,0L13.9,11.7c-0.3,0.2-0.5,0.6-0.6,1l-0.8,5.7l3.1-2.4 c1.7-1.3,4-1.3,5.7,0l5.7,4.4l2,1.5l2.7,2.1l1.3,1l2.9,2.3c0.9,0.7,1.5,1.6,1.7,2.7H48L45.7,12.7z"></path><path d="M34.1,29.7L29,25.7L28.1,25L27,24.2l-7.5-5.8c-0.3-0.2-0.6-0.3-1-0.3c-0.4,0-0.7,0.1-1,0.3L12,22.6l-9.1,7 c-0.3,0.2-0.5,0.6-0.6,1L0,48h18v-9.7c0-0.2,0.1-0.3,0.3-0.3c0,0,0,0,0,0c0.1,0,0.2,0.1,0.3,0.1L24,48h13l-2.3-17.3 C34.6,30.3,34.4,29.9,34.1,29.7z"></path></g></g></svg>
|
||||
|
After Width: | Height: | Size: 738 B |
Reference in New Issue
Block a user