feat(map): cache and search reference stations

This commit is contained in:
Codex
2026-07-25 15:37:53 +03:00
parent fe274872e4
commit 951b884c4b
10 changed files with 1108 additions and 2 deletions
+1
View File
@@ -12,6 +12,7 @@
"test:streaming-cache-fill": "node scripts/smoke-streaming-cache-fill.mjs",
"test:zone-source": "node --test test/zone-source-snapshot.test.mjs",
"test:zone-source-route": "node scripts/smoke-zone-source.mjs",
"test:reference-stations": "node --test test/reference-station-source.test.mjs",
"audit:engine-cache": "node scripts/audit-engine-cache.mjs",
"import:engine-cache": "node scripts/import-engine-cache.mjs"
},