mirror of
https://github.com/IAmTomShaw/f1-race-replay.git
synced 2026-05-09 16:35:49 +02:00
[GH-ISSUE #260] [Enhancement] Track Position Map: render real circuit geometry with view mode toggle #55
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/f1-race-replay#55
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @4f4d on GitHub (Mar 20, 2026).
Original GitHub issue: https://github.com/IAmTomShaw/f1-race-replay/issues/260
Description
The Track Position Map insight currently uses a circular schematic to display driver positions. While effective for visualising relative gaps, it doesn't convey the actual circuit layout.
Proposal
Render the real circuit geometry in the Track Position Map using the boundary data already computed by
build_track_from_example_lap():Motivation
Affected Files
src/interfaces/race_replay.py— telemetry payloadsrc/insights/track_position_window.py— rendering + toggle UIsrc/gui/insights_menu.py— description text@4f4d commented on GitHub (Mar 20, 2026):
PR open at #261
Happy to make any adjustments based on feedback.