如何避免在Google地球气球中进行CSS清理

时间:2012-01-12 22:59:38

标签: css kml google-earth google-earth-plugin kmz

我一直在研究这个问题。我有一个我正在进行的项目,它基本上代表了一个不同位置的游览,每个位置都是在Google Earth网络播放器中动态生成的。问题是客户要求表示位置的每个地标的内容更加时尚。当然,我很快发现谷歌地球恶意擦洗你放在KMZ文件中的所有CSS,这非常烦人。许多在线讨论讨论了将!important关键字放在CSS声明中,或者以一些有趣的方式使用气球样式来防止这种情况。到目前为止,我还没有找到具体的解决方案。

我只是想知道Google地球是否存在黑客或方法,而不是简单地删除所有CSS。这可以包括在页面加载后从外部源导入或插入CSS和/或如果nescessary放入一个litle jQuery。我将提供典型气球应该是什么样的代码模板。请注意,这实际上适用于Google地球计划,但不适用于在线。

</Placemark>
<Placemark id="placemark1">
  <name>City</name>
  <description>
  <![CDATA[<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
          <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
          <title>Untitled Document</title>
    </head>
    <body>
    <link href="http://localhost/Kmz_Files/player.css>
    <div class="container" >
            <span class = "title">My location</span>
            <hr>
            <div>

    <a href="http://www.google.com" target="_blank">
    <img src="http://www.google.ca/images/srpr/logo3w.png" width="250" /> 
    </a>
            </div>
            <hr>
            <p> My description</p>
    </div>
    </body>
    </html>]]>
    </description>
  <Point>
    <coordinates>-45, 45</coordinates>
  </Point>
</Placemark>

1 个答案:

答案 0 :(得分:0)

您似乎在谈论Google地球插件,而不是Google Earth桌面应用程序,它不会擦除JavaScript或CSS。

您似乎想要使用getBalloonHtmlUnsafe()