您的位置:首页 > 编程语言 > Go语言

How to make a KML/KMZ file in Google Earth?

2014-03-06 02:56 351 查看
First, a KMZ is just a KML file inside a .ZIP file (despite the .kmz extension) so you can open the file in a program that opens zip files, then open the kml file in a text editor.
https://productforums.google.com/forum/#!topic/earth/x5KEg48eHOQ
Follow the link below to make a KML/KMZ file:
http://www.youtube.com/watch?v=TcVvyOc7f54
Basically, several steps:

1. "new placement" to create two locations;

2.  "ruler" -> "new path" to connect the two locations;

3.  "new folder" to create a folder and put the two locations and the path between them into; 

4.  "save place as" to save as KML file.

Then you can open the KML file to see the location data on Google Earth, or you can edit the KML file using vi or txt editor.

A very handy GPS visualizer:
http://www.gpsvisualizer.com/map_input?form=googleearth
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  google earth