You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generated routes/lines being rather invisible is a bother.
Using postProcessAlgorithm() as described here, we could load a .qml-file to style any output layers.
That would enable us to
easily style any layer using the builtin qgis tools, then exporting .qml
iterate this process for any neccessary changes
apply the same style multiple times without repeating code
The text was updated successfully, but these errors were encountered:
Style was chosen to follow the ors maps client.
Style is only overwritten on GUI usage, not for anything else. See discussion in the PR.
Fixes#149
Co-authored-by: Jakob Schnell <Jakob.Schnell@heigit.org>
Generated routes/lines being rather invisible is a bother.
Using
postProcessAlgorithm()
as described here, we could load a.qml
-file to style any output layers.That would enable us to
The text was updated successfully, but these errors were encountered: