Browse Source

car_maxspeed/railway-maxspeed: show speed (w/o unit) as label

maxspeed
parent
commit
e6838b8e2d
  1. 5
      car_maxspeed.json
  2. 5
      railway-maxspeed.json

5
car_maxspeed.json

@ -57,7 +57,10 @@
"listMarkerSymbol": "line",
"style": {
"width": "3",
"color": "{{ color }}"
"color": "{{ color }}",
"text": "{{ maxspeed }} ",
"textRepeat": "1",
"textFontWeight": "bold"
}
},
"const": {

5
railway-maxspeed.json

@ -55,7 +55,10 @@
"listMarkerSymbol": "line",
"style": {
"width": "3",
"color": "{{ color }}"
"color": "{{ color }}",
"text": "{{ maxspeed }} ",
"textRepeat": "1",
"textFontWeight": "bold"
}
},
"const": {

Loading…
Cancel
Save