Add Carport preset

This commit is contained in:
Storm Heg
2018-09-30 21:11:27 +02:00
parent 2fc023a000
commit 7c0fd1a76f
@@ -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"
}