|
|
@ -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' %}", |
|
|
|
"<i class=\"fa fa-shopping-cart\"></i>", |
|
|
|
"{% elseif tags.amenity=='toilets' and tags.diaper %}", |
|
|
|
"🚽🚼", |
|
|
|
"🚽🚼", |
|
|
|
"{% endif %}" |
|
|
|
] |
|
|
|
} |
|
|
|
}, |
|
|
|
"info": [ |
|
|
|
"<table>", |
|
|
|
" <tr>", |
|
|
|
" <td>{{ markerCircle({})|raw }}<div class='sign'>⛹</div></td>", |
|
|
|
" <td>{{ tagTrans('leisure', 'playground') }}</td>", |
|
|
|
" </tr>", |
|
|
|
"", |
|
|
|
" <tr>", |
|
|
|
" <td>{{ markerCircle({})|raw }}<div class='sign'>🏕</div></td>", |
|
|
|
" <td>{{ tagTrans('leisure', 'summer_camp') }}</td>", |
|
|
|
" </tr>", |
|
|
|
" <tr>", |
|
|
|
" <td>{{ markerCircle({})|raw }}<div class='sign'>🏠</div></td>", |
|
|
|
" <td>{{ keyTrans('kids_area') }}</td>", |
|
|
|
" </tr>", |
|
|
|
" <tr>", |
|
|
|
" <td>{{ markerCircle({})|raw }}<div class='sign'><i class=\"fa fa-shopping-cart\"></i></div></td>", |
|
|
|
" <td>{{ keyTrans('shop') }}</td>", |
|
|
|
" </tr>", |
|
|
|
" <tr>", |
|
|
|
" <td>{{ markerCircle({})|raw }}<div class='sign'>🚽🚼</div></td>", |
|
|
|
" <td>{{ tagTrans('amenity', 'toilets') }} with diaper changing table</td>", |
|
|
|
" </tr>", |
|
|
|
"</table>" |
|
|
|
] |
|
|
|
} |