From 2b9f24fab535dcf3e0b4921f85dab3fc1a9e0e7b Mon Sep 17 00:00:00 2001 From: Carifio24 Date: Tue, 16 Apr 2024 15:26:17 -0400 Subject: [PATCH] Start putting together some of the pieces of the setup. --- package.json | 4 +- public/index.html | 174 ++++++++++++++++++++++++ src/TempoLite.vue | 334 +++++++++++++++++++++++++++++++++++++++++++--- src/main.ts | 13 +- yarn.lock | 12 ++ 5 files changed, 510 insertions(+), 27 deletions(-) diff --git a/package.json b/package.json index 15852f3..f434a23 100644 --- a/package.json +++ b/package.json @@ -7,11 +7,13 @@ "@fortawesome/free-solid-svg-icons": "^6.5.1", "@fortawesome/vue-fontawesome": "^3.0.5", "@wwtelescope/engine-pinia": "^0.9.0", + "leaflet": "^1.9.4", "vue": "^3.4.15", "vuetify": "^3.4.11", "webpack-plugin-vuetify": "^2.0.0" }, "devDependencies": { + "@types/leaflet": "^1.9.11", "@typescript-eslint/eslint-plugin": "^6.19.0", "@typescript-eslint/parser": "^6.19.0", "@typescript-eslint/typescript-estree": "^6.19.0", @@ -34,4 +36,4 @@ "serve": "vue-cli-service serve" }, "name": "@cosmicds/tempo-lite" -} \ No newline at end of file +} diff --git a/public/index.html b/public/index.html index 3a816ca..30d5b04 100644 --- a/public/index.html +++ b/public/index.html @@ -44,6 +44,180 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/src/TempoLite.vue b/src/TempoLite.vue index a96fdfe..646f36a 100644 --- a/src/TempoLite.vue +++ b/src/TempoLite.vue @@ -6,6 +6,53 @@
+ +
+
+
+
+ +
+
+ +
+ + PlayStop +
+ +
+
+

TEMPO Data

+

Some descriptive text about TEMPO and the data we are showing here.

+
+
+
+ Home +
+ + Texas + +
+ + Northeast + +
+
Evaluator: Sue Sunbury

-

WorldWide Telescope Team:

- Peter Williams
- A. David Weigel
- Jon Carifio
@@ -232,26 +275,196 @@