Fix Bug 107. Memory overrun in expandIntervals.
STARE::expandIntervalsMultiRes tried to coalesce faces of the root polygon, leading to an improper spatial interval and an interminable loop in expandIntervals. Fixed by check the resolution level of the interval currently being processed.