Hi
I have a map widget in an experience. The source map contains 4 hosted feature layers of increasing-resolution generalisations of the same data. All 4 are ticked on, but the visibility ranges are set so that only one layer is visible at any one time as the map zooms in or out. If I click on the map, the pop-up returns info for the relevant features in the currently visible layer as expected (say 8 features).
However, If I use the select tool in the map at the same location, the 'Selected features' counter returns a count of 32 i.e. the selection is done on all 'ticked on' layers in the map, not just the currently visible one. This seems counter-intuitive to me, and when that selection could result in 100s of features being selected, it comes at a performance cost (selecting 4x as many features as is really necessary in my case).
I guess my question is, why do pop-ups return data only on layers in their visible range (correctly in my view), whilst the select tool selects on all layers regardless of that range (incorrectly I think)? Is it by design? Is it a flaw? Is there any way to remedy the issue?
thanks, Neil