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

[general]
name=pickLayer
qgisMinimumVersion=3.16
qgisMaximumVersion=3.99
description=pick to feature on map canvas to perform layer and feature commands
version=3.7.0
author=National Land Survey of Finland
email=sovellustuki@maanmittauslaitos.fi

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=
 Version 3.7.0:
 - add possibility to define layers to search from for set active layer tool

 Version 3.6.0:
 - add default shortcut for pick active layer action

 Version 3.5.0:
 - add finnish translations



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

homepage=https://github.com/nlsfi/pickLayer
tracker=https://github.com/nlsfi/pickLayer/issues
repository=https://github.com/nlsfi/pickLayer
icon=resources/icons/icon.png
# experimental flag
experimental=False

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