Skip to content

fix: correct AIRCRAFT_JSON_URL default and implement verticalRate display#63

Open
fix2015 wants to merge 1 commit into
cpaczek:mainfrom
fix2015:fix/readme-url-and-vertical-rate-display
Open

fix: correct AIRCRAFT_JSON_URL default and implement verticalRate display#63
fix2015 wants to merge 1 commit into
cpaczek:mainfrom
fix2015:fix/readme-url-and-vertical-rate-display

Conversation

@fix2015

@fix2015 fix2015 commented Jul 15, 2026

Copy link
Copy Markdown
  • Fix AIRCRAFT_JSON_URL default from /aircraft.json to /data/aircraft.json in README, pi-setup service, install script, and pi-setup README
  • Implement verticalRate display in labelLines() renderer — the showFields.verticalRate toggle existed in config and control panel but had no effect

…icalRate display

The documented default URL for AIRCRAFT_JSON_URL was missing the /data/
prefix that the server code actually uses. Updated README, pi-setup docs,
systemd service, and install script to match the real default of
http://localhost:8080/data/aircraft.json.

The showFields.verticalRate toggle existed in config and control panel but
was never checked in labelLines(), so enabling it had no effect. Added the
missing check so baroRate is rendered in the label when the toggle is on.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant