jsonp 结果不是函数

发布于 2025-01-08 02:08:11 字数 416 浏览 1 评论 0原文

我正在使用 OpenLayers 并使用 jsonp 来检索一些外部数据。然而,当我取回数据时,它给了我这个错误:

OpenLayers.Protocol.Script.registry[3] is not a function

当失败时,我返回的数据看起来像这样:

OpenLayers.Protocol.Script.registry[3]({"type": "FeatureCollection","features": [
]}
)

有趣的是,它不会每次都失败......只是随机的。在本例中,只有 [3] 调用失败,而 [0][10] 的其余部分正常工作。

有什么想法吗?

I'm using OpenLayers and I am using jsonp to retrieve some external data. However, when I get the data back it gives me this error:

OpenLayers.Protocol.Script.registry[3] is not a function

My returned data looks like this when it fails:

OpenLayers.Protocol.Script.registry[3]({"type": "FeatureCollection","features": [
]}
)

The funny things is, it doesn't fail everytime... Only randomly. In this instance, only the [3] call failed while the rest of [0] through [10] worked.

Any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

分開簡單 2025-01-15 02:08:11

我不知道您的情况的确切问题是什么,但通常当包含回调函数的脚本在响应到来之前尚未完全加载时,就会发生这种情况。

I don't know what is the exact issue in your case, but usually this happens when the script containing the callback function has not been loaded completely before the response comes.

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