gpt4 book ai didi

KML 打开图像,谷歌地球

转载 作者:行者123 更新时间:2023-12-04 16:47:09 29 4
gpt4 key购买 nike

我在玩 KML 一点。
我正在创建一个地标,单击时显示图像。当我右键单击图像时,有一个选项可以打开它,但 Google 地球无法打开图像。有没有办法让谷歌地球打开它?
KML 使用图像的相对路径,在气球中以这种方式显示图像没有问题,但是当我单击“打开图像”选项时,它无法打开。
如果有人有任何帮助,我将不胜感激。
谢谢!

<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:kml="http://www.opengis.net/kml/2.2" xmlns:atom="http://www.w3.org/2005/Atom">
<Document>
<name>Photos.kml</name>
<Folder>
<name>Photos</name>

<Style id="Photo">
<IconStyle>
<Icon>
<href>http://www.google.com/mapfiles/arrow.png</href>
</Icon>
<scale>.7</scale>
</IconStyle>
</Style>

<Placemark>
<name>IMG_0988.JPG</name>

<description><![CDATA[<div align="center"><table width="500"><tr><td colspan="2"><center><img src="pics/IMG_0988.jpg" width="500" height="373"></td></tr></table></div>]]></description>

<styleUrl>#Photo</styleUrl>

<Point>
<coordinates>13.18733333,60.66783333000001,0</coordinates>
</Point>

<Style>
<IconStyle>
<heading>90</heading>
</IconStyle>
</Style>

</Placemark>
</Folder>
</Document>
</kml>

最佳答案

建议你也包裹<img>标签 <a href="">..</a>具有相同的图像 URL。如果您右键单击气球中的图像,Google 地球将为您提供一些附加选项:打开链接、在新窗口中打开、复制链接。

Open Image 在 GE 7.0 中与测试图像一起使用。无论您是否在工具/选项/常规下选中了“在外部浏览器中显示网络结果”选项,结果可能会有所不同。

<description>
<![CDATA[<div align="center"><table width="500"><tr><td>
<a href="pics/IMG_0988.jpg"><img src="pics/IMG_0988.jpg" width="500" height="373"></a>
</td></tr></table></div>]]>
</description>

关于KML 打开图像,谷歌地球,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13406175/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com