https://github.com/igrmk/gammon-site
https://github.com/igrmk/gammon-site
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/igrmk/gammon-site
- Owner: igrmk
- Created: 2024-07-28T11:19:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-06-13T23:13:54.000Z (14 days ago)
- Last Synced: 2026-06-14T01:11:09.934Z (14 days ago)
- Language: JavaScript
- Size: 57.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Google My Maps to Organic Maps (MAPS.ME) KML converter
======================================================
This tool adapts KML files from Google My Maps
for use with [Organic Maps](https://organicmaps.app/) (and MAPS.ME),
striving to maintain color and icon accuracy.
Although Organic Maps supports fewer colors and icons,
the tool does its best to match the original as closely as possible.
Input on new icon mappings is appreciated.
Basically this tool is just a web wrapper around the [gammon](https://github.com/igrmk/gammon) converter
(`gammon-im` on PyPI).
Usage
-----
Go to [Gammon](https://gammon.im) and convert your KML.
Development
-----------
### Back End
You can set up the backend environment with [uv](https://docs.astral.sh/uv/):
cd backend
uv sync
Run `uv run ruff check` to lint the code.
### Front End
You can build the front end by executing the commands below:
cd frontend
nvm use
npm install
npm run build
I use [Biome](https://biomejs.dev/) to check and lint the code.
You can run it this way:
npx @biomejs/biome check