I'm new to GIS. It is very intersting.
I have installed Postgis, insert shapefile, get data in SVG without problem (ST_AsSVG).
Now, I'd like to export the same svg but in pixel to add it on top of an image. Is it possible directly in the SQL query?
(I can parse the SVG in JS or PHP and convert every point...)
Thanks in advance for your help.