https://github.com/igrmk/mmmm
Google My Maps to MAPS.ME KML converter
https://github.com/igrmk/mmmm
google-maps kml maps-me organic-maps
Last synced: about 1 year ago
JSON representation
Google My Maps to MAPS.ME KML converter
- Host: GitHub
- URL: https://github.com/igrmk/mmmm
- Owner: igrmk
- License: mit
- Created: 2019-05-27T18:03:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-28T21:17:48.000Z (almost 2 years ago)
- Last Synced: 2024-09-21T09:15:32.132Z (over 1 year ago)
- Topics: google-maps, kml, maps-me, organic-maps
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Google My Maps to MAPS.ME KML converter
=======================================
[](https://pypi.org/project/mmmm/)
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.
Usage
-----
mmmm google-maps.kml > maps-me.kml
Or go to [Mmmm](https://mmm.city) and convert your KML online.
Installation
------------
pipx install mmmm
Development
-----------
You can create a virtual environment for testing by executing the commands below:
micromamba env create --prefix ./.venv --file environment.yml
micromamba activate ./.venv
Then, from the project root directory, you can run the converter with the following command:
python -m mmmm google-maps.kml
Thanks to
---------
[](https://www.jetbrains.com/?from=mmmm)