Adding filtered object output to map widget in workshop

I have 2 widgets one for list filter and the other one is map. In order to set the filtered object to the map I did the following:

  1. The data layer is the input object, the same as the filter widget.
  2. The object set to map is the same object set as the filter widget.
  3. In object set selection filter, I selected the filter output variable of the filter widget.
  4. Recompute value is at automatic.
    When I apply the filters in the filter widget for the object, the same object is not updated in the map.

It sounds like you are using the same object set as an input for both the filter list and the map (for the data layer). What you instead need to do is create a new object set that is filtered using the filter output variable and set that as the input for the data layer on the map widget.

2 Likes