The locations for the icons are in a PostGIS table (geom column).
I see how to extract the coordinates (coordinateExtractor). Now I want to apply those coordinates (for example 9 rows) to create 9 icon features with the correct coordinates.
I am guessing I use the FeatureMerger, but I don't see exactly how.