-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added data defined overrides to geodesic transformation tool.
- Loading branch information
1 parent
f23d333
commit 1af4512
Showing
8 changed files
with
184 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
Geodesically transform a shape. It supports scaling, rotation and translation. The size and geometry of each shape will be retained regardless of the projection. | ||
Geodesically transform a shape. It supports scaling, rotation and translation. Each of these properties can come from individual data defined override expressions, making this a very powerful algorithm. The ralative size and geometry of each shape will be retained regardless of the projection. | ||
|
||
* Input vector layer - Select an existing point, line, or polygon vector layer. | ||
* Input layer - Select an existing point, line, or polygon vector layer. | ||
* Selected features only - Checking this box will cause the algorithm to only transform the selected features. | ||
* Rotation angle about the centroid - Rotate the feature about its centroid. A positive angle rotates in a clockwise direction. | ||
* Scale factor about the centroid - Scale the shape about its centroid. A scale factor of 1 retains its same size. | ||
* Translation distance - Distance the shape will be moved along a geodesic path. | ||
* Translation azimuth - Azimuth or direction the shape will be moved along a geodesic path. | ||
* Translation distance units - Units of distance the shape will be move. | ||
* Output layer - The output layer that will be created in QGIS. | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name=Shape Tools | ||
qgisMinimumVersion=3.4 | ||
description=Shape Tools is a collection of geodesic shapes and tools. Create ellipse, line of bearing, pie wedge, donut, arc wedge, polygon, star, ellipse rose, hypocyloid, polyfoil, epicycloid, radial line, and heart shapes. Tools include "XY to Line" tool, densify lines and polygons along geodesic paths, geodesic line break, geodesic measuring and create a measurement layer, geodesic scale, rotate, flip and translate tools, and digitize points at an azimuth & distance tools. | ||
version=3.3.17 | ||
version=3.3.18 | ||
author=C Hamilton | ||
[email protected] | ||
about=Shape Tools is a collection of geodesic shapes and tools. Shape Tools is installed in the Vector menu. | ||
|
@@ -26,6 +26,7 @@ experimental=False | |
deprecated=False | ||
hasProcessingProvider=yes | ||
changelog= | ||
3.3.18 - Added data defined overrides to the geodesic transformations algorithm. | ||
3.3.17 - Addressed issues #37 and #38. | ||
3.3.16 - Arc wedge now creates a donut if a full 360 degrees are specified. | ||
3.3.15 - Replace PNG icons with SVG icons and resize other PNG icons. | ||
|
Oops, something went wrong.