From a1f4643d8b28091635be46561922a17533f6943e Mon Sep 17 00:00:00 2001 From: Tomas Vajda Date: Mon, 30 Sep 2019 11:54:33 +0200 Subject: [PATCH] Add historic and castle_type tags --- yaml/buildings.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/yaml/buildings.yaml b/yaml/buildings.yaml index 3621e1ec6..c8c146fca 100644 --- a/yaml/buildings.yaml +++ b/yaml/buildings.yaml @@ -19,7 +19,9 @@ globals: building_levels: {col: "building:levels"} building_min_levels: {col: "building:min_levels"} building_material: {col: "building:material"} + castle_type: {col: castle_type} height: {col: height} + historic: {col: historic} min_height: {col: min_height} layer: {col: layer} location: {col: location}