https://github.com/mvsde/omsi-to-lgln
Convert OMSI request URLs to LGLN URLs via a local proxy server.
https://github.com/mvsde/omsi-to-lgln
latitude lgln longitude map omsi utm
Last synced: 4 months ago
JSON representation
Convert OMSI request URLs to LGLN URLs via a local proxy server.
- Host: GitHub
- URL: https://github.com/mvsde/omsi-to-lgln
- Owner: mvsde
- License: mit
- Archived: true
- Created: 2018-08-19T04:35:46.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2022-02-12T06:40:31.000Z (over 3 years ago)
- Last Synced: 2025-02-04T04:49:43.713Z (4 months ago)
- Topics: latitude, lgln, longitude, map, omsi, utm
- Language: JavaScript
- Homepage:
- Size: 274 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OMSI to LGLN
Convert OMSI URLs to LGLN URLs via a local proxy server.
## Download
Get the [latest release](https://github.com/mvsde/omsi-to-lgln/releases/latest) from the GitHub releases section and run the server.
Example URL:
http://localhost:3000/?x=34589&y=21269&z=16
## Development
Download and install [Node.js](https://nodejs.org) for your operating system.
Install dependencies
```bash
npm install
# or
yarn
```Start development server
```bash
npm run dev
# or
yarn dev
```Build standalone executable
```bash
npm run build
# or
yarn build
```