KML 气球造型

发布于 11-17 08:06 字数 622 浏览 3 评论 0原文

我阅读了几种改变谷歌地图上气球中显示内容的方法。我正在从 KML 文件上传。我想摆脱气球底部的方向/搜索附近的链接。我尝试了下面 KML 的一些变体,但它似乎对气球没有影响。

 <Style id='removal'>
      <BalloonStyle>
           <text>$[description]></text>
      </BalloonStyle>
 </Style>
<Placemark>
    <name>elephant</name>
    <description>These are two elephants, one big and one small
            </description>  
            <styleUrl>#removal</styleUrl>   
    <Point>
        <coordinates>-121.985621 , 37.220577</coordinates>
    </Point>
   </Placemark>

I read several ways to alter what appears in the balloons on google maps. I am uploading from a KML file. I want to get rid of the directions/Search nearby links on the bottom of the balloon. I have tried some variations of the KML below but it seems to have no effect on the balloon.

 <Style id='removal'>
      <BalloonStyle>
           <text>$[description]></text>
      </BalloonStyle>
 </Style>
<Placemark>
    <name>elephant</name>
    <description>These are two elephants, one big and one small
            </description>  
            <styleUrl>#removal</styleUrl>   
    <Point>
        <coordinates>-121.985621 , 37.220577</coordinates>
    </Point>
   </Placemark>

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

血之狂魔2024-11-24 08:06:38

看到这个问题的年龄,我认为这已经以某种方式解决了,但因为它仍然存在:我很确定如果您将 KML 直接上传到地图,但如果您从自己的页面创建叠加层,则没有这样的选项使用此处所述的 JavaScript,气球中不会包含“搜索附近”链接。

Seeing the age of this question, I assume this has been resolve somehow, but since it's still out there: I'm pretty sure there is no such option if you upload KML directly to Maps, but if you create an overlay from your own page with JavaScript like described here, the balloons will not have the Search Nearby links in them.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文