diff --git a/cycleway_types.yaml b/cycleway_types.yaml index d9f0bb8..2ac1ced 100644 --- a/cycleway_types.yaml +++ b/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 }}