I am working on a project that involves sending an email notification to a series of email addresses with a text body and embedded map of the area impacted. I am having a hard time pulling together examples to get this done.
The embedded map would include:
- a background image (either ESRI basemap or using our internal ESRI raster mosiacs)
- a series of ESRI SDE points, lines and polygons (some having labels)
- both the image and vector data would be clipped to a specific boundary (usually no more than 1500 acres (~600 HA)
I am assuming that the embedded map within the email would need to be a jpeg, png, etc. But I could be assuming incorrectly...
The main item that I am struggling with (at least now) is the creation of the map. I am also struggling with bringing in an ESRI basemap or connecting to our mosaics without it reading the entire mosaic.
I am running FME Desktop 2020.0 and have a FME Server 2020.0 newly stood up and running some automations. I would appreciate any help that you are willing to give - examples, documentation, even interpretive dance if it helps.