Skip to content
Giovanni Lughi edited this page May 25, 2026 · 2 revisions

In rer3d-map we have added some custom traits and properties to the originals and can be set in init (aka catalog) files.

GeoJSON

  • clustering: the point clustering controls on the map; it turns clustering on or off and sets how nearby points are grouped, how many points are needed to form a cluster, and how the cluster pin looks. Works only with Cesium (3D or 2D) as a viewer.

    • enabled: if true it enables clustering (default false)
    • pixelRange: The pixel range to extend the screen space bounding box (default 35)
    • minimumClusterSize: The minimum number of screen space objects that can be clustered (default 5)
    • pinSize: The size of the pin, in pixels (default 60)
    • pinBackgroundColor: The color of the pin (default "gray")
  • queryableProperties: defines the list of properties to use to query the layer data.

    • propertyName: The name of the property of the layer to use to query the data (case insensitive)
    • propertyLabel: The label to show in the interface
    • propertyMeasureUnit: The unit of measurement of the property, only if type is 'number'
    • propertyDecimalPlaces: The number of decimal places to show, only if type is 'number' (default 0)
    • propertyType: The type of the property, one of string, number, enum (use all property values from the layer), date (use a range of two dates)
    • canAggregate: If true, the user can aggregate the data by this property (default false)
    • sumOnAggregation: If true, on aggregation show also the sum of this value, only if type is 'number' (default false)
    • enumMultiValue: If true, enum values can represent multiple values (default false)
    • dictionaryKeyProperties: The list of properties of type DictionaryPropertyTraits to use as key of dictionary properties
    • distributionOnAggregation: If true, on aggregation use the properties to distribute values, only if type is 'dictionary' (default false)
  • nameOfCatalogItemSearchField: the text field in which to search for vector layers

  • mixedStyle: if true, use Cesium primitives with some TableStyle properties (default false).

  • globeClippingControlShowed: if true, shows the workbench item control to enable automatic calculation of globe clipping planes using the item's data (default false).

  • globeClippingEnabled: if true, it starts with globe auto clipping planes enabled (default false).

Kml/Kmz

  • nameOfCatalogItemSearchField: the text field in which to search for vector layers

WMS/WFS

  • useAuthentication: if true, the catalog item tries to use the configured authentication method when calling the OGC service (default false).

All mappable

  • perProfileInfoFields: list of visible fields by user profile.

  • webServiceUrlProfileCheck: url to the web-service that checks whether the user can see all feature info.

Clone this wiki locally