# This file contains metadata for your plugin.
# Mandatory items:

[general]
name=3DCityDB Tools for QGIS 4
qgisMinimumVersion=4.00
qgisMaximumVersion=4.99
description=Tools to visualize and manipulate CityGML 2.0 data stored in the 3D City Database 4.x
version=0.9.0
author=Giorgio Agugiaro, Konstantinos Pantelios
email=g.agugiaro@tudelft.nl, konstantinospantelios@yahoo.com, 

about=This plugin connects to the 3D City Database (v. 4.x) for PostgreSQL/PostGIS. It consists of:
 
 - The "Layer Loader": it loads data as "classical" layers into QGIS. All CityGML LoDs are supported, as well as multiple citydb schemas and multiple database users. Feature attributes can be edited, changes are stored back directly into the database;

 - The "Bulk Deleter": it allows to clean up the database, or to delete selected feature types;

 - The "QGIS Package Administrator": it allows to install the server-side part of the plug-in and to manage database user privileges.

 On the GitHub repository further resources are provided: the installation and user manual, as well as some test datasets can be downloaded.

tracker=https://github.com/tudelft3d/3DCityDB-Tools-for-QGIS

repository=https://github.com/tudelft3d/3DCityDB-Tools-for-QGIS

# End of mandatory metadata

# Recommended items:
hasProcessingProvider=no

# Uncomment the following line and add your changelog:
changelog= 0.9.0 Minor changes for QGIS 4. Same functionalities as for QGIS 3

# Tags are comma separated with spaces allowed
tags=PostgreSQL, PostGIS, 3DCityDB, CityGML, CityJSON

homepage=https://github.com/tudelft3d/3DCityDB-Tools-for-QGIS

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

# Path to the icon file
icon=icons/plugin_icon.png

# experimental flag
experimental=False

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

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

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