From 0fcccfccb36125727e7028c83f7533b7ef042457 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Thu, 25 Jan 2018 22:10:30 +0100 Subject: [PATCH] Children: Map key --- children.json | 35 ++++++++++++++++++++++++++++++----- 1 file changed, 30 insertions(+), 5 deletions(-) diff --git a/children.json b/children.json index a44a3de..d9705d6 100644 --- a/children.json +++ b/children.json @@ -39,16 +39,41 @@ ], "markerSign": [ "{% if tags.leisure=='playground' %}", - "⛹", + "⛹", "{% elseif tags.leisure=='summer_camp'%}", - "🏕", + "🏕", "{% elseif tags.leisure=='indoor_play' or tags.kids_area %}", - "🏠", + "🏠", "{% elseif tags.shop=='baby_goods' or tags.shop=='toys' %}", "", "{% elseif tags.amenity=='toilets' and tags.diaper %}", - "🚽🚼", + "🚽🚼", "{% endif %}" ] - } + }, + "info": [ + "", + " ", + " ", + " ", + " ", + "", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "
{{ markerCircle({})|raw }}
{{ tagTrans('leisure', 'playground') }}
{{ markerCircle({})|raw }}
🏕
{{ tagTrans('leisure', 'summer_camp') }}
{{ markerCircle({})|raw }}
🏠
{{ keyTrans('kids_area') }}
{{ markerCircle({})|raw }}
{{ keyTrans('shop') }}
{{ markerCircle({})|raw }}
🚽🚼
{{ tagTrans('amenity', 'toilets') }} with diaper changing table
" + ] } \ No newline at end of file