[postgis-users] problem select asSVG(the_geom) from table

Darren Houston dhouston at beyondcompliance.ca
Wed Sep 14 16:24:44 PDT 2005


Hello Andres,

select assvg() only pulls the svg equivalent of the geometry. You still need 
to package that with the other needed SVG tags. There is lots of good 
information on the Internet on how to write SVG and display it in a browser. 
I really enjoy http://www.carto.net/

Darren H.


On September 14, 2005 05:13 pm, Andres Taborda wrote:
> hello list
> I have the followg problems,
> when generate the query:
>
> select asSVG(the_geom) from mytable
>
> and my table mytable is an result of an shapefile
> import to postgis.
>
> the problem is not display in the browser the svg.
> I addition the code for complete the svg with the
> result of query and other parameters.
>
>
>
>
>
>
> __________________________________________________
> Correo Yahoo!
> Espacio para todos tus mensajes, antivirus y antispam ¡gratis!
> Regístrate ya - http://correo.espanol.yahoo.com/
> _______________________________________________
> postgis-users mailing list
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users



More information about the postgis-users mailing list