/mymaps-kml-print-waypoints

Print HTML list of icons+titles+descriptions from KML/KMZ exported from Google My Maps

Primary LanguageJavaScriptMIT LicenseMIT

mymaps-kml-print-waypoints

For printing the waypoints (icons + titles + descriptions) from a Google "My Maps" custom map.

(Because the built-in Print Map feature does not include the waypoint descriptions.)

Created for a trip to Cuba, where we couldn't rely on internet access or download Google Maps offline.

How to use

Export your custom map to a KML or KMZ file.

(KMZ is just a zip file, use unzip to extract.)

npm install -g mymaps-kml-print-waypoints

mymaps-kml-print-waypoints --kml=... --html=... [--images=...].

(See more details at mymaps-kml-print-waypoints --help.)

Intended as a one-off script, not to be used in a live application.

(So, for example, all file IO is synchronous.)

Enjoy