[postgis-users] Please post - Bounding box

Nicolas Ribot nicolas.ribot at gmail.com
Wed Oct 20 09:40:17 PDT 2010


> 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



More information about the postgis-users mailing list