diff --git a/car_routes.json b/car_routes.json new file mode 100644 index 0000000..2cb3ba7 --- /dev/null +++ b/car_routes.json @@ -0,0 +1,47 @@ +{ + "type": "overpass", + "name": { + "en": "Car routes" + }, + "query": { + "10": "relation[type=route][route=road]" + }, + "members": true, + "feature": { + "description": "{% if tags.network %}{{ tagTrans('network', tags.network) }}{% endif %}", + "listMarkerSymbol": "{{ markerLine({ 'width': 4, 'color': '#ff0000' )].color })|raw }}", + "styles": "" + }, + "memberFeature": { + "pre": [ + "{% set refs = [] %}", + "{% if tags.ref %}", + " {% set refs = refs|merge([ tags.ref ]) %}", + "{% endif %}", + "", + "{% for master in masters %}", + " {% if master.tags.ref %}", + " {% set refs = refs|merge([ master.tags.ref ]) %}", + " {% endif %}", + "{% endfor %}" + ], + "body": [ + "

Routes

", + "" + ], + "listExclude": "1", + "style": { + "color": "#ff0000", + "width": 4, + "opacity": 1, + "text": "{{ refs|join(' ') }} ", + "textRepeat": "1", + "textOffset": "12", + "textFontWeight": "bold" + } + } +} diff --git a/index.json b/index.json index 7e3ca9a..dfcb4ee 100644 --- a/index.json +++ b/index.json @@ -217,6 +217,9 @@ }, { "id": "car_maxspeed" + }, + { + "id": "car_routes" } ] }