From 22c42b24b0ef7edf4e28e0bc59b7bbe49ce0861d Mon Sep 17 00:00:00 2001 From: Drew M Johnson Date: Tue, 14 Dec 2021 09:13:44 -0800 Subject: [PATCH] Add fields to building=construction preset (#171) * Add fields to building=construction preset Add opening_date and check_date fields to the building=construction preset * Fixed commas * Add "construction" field --- data/presets/building/construction.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/data/presets/building/construction.json b/data/presets/building/construction.json index cd5884e00..a1dc8ed6e 100644 --- a/data/presets/building/construction.json +++ b/data/presets/building/construction.json @@ -1,5 +1,12 @@ { "icon": "maki-building", + "fields": [ + "name", + "construction", + "address", + "opening_date", + "check_date" + ], "geometry": [ "area" ],