Add amenity=vacuum_cleaner preset (close #7483)

This commit is contained in:
Quincy Morgan
2020-06-04 13:55:23 -04:00
parent 572ce0a787
commit 513f10a272
5 changed files with 42 additions and 0 deletions
+5
View File
@@ -3921,6 +3921,11 @@ en:
name: University Grounds
# 'terms: college,graduate school,PhD program,master''s degree program'
terms: '<translate with synonyms or related terms for ''University Grounds'', separated by commas>'
amenity/vacuum_cleaner:
# amenity=vacuum_cleaner
name: Vacuum Cleaning Station
# 'terms: car vacuum cleaner,car wash,carvac,suction'
terms: '<translate with synonyms or related terms for ''Vacuum Cleaning Station'', separated by commas>'
amenity/vehicle_inspection:
# amenity=vehicle_inspection
name: Vehicle Inspection
+1
View File
@@ -245,6 +245,7 @@
"amenity/townhall/city": {"icon": "temaki-capitol", "geometry": ["point", "area"], "terms": ["council", "courthouse", "government", "mayor", "municipality"], "tags": {"amenity": "townhall", "townhall:type": "city"}, "reference": {"key": "townhall:type", "value": "city"}, "name": "City Hall"},
"amenity/toy_library": {"icon": "fas-chess-knight", "fields": ["operator", "address", "building_area", "opening_hours", "opening_hours/covid19"], "moreFields": ["level", "website", "wheelchair"], "geometry": ["point", "area"], "terms": ["game", "toy"], "tags": {"amenity": "toy_library"}, "name": "Toy Library"},
"amenity/university": {"icon": "maki-college", "fields": ["{amenity/college}"], "moreFields": ["{amenity/college}"], "geometry": ["area", "point"], "terms": ["college", "graduate school", "PhD program", "master's degree program"], "tags": {"amenity": "university"}, "name": "University Grounds"},
"amenity/vacuum_cleaner": {"icon": "temaki-vacuum_station", "fields": ["operator", "access_simple", "fee", "payment_multi_fee", "charge_fee", "covered", "lit"], "moreFields": ["brand", "manufacturer", "opening_hours", "ref"], "geometry": ["point"], "tags": {"amenity": "vacuum_cleaner"}, "terms": ["car vacuum cleaner", "car wash", "carvac", "suction"], "name": "Vacuum Cleaning Station"},
"amenity/vehicle_inspection": {"icon": "maki-car", "fields": ["name", "operator", "address", "building_area", "opening_hours", "opening_hours/covid19"], "moreFields": ["email", "fax", "gnis/feature_id", "payment_multi", "phone", "website", "wheelchair"], "geometry": ["point", "area"], "terms": ["car inspection"], "tags": {"amenity": "vehicle_inspection"}, "name": "Vehicle Inspection"},
"amenity/vending_machine": {"icon": "temaki-vending_machine", "fields": ["vending", "ref", "operator", "payment_multi", "currency_multi"], "moreFields": ["blind", "brand", "covered", "height", "indoor", "level", "manufacturer"], "geometry": ["point", "vertex"], "terms": [], "tags": {"amenity": "vending_machine"}, "matchScore": 0.9, "name": "Vending Machine"},
"amenity/vending_machine/bottle_return": {"icon": "temaki-vending_machine", "fields": ["vending", "operator"], "geometry": ["point", "vertex"], "terms": ["bottle return"], "tags": {"amenity": "vending_machine", "vending": "bottle_return"}, "reference": {"key": "vending", "value": "bottle_return"}, "name": "Bottle Return Machine"},
@@ -0,0 +1,31 @@
{
"icon": "temaki-vacuum_station",
"fields": [
"operator",
"access_simple",
"fee",
"payment_multi_fee",
"charge_fee",
"covered",
"lit"
],
"moreFields": [
"brand",
"manufacturer",
"opening_hours",
"ref"
],
"geometry": [
"point"
],
"tags": {
"amenity": "vacuum_cleaner"
},
"terms": [
"car vacuum cleaner",
"car wash",
"carvac",
"suction"
],
"name": "Vacuum Cleaning Station"
}
+1
View File
@@ -243,6 +243,7 @@
{"key": "townhall:type", "value": "city", "description": "🄿 City Hall", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/capitol.svg"},
{"key": "amenity", "value": "toy_library", "description": "🄿 Toy Library", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@develop/svg/fontawesome/fas-chess-knight.svg"},
{"key": "amenity", "value": "university", "description": "🄿 University Grounds", "object_types": ["area", "node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/college-15.svg"},
{"key": "amenity", "value": "vacuum_cleaner", "description": "🄿 Vacuum Cleaning Station", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/vacuum_station.svg"},
{"key": "amenity", "value": "vehicle_inspection", "description": "🄿 Vehicle Inspection", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/car-15.svg"},
{"key": "amenity", "value": "vending_machine", "description": "🄿 Vending Machine", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/vending_machine.svg"},
{"key": "vending", "value": "bottle_return", "description": "🄿 Bottle Return Machine", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/vending_machine.svg"},
+4
View File
@@ -6002,6 +6002,10 @@
"name": "University Grounds",
"terms": "college,graduate school,PhD program,master's degree program"
},
"amenity/vacuum_cleaner": {
"name": "Vacuum Cleaning Station",
"terms": "car vacuum cleaner,car wash,carvac,suction"
},
"amenity/vehicle_inspection": {
"name": "Vehicle Inspection",
"terms": "car inspection"