mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 08:56:15 +00:00
Merge pull request #5689 from rcordovano/update-geolocation-attribute-helper-docs
6106 GPX parser waypoint elevation bug fix
This commit is contained in:
commit
9ec8abbf3f
@ -216,7 +216,7 @@ class GPXParserDataSourceIngestModule(DataSourceIngestModule):
|
||||
geoWaypointList = TskGeoWaypointsUtil.GeoWaypointList()
|
||||
|
||||
for point in route.points:
|
||||
geoWaypointList.addPoint(point.latitude, point.longitude, elevation, point.name)
|
||||
geoWaypointList.addPoint(GeoWaypoint(point.latitude, point.longitude, point.elevation, point.name))
|
||||
|
||||
try:
|
||||
geoArtifactHelper.addRoute(None, None, geoWaypointList, None)
|
||||
|
Loading…
x
Reference in New Issue
Block a user