diff --git a/linz-hrvn.json b/linz-hrvn.json index dfcd958..5eec49a 100644 --- a/linz-hrvn.json +++ b/linz-hrvn.json @@ -15,7 +15,7 @@ "title": "{% if tags.ref and tags.name %}{{ tags.ref }} - {{ tags.name }}{% elseif tags.ref %}{{ tags.ref }}{% elseif tags.name %}{{ tags.name }}{% endif %}", "description": "{{ const[tags.cycle_network].title }}", "markerSymbol": "", - "listMarkerSymbol": "{{ markerLine({ 'width': 4, 'color': const[network].color|default(const[''].color) })|raw }}", + "listMarkerSymbol": "{{ markerLine({ 'width': 4, 'color': const[tags.cycle_network].color|default(const[''].color) })|raw }}", "priority": "{{ const[tags.cycle_network].priority|default(4) }}", "styles": "", "style:hover": { @@ -176,14 +176,14 @@ }, "const": { "AT:Linz:Hauptrouten": { - "title": "Basisroute", + "title": "Hauptroute", "color": "#0000ff", "proposedColor": "#ff0000", "priority": 1, "zoom": 6 }, "AT:Linz:Nebenrouten": { - "title": "Grundnetz", + "title": "Nebenroute", "color": "#0066ff", "proposedColor": "#ff4400", "priority": 2, diff --git a/wien-hrvn.json b/wien-hrvn.json index d758a5c..d9b561b 100644 --- a/wien-hrvn.json +++ b/wien-hrvn.json @@ -16,7 +16,7 @@ "title": "{% if tags.ref and tags.name %}{{ tags.ref }} - {{ tags.name }}{% elseif tags.ref %}{{ tags.ref }}{% elseif tags.name %}{{ tags.name }}{% endif %}", "description": "{{ const[tags.cycle_network].title }}", "markerSymbol": "", - "listMarkerSymbol": "{{ markerLine({ 'width': 4, 'color': const[network].color|default(const[''].color) })|raw }}", + "listMarkerSymbol": "{{ markerLine({ 'width': 4, 'color': const[tags.cycle_network].color|default(const[''].color) })|raw }}", "priority": "{{ const[tags.cycle_network].priority|default(4) }}", "styles": "", "style:hover": {