gpt4 book ai didi

javascript - Leaflet.js 通过 HTTPS 平铺

转载 作者:行者123 更新时间:2023-11-30 09:50:33 24 4
gpt4 key购买 nike

我正在尝试使用带有 SSL 的服务器运行 leaflet.js,但在获取文件时出现类似于以下内容的错误:

GET https://tile.openstreetmap.org/12/1213/1481.png net::ERR_INSECURE_RESPONSE

有一个closed issue在 Github 上,据说可以通过更改请求来解决

L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png', {
attribution: '&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
}).addTo(map);

L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
attribution: '&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
}).addTo(map);

但是,即使我尝试导航到链接 https://tile.openstreetmap.org/12/1213/1481.png我收到一条错误消息“NET::ERR_CERT_COMMON_NAME_INVALID”。

有人找到解决办法吗?

谢谢!

最佳答案

尝试以这种形式链接https://a.tile.openstreetmap.org/{z}/{x}/{y}.png,提到F1LT3R关于它:https://github.com/Leaflet/Leaflet/issues/3186

关于javascript - Leaflet.js 通过 HTTPS 平铺,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36783913/

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