Skip to content

Commit 30b761d

Browse files
committed
Fix Paver build - upgrade Leaflet and its CDN
1 parent 71e6098 commit 30b761d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pavement.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def setup():
123123

124124
# install leafletjs to static/lib
125125
info('Getting leaflet')
126-
leafletjs = 'http://cdn.leafletjs.com/downloads/leaflet-0.7.5.zip'
126+
leafletjs = 'https://leafletjs-cdn.s3.amazonaws.com/content/leaflet/v1.9.4/leaflet.zip'
127127

128128
zipstr = BytesIO(urlopen(leafletjs).read())
129129
zipfile_obj = zipfile.ZipFile(zipstr)

0 commit comments

Comments
 (0)