# This file contains metadata for your plugin.

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

[general]
name=potreecraft
qgisMinimumVersion=2.99
qgisMaximumVersion=3.99

# Provide a brief description of the plugin
description=A potree scene constructor GUI
version=2.2.0
license=GPL-2.0-or-later
author=Béres Tamás
email=berestamasbela@protonmail.com

about=PotreeCraft is a GUI wrapper for PotreeConverter, which allows the user to create Potree scenes enriched with vector data without having to know JavaScript, as all information on the vector layers that you wish to add will be imported from the current open QGIS project. PotreeConverter 2.1.1 is a requirement for it to work. For more info on how to use the plugin visit github.com/ThomasFarmer/PotreeCraft 

tracker=https://github.com/ThomasFarmer/PotreeCraft/issues
repository=https://github.com/ThomasFarmer/PotreeCraft
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
# changelog=

# Tags are comma separated with spaces allowed
tags=potree, pointcloud 

homepage=https://github.com/ThomasFarmer/PotreeCraft
icon=pc_icon_24.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=PotreeConverter 2.1.1

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

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