如何发布在浏览器中显示的 KML 游览?

How can I publish a KML tour that is shown in a browser?

直到最近,在浏览器中显示(Google 地球)KML 游览还是很容易的。 KML 文件显示了沿途的影片(通过卫星)。

Google 改变了使用外部 KML 的方式。

以前我可以 'fly' 沿着路线 - 就好像观众在 5 分钟内在飞机内。

如何在浏览器中为其他人轻松显示 (Google Earth) KML 游览?

How can I show a (Google Earth) KML tour easily for other people in a browser?

如果您想在浏览器上立即查看 KML,请使用 this website。只需将 KML 代码放在文本字段上,您就可以开始了。试试这个 KML 文件:

<kml xmlns="http://www.opengis.net/kml/2.2">
<Placemark>
<name>Simple placemark</name>
<description>Attached to the ground. Intelligently places itself 
at the height of the underlying terrain.</description>
<Point>
<coordinates>-122.0822035425683,37.42228990140251,0</coordinates>
</Point>
</Placemark>
</kml>

如果您正在编写自己的实现,请知道 KML is still supported by Javascript Maps API

希望您能找到更好的解决方案。请提前通知我,我将很乐意删除此解决方案。

录制(使用屏幕捕捉器)Google 地球,同时播放路线。之后 post 它到 Youtube 等