Skip to content
Giovanni Lughi edited this page May 22, 2026 · 3 revisions

In rer3d-map we have added some custom properties to the original config.json.

  • leafletMaxZoom: (the old maximumLeafletZoomLevel) the maximum zoom level for Leaflet (2D map engine), zoom level can't grow more that value (default 18).

  • cesiumGlobeColor: the CSS color of the globe rendered by Cesium under data layers (default blue).

  • isPickInfoEnabledDefaultValue: if true start with Info feature enabled (default false).

  • whereAmIParams: parameters to whereAmI service

    • urlFast: url to fast whereAmI API
    • urlSlowButAccurate: url to accurate whereAmI API
    • fieldId: feature ID field
    • fieldResult: result field
    • fieldResultDetailed: result detailed field.
  • searchInCatalogItemInfo: if true search also in info of catalog layers.

  • coordsConverterUrl: url to coordinates converter service.

  • useElevationMeanSeaLevel: if true elevation is intended MSL, otherwise WGS84 (default false).

  • wgs84vsMeanSeaLevelRoughDiff: if useElevationMeanSeaLevel is true, set an approximate elevation difference the models in your area. It is used when it is not possible to use a more precise (point) calculation.

  • mapViewers: list of the enabled MapViewers: 3d, 3dsmooth, 2d, 2dcesium (default ["3d", "3dsmooth", "2d"]).

  • pickSize: side size for the drill pick in Cesium and ArcGisMapServerCatalogItem.

  • polylineWidth: polyline width for KML and GeoJson (and derived).

  • playPathCameraPitchThreshold: maximum camera pitch (in degrees) for the play path tool (default 30°).

  • useMyLocationFromDesktop: if false, hides the MyLocation button in Desktop UI.

  • workbenchPanelDefaultHeight: the starting height in pixels for the workbench panel (now resizable in the UI) (default 600).

  • globeTranslucency: if present and enabled, the terrain translucency is interpolated between nearTranslucency and farTranslucency in proportion to the distance distance between camera and terrain falls within the lower nearDistance and upper farDistance bounds, while outside instead it remains clamped to the nearest bound. The transparency value must fall within the range [0, 1], where 0 means that the soil is completely opaque, while 1 means that it is completely transparent. Parameters for the globeTranslucency feature:

    • translucencyEnabled: if true, it enables globe translucency;
    • nearDistance: the camera distance threshold for near translucency;
    • nearTranslucency: translucency value at near distance;
    • farDistance: the camera distance threshold for far translucency;
    • farTranslucency: translucency value at far distance.
  • showEnableCollisionControl: if true, it shows in SettingPanel a checkbox to enable/disable collision detection, so that user can allows the camera to go underground (default false).

  • microzonationConfig: parameters to PC Microzonation service

    • url: the WFS service URL to connect to the seismic microzonation service;
    • projectsLayerName: the name of the WFS level of seismic microzonation projects;
    • documentsLayerName: the name of the WFS level of seismic microzonation documents;
    • outputFormat: the WFS output format.
  • userProfileLoginServiceType: the user profiling type: Cohesion, Geoserver.

  • userProfilesDefinition: the definition of user profiles.

  • userProfileLoginServiceUrl: the url to the login and profiling service.

Clone this wiki locally