Skip to content

Commit

Permalink
#557 Viewer Panel - PDFs (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
tariqksoliman authored Jun 18, 2024
1 parent 6864ba0 commit f295027
Show file tree
Hide file tree
Showing 9 changed files with 1,073 additions and 78 deletions.
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

0 comments on commit f295027

Please sign in to comment.