# 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=Feature Iterator
qgisMinimumVersion=3.0
about=This plugin's purpose is to iterate over a vector layer's features, having the possibility to remove each feature during a step-by-step iteration. One can also define a pair attribute-value that will filter the features to be iterated. During iteration, viewport will be panned to where the feature is, using the same zoom level defined by user.
version=1.2.0
author=Centro de Informação Geoespacial do Exército
email=igeoe@igeoe.pt
description=Iterate over a vector layer's features with the possibility to remove each of them during a step-by-step iteration.
tracker=https://gitlab.com/cigeoe/feature-iterator-qgis-plugin/issues
repository=https://gitlab.com/cigeoe/feature-iterator-qgis-plugin/tree/master
# End of mandatory metadata

# Recommended items:

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

# Tags are comma separated with spaces allowed
tags=vector,attributes,canvas,iteration,layers

homepage=http://plugins.qgis.org/plugins/FeatureIterator/
category=Vector
icon=icon.png
# experimental flag
experimental=false

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

