- trace.latitude = f_lat
- trace.longitude = f_lon
- trace.large_picture = gpx.get_picture(min_lat, min_lon, max_lat, max_lon, gpx.actual_points)
- trace.icon_picture = gpx.get_icon(min_lat, min_lon, max_lat, max_lon)
- trace.size = gpx.actual_points
- trace.inserted = true
- trace.save
- Notifier::deliver_gpx_success(trace, gpx.possible_points)
- else
- #trace.destroy
- Notifier::deliver_gpx_failure(trace, '0 points parsed ok. Do they all have lat,lng,alt,timestamp?')
- end