3D Web Viewer: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(13 intermediate revisions by 3 users not shown)
Line 1: Line 1:
The 3D Web Viewer is a [[web interface]] for viewing and interacting with a [[Project]]'s (active) [Session]] via the web browser. It is based on the Cesium{{ref|cesium}} framework.
The 3D Web Viewer is a [[web interface]] for viewing and interacting with a [[Project]]'s (active) [[Session]] via the web browser. It is based on the [[Cesium|CesiumJS]].


==Visualization==
==Visualization==


The 3D Viewer makes use of the [[3D Tiles]] endpoint, available in the [[API]], to render the same [[3D Visualization]] as the [[client application]].
The 3D Viewer makes use of the [[3D Tiles]] endpoint, available in the [[API]], to render the same [[3D Visualization]] as the [[client application]]. The [[WMS]] endpoint is used to obtain data regarding [[satellite image]]ry and [[Overlays]].


==Functionality==
==Functionality==
Line 14: Line 14:
* [[Cinematic]]s can be viewer
* [[Cinematic]]s can be viewer
* [[Panel]]s in the [[3D Visualization]] can be opened by clicking on their geo-located popups.
* [[Panel]]s in the [[3D Visualization]] can be opened by clicking on their geo-located popups.
==Active Session==
The 3D Web Viewer connects to an active [[Session]] on the {{software}}. This does not require a [[Tygron Client]] to be connected, but does require a [[Session]] to be and remain active. To keep a [[Session]] active so that the link to the 3D Web Viewer remains functional, the session should be set to [[Keep alive]].


{{article end
{{article end
|notes=
* Although it is not possible to embed custom code into the 3D Web Viewer in the same way the [[2D Web Viewer]] allows, it is possible to inject the code of the 3D Web Viewer into another webpage. One easy example for doing this would be through the use of an iframe. This allows embedding the 3D visualization in other pages and dashboards easily.
|howtos=
|howtos=
* [[How to open the 3D Web Viewer]]
* [[How to add a Measure to the 3D Web Viewer]]
* [[How to add a Measure to the 3D Web Viewer]]
* [[How to add a Cinematic to the 3D Web Viewer]]
* [[How to add a Cinematic to the 3D Web Viewer]]
|references=
* [[How to share access to the web viewer]]
<references>
* [[How to revoke access to web endpoints]]
{{ref|cesium
|seealso=
  |name=Cesium
* [[2D Web Viewer]]
  |author=
* [[3D Tiles]]
  |page=
* [[Cesium]]
  |source=
  |link=https://cesium.com/platform/cesiumjs/
  |lastvisit=07-11-2023
}}
</references>
}}
}}

Latest revision as of 17:32, 27 February 2024

The 3D Web Viewer is a web interface for viewing and interacting with a Project's (active) Session via the web browser. It is based on the CesiumJS.

Visualization

The 3D Viewer makes use of the 3D Tiles endpoint, available in the API, to render the same 3D Visualization as the client application. The WMS endpoint is used to obtain data regarding satellite imagery and Overlays.

Functionality

The 3D web viewer allows for a subset of most-used functions available in the Viewer in the the client application:

Active Session

The 3D Web Viewer connects to an active Session on the Tygron Platform. This does not require a Tygron Client to be connected, but does require a Session to be and remain active. To keep a Session active so that the link to the 3D Web Viewer remains functional, the session should be set to Keep alive.

Notes

  • Although it is not possible to embed custom code into the 3D Web Viewer in the same way the 2D Web Viewer allows, it is possible to inject the code of the 3D Web Viewer into another webpage. One easy example for doing this would be through the use of an iframe. This allows embedding the 3D visualization in other pages and dashboards easily.

How-to's

See also