mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-25 15:05:32 +00:00
Merge pull request #5353 from Stormheg/fix/issue-5339
Add Carport preset
This commit is contained in:
21
data/presets/presets/building/carport.json
Normal file
21
data/presets/presets/building/carport.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user