<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/gpligc/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/gpligc/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/gpligc/bugs/</id><updated>2016-03-10T10:37:45.946000Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>#3 Request to add support for variable-barrel task handicapping</title><link href="https://sourceforge.net/p/gpligc/bugs/3/?limit=25#0065" rel="alternate"/><published>2016-03-10T10:37:45.946000Z</published><updated>2016-03-10T10:37:45.946000Z</updated><author><name>Hannes Krueger</name><uri>https://sourceforge.net/u/kruegerh/</uri></author><id>https://sourceforge.net4529ef3a72bcd1981fce7853e89f00ecf0b7cfef</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;A 'zoom-to-task' (Key T) is implemented in todays development version:&lt;br/&gt;
&lt;a href="http://pc12-c714.uibk.ac.at/GPLIGC/download/develop/" rel="nofollow"&gt;http://pc12-c714.uibk.ac.at/GPLIGC/download/develop/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Also, a user configurable border zoom_border in .gpligcrc&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#3 Request to add support for variable-barrel task handicapping</title><link href="https://sourceforge.net/p/gpligc/bugs/3/?limit=25#213f" rel="alternate"/><published>2016-03-08T22:25:09.093000Z</published><updated>2016-03-08T22:25:09.093000Z</updated><author><name>Hannes Krueger</name><uri>https://sourceforge.net/u/kruegerh/</uri></author><id>https://sourceforge.netca16f3d8caf8bf62d5550a056894b67b40af1d98</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;In 1.10 there is support for a 'radius factor' which can individually set for each waypoint in the task editor. Using the 1km cylinders (or cylinders+FAI sectors) option,  you can enter your variable barrel in km for each wp.&lt;/p&gt;
&lt;p&gt;in your example the shortest logged distance to littleport is 4.37 km, at 12:36:47. Is that correct?&lt;/p&gt;
&lt;p&gt;'zoom to task' is on the todo list (as well as save and load task)&lt;br/&gt;
In the mean time you may use the 'right mouse button zoom' and drag the zoom box out of the window. that way you may be able to zoom over the edge.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#2 Problem displaying turnpoint barrels</title><link href="https://sourceforge.net/p/gpligc/bugs/2/?limit=25#e761" rel="alternate"/><published>2016-03-08T19:35:30.319000Z</published><updated>2016-03-08T19:35:30.319000Z</updated><author><name>Hannes Krueger</name><uri>https://sourceforge.net/u/kruegerh/</uri></author><id>https://sourceforge.net5e5537c13a02371749173a3b593d0999080876db</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>#2 Problem displaying turnpoint barrels</title><link href="https://sourceforge.net/p/gpligc/bugs/2/?limit=25#be99" rel="alternate"/><published>2016-03-08T19:34:50.688000Z</published><updated>2016-03-08T19:34:50.688000Z</updated><author><name>Hannes Krueger</name><uri>https://sourceforge.net/u/kruegerh/</uri></author><id>https://sourceforge.netfe63afa45e4f333cb4c627ea373636ee25fa9ef7</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The GPLIGCfunction.pm file is read from a path which is set during the installation.&lt;br/&gt;
The default is /usr/local/lib/gpligc. The prefix (/usr/local) may be changed with the --prefix option to ./configure.&lt;/p&gt;
&lt;p&gt;However, the user configuration file (~/.gpligcrc) provides a way to override the 'hard-coded' path. As this file is written with gpligc's option 'save configuration' it is quite possible that an old path (e.g. as likely in your case the old default path, which was /usr/local/share/gpligc) is still in .gpligcrc and overrides the new default path.&lt;/p&gt;
&lt;p&gt;Solution:&lt;br/&gt;
rm ~/.gpligcrc&lt;br/&gt;
or edit ~/.gpligcrc and delete the lines with 'libdir' and 'datadir'&lt;/p&gt;
&lt;p&gt;However, as this feature isn't quite useful for end users, I'll try to find a better solution for the next release.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#2 Problem displaying turnpoint barrels</title><link href="https://sourceforge.net/p/gpligc/bugs/2/?limit=25#9ea6" rel="alternate"/><published>2016-03-08T17:11:21.571000Z</published><updated>2016-03-08T17:11:21.571000Z</updated><author><name>Martin Gregorie</name><uri>https://sourceforge.net/u/freeflight/</uri></author><id>https://sourceforge.net67c3dd1bbeffbdef04beba75031e76ea44f3d42c</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I haven't changed the installation path, but it did install over the top of 1.07.&lt;br/&gt;
Since then I've cleaned up the installation by deleting anything gpligc-related&lt;br/&gt;
outside the untarred directory structure, run 'make clean' and then done a from-scratch configure, build and install from README. All worked without complaining, but there was still one problem:&lt;/p&gt;
&lt;p&gt;$ gpligc&lt;br/&gt;
Can't locate GPLIGCfunctions.pm in @INC (you may need to install the GPLIGCfunctions module) (@INC contains: . /usr/local/bin/ /usr/local/share/gpligc/ /usr/local/lib/perl5 /usr/local/share/perl5 /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5 /usr/share/perl5 .) at /usr/local/bin/gpligc line 305&lt;/p&gt;
&lt;p&gt;It turned out the this time GPLIGCfunctions.pm wasn't found because it was installed as &lt;br/&gt;
/usr/local/lib/gpligc/GPLIGCfunctions.pm  which is not included in @INC so, as a quick kludge I copied it to /usr/local/share/gpligc/ and everything is now working as expected.&lt;/p&gt;
&lt;p&gt;Many thanks for your help.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Request to add support for variable-barrel task handicapping</title><link href="https://sourceforge.net/p/gpligc/bugs/3/" rel="alternate"/><published>2016-03-08T15:47:49.973000Z</published><updated>2016-03-08T15:47:49.973000Z</updated><author><name>Martin Gregorie</name><uri>https://sourceforge.net/u/freeflight/</uri></author><id>https://sourceforge.net85be6a0057eab3fe07fb3062a885c016a9dc2f7d</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Here in the UK we've started using 'variable barrel' tasks as a popular way to allow a wide range of glider types to fly the same task. The idea is to declare a single 3 or 4 turn racing task using barrel turnpoints but to apply handicapping by  setting the turnpoint barrel size to suit the glider's handicap. Each pilot is given his barrel size at briefing, sets it into his navigation computer and flies the task. This simplifies scoring because the fastest time wins, with the scoring systrem only having to check that each glider that completes the task has a fix in every barrel: the standard scoring programs can be scripted to do this. &lt;/p&gt;
&lt;p&gt;All the common navigation programs, e.g. LK8000, XCSoar and SeeYou Mobile can already handle the required barrel sizes, which range from 500m radius for the highest performance glider out to several km for the lower performance gliders. The last variable barrel task I flew assigned me a 4.2km radius: I fly an H.201 Standard Libelle while other pilots were flying Discus 2s and Duos.&lt;/p&gt;
&lt;p&gt;So, here's my request. Please change the Options menu so that the required barrel radius can be typed in as metres or km, that would do the trick. The ideal would be if Options was to allow start/finish line length and turnpoint default radius to be set separately and the Task Editor could be used to override the turnpoint radius for individual turnpoints. I think the task setting rules allow some turnpoints to have different radii, e.g. the 'steering' TPs that are sometimes used to control the finish direction would typically be 500m radius for everybody.&lt;/p&gt;
&lt;p&gt;As an actual example I've attached my trace from the last variable barrel task I've flown. In case you're wondering, I didn't finish the task because thick top cover arriving from the west caused me to abandon about 10km short of Towcester. Look at the first turnpoint (Littleport, out to the east), where it looks as though I turned very early. However, recalling that my handicapped barrel radius was 4.2km, if you create a KML file and look at it on GoogleEarth you'll find Littleport is around 4km NE of where I turned, so was in the barrel.&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;This trace nicely shows another problem: that where the task is bigger than the flight path, the default scaling prevents the whole task from being seen. So far I haven't been able to find how to zoom further out. So, please consider doing one of the following:&lt;br/&gt;
1) leave the default size as is, i.e. fitted to the flight log, and provide a way to zoom further out so everything can be seen.&lt;br/&gt;
2) rescaling the display so it includes all of the flight path and all of the task plus the FAI sectors/barrels.&lt;/p&gt;
&lt;p&gt;Note: unfortunately its not possible to extract the barrel size from the IGC log because the C record doesn't include that information. Hence my request for changes to Options and the Task Editor.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#2 Problem displaying turnpoint barrels</title><link href="https://sourceforge.net/p/gpligc/bugs/2/?limit=25#606a" rel="alternate"/><published>2016-03-08T15:21:05.074000Z</published><updated>2016-03-08T15:21:05.074000Z</updated><author><name>Hannes Krueger</name><uri>https://sourceforge.net/u/kruegerh/</uri></author><id>https://sourceforge.neta3f53f6ffc5d7b99ed0b720068698e5a4dcb7e6f</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Please check whether you're using the correct GPLIGCfunctions.pm file.&lt;br/&gt;
The 1.10 version shouldn't have $gpx's in the stated lines...&lt;/p&gt;
&lt;p&gt;A possible explanation is, that you've changed the installation path, and .gpligcrc still includes an old path directing to an old GPLIGCfunction.pm.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Problem displaying turnpoint barrels</title><link href="https://sourceforge.net/p/gpligc/bugs/2/" rel="alternate"/><published>2016-03-08T14:53:37.632000Z</published><updated>2016-03-08T14:53:37.632000Z</updated><author><name>Martin Gregorie</name><uri>https://sourceforge.net/u/freeflight/</uri></author><id>https://sourceforge.net3eb99cdf221a53fd766220560af8946f8e7f77f5</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I've just installed version 1.10, which looks good, but I'm having problems with displaying  barrel-turnpoints. This is probably due to a bug in GPLIGCfunctions.pm because hitting 'c' to draw turnpoints causes a whole series of the following line pairs to be written to the console when gpligc has been started from the command line:&lt;/p&gt;
&lt;p&gt;Use of uninitialized value $gpx in multiplication (&lt;em&gt;) at&lt;br/&gt;
/usr/local/share/gpligc/GPLIGCfunctions.pm line 476.&lt;br/&gt;
Use of uninitialized value $gpx in multiplication (&lt;/em&gt;) at&lt;br/&gt;
/usr/local/share/gpligc/GPLIGCfunctions.pm line 477.&lt;/p&gt;
&lt;p&gt;The line numbers are always 476 and 477. They are always output when turnpoints should be drawn. They are not output when 'c' is hit again to hide turnpoints and they are not output when the task is being drawn or erased. Barrel-type turnpoints are never displayed and FAI sectors only appear as a set of straight lines: there are no arcs shown to delimit the sector.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Problem displaying turnpoint barrels</title><link href="https://sourceforge.net/p/gpligc/bugs/2/" rel="alternate"/><published>2016-03-08T14:53:37.632000Z</published><updated>2016-03-08T14:53:37.632000Z</updated><author><name>Martin Gregorie</name><uri>https://sourceforge.net/u/freeflight/</uri></author><id>https://sourceforge.net5e79dc08e519dc17deaf93c629a61ec970ed9dff</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 2 has been modified: Problem displaying turnpoint barrels&lt;br/&gt;
Edited By: Hannes Krueger (kruegerh)&lt;br/&gt;
Status updated: u'open' =&amp;gt; u'closed'&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Test Bug</title><link href="https://sourceforge.net/p/gpligc/bugs/1/" rel="alternate"/><published>2008-07-30T18:39:17Z</published><updated>2008-07-30T18:39:17Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net2a0e37a17b7918bcffa023f0d2520a530d2aa225</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;This is a test Bug&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>