Use the Filter overlay data feature to highlight or work with only the subset of data that matches specific conditions. This is useful when working with overlays containing many features or properties.
Accessing the filter panel
When you’ve added an overlay to your project:
- Select the overlay from the Overlays list.
- In the configuration panel, look at the Data section.
- Select Filter overlay data to open the filter modal.
Adding a filter
- In the Filter overlay data modal, select Add filter. This will add a new filter row.
- In the new row, select the Property input.
- The Choose filter property modal will open. Select the property you’d like to filter by.
- Choose a comparison operation from the dropdown:
- Equals
- Does not equal
- Starts with
- Ends with
- Contains
- Select a value for the filter:
- If the property is numeric, a value slider will appear.
- If the property is text, selecting the value field opens a dropdown of available values from the data.
Filter options
Each filter row includes the following controls:
- Enabled toggle: Turn a filter on or off without deleting it.
- Checkbox: Select the filter row. When one or more rows are selected, additional options will appear:
- Clone: Duplicate the selected filter row(s).
- Delete: Remove the selected filter row(s).
Match any vs Match all
Use the Match any / Match all toggle to determine how filters are applied:
- Match any: Returns results that match any of the filters (OR logic).
- Match all: Returns results that match all filters at once (AND logic).
💡 Tip: Use Match any to broaden results, or Match all to narrow down to specific combinations.