hmm... sorry, I'm not sure what's going on. How about testing with a simple data? For example:
If the SliverRemover works with a test data like this, there may be problems in the actual data. You should validate the data more carefully.
Otherwise, I recommend you to contact Safe support. Takashi
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
This transformer requires clean, valid data. For example, self-intersecting, or degenerate polygons will not be properly repaired. So, when input polygons are not clean, the SliverRemover may not generate results. If you don't use FAILED ports of the GeometryValidators, does the SliverRemover work?
Unfortunately, even after disconnecting the FAILED port of GeometryValidators, there is nothing different, no output.
Worst, I tryed connecting the Input directly in the transformer and no more result. Even with another dataset, I dont get output.
I am fearing the problem could be in my FME system settings. I am using FME 2013 SP2 32bit on a windows 7 64bit computer.
Looking more carefully in the log I have found something anormal just before the translation stop:
2013-07-30 08:23:19| 0.3| 0.0|INFORM|Loaded module 'SliverRemovingFactory' from file 'C:\\apps\\FME\\plugins/SliverRemovingFactory.dll'
2013-07-30 08:23:19| 0.3| 0.0|INFORM|FME API version of module 'SliverRemovingFactory' matches current internal version (3.7 20121025)
2013-07-30 08:23:19| 0.3| 0.0|INFORM|FME Configuration: Source coordinate system for reader MAPINFO_1[MAPINFO] set to `LL-WGS84' as read from input data
The transformer is working with the simple geometry output. I suppose there is a problem with my data but I have use geometryValidator on it and it's supposed to be clean now. Anyhow, what is the use of the SliverRemover if you need a perfect dataset in input.
I have contact Safe support and Im waiting for a feed back.