An open API service indexing awesome lists of open source software.

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.

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
```