Browse Source

Health: bugfix icons

maxspeed
parent
commit
6f93c24123
  1. 2
      health.json

2
health.json

@ -61,7 +61,7 @@
"{{ tagTransList('healthcare:speciality', attribute(tags, 'healthcare:speciality')) }}", "{{ tagTransList('healthcare:speciality', attribute(tags, 'healthcare:speciality')) }}",
"{% endif %}" "{% endif %}"
], ],
"markerSign": "{{ const[concat(key, '=', value)]|raw }}"
"markerSign": "{{ const[key ~ '=' ~ value]|raw }}"
}, },
"info": [ "info": [
"<table>", "<table>",

Loading…
Cancel
Save