2015-06-09 22:40:42 +00:00
|
|
|
{
|
|
|
|
"name": "Plot view for telemetry",
|
|
|
|
"extensions": {
|
|
|
|
"views": [
|
|
|
|
{
|
|
|
|
"name": "Imagery",
|
|
|
|
"key": "imagery",
|
2015-06-18 03:31:47 +00:00
|
|
|
"glyph": "\u00E3",
|
2015-06-09 22:40:42 +00:00
|
|
|
"templateUrl": "templates/imagery.html",
|
2015-06-18 03:31:47 +00:00
|
|
|
"priority": "preferred",
|
2015-06-09 22:40:42 +00:00
|
|
|
"needs": [ "telemetry" ]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"policies": [
|
|
|
|
{
|
|
|
|
"category": "view",
|
|
|
|
"implementation": "policies/ImageryViewPolicy.js"
|
|
|
|
}
|
2015-06-09 23:31:51 +00:00
|
|
|
],
|
|
|
|
"controllers": [
|
|
|
|
{
|
|
|
|
"key": "ImageryController",
|
|
|
|
"implementation": "controllers/ImageryController.js",
|
2015-06-18 03:31:47 +00:00
|
|
|
"depends": [ "$scope", "telemetryHandler" ]
|
2015-06-09 23:31:51 +00:00
|
|
|
}
|
2015-06-18 03:12:04 +00:00
|
|
|
],
|
|
|
|
"directives": [
|
|
|
|
{
|
|
|
|
"key": "mctBackgroundImage",
|
|
|
|
"implementation": "directives/MCTBackgroundImage.js",
|
|
|
|
"depends": [ "$document" ]
|
|
|
|
}
|
2015-06-09 22:40:42 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|