Skip to main content
Question

HTML Report Generator Add Spatial Data

  • June 20, 2019
  • 2 replies
  • 21 views

deanhowell
Influencer
Forum|alt.badge.img+24

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.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

redgeographics
Celebrity
Forum|alt.badge.img+60
  • Celebrity
  • 3701 replies
  • June 20, 2019

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


deanhowell
Influencer
Forum|alt.badge.img+24
  • Author
  • Influencer
  • 315 replies
  • June 20, 2019

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 :)