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

https://github.com/igrmk/gammon-site


https://github.com/igrmk/gammon-site

Last synced: 11 days ago
JSON representation

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