go>> mmmm>> 返回
项目作者: igrmk

项目描述 :
Google My Maps to MAPS.ME KML converter
高级语言: Python
项目地址: git://github.com/igrmk/mmmm.git
创建时间: 2019-05-27T18:03:06Z
项目社区:https://github.com/igrmk/mmmm

开源协议:MIT License

下载


Google My Maps to MAPS.ME KML converter

Version

This tool adapts KML 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.

Usage

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

Or go to Mmmm and convert your KML online.

Installation

  1. pipx install mmmm

Development

You can create a virtual environment for testing by executing the commands below:

  1. micromamba env create --prefix ./.venv --file environment.yml
  2. micromamba activate ./.venv

Then, from the project root directory, you can run the converter with the following command:

  1. python -m mmmm google-maps.kml

Thanks to

JetBrains