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

Enhancement of Feature Search and Display Capabilities #13

Closed
MisterGC opened this issue Jun 21, 2023 · 3 comments
Closed

Enhancement of Feature Search and Display Capabilities #13

MisterGC opened this issue Jun 21, 2023 · 3 comments
Labels
Styling Touches erdblick WASM style sheet processing. Unrefined
Milestone

Comments

@MisterGC
Copy link
Contributor

MisterGC commented Jun 21, 2023

The existing feature search in our map viewer currently supports conditions based on attribute values, which helps in extracting a range of features like 'All roads with a speed limit < 50 km/h'. This feature request is aimed at extending the current search and display capabilities, by incorporating more specificity and flexibility. This will ultimately aid in more precise visualization and analysis of the map data.

Details:

1. Precision Marking of Feature Validity:

Current Situation: If an attribute has a defined validity like 'speed limit only valid for the first 50 meters of the road', the entire feature (road) is highlighted in the results.

Desired Enhancement: When the validity of a feature attribute is specific to a part of the feature, only that specific part should be highlighted or marked. For instance, if the speed limit is only valid for a specific stretch of the road, just this stretch should be marked instead of the entire road.

2. Extraction of Values in Searches:

Current Situation: The existing search functionality operates on a boolean basis (hit or miss).

Desired Enhancement: The search should allow for the extraction and display of attribute values. For instance, users should be able to request 'show the speed limits (as labels) of all roads that have a speed limit > 50' and get these values visibly marked on the map.

@MisterGC MisterGC changed the title Enhancement of Feature Search and Display Capabilities in Mapviewer Enhancement of Feature Search and Display Capabilities Jun 21, 2023
@MisterGC
Copy link
Contributor Author

Originally this request also covered heatmaps - I have now added a separate issue for that which expands this concept of coloring beyond heatmaps - have a look at #16

@josephbirkner josephbirkner added EPIC Realizing this feature-set will be spread across multiple issues. Styling Touches erdblick WASM style sheet processing. Unrefined labels Sep 29, 2023
@josephbirkner
Copy link
Collaborator

Idea two I think is covered by the filter-based label generation approach. I would move that to a separate issue. I think this issue should focus on aspect one, and we simply call it validity-based search results?

@josephbirkner josephbirkner removed the EPIC Realizing this feature-set will be spread across multiple issues. label Sep 29, 2023
@josephbirkner josephbirkner added this to the 2024.4 milestone Jun 14, 2024
@josephbirkner
Copy link
Collaborator

Follow-up issue: Allow setting the feature search scope to Attributes or Relations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Styling Touches erdblick WASM style sheet processing. Unrefined
Projects
None yet
Development

No branches or pull requests

2 participants