opengisch / QGIS-Usability-improvement-roundhouse-kick

A list of nice small enhancements or fixes
1 stars 0 forks source link

Allow to use fields for SVG parameters #12

Closed 3nids closed 3 years ago

3nids commented 4 years ago

Color and width are currently allowed as parameters in SVG.

When used as a symbol, if there are some parameters in the SVG which are named as fields, they could be dynamically replaced.

see https://gis.stackexchange.com/questions/45180/how-to-create-svg-symbols-that-have-modifiable-fill-color-stroke-color-and-stro

following the same idea, we would have <text text-anchor="end" x="60" y="110">qgis_expression(my_field)</text>

3nids commented 3 years ago

this is now in QGIS