Solved

Adding icons to a map (newbie)

  • 13 November 2013
  • 1 reply
  • 1 view

Badge
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.

 

 

 

icon

Best answer by gio 29 November 2013, 11:15

View original

1 reply

Badge +3
sounds like a job for the rasterbandcombiner &co

Reply