# 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=Dot Map
qgisMinimumVersion=3.0
description=Create density dot layer from polygons
version=0.4.1
author=Jose Manuel Mira Martinez
email=josema.mira@gmail.com

about=A dot-density map is a type of thematic map that uses dots or other symbols on the map to show the values of one or more numeric data fields. Each dot on a dot-density map represents some amount of data. Qgis has not a simbology for this type of data. For this reason, this plugin can create a dot density layer from a polygon layer with a integer field with the data that user would like to convert to dots. 

tracker=https://github.com/josemamira/DotMap
repository=https://github.com/josemamira/DotMap
# End of mandatory metadata

# Recommended items:

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

# Tags are comma separated with spaces allowed
tags=density map, dots

homepage=https://github.com/josemamira/DotMap
category=Vector
icon=icon.png
# experimental flag
experimental=False

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

