diff --git a/data/presets/building/_outbuilding.json b/data/presets/building/_outbuilding.json new file mode 100644 index 00000000..1cf2af3d --- /dev/null +++ b/data/presets/building/_outbuilding.json @@ -0,0 +1,12 @@ +{ + "icon": "maki-building", + "geometry": [ + "area" + ], + "tags": { + "building": "outbuilding" + }, + "matchScore": 0.5, + "name": "Outbuilding", + "searchable": false +} diff --git a/data/presets/building/allotment_house.json b/data/presets/building/allotment_house.json new file mode 100644 index 00000000..e1166dd0 --- /dev/null +++ b/data/presets/building/allotment_house.json @@ -0,0 +1,11 @@ +{ + "icon": "maki-building", + "geometry": [ + "area" + ], + "tags": { + "building": "allotment_house" + }, + "matchScore": 0.5, + "name": "Allotment House" +}