Hello - Does anyone know how to get this to work:
The framework doesn't seem to honor this. I just have a simple query to select one feature by attribute then want to use that result as the spatial filter "Intersects' for a second layer. As in: Select a parcel by ID, then use that result as the spatial filter to return intersecting flood zone(s) . . .
@TianWen - from what I am seeing in the ExB interaction it the Filter widget can consume output from the Query widget result, but not the other way around....
@TianWen - I also tried adding a second query widget where I just set up a simple attribute query. I had hoped that result might be available as an output for my spatial selection query widget, but it is not....
You can use the original data source (instead of output, Filter actually does not generate output ds) in the Query as a filter layer. Apply the Filter widget, then the filter layer will update according to the conditions. So you can use the filtered geometries to conduct a spatial filter.
Ok thanks for your time. I can't see anywhere to make that work. I cannot add - as a filter source for the query widget - a layer from the same page and map widget: The map source does not display. As you can see, the map source 'Planning Layers' does not appear under the 'Added' tab:
If the filter source does not come from the same page and map widget source, then it cannot act as filter source for the query widget. It is ignored.
If you can get that workflow to function, that's great but I can't.