# This file contains metadata for your plugin.

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

[general]
name=Clear Null Geometry
qgisMinimumVersion=3.0
description=Clear Null Geometry is a QGIS Plugin which is use to remove all Null geometries from selected layers.
version=0.4
author=Mirjan Ali Sha
email=mirjanalisha@gmail.com

about=This plugin deletes all NULL geometry from the shapefile. New users of QGIS easily creates NULL geometry to shapefiles when they trying to delete a geometry and facing difficulties to delete all of them easily, this plugin will help them to delete all NULL geometry from all selected layers. Steps to Use it: 1. At first Install this plugins and check it available. 2. Select all opened layers from 'Layer' panel. 3. Click on the tool from toolbar ("MAS Vector Processing" Toolbar) or select Vector menu --> MAS Vector Processing --> Clear Null Geometry. * Please give a vote (stars) according to your experiences, it will motivate me. If you required any other tools or plugins please contact with me "mastools.help@gmail.com".

tracker=https://github.com/Mirjan-Ali-Sha/clear_null_geometry/issues
repository=https://github.com/Mirjan-Ali-Sha/clear_null_geometry
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog=Changes: 1. Separated toolbar introduce. 2. Advancing geometry cleaning process (NUL and Empty geometries). 3. Advancing Messages.

# Tags are comma separated with spaces allowed
tags=python, vector, geometry, digitizing, editing, geometry, nullgeometry

homepage=https://github.com/Mirjan-Ali-Sha/clear_null_geometry/wiki
category=Vector
icon=icon.png
# 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= Vector, Database

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

