# Filter Elements on the Map

You can configure filters to display only some elements of the layer. To configure and apply filters:

1. Click on <img src="/files/uUomlc7oEO7LH09OQn3Y" alt="" data-size="line"> and then on ![img](/files/Lquwh0MjWNXdNrg8GBdT) **Filter elements on the map** to open **FILTER(S)** panel.
2. Click on <img src="/files/cJp8ZhatnvDCjyzGoJHL" alt="img" data-size="line"> to open the **Add filter** interface.
3. Select the attribute, the [operator](#filter-operators) and the attribute value(s).
4. Press **Add**. Only items in the layer that pass the filter are displayed on the map.

   <figure><img src="/files/EmvpE68aJ2e8O10bbDUx" alt=""><figcaption></figcaption></figure>
5. Click on the filter to open the **Update Filter** interface.
6. Click on <img src="/files/cJp8ZhatnvDCjyzGoJHL" alt="img" data-size="line"> to add a filter.
7. Check a filter to select it.
8. Click on <img src="/files/uC2id7o9KQrszGpjrvJf" alt="img" data-size="line"> to clear it or on <img src="/files/wt14HVV4m4vGtyaIgO1p" alt="img" data-size="line"> to disable.

The icon <img src="/files/vPLiKBy8v4MaUzulWNW3" alt="img" data-size="line"> displayed in the layer card indicates that this one has an active filter. Configured filters are enabled by default.

<figure><img src="/files/TL8UUYe2jhEpA7Hc6R3A" alt=""><figcaption></figcaption></figure>

## **Filter operators**

**equal to**: This operator filters a layer’s elements to display the elements whose attribute value (regardless of its type) is equal to one of the values selected by the user.

**not equal to**: This operator filters a layer’s elements to display the elements whose attribute value (regardless of its type) is different from the values selected by the user.

**contains**: This operator filters a layer’s elements to display the elements whose attribute value (text) contains the value selected by the user.

**does not contain**: This operator filters a layer's elements to display the elements whose attribute value (text) does not contain the value selected by the user.

**is empty**: This operator filters a layer’s elements to display the elements whose attribute (text) does not have a value.

**is not empty**: This operator filters a layer’s elements to display the elements whose attribute (text) has a value.

**is null**: This operator filters a layer’s elements to display the elements whose attribute value (regardless of its type) is null.

**is not null**: This operator filters a layer’s elements to display the elements whose attribute value (regardless of its type) is not null.

**interval**: This operator filters a layer's data based on time ranges defined using a start date, an end date and a reference date. The user therefore has a tool to display data that varies over time.

The layer must contain at least two date and/or timestamp attributes, one of these being the start Date/Time, and the other being the end Date/Time. The values of these dates can be NULL to indicate a start date that goes a long way back or an end date that is very far in the future.

A reference date is also needed. This date can be a specific date (in the past or in the future) or a current Date/Time, which indicates the present moment.

Only layer elements whose reference date is between the start and end date are displayed in the map.

The following figure illustrates this filter.

<figure><img src="/files/OrDjOYGYSRqxDfnHmDKi" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.k2geospatial.com/en2/applications-user/jmap-ng-user-guide/the-data/data-layers/filter-elements-on-the-map.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
