# 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=Usemaps
qgisMinimumVersion=3.22
qgisMaximumVersion=4.99
version=1.5
author=GIS Support
email=info@gis-support.pl
license=GPL-3.0-only
supportsQt6=True

description=QGIS Plugin for connecting with Usemaps service
about=Usemaps is a web-based GIS system that is used to store, edit, analyze, and visualize spatial data. It perfectly extends the benefits of QGIS to your organization, adding the ability to work "in the cloud".

description[pl]=Wtyczka QGIS do łączenia z usługą Usemaps
about[pl]=Usemaps to dostępny przez przeglądarkę System GIS. Doskonale rozszerza korzyści jakie daje Twojej organizacji QGIS, dodając możliwości pracy “w chmurze”.

tracker=https://github.com/gis-support/usemaps-qgis-plugin/issues
repository=https://github.com/gis-support/usemaps-qgis-plugin
# End of mandatory metadata

changelog=Added support for Data.Box layers – Classification Contours
    Improved handling of table structure changes
    Plugin elements are now removed from the GUI when the plugin is disabled
    Improved dictionary handling
    Filtering by group name no longer hides layers
    Removed duplicate default map from the list

# Tags are comma separated with spaces allowed
tags=python

homepage=https://usemaps.com/
category=Plugins
icon=resources/connected.png
# experimental flag
experimental=False

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

