FME warns:
2012-12-19 13:03:57| 15.5| 0.0|WARN |===========================================================================
2012-12-19 13:03:57| 15.5| 0.0|WARN |Below feature has too few coordinates -- a region feature needs more than 3 coordinate pairs
2012-12-19 13:03:57| 15.5| 0.0|WARN |+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2012-12-19 13:03:57| 15.5| 0.0|WARN |Feature Type: `Points'
But you can clearly see that it has already determined that it is a point. I even tried using a GeometryCoercer to convince the writer that they are points. No luck. So then it says that:
2012-12-19 13:04:06| 22.5| 0.0|WARN |Rejected 21781 feature(s) destined for MapInfo file
So I get an empty file...
The strange thing is that I want to do this as a test only, the next transformer in line is a PointOnAreaOverlayer, and that is working fine...
What have I done wrong? Do I just have Christmas-brain or something??
But also I need to know if the InsidePointReplacer caters for holes? So where will it create a point given a doughnut feature?