Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'Move Point Symbols' Tool #22696

Closed
qgib opened this issue Apr 27, 2016 · 3 comments
Closed

Add 'Move Point Symbols' Tool #22696

qgib opened this issue Apr 27, 2016 · 3 comments

Comments

@qgib
Copy link
Contributor

qgib commented Apr 27, 2016

Author Name: Reinhard Reiterer (Reinhard Reiterer)
Original Redmine Issue: 14738

Redmine category:unknown


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/

@qgib
Copy link
Contributor Author

qgib commented May 2, 2016

Author Name: Saber Razmjooei (@saberraz)


Feature implemented in:
#3046

See this for more:
https://www.youtube.com/watch?v=1mO3eKUAMRQ&feature=youtu.be


  • resolution was changed from to fixed/implemented
  • status_id was changed from Open to Closed

@qgib
Copy link
Contributor Author

qgib commented May 16, 2016

Author Name: Reinhard Reiterer (Reinhard Reiterer)


Hi Nyall,

thanks for this feature. The way it's implemented looks really nice.

@qgib
Copy link
Contributor Author

qgib commented Sep 22, 2017

Author Name: Jürgen Fischer (@jef-n)


  • category_id was configured as Unknown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant