Custom Query (95 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (49 - 51 of 95)

Ticket Resolution Summary Owner Reporter
#79 fixed Errors when building survex RPM for fedora Olly Betts jmbegley
Description

There are 2 errors with the survex.spec file when attempting to build a RPM for fedora 23. These are:

1) The survex mime file has moved from /usr/share/mime/survex* to /usr/share/mime/packages/survex.xml so the %files section of the spec file needs updating, and

2) Fedora 23 has upgraded to RPM version 4.13, which is fussier about empty package files. By default an empty 'survex-debug' package will be built, which will now cause the rpmbuild process to fail. Google suggests that the 'fix' for this is to include

# workaround for rpm 4.13 %define _empty_manifest_terminate_build 0

in the spec file - I just added this before the %description section and the build then worked fine.

Cheers, James

#81 fixed Export as Movie produces corrupted files on WIndows Olly Betts Erin Lynch
Description

I've been trying to export a movie using the presentation tools in 1.2.7 on Windows 8.1. I'm able to open the MPG output in VLC media player, but the movie has large vertical stripes and blurry blocks. The top of the altitude bar is the only thing that is clear. The other formats options (AVi, Quicktime, WMV) produce output which won't open at all.

#89 fixed Negative altitudes in KML export Olly Betts Erin Lynch
Description

If I open the following example in aven and export underground survey legs as KML, the resulting KML files has negative altitude values.

Example:

*cs out UTM49N
*cs UTM49N
*fix	gps	0453838	2786895	217.5557
gps	1	10	0	0

Output: ...

<LineString><altitudeMode>absolute</altitudeMode><coordinates>
110.54180955,25.19749535,-217.56
110.54180921,25.19758565,-217.56
</coordinates></LineString></MultiGeometry></Placemark>

..

Note: See TracQuery for help on using queries.