Browse Source

car_maxspeed: do not fill areas (unless they have area=yes)

master
parent
commit
7d68c3a993
  1. 5
      car_maxspeed.yaml

5
car_maxspeed.yaml

@ -172,16 +172,21 @@ feature:
textRepeat: '1' textRepeat: '1'
textOffset: '4' textOffset: '4'
textFontWeight: bold textFontWeight: bold
fillOpacity: 0.5
fill: |-
{{ tags.area == 'yes' }}
style:left: style:left:
width: '2' width: '2'
color: |- color: |-
{{ colorB|default('#404040') }} {{ colorB|default('#404040') }}
offset: '-1' offset: '-1'
fill: false
style:right: style:right:
width: '2' width: '2'
color: | color: |
{{ colorF|default('#404040') }} {{ colorF|default('#404040') }}
offset: '1' offset: '1'
fill: false
style:traffic_sign: style:traffic_sign:
width: 0 width: 0
radius: 0 radius: 0

Loading…
Cancel
Save