我有一张地图,可以在某个时刻加载一个kml文件。 kml包含使用html在Google Earth中创建的infowindows的路径。 问题是,当我在网站上加载它时,其属性会被其他代码覆盖,例如:背景颜色,表格大小,边框等。
我该怎么办才能阻止这种情况发生?
答案 0 :(得分:0)
最好尝试使用这样的iframe
<body>
<iframe width="700" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?q=https:%2F%2Fraw.github.com%2Fthroughnothing%2Fgpx%2Fmaster%2F2012%2F20120629.kml&t=h&ie=UTF8&output=embed">
</iframe><br />
</body>
答案 1 :(得分:0)
infowindow proprerties table,td等在我的主页面中继承了css。这是因为我在kml infowindows中使用了网页样式。解决方案非常简单,如here所示。 我使用了不同的表类,解决了这个问题:D