|
|
@ -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, |
|
|
|