From 22f6affc74185eb9fdcb68d8e8248c8d8963ab53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= 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 %}", " ", " {{ markerCircle({})|raw }}
{{ data.sign|raw }}
", - " {{ tagTrans('amenity', value) }}", + " {{ tagTrans('historic', value) }}", " ", "{% 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 %}", " ", " {{ markerCircle({fillColor:data.color})|raw }}
{{ data.sign|raw }}
", - " {{ tagTrans('amenity', value) }}", + " {{ tagTrans('route', value) }}", " ", "{% 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 %}", " ", " {{ markerCircle({})|raw }}
{{ sign|raw }}
", - " {{ tagTrans('amenity', value) }}", + " {{ tagTrans('tourism', value) }}", " ", "{% endfor %}", ""