How is it possible to search feature on Qgis? I have lots of points with Id. Is is possible to search points using ID?
Update:
I'm looking for a solution that centers the map to that point.
|
How is it possible to search feature on Qgis? I have lots of points with Id. Is is possible to search points using ID? Update: I'm looking for a solution that centers the map to that point. |
||||
|
|
|
"Find by attributes" plugin has an "auto zoom" to the features that were found. It can reduce the number of necessary clicks. |
|||
|
|
|
You have a search option in the attribute table , where you can search the features on the basis of their attribute fields. |
|||
|
the query-builder should do the desired action (when I understand your question right). right click on the point-layer in the left paneland select query and enter your query e.g. id >100 |
|||
|
|