Add GPS service and nautical base city data

- Implement `GpsService` with methods for position updates and enabling/disabling GPS.
- Introduce test data for nautical base cities with key attributes like population, coordinates, and images.
- Update dependencies in `bun.lock` with required packages such as `geojson`.
This commit is contained in:
geoffsee
2025-07-10 11:27:44 -04:00
parent 4b3dd2a1c3
commit 9da9fa777c
14 changed files with 618 additions and 84 deletions

View File

@@ -34,6 +34,7 @@
"typescript-eslint": "^8.34.1",
"vite": "^7.0.0",
"vite-tsconfig-paths": "^5.1.4",
"bevy_flurx_api": "^0.1.0"
"bevy_flurx_api": "^0.1.0",
"geojson": "^0.5.0"
}
}