Custom Query (1138 matches)
Results (25 - 27 of 1138)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1210 | fixed | wrong version of leaflet is installed | ||
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 |
|||
#804 | fixed | Wrong icon in MetaCRS Overview | ||
Description |
The MetaCRS Overview includes the GDAL icon instead of a MetaCRS icon. http://live.osgeo.org/en/overview/metacrs_overview.html |
|||
#2257 | fixed | write a quickstart on how to work on the command line | ||
Description |
|
Note:
See TracQuery
for help on using queries.