Browse Source

car_maxspeed: bugfix, rotate traffic sign when direction=0

cycleway
parent
commit
0f02b0844d
  1. 2
      car_maxspeed.yaml

2
car_maxspeed.yaml

@ -142,7 +142,7 @@ feature:
{% if not tags.highway %}
<span style='font-size: 8pt;
{% if tags.direction %}
{% if tags.direction != null %}
transform: rotate({{ tags.direction|parseDirection|default(0) + 180 }}deg);
{% endif %}

Loading…
Cancel
Save