Added imagery timeline view for telemetry sources and placeholder template for displaying historical imagery

This commit is contained in:
Preston Crowe
2017-06-21 12:15:36 -07:00
committed by Pete Richards
parent 2aa2d9d4bb
commit 05290593e9
3 changed files with 39 additions and 2 deletions

View File

@@ -30,10 +30,14 @@
<script>
var THIRTY_MINUTES = 30 * 60 * 1000;
require(['openmct'], function (openmct) {
require([
'openmct',
'platform/features/imagery-timeline/bundle'
], function (openmct) {
[
'example/eventGenerator',
'example/styleguide'
'example/styleguide',
'platform/features/imagery-timeline'
].forEach(
openmct.legacyRegistry.enable.bind(openmct.legacyRegistry)
);