自昨天下午以来,我尚未成功使用Folium生成地图,即使最基本的显示功能也无法完成,网络连接正常,可能是js调用出现问题。 / p>
我尝试切换网络环境并尝试更换计算机,但是没有用。
Failed to load resource: net::ERR_CERT_DATE_INVALID
leaflet.awesome-markers.js:17 Uncaught ReferenceError: L is not defined
at leaflet.awesome-markers.js:17
at leaflet.awesome-markers.js:122
leaflet.css:1 Failed to load resource: net::ERR_CERT_DATE_INVALID
map.html:39 Uncaught ReferenceError: L is not defined
at map.html:39
#This is the code for the most basic function I've tried.
import folium
m = folium.Map(location=[29.488869,106.571034],
zoom_start=16,
control_scale=True,
width='50%')
m.save('map.html')
我希望生成地图页面
答案 0 :(得分:0)
我认为您的jupyter笔记本/ Python IDLE没有任何问题。使用浏览器检查。如果您确定ERR_CERT_DATE_INVALID是由计算机上的问题引起的,请尝试以下步骤来解决此问题: