Skip to content

Connection between Feature grid and other plugins #11747

@subashtiwari1010

Description

@subashtiwari1010

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.js the feature grid is closed from identify epic closeFeatureGridFromIdentifyEpic
    • In the web/client/epics/featuregrid.js the identify is closed from feature grid epic closeIdentifyWhenOpenFeatureGrid
  • Connection with query builder
    • In the web/client/epics/featuregrid.js the all dock panel is closed from feature grid epic closeRightPanelOnFeatureGridOpen
  • Connection with drawer menu
    • In the web/client/epics/featuregrid.js the feature grid is closed on drawer menu open autoCloseFeatureGridEpicOnDrowerOpen
  • In the web/client/epics/featuregrid.js the feature grid opens automatically when the feature info closes autoReopenFeatureGridOnFeatureInfoClose

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

Metadata

Metadata

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions