Class: MetadataConfig

Metadata.MetadataConfig(cfg)

Class representing the metadata config

Constructor

new MetadataConfig(cfg)

Create a metadata config instance based on a config object
Parameters:
Name Type Description
cfg object the lizmap config object
Properties
Name Type Attributes Description
lizmap_plugin_version string <optional>
the lizmap plugin version as number used to configure the project
lizmap_plugin_version_str string <optional>
the lizmap plugin version as string used to configure the project
lizmap_web_client_target_version number <optional>
the target lizmap web client version as integer
qgis_desktop_version number <optional>
the QGIS Desktop version as integer used to build the project
Source:

Extends

  • BaseObjectConfig

Members

lizmap_plugin_version :number

The lizmap plugin version as integer used to configure the project
Type:
  • number
Source:

lizmap_plugin_version_str :string

The lizmap plugin version as string used to configure the project
Type:
  • string
Source:

lizmap_web_client_target_version :number

The target lizmap web client version as integer
Type:
  • number
Source:

qgis_desktop_version :number

The QGIS Desktop version as integer used to build the project
Type:
  • number
Source: