|
|
@ -27,6 +27,7 @@ |
|
|
|
] |
|
|
|
}, |
|
|
|
"feature": { |
|
|
|
"title": "{{ localizedTag(tags, 'name') |default(localizedTag(tags, 'operator')) | default(localizedTag(tags, 'ref')) | default(tagTrans('leisure', tags.leisure))| default(tagTrans('shop', tags.shop))| default(tagTrans('amenity', tags.amenity))| default(tagTrans('playground', tags.playground)) }}", |
|
|
|
"description": [ |
|
|
|
"{% if tags.leisure=='playground' %}", |
|
|
|
"{{ tagTrans('leisure', 'playground') }}", |
|
|
@ -54,7 +55,10 @@ |
|
|
|
"{% elseif tags.amenity=='toilets' and tags.diaper %}", |
|
|
|
"🚽🚼", |
|
|
|
"{% endif %}" |
|
|
|
] |
|
|
|
], |
|
|
|
"style": { |
|
|
|
"fillColor": "{% if tags.playground!=='' %}#3388ff{% else %}#1dc140{% endif %}" |
|
|
|
} |
|
|
|
}, |
|
|
|
"info": [ |
|
|
|
"<table>", |
|
|
|