filter display

If I want to filter and display a certain layer and only show features that meet the conditions, how should I operate? For example, I only want to display point features with an elevation greater than 100 and less than 140. Or how do I display only point features with time after 8 o'clock, name equal to "valid", and depth greater than 6 meters?

Tagged:

Answers

  • One solution, what I might call the brute force method- Copy the layer, open layer attributes, sort by the appropriate column, delete the ones not needed.

  • Strongly suggest to imprve this issue in next small version,it's really a basic function for a gis software.