Constants.js
762 Bytes
Ext.define("treps.Constants",
{
singleton : true,
APP_TITLE : "TREPS - Coordinate and Time Transformations",
APP_DESCRIPTION : "Space physics coordinate transformation tool by CDPP.",
CDPP_URL : "http://cdpp.eu/",
PHP_DIR : "php/",
DIRECT_API : "php/direct/api.php",
SAMP_LIB : "lib/sampjs/samp.js",
WS_DOC : "resources/doc/IMPEx-IF-1-2-GFI_00_04.pdf",
DROP_MAX_FILESIZE : 2097152,
GRID_BUFF_PAGESIZE : 400,
GRID_BUFF_LEADINGZONE : 800,
PLOT_MAX_POINTS : 50,
VECTOR_COMP1_COLOR : '#FFCECE',
VECTOR_COMP2_COLOR : '#D6F8DE',
VECTOR_COMP3_COLOR : '#CACAFF',
VECTOR_COMP1_PLOT_COLOR : '#FF0000',
VECTOR_COMP2_PLOT_COLOR : '#00FF00',
VECTOR_COMP3_PLOT_COLOR : '#0000FF',
TIME_COLOR : '#EEF093'
}
);