Google Fusion Table - 下拉示例不起作用

发布于 2025-01-06 20:33:46 字数 486 浏览 3 评论 0原文

我尝试在本地运行此代码,但地图没有显示。 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

浅黛梨妆こ 2025-01-13 20:33:46

这是一个 CSS 问题。在第一个示例中,CSS 是从相对于示例的位置加载的,如下所示:

<link href="/apis/fusiontables/docs/samples/style/default.css"
        rel="stylesheet" type="text/css">

因此,如果您将其保存在本地,您将得到它来寻找本地样式。由于地图 div 的大小不正确,因此地图不会显示。

It's a CSS issue. In the first sample, the CSS is loaded from a location relative to the sample, here:

<link href="/apis/fusiontables/docs/samples/style/default.css"
        rel="stylesheet" type="text/css">

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文