Opened 11 years ago

Closed 11 years ago

#1210 closed task (fixed)

wrong version of leaflet is installed

Reported by: johanvdw Owned by: johanvdw
Priority: normal Milestone: OSGeoLive7.0
Component: OSGeoLive Keywords:
Cc:

Description

On the current build of the live dvd an old version of leaflet is accidently installed (0.2 instead of 0.6.2).

This renders the quickstart and demo useless. The fix is fairly easy, and won't affect other programs on the live dvd.

It can be tested on the current live dvd by running

apt-get install libjs-leaflet

I therefore propose to add this fix even though we are already at a RC level.

Full fix below:

--- install_leaflet.sh	(revision 10783)
+++ install_leaflet.sh	(working copy)
@@ -20,6 +20,7 @@
 ####
 
 add-apt-repository --yes ppa:johanvdw/leafletjs
+apt-get -q update
 apt-get --assume-yes install libjs-leaflet


Change history (2)

comment:1 by johanvdw, 11 years ago

Component: Systems AdminLiveDVD
Summary: wron version of leaflet is installedwrong version of leaflet is installed

comment:2 by kalxas, 11 years ago

Resolution: fixed
Status: newclosed

Fixed in 7.0 RC1

Note: See TracTickets for help on using tickets.