KML to Markdown Converter
This tool allows you to convert Google Earth Pro KML place data to a format compatible with Obsidian Map View plugin. Simply paste your KML XML content in the textbox below and click "Convert to Markdown".
Usage:
- Copy the KML data from Google Earth Pro or any other source.
- Paste the copied KML data into the textbox below.
- Click "Convert to Markdown" to generate the Markdown output.
- Copy the generated Markdown and use it in your Obsidian notes.
Example KML data:
<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:kml="http://www.opengis.net/kml/2.2" xmlns:atom="http://www.w3.org/2005/Atom"> <Placemark id="1.2.1"> <name>Little cardboard cafe</name> <address>356 Pascoe Vale Rd, Essendon VIC 3040</address> <coordinates>144.9282589,-37.7437945,0</coordinates> </Placemark> </kml>
Example Markdown output:
- [Little cardboard cafe](geo:-37.7437945,144.9282589) - Address: 356 Pascoe Vale Rd, Essendon VIC 3040