-
Notifications
You must be signed in to change notification settings - Fork 9
/
metadata.txt
51 lines (44 loc) · 2.12 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# 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=changeDataSource
qgisMinimumVersion=3.0
description=Right click on layer tree to change single layer datasource of click on icon to change datasources globally
version=3.1
author=enrico ferreguti
about= The plugin allows to change the datasources of the loaded layers. The operation can be performed right clicking on legend items for single layer or globally on a summary table by clicking on toolbar plugin icon. The plugin takes control of bad layers handling allowing to specify valid datasources working on project
# End of mandatory metadata
# Recommended items:
# Uncomment the following line and add your changelog:
changelog=V1.0
Release
V2.0 2016/01/29
Datasource browsing feature, Bad layers Handling
V2.1 2016/02/01
Merge PR from https://github.com/czalaviek: New handling button signals - now plugin GUI isn't language-sensitive.
V2.2 2016/04/15
"Layer properties not keeped" issue fix (native setDataSource method issue)
V2.3 2017/06/19
"Unhandled layers uncaught behaviour" issue fix
V2.4 2017/07/26
"Extent doesn't change applying new datasource to a raster layer" issue fixed
V3.0 2018/08/21
QGIS3 migration; courtesy of Christoph Franke @ChrFr
V3.1 2020/10/15
Fix expression evaluation for QGIS 3.x; courtesy of Andrea Giudiceandrea @agiudiceandrea
# Tags are comma separated with spaces allowed
tags=database, layers, legend, datasources, sources, bad layers, not found layers
homepage=https://geogear.wordpress.com/2016/01/29/changedatasourceplugin-plugin-release-2-0/
tracker= https://github.com/enricofer/changeDataSource/issues
repository= https://github.com/enricofer/changeDataSource
category=Plugins
icon=icon.png
# experimental flag
experimental=False
# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False