# This file contains metadata for your plugin. Since
# version 2.0 of QGIS this is the proper way to supply
# information about a plugin. The old method of
# embedding metadata in __init__.py will
# is no longer supported since version 2.0.

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

[general]
name=Layman
qgisMinimumVersion=3.26
description=Layman
version=2.7.0
author=jan vrobel
email=vrobel.jan@seznam.cz

about=
	This plugin is client for Layman server, that provides WFS, WMS services. There is possible create map compositions, store metadata, sigle layers and load back by WMS or WFS. Plugin support OAuth2 autorization and read/write permissions for every layer/composition.

tracker=https://github.com/LESPROJEKT/qgis-layman-plugin/issues
repository=https://github.com/LESPROJEKT/qgis-layman-plugin/tree/master
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=    
	1.60 - owner permissions bug fixed, removed experimental flag
	1.64 - map composition can get extent from own layers, form bugs in manage form fixed
	1.65 - support QML on Layman server > v10.0.0
	1.67 - Create map bug in form fixed
	1.69 - added option - change wms/wfs service for hs layer type
	1.71 - set permissions over all layers in composition
	1.72 - support for time wms, grouping layers in layman, bugs and performance update
	1.73 - deeper integration layman composition to QGIS
	1.74 - bugs permission fixed
	1.75 - possibility load public layers without login
	1.77 - logout issues
	1.78 - upload raster layers support
	1.79 - upload raster layers to composition
	1.80 - support external raster, vector symbology
	1.82 - new environment for current composition
	1.83 - possibility get WMS/WFS url from Layman layers
	1.85 - support for other coordinate systems
	1.86 - bugs fixes
	1.87 - micka catalogue
	1.88 - export Layman projects to qfield
	1.95 - layer take EPSG from project 
	1.96 - compatibility with QGIS 3.26
	1.97 - raster time series export
	2.0 - form rebuild
	2.4 - support svg for labeling
	2.5 - repository update
	2.6 - roles support
	2.7 - qfield cloud support
# Tags are comma separated with spaces allowed
tags=python

homepage=https://hub.plan4all.eu/qgis
category=Plugins
icon=icon.png
# experimental flag
experimental=False

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