Skip to content

DX locator not moving when wsjt-x is making a contact#788

Merged
accius merged 2 commits intoaccius:Stagingfrom
alanhargreaves:wsjtx
Mar 20, 2026
Merged

DX locator not moving when wsjt-x is making a contact#788
accius merged 2 commits intoaccius:Stagingfrom
alanhargreaves:wsjtx

Conversation

@alanhargreaves
Copy link
Contributor

What does this PR do?

It looks like when refactoring the server code, the incorrect element names from a call to gridToLatLon(). Coords has elements {lat, lon}, not {latitude, longitude} when setting up state.clients[]. This PR addresses the so that the DX locator will be moved when wsjt-x indicates that we have selected a callsign.

Type of change

  • Bug fix
  • New feature
  • Performance improvement
  • Refactor / code cleanup
  • Documentation
  • Translation
  • Map layer plugin

How to test

Make an FT-8 contact while watching OHC.

Checklist

  • App loads without console errors
  • Tested in Dark, Light, and Retro themes
  • Responsive at different screen sizes (desktop + mobile)
  • If touching server.js: caches have TTLs and size caps (we serve 2,000+ concurrent users)
  • If adding an API route: includes caching and error handling
  • If adding a panel: wired into Modern, Classic, and Dockable layouts
  • No hardcoded colors — uses CSS variables (var(--accent-cyan), etc.)
  • No .bak, .old, console.log debug lines, or test scripts included

@accius accius merged commit b1101c7 into accius:Staging Mar 20, 2026
@alanhargreaves alanhargreaves deleted the wsjtx branch March 21, 2026 03:31
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.

2 participants