feat: AR-GPS initial commit — Python + JavaScript PyQt5 (standalone desktop app) + FastAPI (charts REST router) + OpenLayers (frontend map)

This commit is contained in:
2026-07-03 12:15:59 -04:00
commit 346bc1ffcb
19 changed files with 7149 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
@echo off
cd /d "%~dp0"
echo.
echo GPS Navigator ^| Standalone PyQt5 App
echo ========================================
echo.
python main.py
pause