Home
Categories
Dictionary
Download
Project Details
Changes Log
Who We Are
FAQ
License

Maps3D configuration properties



The Maps3D configuration properties allows to specify the configuration of the 3D environment. This file is specified through the -config launch argument like the server part. The properties are the same as for the Client so the same properties File can be used for both Client and Server in standalone mode.

Configuration properties format

See configuration properties format.

Maps3D configuration properties

These properties are configuration properties specifically used by the maps3D .

General properties

  • "maps3D.showAxis": if we show the 3d axis or not (default is false)
  • maps3D.fieldDirectory: specify where to find the terrain tiles (srtm, ...)
  • "maps3D.useFieldManager": specify if we use the 3d field manager, (if you use fieldCell3D maps items, don't activate it). Default is false. See 3D Fields

Performance properties

  • "maps3D.fieldMemory": true if we register field in the static memory -> some data of the fields will be keep it memory to speed reloads (default = false)

Examples

Simulation of concept configuration

      maps3D.fieldDirectory=L:/3d/srtm
      maps3D.useFieldManager=false
      maps3D.fieldMemory=true #this value is used as true because the simulation of concept process many reconfiguration that add and remove maps3D renderer.
See Maps3D internal properties for others properties

See also


Categories: conf | maps3d

Copyright 2016-2017 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v2 licence