forked from abocianowski/QRectangleCreator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.txt
47 lines (38 loc) · 1.95 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
# 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=QuickRectangleCreator
qgisMinimumVersion=3.0
description=QuickRectangleCreator allows you to create a rectangle quickly and easily, preset sizes, snap to grid and rotate on the fly.
version=0.5
author=Adrian Bocianowski & L Selter
about=This is a rework of the QRectangleCreator plugin. It allows you to create a rectangle with the specified width, length and rotation. The plugin also allows you to snap the rectangle to the grid. The plugin is designed to be more user friendly and to have more features than the original plugin. It makes use of the mouse wheel to rotate the rectangles on the fly. Rectangle dimensions can be saved and recalled quickly through a drop down.
tracker=http://github.com/Tirpitz93/QuickRectangleCreator/issues
repository=http://github.com/Tirpitz93/QuickRectangleCreator
# End of mandatory metadata
# Recommended items:
# Uncomment the following line and add your changelog:
changelog=
[version=0.5] - Fix gif in readme.
[version=0.4] - Adds mouse wheel to rotate.
adds presets.
adds float compatibility.
ZM layer type compatibility.
Adds sizes to toolbar.
[version=0.3] - change max values in settings to 999999999.
[version=0.2] - add MultiPolygon support.
[version=0.1] - plugin create.
# Tags are comma separated with spaces allowed
tags=python, rectangle, size, angle, create polygon, create rectangle with map units, snap, snapped
homepage=http://github.com/Tirpitz93/QuickRectangleCreator
category=Plugins
icon=icons/addRectangle.png
# experimental flag
experimental=False
# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False