I'd like to have the ability for a user to select from a list of items and have the map zoom to that item. I can create this with both a Category Selector and a List.
However, with a Category Selector, subsequent selections are limited to what is visible in that map frame after the zoom.
Is there a way around this to have all items visible in the Category Selector regardless of zoom?
Solved! Go to Solution.
You should be able to, but may have a rogue action that is doing something you don't want it to. Double check all elements/widgets on your project (including the map), and make sure none of their actions are filtering your category selector. The selector should not filter unless triggered to do so.
Good Morning!
As far as I'm aware, items in lists or selectors should not disappear (be filtered) unless you previously set up an action to do so. When it comes to what's visible in the extent, it is due to a "map action" on the map to filter when the extent changes. Double check your map actions.
Are you still having this issue?
-Keenan
You should be able to, but may have a rogue action that is doing something you don't want it to. Double check all elements/widgets on your project (including the map), and make sure none of their actions are filtering your category selector. The selector should not filter unless triggered to do so.
Good to hear, happy mapping!