Browse Source

change style

playgrounds
aAXEe 6 years ago
parent
commit
3d3901dae6
  1. 6
      children.json

6
children.json

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

Loading…
Cancel
Save