{ "type": "overpass", "name": { "en": "Fitness trails" }, "query": { "14": "relation[type=route][route=fitness_trail]" }, "members": true, "feature": { "body": [ "{% set countMembers = 0 %}", "{% for member in members %}", "{% if const.roles[member.role] %}", "{% if countMembers == 0 %}

Route

{% endif %}" ], "description": "{{ tagTrans('route', 'fitness_trail') }}", "listMarkerSymbol": "{{ markerLine({ 'width': 4, 'color': '#007fff' })|raw }}", "markerSymbol": "", "style": { "opacity": 0, "z-index": 1, "width": 4 }, "style:hover": { "width": "4", "color": "#000000", "radius": "4" } }, "memberFeature": { "pre": [ "{% set master0 = masters[0] %}" ], "title": "{{ tags.name }}", "body": [ "

Routes

", "" ], "listExclude": "1", "style": { "color": "{{ '#007fff' }}", "width": 4, "opacity": 1, "textRepeat": "1", "textOffset": "12", "textFontWeight": "bold", "radius": "3" }, "style:hover": { "radius": "4" }, "markerSymbol": "{% if const.roles[master0.role] %}{{ markerPointer({})|raw }}{% endif %}", "markerSign": "{% if const.roles[master0.role] %}{{ const.roles[master0.role].sign|raw }}{% endif %} ", "popupReplace": "{% if masters|length == 1 %}{{ master0.id }}{% endif %}" }, "const": { "roles": { "station": { "sign": "" }, "information": { "sign": "🛈" }, "start": { "sign": "⚐" }, "stop": { "sign": "🏁" }, "start_stop": { "sign": "⚐" } } } }