I need to break geometries into smaller chunks if they exceed a certain size. Is there a routine that already do this? The idea I have is to cut it in half depending on the the height/width, whichever is the longest. And then to repeat this process until all my geometries is less than a certain area. Thanx, Christo