mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-29 11:21:40 +02:00
Merge pull request #5453 from hikemaniac/vehicle_inspection
Add a preset for amenity=vehicle_inspection
This commit is contained in:
@@ -2704,6 +2704,10 @@ en:
|
||||
name: University Grounds
|
||||
# 'terms: college'
|
||||
terms: '<translate with synonyms or related terms for ''University Grounds'', separated by commas>'
|
||||
amenity/vehicle_inspection:
|
||||
# amenity=vehicle_inspection
|
||||
name: Vehicle Inspection
|
||||
terms: '<translate with synonyms or related terms for ''Vehicle Inspection'', separated by commas>'
|
||||
amenity/vending_machine:
|
||||
# amenity=vending_machine
|
||||
name: Vending Machine
|
||||
|
||||
@@ -151,6 +151,7 @@
|
||||
"amenity/toilets": {"icon": "maki-toilet", "fields": ["toilets/disposal", "operator", "building_area", "access_simple", "gender", "fee", "diaper"], "geometry": ["point", "vertex", "area"], "terms": ["bathroom", "restroom", "outhouse", "privy", "head", "lavatory", "latrine", "water closet", "WC", "W.C."], "tags": {"amenity": "toilets"}, "name": "Toilets"},
|
||||
"amenity/townhall": {"icon": "maki-town-hall", "fields": ["name", "operator", "address", "building_area"], "geometry": ["point", "area"], "terms": ["village", "city", "government", "courthouse", "municipal"], "tags": {"amenity": "townhall"}, "name": "Town Hall"},
|
||||
"amenity/university": {"icon": "maki-college", "fields": ["name", "operator", "address", "internet_access", "internet_access/ssid"], "geometry": ["point", "area"], "terms": ["college"], "tags": {"amenity": "university"}, "name": "University Grounds"},
|
||||
"amenity/vehicle_inspection": {"icon": "maki-car", "fields": ["name", "operator", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "terms": ["car inspection"], "tags": {"amenity": "vehicle_inspection"}, "name": "Vehicle Inspection"},
|
||||
"amenity/vending_machine": {"icon": "temaki-vending_machine", "fields": ["vending", "operator", "payment_multi", "currency_multi"], "geometry": ["point"], "terms": [], "tags": {"amenity": "vending_machine"}, "name": "Vending Machine"},
|
||||
"amenity/vending_machine/news_papers": {"icon": "temaki-vending_machine", "fields": ["vending", "operator", "fee", "payment_multi", "currency_multi"], "geometry": ["point"], "terms": ["newspaper"], "tags": {"amenity": "vending_machine", "vending": "news_papers"}, "reference": {"key": "vending", "value": "newspapers"}, "name": "Newspaper Vending Machine", "searchable": false},
|
||||
"amenity/vending_machine/cigarettes": {"icon": "temaki-vending_machine", "fields": ["vending", "operator", "payment_multi", "currency_multi"], "geometry": ["point"], "terms": ["cigarette"], "tags": {"amenity": "vending_machine", "vending": "cigarettes"}, "reference": {"key": "vending", "value": "cigarettes"}, "name": "Cigarette Vending Machine"},
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"icon": "maki-car",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"car inspection"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "vehicle_inspection"
|
||||
},
|
||||
"name": "Vehicle Inspection"
|
||||
}
|
||||
@@ -1022,6 +1022,13 @@
|
||||
"object_types": ["node", "area"],
|
||||
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/college-15.svg?sanitize=true"
|
||||
},
|
||||
{
|
||||
"key": "amenity",
|
||||
"value": "vehicle_inspection",
|
||||
"description": "Vehicle Inspection",
|
||||
"object_types": ["node", "area"],
|
||||
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/car-15.svg?sanitize=true"
|
||||
},
|
||||
{
|
||||
"key": "amenity",
|
||||
"value": "vending_machine",
|
||||
|
||||
Vendored
+4
@@ -3765,6 +3765,10 @@
|
||||
"name": "University Grounds",
|
||||
"terms": "college"
|
||||
},
|
||||
"amenity/vehicle_inspection": {
|
||||
"name": "Vehicle Inspection",
|
||||
"terms": "car inspection"
|
||||
},
|
||||
"amenity/vending_machine": {
|
||||
"name": "Vending Machine",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user