~jstys-z/helioviewer.org/api

« back to all changes in this revision

Viewing changes to src/Image/Composite/HelioviewerCompositeImage.php

  • Committer: Jeff Stys
  • Date: 2014-11-13 20:15:57 UTC
  • Revision ID: jstys@sesda3.com-20141113201557-juhf9h4bksr7x1gk
Fixed a bug that caused JPX movies to be truncated to one frame.

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
     */
145
145
    private function _buildImageLayer($layer) {
146
146
        $image = $this->db->getClosestData($this->date, $layer['sourceId']);
147
 
echo json_encode($layer);
 
147
 
148
148
        // Instantiate a JP2Image
149
149
        $jp2Filepath = HV_JP2_DIR.$image['filepath'].'/'.$image['filename'];
150
150