• Oslo, Norway
  • Joined on 2025-02-17
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…
olemd closed issue olemd/skyview#21 2025-09-01 19:46:38 +02:00
Debian package upgrade fails to restart systemd service
olemd commented on issue olemd/skyview#14 2025-09-01 19:46:38 +02:00
Aircraft markers show as plain circles despite known type

Root Cause Found: The loadIcons() function was only loading 6 out of 10 available aircraft icon files.

Problem: Aircraft with weight-based ADS-B categories (heavy, large, light, medium)…

olemd pushed to main at olemd/skyview 2025-09-01 19:46:16 +02:00
9381ca8f8d fix: Load all aircraft icon types to prevent fallback to circles - resolves #14
olemd closed issue olemd/skyview#14 2025-09-01 19:46:16 +02:00
Aircraft markers show as plain circles despite known type
olemd commented on issue olemd/skyview#12 2025-09-01 19:44:26 +02:00
Fix Signal Strength CSS Class Inconsistency

Fixed by aligning CSS class names with JavaScript implementation.

Problem: CSS defined classes as .rssi-strong, .rssi-good, etc. while JavaScript used .signal-strong, .signal-good,…

olemd pushed to main at olemd/skyview 2025-09-01 19:44:15 +02:00
1bf030da53 fix: Correct signal strength CSS class names to match JavaScript - resolves #12
olemd closed issue olemd/skyview#12 2025-09-01 19:44:15 +02:00
Fix Signal Strength CSS Class Inconsistency
olemd commented on issue olemd/skyview#2 2025-09-01 17:45:29 +02:00
Add zoom-to-fit functionality to include all tracked aircraft

This functionality has been implemented and is available as the 'Center Map' button in the map controls.

Implementation Details:

  • Button located in map controls next to 'Reset Map' -…
olemd closed issue olemd/skyview#2 2025-09-01 17:45:19 +02:00
Add zoom-to-fit functionality to include all tracked aircraft
olemd deleted branch feature/logo-and-branding-issue-38 from olemd/skyview 2025-09-01 17:43:47 +02:00