From 237da4bd7d841147da75ba878ce58abdc8afc56a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Sat, 9 May 2020 07:06:18 +0200 Subject: [PATCH] cycle_directions-pattern: crisper arrows --- cycle_directions-pattern.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/cycle_directions-pattern.json b/cycle_directions-pattern.json index 96c95a3..5334dbc 100644 --- a/cycle_directions-pattern.json +++ b/cycle_directions-pattern.json @@ -30,11 +30,12 @@ "style": { "width": "0", "pattern": "arrowHead", - "pattern-offset": "14", + "pattern-offset": "17", "pattern-repeat": "25", "pattern-polygon": "true", - "pattern-pixelSize": "{% if tags.highway == 'cycleway' %}5{% else %}7{% endif %}", + "pattern-pixelSize": "{% if tags.highway == 'cycleway' %}7{% else %}9{% endif %}", "pattern-path-color": "{% if tags.highway == 'cycleway' %}#007f00{% else %}#000000{% endif %}", + "pattern-path-width": "1", "pattern-path-fillOpacity": "1", "pattern-angleCorrection": "{% if oneway == -1 %}180{% else %}0{% endif %}" }, @@ -45,7 +46,8 @@ "pattern-offset": "0", "pattern-repeat": "25", "pattern-polygon": "true", - "pattern-pixelSize": "5", + "pattern-pixelSize": "7", + "pattern-path-width": "1", "pattern-path-color": [ "{% if tags.oneway in [ 'yes', '1' ] and (tags.cycleway in [ 'opposite_track' ] or attribute(tags, 'cycleway:left') in [ 'opposite_track' ] or attribute(tags, 'cycleway:right') in [ 'opposite_track' ]) %}", "#00af00",