【发布时间】:2012-04-12 08:44:35
【问题描述】:
FusionTableLayer下面有一个小阴影: http://dl.dropbox.com/u/43127331/colbert_nation/map-simple.html (在浅蓝色与深蓝色重叠的地方最能看到阴影。) 有什么办法可以去除或隐藏阴影?
非常感谢, 马里。
【问题讨论】:
标签: google-maps google-maps-api-3 google-fusion-tables
FusionTableLayer下面有一个小阴影: http://dl.dropbox.com/u/43127331/colbert_nation/map-simple.html (在浅蓝色与深蓝色重叠的地方最能看到阴影。) 有什么办法可以去除或隐藏阴影?
非常感谢, 马里。
【问题讨论】:
标签: google-maps google-maps-api-3 google-fusion-tables
看起来多边形边框颜色有问题?在http://dl.dropbox.com/u/43127331/colbert_nation/map_module.js 我看到多边形样式中的拼写错误:
stokeColor: '#ffffff', stokeWeight: 1,
应该是“stroke”,而不是“stoke”,所以这些设置没有效果。
【讨论】: