I am reading in a Mapinfo file using an MFAL reader, I'm then using a simple attribute filter to identify groups of objects (based on a feature code), I'm then using an attribute creator to create the Mapinfo styling using the following attributes;
- mapinfo_brush_background
- mapinfo_brush_foreground
- mapinfo_brush_pattern
- mapinfo_brush_transparent
- mapinfo_pen_color
- mapinfo_pen_pattern
- mapinfo_pen_width
Seems easy enough? The mapinfo_brush styles are applying no problem but I want my polygons to have no border line style so I have been setting the mapinfo_pen_pattern to 1 which should be no pattern. Whatever I try the pattern keeps getting reset to 2 (which is a solid line).
I've tried various combinations of exposing the format attributes on the reader and the writer, I've tried an attribute remover followed by an attribute creator, I've tried not setting the pen_pattern at all but in every instance it keeps coming out as 2 (which is what it is set to in the source file).
Any assistance would be greatly appreciated.
Many thanks
Darren