Skip to content

Updated RoverMap Code#13

Merged
logbasem merged 27 commits intomainfrom
rovermap-revamp
May 28, 2025
Merged

Updated RoverMap Code#13
logbasem merged 27 commits intomainfrom
rovermap-revamp

Conversation

@logbasem
Copy link
Contributor

@logbasem logbasem commented May 19, 2025

Updated the map server code:

  • Removed local leaflet implementation and replaced with npm + vite
  • Modernized outdated methods by switching to a modular structure
  • Separated index.js into multiple files for a clearer structure and better readability
  • Generated map tiles using QGIS, which are currently stored in the dist folder on my local computer. Will need to put that on a flashdrive for comp
  • Successfully tested offline mode
  • Created websockets support for current Rover coordinate on frontend, using fake gps server found in gps_webtransport_server/src/main.rs

UI Screenshots

Screen Shot 2025-05-18 at 11 10 37 PM image

@logbasem logbasem linked an issue May 19, 2025 that may be closed by this pull request
5 tasks
@logbasem logbasem requested a review from onkoe May 19, 2025 04:15
Copy link
Member

@onkoe onkoe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i can kinda review from vscode, but please remove the giant dist/ folder. it won't load on GitHub 😭🥹

@logbasem logbasem mentioned this pull request May 28, 2025
2 tasks
@logbasem logbasem merged commit e8cd932 into main May 28, 2025
@logbasem logbasem deleted the rovermap-revamp branch May 28, 2025 17:55
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.

Rewrite leaflet map

2 participants