Feature Info
The Feature Info tab enables users to set the name of the ID property of the OGC 3D Tiles dataset. It is also possible to configure an external service, which will be used to query additional information about the features. The additional information will be merged with the feature data and displayed in the Object Properties panel.
ID Property Name
The ID Property Name refers to the property which contains the feature identifiers in Ogc3dTiles models. The ID Property Name must be configured to allow users to select elements of the model. Common values are:
FeatureID
for IFC datasetsObjectId
for OBJ datasetsFeatureID
for BINZ datasets
External Service
Property Provider Type
Only WFS endpoints are currently supported as metadata providers.
Metadata Url
The URL of the metadata endpoint.
Metadata Feature Type
The name of the feature in the WFS service.
Identifier Mapping
The identifier mapping section allows you to link model elements with external metadata. By default, HxGN Smart Sites will use the Id Property to link external metadata.
Define a custom ID property
Enable the checkbox to enable the custom link properties.
Model link property
The name of the property in the 3d model.
Service link property
The name of the property in the metadata service.
Metadata Security Options
The security options define which credentials will be used to connect to the metadata endpoint. The available options are:
- Token. Forwards the user’s access token as a Bearer token in the Authorization header.
- Basic Auth.
Forwards the provided
username
andpassword
in the Authorization header.