Browse Source

linz-hrvn, wien-hrvn: fix icon

master
parent
commit
8c88af5c86
  1. 6
      linz-hrvn.json
  2. 2
      wien-hrvn.json

6
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 %}", "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 }}", "description": "{{ const[tags.cycle_network].title }}",
"markerSymbol": "", "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) }}", "priority": "{{ const[tags.cycle_network].priority|default(4) }}",
"styles": "", "styles": "",
"style:hover": { "style:hover": {
@ -176,14 +176,14 @@
}, },
"const": { "const": {
"AT:Linz:Hauptrouten": { "AT:Linz:Hauptrouten": {
"title": "Basisroute",
"title": "Hauptroute",
"color": "#0000ff", "color": "#0000ff",
"proposedColor": "#ff0000", "proposedColor": "#ff0000",
"priority": 1, "priority": 1,
"zoom": 6 "zoom": 6
}, },
"AT:Linz:Nebenrouten": { "AT:Linz:Nebenrouten": {
"title": "Grundnetz",
"title": "Nebenroute",
"color": "#0066ff", "color": "#0066ff",
"proposedColor": "#ff4400", "proposedColor": "#ff4400",
"priority": 2, "priority": 2,

2
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 %}", "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 }}", "description": "{{ const[tags.cycle_network].title }}",
"markerSymbol": "", "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) }}", "priority": "{{ const[tags.cycle_network].priority|default(4) }}",
"styles": "", "styles": "",
"style:hover": { "style:hover": {

Loading…
Cancel
Save