In NavVis IVION, the Panorama view and Map view have different layers.
A layer behaves like a view controller. It contains event handler methods that can be overridden. When a user input event is triggered within a view, the corresponding event handler method is called for each layer within the view.
To create custom context menu entries, you have to respond to the onContextMenu
user input event.
Note: A complete list of event handler methods for the CustomLayer
class is available here.
In the panorama view, you can explore your data in a seamless experience. In this view, you can see both panoramic images and point clouds. By default, the main view of the NavVis IVION interface shows the panorama view.
In the map view, you can see the 2D maps of the site and where the site is located on a world map. By default, the map view is displayed in the mini view, which is the small window in the bottom right corner of the NavVis IVION interface. Clicking on the two small arrows on the bottom right corner of the screen switches between panorama view and map view.