You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Metadata Scanning: Scan metadata of each layer loaded in QGIS for relevant keywords or categories that match node names in the tree model.
Association Logic: Automatically associate the matching layer with the corresponding node as the primary layer.
Setting Default Layer: In the QGIS map layer combo box, set the discovered layer as the default.
Error Handling: Provide feedback when no matching layers are found or if multiple matches are detected.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: