This tool adapts KML and KMZ files from Google My Maps for use with Organic Maps (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.
Formerly published as mmmm; now installed as gammon-im and run as gammon (online at
gammon.im).
If you installed the old package, migrate with pipx uninstall mmmm && pipx install gammon-im.
gammon google-maps.kml > organic-maps.kml
Or go to Gammon and convert your KML online.
pipx install gammon-im
Install uv, then sync the environment and run the converter or the linter:
uv sync
uv run gammon google-maps.kml > organic-maps.kml
uv run ruff check