Skip to main content
I am tryhing to place copies (rasterOverlay) of the airplane icon ("C:\\Program Files\\FME\\icons\\M3.png") on top of a Raster map.

 

 

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.

 

 

 

sounds like a job for the rasterbandcombiner &co

Reply