# 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=pickLayer
qgisMinimumVersion=2.0
description=pick to feature on map canvas to perform layer functions
version=2.3
author=Enrico Ferreguti
email=enricofer@gmail.com

about=The plugin allows to perform layer and features operations by a contextual menu clicking over features on map canvas. This is useful when many layers are loaded in the project and is difficult to find them in a crowded legend.

# End of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog:
changelog=v2.0 03/11/2014
  Layer Commands added:
  1)Zoom to Layer
  2)Change Data Source (experimental)
  Feature Commands added:
  3)Zoom to Feature
  4)Copy feature and paste geometries and attributes
  Other Commands:
  5)Layer Actions Attached to context menu
  
  V2.1 15/05/2015
  1) selected layer and feature infos
  2) copy area and length to clipboard
  3) Change datasource issues fixed
  
  v2.2 12/6/2015
  1) issue picking on line feature fixed

  v2.3 20/6/2016
  1) attributes values in context submenu - with copy to clipboard of content
  2) configure snapping options issue fixed
  3) coords typo issue fixed

# Tags are comma separated with spaces allowed
tags= layer, functions, change, snap, properties, editing, hide, context menu, context, menu, datasource, data source

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

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

