GIScience / orstools-qgis-plugin

Plugin for QGIS with a set of tools to use openrouteservice API´s, based on openstreetmap
https://plugins.qgis.org/plugins/ORStools/
MIT License
91 stars 31 forks source link

Add styling from `.qml`-file #149

Closed koebi closed 6 months ago

koebi commented 3 years ago

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

  1. easily style any layer using the builtin qgis tools, then exporting .qml
  2. iterate this process for any neccessary changes
  3. apply the same style multiple times without repeating code
MichaelsJP commented 8 months ago

good resource to find the most suitable colour ramps: https://github.com/GIScience/ors-map-client/pull/298