From 184500d58b7f1de47ed81078f62b80f2a845c1e5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= <skunk@xover.mud.at>
Date: Sun, 31 May 2020 15:51:20 +0200
Subject: [PATCH] buildings-start_date: include tag 'year_of_construction'

---
 buildings-start_date.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/buildings-start_date.json b/buildings-start_date.json
index 326f0b5..599a85e 100644
--- a/buildings-start_date.json
+++ b/buildings-start_date.json
@@ -24,6 +24,7 @@
             "{% if not start_date and attribute(tags, 'building:buildyear') %}{% set start_date = attribute(tags, 'building:buildyear') %}{% endif %}",
             "{% if not start_date and attribute(tags, 'year_built') %}{% set start_date = attribute(tags, 'year_built') %}{% endif %}",
             "{% if not start_date and attribute(tags, 'building:year') %}{% set start_date = attribute(tags, 'building:year') %}{% endif %}",
+            "{% if not start_date and attribute(tags, 'year_of_construction') %}{% set start_date = attribute(tags, 'year_of_construction') %}{% endif %}",
             "",
             "{% if start_date %}",
             "  {# equalize tagging mistakes - need to add QA messages #}",