robierzo Posted February 23, 2013 Posted February 23, 2013 Hello. I need to open a kml file with google earth, with lisp. How I can do? Greetings. Quote
jammie Posted February 26, 2013 Posted February 26, 2013 Hi, Maybe this might suit your needs (defun open_kml (<fname>) (if (findfile <fname>) (progn (startapp "explorer" <fname>) t) nil ) ) Sample use (open_kml "c:\\myplaces.kml") Quote
robierzo Posted February 26, 2013 Author Posted February 26, 2013 Hello jammie. I open it with Word. I had to change, in the control panel, the program that opens the KML files for Google Earth program. Thank you very much. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.