# This file contains metadata for your plugin.

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

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

# Provide a brief description of the plugin
description=3D Printing of terrain models.
version=3.6
author=Francisco Javier Venceslá Simón
email=demto3d@gmail.com
about=DEMto3D is the first tool that links GIS (Geographic Information System) and 3D printing. DEMto3D allows export raster DEM to STL format ready to 3D printing.

icon=icons/demto3d.png
homepage=http://demto3d.com/
tracker=https://github.com/jawensi/DEMto3D/issues
repository=https://github.com/jawensi/DEMto3D

# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=
    Change pluging icon. 
    Resize default dialog dimension.
    Inverse height with mirror in X axis.
    Add input for base height.
    Fix some bugs due to precission.
    Update pyQgis fruntion parameters

# Tags are comma separated with spaces allowed
tags=dem, 3D printing, raster, 3D, relief terrain, STL

# experimental flag
experimental=False

# 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=Raster

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

