feat: OpenStreetMap map view in the TUI#110
Draft
zsoerenm wants to merge 1 commit into
Draft
Conversation
Render the fix on an OpenStreetMap tile in the terminal via UnicodeMaps.jl, with +/- zoom and hjkl pan; falls back to the coordinates + Google Maps link when there is no fix or no network. Adds a map background task, map model state and the map keybindings back. Stacked on #108 (polish-tui). Adds UnicodeMaps.jl as a git [sources] dependency until it is registered in General. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## polish-tui #110 +/- ##
==============================================
- Coverage 89.98% 87.32% -2.66%
==============================================
Files 9 9
Lines 819 876 +57
==============================================
+ Hits 737 765 +28
- Misses 82 111 +29 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stacked on #108. Adds the in-terminal OpenStreetMap map that #108 deferred: renders the fix on an OSM tile (via UnicodeMaps.jl) in the Location/Map panel, with
+/-zoom andhjklpan, falling back to coordinates + a Google Maps link when there's no fix or network.Draft / blocked on:
polish-tui; retarget tomainonce feat: replace terminal GUI with an interactive Tachikoma dashboard #108 lands).[sources]git entry can be dropped and the benchmark resolves.Kept as a stacked PR so the map work isn't lost while #108 ships map-free.