1.0.2 • Published 9 years ago

mymaps-kml-print-waypoints v1.0.2

Weekly downloads
13
License
-
Repository
github
Last release
9 years ago

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