Browse Source

change style

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

6
children.json

@ -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>",

Loading…
Cancel
Save