# 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.5.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.5.0:
 - add finnish translations

 Version 3.4.0:
 - pick active by clicking now considers distance between same type of layers
 - automatically return to previous map tool after successfull use of set active layer tool

 Version 3.3.0:
 - adds a new tool to set active layer by clicking features on map
 - if multiple layers are found, active layer is chosen in this order: point layer, line layer, polygon layer, other map layers



# 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
