Fix CleanGrid when compact point fields is off
There was an error in the CleanGrid filter where if the CompactPointFields flag was off it would still try to compact the point coordinates. Add an extra check so that the coordinate systems are just passed when this flag is off.