Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions app/content/stories/sat-data-agriculture.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,27 @@ Any extreme event such as conflict, severe weather, or environmental abnormaliti

</Prose>
</Block>

<Block>
<Prose>
## Comparison Map Slider Figure
Some written description of what your map comparisons are representing.
</Prose>

<Figure>
<Map
datasetId='geoglam'
layerId='geoglam'
dateTime='2006-01-01'
zoom={4}
center={[117.22,35.66]}
compareDateTime='2021-01-01'
/>
<Caption
attrAuthor='NASA'
attrUrl='https://nasa.gov/'
>
Map caption
</Caption>
</Figure>
</Block>
2 changes: 1 addition & 1 deletion app/content/stories/template-story.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ taxonomy:

<Block>
<Prose>
Authors: Your Name, Your Org
Authors: Jon Peake, NOAA Fisheries

## Introduction
Some written background and context to your story...
Expand Down