Feature request #14738
Add 'Move Point Symbols' Tool
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Unknown | ||
Pull Request or Patch supplied: | No | Resolution: | fixed/implemented |
Easy fix?: | No | Copied to github as #: | 22696 |
Description
Please add a tool to move point symbol markers (e.g. SVG markers). It should work in the same way as the 'Move label' tool. So far there is no data defined option for X,Y coordinates in the 'Symbol selector' dialog but I suppose the existing 'Offset X,Y' fields will do the job. Please note that a 'Rotate Point Symbols' tool is already implemented in QGIS.
My aim is to create dynamic leader lines from the symbol marker offset to the point geometry using the new geometry generator marker:
make_line (
make_point(
$x + regexp_substr("offset_xy", '([^,]*)'),
$y - regexp_substr("offset_xy", '([^,]*$)')
),
$geometry
)
See also http://www.opengis.ch/2015/12/10/geometry-generator-symbology/
Associated revisions
[FEATURE] New map tool for interactively setting point symbol offset
Allows for setting a point's offset if it is bound to a field using
data defined overrides (fix #14738)
TODO: replace temporary icons
Sponsored by North Road
History
#1 Updated by Saber Razmjooei over 8 years ago
- Resolution set to fixed/implemented
- Status changed from Open to Closed
Feature implemented in:
https://github.com/qgis/QGIS/pull/3046
See this for more:
https://www.youtube.com/watch?v=1mO3eKUAMRQ&feature=youtu.be
#2 Updated by R. R. over 8 years ago
Hi Nyall,
thanks for this feature. The way it's implemented looks really nice.
#3 Updated by Jürgen Fischer about 7 years ago
- Category set to Unknown