Skip to content

Commit ed4eff9

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 72f00fa + 91e1b29 commit ed4eff9

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

index.qmd

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ Below that we offer an additional set of plotting tools for individual data segm
2121

2222
::::
2323

24-
-----
25-
2624

2725
{{< include components/_load_data.qmd >}}
2826

@@ -51,6 +49,10 @@ d = transpose(data).map(d => ({ ...d, time: new Date(d.time) }))
5149

5250
{{< include components/_style.qmd >}}
5351

52+
::: {.row}
53+
## Segment selection
54+
:::
55+
5456
:::: {.panel-sidebar}
5557

5658
_Use these filters to narrow down the list of segments, and then select an individual segment from this list below to visualize its trajectory and telemetry. The cursor hover text on the map is the segment ID._
@@ -232,7 +234,10 @@ viewof latitude = Inputs.range([-90, 90], {label: "Latitude", step: 1, value: 0}
232234

233235
::::
234236

235-
-----
237+
238+
::: {.row}
239+
## Individual segment trajectory
240+
:::
236241

237242
::: {layout="[[1], [0.5,1]]"}
238243

resources/scss/main.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ $primary: #014240;
66

77
/*-- scss:rules --*/
88

9-
.blurb {
10-
font-size: 120%;
11-
}
9+
//.blurb {
10+
// font-size: 120%;
11+
//}
1212

1313
.label:has(+ .form) {
1414
flex-shrink: unset !important;

0 commit comments

Comments
 (0)