Hi,

I retreive minimum x of each bounding box of some polygons using following
query:

SELECT (min(ST_XMin(BOX2D((ST_Dump(the_geom)).geom)))) as XMin
from building_poly;

How can i find the minimum X of all Xmin coordinatges? Can i use min()?


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

Reply via email to