Fix bug due to Leaflet old version 1.2.0 (replace by 1.9.3)

pull/174/head
nicolas pelletier 2023-04-26 20:17:25 +02:00
parent 213c3fd36f
commit b762733f95
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ mv temp/startbootstrap-sb-admin-2-${SBADMIN_VERSION}/bower_components/font-aweso
mv temp/startbootstrap-sb-admin-2-${SBADMIN_VERSION}/bower_components/bootstrap/fonts/* ./static/fonts
# leaflet
LEAFLET_VERSION="1.2.0"
LEAFLET_VERSION="1.9.3"
wget http://cdn.leafletjs.com/leaflet/v${LEAFLET_VERSION}/leaflet.zip -O temp/leaflet.zip
unzip -o temp/leaflet.zip -d temp/