Web viewer documentation
Welcome to Panoramax Web Viewer documentation ! It will help you through all phases of setup, run and develop on Panoramax JS pictures viewer.
Install
Many options are available for installing the viewer.
Panoramax viewer is available on NPM as @panoramax/web-viewer package.
If you want the latest version (corresponding to the develop
git branch), you can use the develop
NPM dist-tag:
You can rely on various providers offering hosted NPM packages, for example JSDelivr.
You can install and use Panoramax web client based on code provided in this repository.
This library relies on any recent Node.js version, which should be installed on your computer. Then, you can build the library using these commands:
Basic usage
First, you need to import Panoramax code:
Make sure to have both JS and CSS code available in your HTML head
part:
Once ready, you can create for example a viewer. We use web components to do so, you can create it in HTML or in other web components:
Many options are available to configure it finely.
You may also add some CSS to make sure your component has proper dimensions:
Beyond classic viewer, other widgets are available and can be tested online.
Coverage map
A simple map for showing Panoramax data availability.
Many options are available as well.
Photo Viewer
A photo-only viewer, showing one picture at a time, and offering navigation through sequence and nearby pictures.
<pnx-photo-viewer
endpoint="https://api.panoramax.xyz/api"
sequence="id-to-an-existing-sequence"
picture="id-to-a-picture-in-this-sequence"
/>
Many options are available as well.
Editor
A map and photo viewer, focused on a single sequence, for previewing edits made to it.