Metadata-Version: 2.1
Name: mmmm
Version: 1.0.2
Summary: Google My Maps to MAPS.ME KML converter
Home-page: https://github.com/igrmk/mmmm
Author: igrmk
Author-email: igrmkx@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: lxml
Requires-Dist: importlib-metadata ; python_version < "3.8"

Google My Maps to 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.

Usage
-----

    mmmm google-maps.kml > maps-me.kml

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


