Merge pull request #5353 from Stormheg/fix/issue-5339

Add Carport preset
This commit is contained in:
Bryan Housel
2018-10-01 08:30:02 -04:00
committed by GitHub

View File

@@ -0,0 +1,21 @@
{
"icon": "fas-warehouse",
"fields": [
"height",
"capacity"
],
"geometry": [
"area"
],
"tags": {
"building": "carport"
},
"matchScore": 0.5,
"terms": [
"covered parking space",
"garage",
"car",
"porch"
],
"name": "Carport"
}