Google Fusion Table - 下拉示例不起作用
我尝试在本地运行此代码,但地图没有显示。 https://developers.google.com/fusiontables/docs/samples/change_query
此示例使用相同的表(下拉列表除外),并且它可以在我的计算机上本地运行。 http://www.geocodezip.com/v3_GoogleEx_layer-fusiontables-styling_markers.html
我一定错过了一些东西,该表是公共的,所以不应该有任何访问问题。
有什么想法吗?提前致谢!
I've tried to run this code locally, but the map doesn't show up.
https://developers.google.com/fusiontables/docs/samples/change_query
This example uses the same table, except for the drop-down and it works running it locally on my computer.
http://www.geocodezip.com/v3_GoogleEx_layer-fusiontables-styling_markers.html
I must be missing something, the table is public so there shouldn't be any access issues.
Any thoughts? Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个 CSS 问题。在第一个示例中,CSS 是从相对于示例的位置加载的,如下所示:
因此,如果您将其保存在本地,您将得到它来寻找本地样式。由于地图 div 的大小不正确,因此地图不会显示。
It's a CSS issue. In the first sample, the CSS is loaded from a location relative to the sample, here:
So if you save that locally, you'll get it looking for a local style. The map won't show up because the map div isn't sized correctly.