Implement AIS Test Map application with WebSocket-based vessel tracking and Mapbox integration.

This commit is contained in:
geoffsee
2025-07-21 17:26:53 -04:00
parent 2383684acb
commit 0a0c15a47e
11 changed files with 7930 additions and 5 deletions

13
ais-test-map/index.html Normal file
View File

@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AIS Test Map</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>