I have a bunch of square polygons scattered everywhere. Whats the fastest way for me to place another square polygon say 20x20 size into this area that won't overlap any other polygons?
The only way I can think of is start the input square at a spot, and move it by 1 unit at a time and keep checking ST_Overlap. -- View this message in context: http://old.nabble.com/Find-none-overlapping-spot-tp27366934p27366934.html Sent from the PostGIS - User mailing list archive at Nabble.com. _______________________________________________ postgis-users mailing list [email protected] http://postgis.refractions.net/mailman/listinfo/postgis-users
