【发布时间】:2015-03-10 17:40:09
【问题描述】:
我使用 API 和 Fusion Table 中的数据创建了 Google 地图。它在 Firefox 中运行良好,但在 Chrome 中不显示图层样式(多边形)。它似乎在那里,因为它是可点击的……等等。如果我缩放和平移它最终会出现。
layer = new google.maps.FusionTablesLayer({
map: map,
heatmap: { enabled: false },
suppressInfoWindows: true,
query: {
select: "col2\x3e\x3e0",
from: FusionTableID,
where: ""
},
options: {
styleId: 2,
templateId: 3
}
});
layer.setMap(map);
【问题讨论】:
-
无法根据给定的代码回答,可能是CSS-issue
标签: google-maps google-chrome google-fusion-tables