From 958eb4a8cc5f76160661a0163e17f9fdf8a95ac8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?=
 <plepe@noreply.openstreetbrowser.org>
Date: Wed, 11 Apr 2018 07:58:30 +0200
Subject: [PATCH] Update 'historic.json'

---
 historic.json | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/historic.json b/historic.json
index 48e272730..ae23d0ede 100644
--- a/historic.json
+++ b/historic.json
@@ -24,6 +24,9 @@
             "node[historic~\"^(castle|archaeological_site|battlefield|monument)$\"];",
             "way[historic~\"^(castle|archaeological_site|battlefield|monument)$\"];",
             "relation[historic~\"^(castle|archaeological_site|battlefield|monument)$\"];",
+            "node[heritage~\"^(1|2|3|4)$\"];",
+            "way[heritage~\"^(1|2|3|4)$\"];",
+            "relation[heritage~\"^(1|2|3|4)$\"];",
             ")"
         ],
         "14": [
@@ -31,11 +34,17 @@
             "node[historic];",
             "way[historic];",
             "relation[historic];",
+            "node[heritage];",
+            "way[heritage];",
+            "relation[heritage];",
             ")"
         ]
     },
     "feature": {
-        "description": "{{ tagTransList('historic', tags.historic) }}",
+        "description": [
+            "{{ tagTransList('historic', tags.historic) }}",
+            "{% if tags.heritage %}{{ keyTrans('heritage') }} ({{ tags.heritage }}){% endif %}"
+        ],
         "markerSign": "{{ const[tags.historic].sign|raw }}"
     },
     "info": [