-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.txt
66 lines (53 loc) · 2 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# This file contains metadata for your plugin.
# This file should be included when you package your plugin.# Mandatory items:
[general]
name=Photo linker
qgisMinimumVersion=3.22
description=That is a plugin to link photos with points in vector file
version=0.7
author=Wojciech Sołyga
email=wojciech.solyga2@gmail.com
about=That is a plugin that generates point features that cointain photos X,Y and path to a photo
tracker=https://github.com/wojtek19022/Photos_linker/issues
repository=https://github.com/wojtek19022/Photos_linker
# End of mandatory metadata
# Recommended items:
hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog=
In version 0.7:
- Deleted plugin multiple functions execution
- Added paths clearing for input and output
In version 0.6:
- Added datetime to every generated picture
- Modified generation of notifications
- Modification of actions assignment to execute them globally
In version 0.5:
- Modified calculation of CRS for places on the Western and Southern sites of Earth
- Added presentation of pictures direction
In version 0.4:
- Repared installing and uninstalling exif library
- Change of plugin's interface language to EN
- Added clearing of plugin fields from previous data
In version 0.3:
- Added possibility to save file to geopackage
- Fixed adding only layer in memory if directory to save isn't loaded
- UI file changed
- Added plugin icon in a QGIS bar
# Tags are comma separated with spaces allowed
tags=python,shapefile, geopackage,photos,pyqgis
homepage=http://homepage
category=Plugins
icon=icon.png
# experimental flag
experimental=False
# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False
# Since QGIS 3.8, a comma separated list of plugins to be installed
# (or upgraded) can be specified.
# Check the documentation for more information.
# plugin_dependencies=
Category of the plugin: Raster, Vector, Database or Web
# category= Vector
# If the plugin can run on QGIS Server.
server=False