We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71e6098 commit 30b761dCopy full SHA for 30b761d
pavement.py
@@ -123,7 +123,7 @@ def setup():
123
124
# install leafletjs to static/lib
125
info('Getting leaflet')
126
- leafletjs = 'http://cdn.leafletjs.com/downloads/leaflet-0.7.5.zip'
+ leafletjs = 'https://leafletjs-cdn.s3.amazonaws.com/content/leaflet/v1.9.4/leaflet.zip'
127
128
zipstr = BytesIO(urlopen(leafletjs).read())
129
zipfile_obj = zipfile.ZipFile(zipstr)
0 commit comments