-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmetadata.txt
39 lines (29 loc) · 1.78 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
# 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=QRectangleCreator
qgisMinimumVersion=3.0
description=QRectangleCreator allows you to create a polygon (rectangle) with the specified width, length on the rotation.
version=0.3
author=Adrian Bocianowski
email=adrian@bocianowski.com.pl
about=QRectangleCreator allows you to create a polygon (rectangle) with the specified width, length on the rotation. The added object is visible in the map window in real time. Clicking adds the object to the selected layer in the layer tree. Important! The selected layer must be of type: polygon. If you try to add an object to, for example, a point layer, an error message will be displayed. Polygon dimensions are treated as mapping units in which the map is currently rendered
tracker=https://github.com/abocianowski/QRectangleCreator/issues
repository=https://github.com/abocianowski/QRectangleCreator
# End of mandatory metadata
# Recommended items:
# Uncomment the following line and add your changelog:
changelog=[version=0.1] - plugin create, [version=0.2] - add MultiPolygon support,[version=0.3] - change max values in settings to 999999999,
# Tags are comma separated with spaces allowed
tags=python, rectangle, size, angle, create polygon, create rectangle with map units, snap, snapped
homepage=https://github.com/abocianowski/QRectangleCreator
category=Plugins
icon=icons/addRectangle.png
# experimental flag
experimental=False
# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False