# 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.1
author=Enrico Ferreguti
email=enricofer@gmail.com
about=The new plugin called "SpatialJoin" is aimed to perform spatial joins without creating a new table, using the full set of available tolological condition. The plugin, using the "refFunction" expressions extension, needed as dependency, creates a expression spatial key field ("spjoin_rif") based on reference functions and joins the desidered fields with a value by id function in expression fields as well.The result is a complete dynamic table that resolvs spatial joins on the fly, evaluating the current layers features. Dynamic joins are very computational insensive, so it's recomended to test them with small datasets to avoid long waiting for results. 

# end of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog entries:
# changelog=1.1 Unicode and null value for $id=0 (courtesy of @SzieberthAdam)

# 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

