Convert OMSI URLs to LGLN URLs via a local proxy server.
Get the latest release from the GitHub releases section and run the server.
Example URL:
http://localhost:3000/?x=34589&y=21269&z=16
Download and install Node.js for your operating system.
Install dependencies
npm install
# or
yarnStart development server
npm run dev
# or
yarn devBuild standalone executable
npm run build
# or
yarn build