Skip to main content

Hello FME Gurus,

 

I am trying to create a HTML report that shows both text results and the spatial data, either next to the table or under it.

As an example, I have a CAD text label that I am doing a spatial query against a polygon layer to ensure the label is in the correct polygon. I can get the table below to show which ones have failed or succeeded but I would love to include a map showing the two layers, highlighting the failed and or successful features. I don't need a base map, just want to call on the actual spatial data.

I think your best bet is to generate an image (using the MapnikRasterizer for example) and then add that as free form HTML.


I think your best bet is to generate an image (using the MapnikRasterizer for example) and then add that as free form HTML.

Thanks @redgeographics, I will give that a go :)