-
Notifications
You must be signed in to change notification settings - Fork 445
Description
Description
Check for the possibility of removing the connection between attribute table and other plugins (Identify, Query builder and the drawer). When one open other plugins are automatically closed.
- Connection with identify
- In the
web/client/epics/identify.jsthe feature grid is closed from identify epiccloseFeatureGridFromIdentifyEpic - In the
web/client/epics/featuregrid.jsthe identify is closed from feature grid epiccloseIdentifyWhenOpenFeatureGrid
- In the
- Connection with query builder
- In the
web/client/epics/featuregrid.jsthe all dock panel is closed from feature grid epiccloseRightPanelOnFeatureGridOpen
- In the
- Connection with drawer menu
- In the
web/client/epics/featuregrid.jsthe feature grid is closed on drawer menu openautoCloseFeatureGridEpicOnDrowerOpen
- In the
- In the
web/client/epics/featuregrid.jsthe feature grid opens automatically when the feature info closesautoReopenFeatureGridOnFeatureInfoClose
What kind of improvement you want to add? (check one with "x", remove the others)
- Minor changes to existing features
- Code style update (formatting, local variables)
- Refactoring (no functional changes, no api changes)
- Build related changes
- CI related changes
- Other... Please describe:
Other useful information
Reactions are currently unavailable