Saturday, 5 March 2016

qgis - How to identify and highlight features programmatically?


In QGIS there is an option to select features of a selected layer using a "identify feature" tool. Then the feature get highlighted in a different color and attribute dialog is poping up. like that i want to highlight the multiple features programatically.


Ex: I have a set of vector layers which consists of number of roads as features. I need to select few roads by looking at its attributes and highlight.


Is there any way of achieving this using python code?




No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...