Hi all,<br><br>I need to add my custom symbol library to qgis. I know that I need to copy my .svg symbols to following path OSGeo4W\apps\qgis\svg.<br><br>I'm loading layer from postgresql database where I have column with values that should point to my symbols. So if I have .svg file "test.svg", corresponding value in the table row I should have value "test".<br>
<br>However, I'm not able to correctly load my custom symbols on canvas in this way. If I say use this column for labeling, in Quantum GIS, I can only see row values (e.g. "test") in the place where symbol should be shown. Does anyone know how is possible to do this or know if there is some blog post about this, I could not find anything on Google.<br>
<br>Thanks<br>