PWA for showing current position in SWEREF 99 TM. Works offline after first visit.
- Shows GPS coordinates in SWEREF 99 TM format
- Works offline with ServiceWorker caching
- Compensates for ITRF/ETRS89 continental drift
- LLMs file - Curated overview and documentation links for LLM and agent use
- SWEREF 99 Definition Verification - Complete verification of coordinate system definition with traceable references
- Software Bill of Materials - Direct runtime, build, and test dependencies with license references
- Test Suite Documentation - Overview of the current Jest-based unit test coverage
- Install dependencies with
npm ci - Run the test suite with
npm test - Build the browser bundle with
make script.js - The browser bundle is compiled from
src/script.tsinto_site/script.jsfor local testing and deployment