[postgis-users] postgis newbie AsSVG question

Sean M. Montague smontague at ATSDenver.com
Mon Feb 14 11:48:34 PST 2005


I've figured it, but could some tell me what the 2nd argument means by
relative or absolute moves?  Also, is there a way to have it not output
the points using exponents?  Thanks.

-----Original Message-----
From: postgis-users-bounces at postgis.refractions.net
[mailto:postgis-users-bounces at postgis.refractions.net] On Behalf Of Sean
M. Montague
Sent: Monday, February 14, 2005 12:33 PM
To: PostGIS Users Discussion
Subject: [postgis-users] postgis newbie AsSVG question

I'm trying to get up to speed quickly with postgis and php, I'm moving
away from MySQL, and I have an AsSVG question.  Below is a select
statement I modified, and works, that returns a list of states.  I'm
trying to export it AsSVG, but can't get it to work.  I've inserted it
in several places with no luck.  Any insight would be most appreciated.

select the_geom from usa where the_geom &&
GeomFromText('LINESTRING(-1862016 717184, -956486 935033)', 42102) and
crosses(the_geom, GeomFromText('LINESTRING(-1862016 717184, -956486
935033)', 42102))

Sean
_______________________________________________
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