# This file contains metadata for your plugin.

# This file should be included when you package your plugin.# Mandatory items:

[general]
name=ValueMap to Lizmap
qgisMinimumVersion=3.0
description=This plugin creates a table layer with all the ValueMap items of the project to be used as input for a js script which shows description instead of code in Lizmap attribute tables
version=0.3
author=Roberta Fagandini (Gter srl) - Roberto Marzocchi (Gter srl) - Rossella Ambrosino (Gter srl)
email=assistenzagis@gter.it

about=This plugin retrieves all codes and labels from columns with ValueMap widget and compiles a table layer added to the QGIS project.
	The table layer has four text columns named: fieldname, cod, label and layer and it is automatically created and added to the QGIS project.
	This table is then used by the valueMap_in_attributeTable.js file in order to show descriptions instead of lables in Lizmap attribute tables.
	The resulting table layer must be added to lizmap web client as WFS layer.
	Moreover the script automatically put the valueMap_in_attributeTable.js in the proper folder i.e. media/js/project_name/.
	If these folders do not exist, they are automatically created.
	The valueMap_in_attributeTable.js only works for fields of type text with Lizmap 3.3. Numerical fields will be supported starting from Lizmap 3.4.

tracker=https://github.com/gtergeomatica/valuemap_2_lizmap/issues
repository=https://github.com/gtergeomatica/valuemap_2_lizmap
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog=
	0.3
        * Added support for Value Relation widget
        * Added the automatic pubblication of valuemap layer as wfs
	0.2
        * Added control check on project file
        * Added control check on Lizmap cfg file
	0.1
        * First public release 

# Tags are comma separated with spaces allowed
tags=attribute, attribute table, field, table, web, Lizmap, Value Map, widget

homepage=https://github.com/gtergeomatica/valuemap_2_lizmap
category=Web
icon=icon.png
# experimental flag
experimental=True

# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False

# Since QGIS 3.8, a comma separated list of plugins to be installed
# (or upgraded) can be specified.
# Check the documentation for more information.
# plugin_dependencies=

#Category of the plugin: Raster, Vector, Database or Web
# category=Web

# If the plugin can run on QGIS Server.
server=False

