Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manager map view layout button runtime behavior when table/s are available in the map #835

Open
3 tasks
azizaparveen opened this issue Sep 3, 2024 · 0 comments
Assignees
Milestone

Comments

@azizaparveen
Copy link
Collaborator

Describe requirements

We introduced Map view layout for Manager in this release, and we need to handle the behavior of the button for the following cases

We decided that we will add layer/table icon in layer switcher and disable table in the map view, so users won’t be able to select it, and this will prevent selecting table in the map view but what do we do with the scenario where is it already selected when map view opens.

We can prevent this using one solution, when layout switches to map view,

  • If there is only one layer, it will fall back to the feature layer,
  • If there are multiple layers, it will fall back to the first layer
  • If there are no feature layer (only tables), we can disable the map view layout icon (button) so they won’t be able to switch to map view when the table is selected.

Alternatives

No response

Other Relevant Info

No response

Impact

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants