[QGIS-trac] Re: [Quantum GIS] #1786: SVG symbols don't highlight
when selected
Quantum GIS
qgis at qgis.org
Fri Dec 18 15:14:15 EST 2009
#1786: SVG symbols don't highlight when selected
-------------------------------------+--------------------------------------
Reporter: mwtoews | Owner: nobody
Type: enhancement | Status: new
Priority: minor: annoyance | Milestone: Version 1.4.0
Component: MapCanvas | Version: HEAD
Resolution: | Keywords:
Platform_version: | Platform: Windows
Must_fix: No | Status_info: 0
-------------------------------------+--------------------------------------
Comment (by rtb):
I have a case where Quantum shows an electrical network with devices
represented by SVG symbols. It's imperative to know which symbols are
selected and which are not. I'd like to propose a couple of alternatives
besides "re-coloring" the SVG symbol.
One approach follows the lead of the identify features tool and simply
places a marker on top of selected symbols. I've managed a work-around in
a Python plugin by catching the map canvas selectionChanged() signal and
doing just that: I maintain a list of markers (!QgsVertexMarker)
designating SVG symbols currently selected.
A second approach would add an option in the symbology tab for users to
specify the symbol to represent selected features.
--
Ticket URL: <http://trac.osgeo.org/qgis/ticket/1786#comment:4>
Quantum GIS <http://qgis.org>
Quantum GIS is an Open Source GIS viewer/editor supporting OGR, PostGIS, and GRASS formats
More information about the QGIS-trac
mailing list