Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#557 Viewer Panel - PDFs #558

Merged
merged 1 commit into from
Jun 18, 2024
Merged
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
8 changes: 8 additions & 0 deletions docs/pages/Configure/Tabs/Panels/Panels_Tab.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ The Viewer sits to the left of the main Map. It can be expanded by clicking the
"url": "http://mars.jpl.nasa.gov/msl-raw-images/msss/00582/mrdi/0582MD0002120000101703E01_DXXX.jpg",
"type": "image"
},
{
"url": "sample.pdf",
"type": "document"
},
{
"url": "Layers/GPR/Data/GPR_radargram.jpg",
"type": "radargram"
Expand Down Expand Up @@ -65,6 +69,10 @@ _Note: The first image in the images array is loaded on feature click._

A standard image. Simply provide a url. If a name is not set, the file name is used instead.

### Document

Current only .pdf files are supported here.

### Radargram

Renders as a standard image. The Curtain Tool will find this type and use it.
Expand Down
Loading
Loading