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

Implement Metadata-Based Layer Discovery and Association for Tree Model Nodes in QGIS #315

Open
timlinux opened this issue Sep 25, 2024 · 0 comments
Assignees

Comments

@timlinux
Copy link
Contributor

This task involves creating a mechanism to automatically discover and associate map layers in QGIS with nodes (indicators, factors, dimensions) in the tree model by analyzing the metadata of each layer loaded in QGIS. The process includes:

  1. Metadata Scanning: Scan metadata of each layer loaded in QGIS for relevant keywords or categories that match node names in the tree model.
  2. Association Logic: Automatically associate the matching layer with the corresponding node as the primary layer.
  3. Setting Default Layer: In the QGIS map layer combo box, set the discovered layer as the default.
  4. Error Handling: Provide feedback when no matching layers are found or if multiple matches are detected.
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

3 participants