-
Notifications
You must be signed in to change notification settings - Fork 0
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
Source Model Traceability #15
Comments
I would see this issue more in mapget, to be honest. We need to be able to attach source model blobs to TileFeatureLayers, and then add source model references to attributes/geometry in an efficient way. On the erdblick side, we need to figure out how the user is supposed to interact with these links in the frontend. |
Ideas from @reinco:
|
Support will be implemented based on ndsev/mapget#75 For any feature aspect which has a Following a source data link will trigger a new inspection action, which replaces the content of the inspection panel with a view of the source data tree. The source data region identified by the source data address is highlighted. The source data layer selection + address is also encoded in the URL, so a link can be easily shared and the existing history-based inspection navigation can be used consistently. The source data view mainly consists of a PrimeNG TreeTable, as well as links to other Source Data Layers for the same tile. The download button in the Title Bar should lead to a raw source data attachment download. The TreeTable should support the following columns:
Other optional considerations:
|
Empower MapViewer users with the ability to trace back to the original source model from the MapViewer's feature model. This enhancement will provide a clearer understanding of the data's original structure and relationships, significantly enriching the MapViewer's analytical utility and usability.
Ideas:
Traceability Implementation: Enable users to visualize the pathway from the mapviewer's feature model aspects to their corresponding aspects in the original source model.
Interactive Association: Create a user-friendly interface allowing users to trace feature model aspects back to their source model origins.
Visual Indicators: Implement visual cues to highlight features in the common model and their source model origins, enhancing traceability.
Dynamic Exploration: Allow users to toggle between the common feature model view and its traced source model view, fostering deeper understanding and comparison.
Attribute Accessibility: Display the original attributes and metadata from the source model alongside the corresponding features in the common feature model.
Source Model Snapshot: Present a transformed representation of the source model, reflecting its original storage format within the MapViewer.
Benefits:
In-depth Data Comprehension: Users will achieve a thorough understanding of the common feature model and its tracing back to the original source model, bolstering data exploration.
Robust Analytical Capability: By enabling users to trace and compare the common feature model with its source, we can provide deeper insights and facilitate informed decision-making.
Seamless Traceability: The new feature will simplify the process of tracing back to original data sources, removing the need for external tools or manual processes.
User-friendly Navigation: An intuitive interface for tracing associations and switching views will render the MapViewer more accessible and easier to use.
In summary, this feature will enhance the MapViewer by enabling users to trace the origins of data in the common feature model back to its original source model, thereby offering a comprehensive, insightful data exploration experience.
The text was updated successfully, but these errors were encountered: