global Dynamically display multiple grids in Surfer or GeoTIFF format as layers on maps by the plugin 'mapmultigrid'. Add 'mapmultigrid' to 'plugins' and 'multigrid' to 'map.customLayers'. Within this section define profiles for adding and customizing the layers. Finally, register the profiles in 'map.multigrid.profiles'. List of grid profile names to be considered. Separate multiple names by comma. Render mode of the mapmultigrid plugin. May be overridden per grid profile. Define one more grid profiles for showing grids on maps. Each profile can consider one ore more grid files. Add the name of the profile to 'map.mapmultigrid.profiles' for using them. List of files to be shown and monitored for changes with inotify. Supported file formats are: Surfer 6 (binary grids) and GeoTIFF. The GeoTIFF support is experimental and not all GeoTIFF datatypes are supported. The file extension must be TIFF for GeoTIFF files. Separate multiple files by comma. The corresponding directory must exist prior to opening maps. The title of the grid legend shown on map. The location of the grid legend on the map. Show the legend for this profile. Use a discrete gradient is for rendering in grid mode. Render mode of the grid profile. Make this item visible at startup. Sets the composition mode. Specifies how the pixels of the grid (the source) are merged with the pixels of the map (the destination). See the QT documentation: https://doc.qt.io/archives/qt-4.8/qpainter.html#CompositionMode-enum for the modes. If true, render polygons in inverse value order, highest value first and lowest value last. Gradient used for rendering the grid. Overridden by configuration of gradients parameters. Example (value:color:style): 30.00:ff00fa:"major",60.00:f25ffb:"minor" where minor and major refer to the name of style profiles which must be defined. Name of defined style profile(s) to be considered. Can be omitted if styles are named in 'stops'. Configuring a gradient overrides stops. Name of the standard built-in gradient. Read the documentation of color gradients for the details. Minimum value of the target value range. Maximum value of the target value range. Transparency. Overrides the alpha value of the gradient. Number of nodes at which to define the color gradient. The respective values will be shown in legends. < 2: Use nodes originally defined by gradient. Define style profiles used by the grid profiles. Brushes are used to fill a polygon. They have two attributes: color and pattern. The brush color following the color definition in SeisComP: color-code name, rgb or hexadecimal representation. The brush pattern. Pens are used to draw lines with three attributes: color, style and width. The pen color following the color definition in SeisComP: color-code name, rgb or hexadecimal representation. The pen style. The pen width.