> INSERT INTO tablename (col1, col2, the_geom)
> VALUES (value1, value2, geomfromtext('POLYGON((lat lon, lat lon, lat lon,
> lat lon, lat lon))',4326))
> Where col1, col2 are column names and the geometry column is called the_geom
> Phil

Hi

POLYGON(lon lat, lon lat, lon lat)
as X=lon, Y=lat in Postgis.

Nicolas
_______________________________________________
postgis-users mailing list
[email protected]
http://postgis.refractions.net/mailman/listinfo/postgis-users

Reply via email to