[postgis-users] select asSVG(the_geom) || 'mytext' from mytable -- does not work

Jorg Heymans jh at domek.be
Fri Oct 15 03:46:30 PDT 2004


Hi,

Above construct does not work because asSVG seems to tag a newline at 
the end of it's output.

Following works:
select substring(asSVG(the_geom), 0, length(asSVG(the_geom))-1) 
||'mytext' from mytable

Thoughts?

Jorg Heymans



More information about the postgis-users mailing list