Routing: Konfigurationsparameter fehlt

Issue #1100 open
Stolz created an issue

Hallo zusammen,

in \routing\utils\map\directions\route\directionsRouteStyle.js ist die Transparenz fix, es fehlt die Möglichkeit diese zu konfigurieren:

        new Style({
            stroke: new Stroke({
                color: [...styleSetting.fillColor, 1.0],
                width: styleSetting.width
            })
        })

Statt fix “1.0” besser “...styleSetting.fillOpacity” ?

Ist eher ein feature und wurde seit Anbeginn nicht berücksichtigt.

Danke&VG

Dietmar Stolz

Comments (2)

  1. Log in to comment