Browse Source

cycleway: fix markerSymbol by forcing '0' for offset

cycleway
parent
commit
00fd3e56a2
  1. 3
      cycleway_types.yaml

3
cycleway_types.yaml

@ -138,6 +138,8 @@ feature:
offset: |
{% if tags.segregated == 'yes' %}
{{ const.types[type].width / 2 - 1 }}
{% else %}
0
{% endif %}
pattern: |
@ -297,6 +299,7 @@ feature:
{{ const.otherInfrastructure[tags.cycleway].lineCap|default('round') }}
dashArray: |
{{ const.otherInfrastructure[tags.cycleway].dashArray|default('') }}
offset: 0
zIndex: |-
{{ tags.layer|default(0) - 0.1 }}

Loading…
Cancel
Save