From 752dff71e114c7af2fe319b7e90a40106e50cc38 Mon Sep 17 00:00:00 2001 From: archpdx Date: Mon, 3 Oct 2022 02:43:25 -0700 Subject: [PATCH] Add Fire Station Building preset (#603) --- data/presets/building/fire_station.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 data/presets/building/fire_station.json diff --git a/data/presets/building/fire_station.json b/data/presets/building/fire_station.json new file mode 100644 index 00000000..3b83a73c --- /dev/null +++ b/data/presets/building/fire_station.json @@ -0,0 +1,11 @@ +{ + "icon": "fas-house-fire", + "geometry": [ + "area" + ], + "tags": { + "building": "fire_station" + }, + "matchScore": 0.5, + "name": "Fire Station Building" +}