Browse Source

change color

playgrounds
Axel Utech 6 years ago
parent
commit
7828c66bee
  1. 2
      children.json

2
children.json

@ -66,7 +66,7 @@
"markerSign": "{{ type_data.sign|raw }}",
"priority": "{{ type_data.priority }}",
"style": {
"fillColor": "{% if tags.playground!='' %}#3388ff{% else %}#1dc140{% endif %}"
"color": "{% if key == 'playground' %}#3388ff{% else %}#1dc140{% endif %}"
}
},
"info": [

Loading…
Cancel
Save