From 22f6affc74185eb9fdcb68d8e8248c8d8963ab53 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= <skunk@xover.mud.at>
Date: Tue, 6 Mar 2018 22:03:46 +0100
Subject: [PATCH] Update some map keys, wrong key for translation

---
 historic.json            | 2 +-
 pt_routes.json           | 2 +-
 tourism_attractions.json | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/historic.json b/historic.json
index 19eb553..4f0541f 100644
--- a/historic.json
+++ b/historic.json
@@ -43,7 +43,7 @@
         "{% if data.zoom <= map.zoom %}",
         "  <tr>",
         "    <td>{{ markerCircle({})|raw }}<div class='sign'>{{ data.sign|raw }}</div></td>",
-        "    <td>{{ tagTrans('amenity', value) }}</td>",
+        "    <td>{{ tagTrans('historic', value) }}</td>",
         "  </tr>",
         "{% endif %}",
         "{% endfor %}",
diff --git a/pt_routes.json b/pt_routes.json
index 78462e1..f650940 100644
--- a/pt_routes.json
+++ b/pt_routes.json
@@ -29,7 +29,7 @@
         "{% if data.zoom <= map.zoom %}",
         "  <tr>",
         "    <td>{{ markerCircle({fillColor:data.color})|raw }}<div class='sign'>{{ data.sign|raw }}</div></td>",
-        "    <td>{{ tagTrans('amenity', value) }}</td>",
+        "    <td>{{ tagTrans('route', value) }}</td>",
         "  </tr>",
         "{% endif %}",
         "{% endfor %}",
diff --git a/tourism_attractions.json b/tourism_attractions.json
index 5409208..480b185 100644
--- a/tourism_attractions.json
+++ b/tourism_attractions.json
@@ -35,7 +35,7 @@
         "{% for value, sign in const %}",
         "  <tr>",
         "    <td>{{ markerCircle({})|raw }}<div class='sign'>{{ sign|raw }}</div></td>",
-        "    <td>{{ tagTrans('amenity', value) }}</td>",
+        "    <td>{{ tagTrans('tourism', value) }}</td>",
         "  </tr>",
         "{% endfor %}",
         "</table>"