elpaso / qgis-formawarevaluerelationwidget

A Form-Aware Value Relation Widget plugin for QGIS
6 stars 8 forks source link

Get wkt_geom of the form's feature #17

Closed rldhont closed 6 years ago

rldhont commented 6 years ago

This feature is used to create geographic filter in the value relation context, like intersects( $geometry, geom_from_wkt( CurrentFormValue( 'wkt_geom' ) ) ) or distance( $geometry, geom_from_wkt( CurrentFormValue( 'wkt_geom' ) ) ) < 10

rldhont commented 6 years ago

Thanks! will you generate a new version ?

elpaso commented 6 years ago

Eventually, sure, now I'm busy on other tasks.

elpaso commented 6 years ago

@rldhont new version uploaded!

rldhont commented 6 years ago

Thanks!