RE: MI-L MI Table to SVG: ObjectNode out of range error

2004-08-26 Thread SCISOFT
Maybe you should look for open regions - use the Objects Check ... statement, or something else that looks for polygons that aren't closed? Ian Thomas GeoSciSoft - Perth, Australia -Original Message- From: Ben Crane [mailto:[EMAIL PROTECTED] Sent: Thursday, 26 August 2004 4:16 PM To:

RE: MI-L MI Table to SVG: ObjectNode out of range error

2004-08-26 Thread Ben Crane
SCISOFT, Done that already. I've checked the integrity of the data and even run a seperate MITAB to SVG test on the data and it worked like a charm...and that test was using the same code...What happens is that you select a series of tables, it creates the thematic maps and then SVG's them. I've

Re: MI-L MI Table to SVG: ObjectNode out of range error

2004-08-26 Thread Lars V. Nielsen (GisPro)
Hi Ben, Have you considered if it's a bogus error message, so what's really wrong is that you're breaking the 32k barrier for a MB string variable ? Or maybe if your variables Var_D2 and Var_E2 are smallints ? They need to be integers, at least in Pro 4.5+. Btw: there seems to be a small flaw

Re: MI-L MI Table to SVG: ObjectNode out of range error

2004-08-26 Thread Ben Crane
lars, Have you considered if it's a bogus error message, so what's really wrong is that you're breaking the 32k barrier for a MB string variable ? There are only a few nodes (maximum 20) that need to be written, then the string is over-written with new data...I would be very surprised if the