﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
89	Negative altitudes in KML export	Erin Lynch	Olly Betts	"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>
}}}
..
"	defect	closed	minor	1.2.32	aven	1.2.30	fixed	KML	
