gpt4 book ai didi

google-maps - MarkerCluster V3 停止正常工作

转载 作者:行者123 更新时间:2023-12-02 20:53:18 26 4
gpt4 key购买 nike

我正在使用 github 上的 MarkerCluster_compiled.js。但虽然逻辑有效,但它的图形从昨天开始就开始失效。

问题似乎是由“https://google-maps-utility-library-v3.googlecode.com/svn ”返回 404 引起的,并且所有集群标记图像都依赖于此 url。 (这个谷歌地图v3 svn url仍然在谷歌的公共(public)领域)

在我看来,这个特殊的“404”的影响并不小,因为我看到人们的实时网站受到了影响。我很惊讶这个问题会发生在谷歌身上。

例如:github.io 上的标记集群的 advance_example 不再工作(由于我的声誉较低,我无法发布链接)。

期待 Google 解决该问题或提供任何其他建议。

最佳答案

Google moved the source over to GitHub不久前,新的GitHub version可以通过RawGit访问使用以下脚本 url:

https://cdn.rawgit.com/googlemaps/js-marker-clusterer/gh-pages/src/markerclusterer.js

在实例化 MarkerClusterer 时,您还需要指定 imagePath 选项以从 GitHub 访问图像:

var mc = new MarkerClusterer(map, markers, { 
imagePath: 'https://cdn.rawgit.com/googlemaps/js-marker-clusterer/gh-pages/images/m'
});

以下较早的 SO 帖子包含有关集群图像的 imagePath 引用的更多详细信息:

Google maps not working in https://

虽然上述网址(带有 cdn 前缀)有 no traffic limits or throttling and the files are served via a super fast global CDN ,请记住RawGit is a free hosting service and offers no uptime or support guarantees .

以下答案对此进行了更详细的介绍:

Link and execute external JavaScript file hosted on GitHub

这篇文章还介绍了,如果您要链接到 GitHub 上的文件,那么在生产中您应该考虑定位特定的发布标签,以确保您获得脚本的特定发布版本。

但是,由于 js-marker-clusterer 存储库的保管人尚未创建任何版本,因此目前不可能。

因此,您应该认真考虑下载该库及其资源并将其直接包含在您的项目中以用于生产目的。

关于google-maps - MarkerCluster V3 停止正常工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37179980/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com