About this release

The 2023.1 release of LuciadRIA adds new options for data viewing: in an orthographic view for 3D data, or on a projected map wrapped around the date line when viewing your data in 2D. Moreover, BIM data usability has been greatly enhanced, and additional styling options are available. In addition, LuciadRIA now also supports Google’s photorealistic 3D tiles. As always, this list is completed with a set of more specific enhancements, based on customer requests.

luciad portfolio
Figure 1. The Luciad portfolio.

Benefits of the new features

Inspect 3D data independent of its geolocation

While the strength of the Luciad products lies in bringing together georeferenced data, there are certain use cases where data visualization is needed in a Cartesian context. Because the requirements are like the capabilities of the LuciadRIA views, we also support these use cases.

In 2D, LuciadRIA already offered a non-georeferenced view for the creation of scatter plots and, notably, vertical intersections of 3D structures. The 2023.1 release adds a specific 3D view configuration for inspecting 3D data outside of its locational context. This view supports both a perspective and an orthographic camera. These camera types are illustrated in Figure 3, “A 3D Cartesian view with a perspective camera” and Figure 4, “The same scene, but with an orthographic camera”.

non-georeferenced point cloud
Figure 2. A non-georeferenced point cloud visualized in its local, Cartesian 3D reference.
In the perspective camera view on the left, the tower in the background appears much smaller than the one in the foreground. In the orthographic camera view on the right, both towers have the same size, regardless of their distance to the camera. This makes it easier to compare relative sizes and angles.
perspective camera
Figure 3. A 3D Cartesian view with a perspective camera
orthographic camera
Figure 4. The same scene, but with an orthographic camera

Sample code/documentation to get you started

The 3D Icons sample now has a small asset viewer. It opens when you select a 3D icon on the map. The asset viewer allows you to inspect the 3D icon in its local coordinate system.

The article Visualizing data in a non-geospatial view has been updated to cover the visualization of 3D data without a georeference in 3D Cartesian maps with orthographic camera support.

Support for Google 3D Tiles

Earlier this summer, Google announced a new API for photorealistic 3D Tiles, a globe-covering mesh textured with high resolution imagery. The existing LuciadRIA support for 3D tiles data has been extended to additionally support both OGC 3D Tiles that use GLB/glTF as payload and the new Google 3D Tiles API. This new capability takes care of the attribution and display of copyright information.

When bringing this data into a LuciadRIA view, you can benefit from all other LuciadRIA capabilities. For example, you can drape vector data over the Google 3D Tiles, insert new objects and apply terrain displacement.

vegas googletiles
Figure 5. A view of the Las Vegas strip in Google Photorealistic 3D Tiles.

Sample code/documentation to get you started

You can try out the Google 3D Tile support in the Data Formats and in the Geolocate OGC 3D Tiles samples. All you need to get started is a Google API key.

The Visualizing Google 3D Tiles article shows you how to load and visualize Google 3D tiles on a LuciadRIA map with the appropriate attributions.

Infinitely pan around the world

Typically, 2D map references display every location on the earth only once. In some specific use cases, when data crosses the date line, it would be more convenient to inspect the data by wrapping the projection around the date line, resulting in an “infinite panning around the world” effect. LuciadRIA now supports this for 2D WebGLMap instances with a cylindrical projection, for example a Mercator projection or an equidistant cylindrical projection.

infinite panning
Figure 6. Inspect weather data crossing the date line by wrapping the projection around the date line.
infinite panning2
Figure 7. The wrapped view supports all data types, including real-time data.

Sample code/documentation to get you started

The new article Configuring a map to wrap around the date line guides you in this task.

Improved usability for BIM and CAD datasets

LuciadRIA already offers support for navigation, selection of elements within 3D tiles data sets and various styling options for the selected data. However, in certain use cases, like selecting data within complex CAD-like structures, element selection may not present the best user experience.

This 2023.1 release of LuciadRIA offers additional styling options for your selected elements. It re-uses existing styling concepts in a new context to introduce occlusion and outline styles for selection. Behind the scenes, occlusion styles no longer need a separate layer, which also greatly improves their performance. The need to manage selection yourself by adding a selected property has also been removed. Selection is now effectively managed inside the Tileset3DLayer.

These specific selection styles allow you to make sure that your selection does not get occluded by other parts of the geometry. They also remove the need to add transparency to the non-selected parts.

The IFC sample shows a sublime new selection style that allows you to always see the selected part in a large dataset, without the loss of depth perception and without the need for transparency. It shows the visible selected parts in a selection color of choice, while using an outline for the occluded selected parts in the same color.

The same sample has a new navigation controller, the so-called asset navigation controller. It allows for more user-friendly navigation, re-using well-known concepts of key navigation in other applications. The main benefits are navigating through walls, roofs and floors by using keys to navigate. When using the mouse, you get visual feedback of the anchor point and the type of navigation (panning, rotating or zooming) that you are performing.

Sample code/documentation to get you started

The article Highlighting mesh and point cloud data now includes a section about using occlusion styling and outline styling for selecting elements within a 3D mesh. It shows you how to create the selection style used in the IFC sample. The Selected elements highlighted figure illustrates this, with the selection of plumbing in the sample. The camera is inside one of the bathrooms, which makes the toilet and sink visible. Their piping disappears in the floors and walls, but is still visualized with the selected occluded outline style.

occluded outline highlight
Figure 8. The new selection style is illustrated in the IFC sample.

Additional styling capabilities

This release of LuciadRIA brings additional styling capabilities: fog on 3D maps and raster effects.

Fog can now be added to your map when it is configured for 3D. You can configure the color of the fog, the density or thickness of the fog, and if you want, the color of the sunlight seen through the fog. In addition, you can subtly make the fog less dense higher above the earth, simulating a dense fog that is limited to lower altitudes.

The user experience can be further tailored by defining a minimum and maximum camera height or viewing distance at which the fog is enabled or disabled.

fogeffect
Figure 9. A 3D scene without fog on the lift, and with fog enabled on the right.

The second set of new styling options applies to raster data. Imagery data is typically brought into the operational picture as background or reference data, not to be altered by users. However, depending on the other information on the view, the combined picture can be enhanced by slightly adapting the rendering of the image. With a different contrast or opacity, business data overlaid on the image may be clearer for the human observer. LuciadRIA now offers a RasterStyle object, grouping a set of styling settings allowing you to alter contrast, brightness, and opacity, and set a modulation color.

Sample code/documentation to get you started

The article Configuring WebGL Map effects has been extended with a section about the fog effect. The article Visualizing and styling raster data now contains additional information on the new raster style settings.

Product license versioning

Starting from the 2031.1 release, you only need a new product license for a major LuciadRIA product version.

More specifically, for version 2022.0 and 2022.1, you still need separate licenses. If you use your license file for LuciadRIA version 2023.0 with LuciadRIA version 2023.1, it will work. Of course, both product versions must have matching configurations, with an equivalent product name, product tier and options list.

Other improvements

LuciadRIA TypeDoc improvements

The LuciadRIA TypeDoc has been improved for better developer experience. This includes a series of small fixes and improvements related to external links like Promise/HTMLImageElement`, the navigation menu and a dark mode.

Sample code reorganization for component reuse

The LuciadRIA sample code got slightly reorganized for better reuse of components. The 3D samples like the OGC 3D Tiles sample have additional controllers: a cross-section controller and slicing box controllers.

Support for KMZ with bundled resources

LuciadRIA now supports KMZ data with bundled image resources. This supports use cases like ground/screen overlays, placemark icons and images in balloons.

Support for HSPC Pack files

HSPC Pack files are now supported on HSPCTilesModel and TileSet3DLayer.