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

SVG symbols should be stored locally and permanently, similar to installed python plugins #12087

Closed
qgib opened this issue Oct 22, 2009 · 3 comments
Labels
Feature Request Symbology Related to vector layer symbology or renderers
Milestone

Comments

@qgib
Copy link
Contributor

qgib commented Oct 22, 2009

Author Name: John Tull (John Tull)
Original Redmine Issue: 2027

Redmine category:symbology
Assignee: nobody -


The current structure for adding new symbols on OS X is pretty poor (perhaps on other OS's as well?). It requires the user to copy the relevant svg files to a location inside of an application bundle. Hence, the changes have to be done with every update of the program. In other words, updating Qgis is destroys symbols that the user has made available.

It would be much better if there was an svg directory inside of the same directory where plugins are stored, ~/.qgis on OS X. This would maintain symbols across versions and new builds of the program, and it would greatly simplify adding svg symbols on a per-user basis.

Ideally, there would be an interface feature in Qgis where one can click an "Add SVG Symbols" button that would bring up a file dialog. The user would select the file or files they want to have added, and Qgis would copy them to ~/.qgis/svg. Additionally, allowing the user to choose an available category or create a new category (this category would become a subfolder in .qgis/svg/) for organizing newly added symbols. This would be a very user-friendly approach to making new symbols permanently available and well-organized.

Adding this functionality in tandem with an svg repo system would be really handy. This idea is covered in ticket #11123:
http://trac.osgeo.org/qgis/ticket/1063

Additional thoughts on organizing svg symbols, and making use of this organizational structure in Qgis are covered in ticket #11126:
http://trac.osgeo.org/qgis/ticket/1066

@qgib
Copy link
Contributor Author

qgib commented Oct 24, 2009

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


support for ~/.qgis/svg added in 9dba0ae (SVN r11839)

@qgib
Copy link
Contributor Author

qgib commented Oct 26, 2009

Author Name: John Tull (John Tull)


I will leave this open until some followup on possible enhancements to the GUI are addressed. Having the ability to add symbols from either a preferences feature or within the symbology tab of a vector layer would still be useful. Hopefully this will be touched on at the upcoming Vienna hackfest.

@qgib
Copy link
Contributor Author

qgib commented Oct 26, 2009

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


Replying to [comment:2 jctull]:

I will leave this open until some followup on possible enhancements to the GUI are addressed. Having the ability to add symbols from either a preferences feature or within the symbology tab of a vector layer would still be useful. Hopefully this will be touched on at the upcoming Vienna hackfest.

Tim added support for adding new directories in the options in 3ade394 (SVN r11845) and reloading symbol list using the context menu in the symbol list was already there. So I think we're set.


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

@qgib qgib added Feature Request Symbology Related to vector layer symbology or renderers labels May 24, 2019
@qgib qgib added this to the Version 1.4.0 milestone May 24, 2019
@qgib qgib closed this as completed May 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request Symbology Related to vector layer symbology or renderers
Projects
None yet
Development

No branches or pull requests

1 participant