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

[FEATURE] [Identify tool] Present referencing relations (in addition … #57863

Merged
merged 5 commits into from
Jun 25, 2024

Commits on Jun 24, 2024

  1. [FEATURE] [Identify tool] Present referencing relations (in addition …

    …to referenced ones), and support them on arbitrary nesting level
    
    Fixes qgis#48776
    
    Previously only referenced relations where presented when exploring a feature,
    now referenced ones are presented as well. Do that only when the user
    explicit unfolds a node, to avoid potential 'explosion' of the number of
    features in the tree in case of a huge database where all features would
    be connected through relations. If through relations a feature already
    present in an ancestor node is detected, it is omitted from the related
    features.
    
    Add setting parameters to disable showing referenced and referencing
    relations.
    
    Add a contextual menu item "Explore Feature" to be able to "re-center"
    the result of the identification tree on a nested feature, to limit the
    nesting depth.
    rouault committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    b7f1239 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56ad575 View commit details
    Browse the repository at this point in the history
  3. tests/src/app/: merge testqgsmaptoolidentifyaction.cpp and testqgside…

    …ntifyresultsdialog.cpp into testqgsidentify.cpp
    rouault committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    fca80da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    077a4c1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    76a0c7f View commit details
    Browse the repository at this point in the history