Length of network inside areas
Open
- Dominant language
- Rust
- Stars
- 21
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Aside from showing the km^2 size of an area, one user has recommended the more meaningful measurement might be the total length of roads inside the area.
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue suggests adding a metric for total road length within an area, alongside existing area size. Look for where area metrics are calculated and displayed in the codebase, likely in modules handling map data or UI rendering. Start by finding the data structure representing roads and areas, then compute the sum of road segment lengths. Verify the change updates the UI correctly and test with sample maps.
Written by the indexing model from the issue text.
Assessment
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100