I have a large number of address points grouped by postcode, and I would like to to have a boundary around each of the individual postcode areas.
My plan was to use the "Combine by column" function to group the address points and give me a multi-point object for each post code. Then to use the "Convex Hull" and the "create one output object for each input object" option to create a boundary around each postcode object. (finally, I would do a buffer to make the boundary a bit prettier). And indeed, this seems to work with one (or a few) post code(s) at a time, but when I select more than [a few] postcode objects to create the "Convex Hull", the "one output per input" option is greyed-out...
Any thoughts on a better way of doing this process, or anyway around what I am guessing is a mapinfo "this operation is too complex" limitation? I suppose one could automate the process in order to do one convex hull at a time using mapbasic, but I'm not particularly confident using that... has anyone done this before and have an mbx to share?
regards,
Iain