• Oslo, Norway
  • Joined on 2025-02-17
olemd pushed to feature/3d-radar-enhancements-issue-41 at olemd/skyview 2025-09-02 19:30:13 +02:00
275a346e85 feat: Implement comprehensive signal quality visualization and enhanced trail effects
51a74ac85e feat: Implement aircraft type differentiation and movement indicators
c6aab821a3 feat: Enhance flight trails with historical altitude data and fix label display
fec2f111a1 feat: Complete 3D radar enhancements with labels, interactions, and trails
Compare 4 commits »
olemd created branch feature/3d-radar-enhancements-issue-41 in olemd/skyview 2025-09-02 19:30:13 +02:00
olemd commented on issue olemd/skyview#41 2025-09-02 19:28:54 +02:00
feat: Enhance 3D radar view with trails, labels, and click interactions

Issue Complete - All Core Features Implemented

Implementation Summary

This issue has been successfully completed with all requested features implemented across multiple…

olemd commented on issue olemd/skyview#41 2025-09-02 19:28:36 +02:00
feat: Enhance 3D radar view with trails, labels, and click interactions

Issue Complete - All Core Features Implemented

Implementation Summary

This issue has been successfully completed with all requested features implemented across multiple…

olemd commented on issue olemd/skyview#42 2025-09-02 19:27:40 +02:00
feat: Advanced 3D radar visual enhancements and aircraft differentiation

🎉 Phase 1 Implementation Complete - Visual Quality Next

Completed Features (Commits 51a74ac, c6aab82, 275a346)

1. Aircraft Type Differentiation COMPLETE

olemd opened issue olemd/skyview#43 2025-09-01 21:18:51 +02:00
feat: Advanced 3D radar environmental and model enhancements
olemd opened issue olemd/skyview#42 2025-09-01 21:15:00 +02:00
feat: Advanced 3D radar visual enhancements and aircraft differentiation
olemd pushed to main at olemd/skyview 2025-09-01 20:30:46 +02:00
2ba2192044 fix: Clean up excessive debug logging in JavaScript console
olemd opened issue olemd/skyview#41 2025-09-01 20:25:32 +02:00
feat: Enhance 3D radar view with trails, labels, and click interactions
olemd deleted branch feature/3d-radar-controls-issue-9 from olemd/skyview 2025-09-01 20:23:51 +02:00
olemd pushed to main at olemd/skyview 2025-09-01 20:23:50 +02:00
7d54aa4fae Merge pull request 'feat: Implement 3D Radar View Controls - resolves #9' (#40) from feature/3d-radar-controls-issue-9 into main
a2cf9d8fdb feat: Implement 3D Radar View Controls - resolves #9
Compare 2 commits »
olemd closed issue olemd/skyview#9 2025-09-01 20:23:50 +02:00
Implement 3D Radar View Controls
olemd merged pull request olemd/skyview#40 2025-09-01 20:23:50 +02:00
feat: Implement 3D Radar View Controls - resolves #9
olemd created pull request olemd/skyview#40 2025-09-01 20:22:43 +02:00
feat: Implement 3D Radar View Controls - resolves #9
olemd pushed to feature/3d-radar-controls-issue-9 at olemd/skyview 2025-09-01 20:22:31 +02:00
a2cf9d8fdb feat: Implement 3D Radar View Controls - resolves #9
olemd created branch feature/3d-radar-controls-issue-9 in olemd/skyview 2025-09-01 20:22:31 +02:00
olemd pushed to main at olemd/skyview 2025-09-01 19:59:36 +02:00
4c9215b535 fix: Gate embedded files debug output behind verbose flag
olemd pushed to main at olemd/skyview 2025-09-01 19:54:26 +02:00
11eda62e8b fix: Update SQLite driver name from 'sqlite3' to 'sqlite'
olemd pushed to main at olemd/skyview 2025-09-01 19:53:09 +02:00
41c7758f69 feat: Eliminate CGO dependency by switching to pure Go SQLite
olemd commented on issue olemd/skyview#21 2025-09-01 19:46:46 +02:00
Debian package upgrade fails to restart systemd service

Issue Status: Already resolved in current codebase.

Verification: Examined the Debian package scripts and found they were already fixed:

prerm script (debian/DEBIAN/prerm):

  • Lines…