-
Notifications
You must be signed in to change notification settings - Fork 3
/
metadata.txt
34 lines (25 loc) · 1.15 KB
/
metadata.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# This file should be included when you package your plugin.# Mandatory items:
[general]
name=pickLayer
qgisMinimumVersion=3.0
qgisMaximumVersion=3.99
description=pick to feature on map canvas to perform layer and feature commands
version=3.1
author=Enrico Ferreguti
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=3.0 code migration to QGIS3
3.1 subtract, merge and makevalid new features
# 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