From 05290593e9a0c2fe2761024d31ae9b2bf8ac9907 Mon Sep 17 00:00:00 2001 From: Preston Crowe Date: Wed, 21 Jun 2017 12:15:36 -0700 Subject: [PATCH 1/3] Added imagery timeline view for telemetry sources and placeholder template for displaying historical imagery --- index.html | 8 ++++-- platform/features/imagery-timeline/bundle.js | 28 +++++++++++++++++++ .../res/templates/timeline.html | 5 ++++ 3 files changed, 39 insertions(+), 2 deletions(-) create mode 100644 platform/features/imagery-timeline/bundle.js create mode 100644 platform/features/imagery-timeline/res/templates/timeline.html diff --git a/index.html b/index.html index c51a4ba103..b6498bd88d 100644 --- a/index.html +++ b/index.html @@ -30,10 +30,14 @@