Custom Query (1138 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (25 - 27 of 1138)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Ticket Resolution Summary Owner Reporter
#1210 fixed wrong version of leaflet is installed johanvdw johanvdw
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 live-demo@… camerons
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 astrid_emde astrid_emde
Description
  • write a quickstart about the commands you should know if you work on the command line
  • f.e apt install libreoffice
  • goal: after you read the quickstart you should know the most important commands to work svely with the terminal
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.