# 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=DEMto3D
qgisMinimumVersion=2.0
description=3D Printing of terrain models.
about=DEMto3D is the first tool that links GIS (Geographic Information System) and 3D printing. DEMto3D allows export DEM to STL format ready to 3D printing.
version=2.3.1
author=Francisco Javier Venceslá Simón
email=demto3d@gmail.com

# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
# changelog= Pluging has been moved under raster menu and raster toolbar, instead plugin menu. Dialogs covered all other windows. Now dialogs stop to stay on top. Tooltips have been added to icon buttons. Extension has been added to files (filename_model.stl), when you choose export to STL the raster layer. A warning message has been added when the expected computation time is too long.

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

homepage=http://demto3d.com/
tracker=https://github.com/jawensi/DEMto3D/issues
repository=https://github.com/jawensi/DEMto3D
category=Raster
icon=icons/demto3d.png
# experimental flag
experimental=True

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

