Browse Source

fitness_trail: show marker with 'S' on all stations

fitness_trail
parent
commit
80ac3b519e
  1. 7
      fitness_trail.json

7
fitness_trail.json

@ -28,6 +28,9 @@
} }
}, },
"memberFeature": { "memberFeature": {
"pre": [
"{% set master0 = masters[0] %}"
],
"title": "{{ tags.name }}", "title": "{{ tags.name }}",
"body": [ "body": [
"<h4>Routes</h4>", "<h4>Routes</h4>",
@ -53,6 +56,8 @@
}, },
"style:hover": { "style:hover": {
"radius": "4" "radius": "4"
}
},
"markerSymbol": "{% if master0.role == 'station' %}{{ markerPointer({})|raw }}{% endif %}",
"markerSign": "{% if master0.role == 'station' %}S{% endif %} "
} }
} }
Loading…
Cancel
Save