Opened 8 years ago
Last modified 7 years ago
#89 closed defect
Negative altitudes in KML export — at Initial Version
Reported by: | Erin Lynch | Owned by: | Olly Betts |
---|---|---|---|
Priority: | minor | Milestone: | 1.2.32 |
Component: | aven | Version: | 1.2.30 |
Keywords: | KML | Cc: |
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
TracTickets for help on using
tickets.