# This file contains metadata for your plugin. Beginning
# with version 1.8 this is the preferred way to supply information about a
# plugin. The current method of embedding metadata in __init__.py will
# be supported until version 2.0

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

# Mandatory items:


[general]
name=spatialJoin
qgisMinimumVersion=2.6
description= The plugin is aimed to perform spatial joins dynamically, without creating a new table, using expression fields and refFunctions plugin (needed as dependency). All the standard topological condition are available (intersection, within, touches ....))
version=1.0
author=Enrico Ferreguti
email=enricofer@gmail.com

# end of mandatory metadata

# Optional items:

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

# tags are comma separated with spaces allowed
tags= spatial join, relations, expression fields, vector. attributes, intersection, nearest, touches, within, refFunctions, spatialjoin, joins, spatial, join

homepage=http://geogear.wordpress.com
tracker=https://github.com/enricofer/spatialJoin/issues
repository=https://github.com/enricofer/spatialJoin
icon=icon.png
# experimental flag
experimental=False

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

