~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to api/src/Image/Tiling/Tile.php

Restructured Helioviewer.org project layout. Custom code for both client- and server-side now resides in src/ folders, images/css in resources/. Removed legacy libraries and code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 * @license  http://www.mozilla.org/MPL/MPL-1.1.html Mozilla Public License 1.1
12
12
 * @link     http://launchpad.net/helioviewer.org
13
13
 */
14
 
require_once 'lib/Image/SubFieldImage.php';
 
14
require_once 'src/Image/SubFieldImage.php';
15
15
/**
16
16
 * A Helioviewer-specific tile class
17
17
 *