What I have:
- Individual asset geometry (e.g. point asset, linestring asset and polygon asset) from SQL server;
- Individual park geometry from SQL server (each asset has a key to park);
- WMS providing ortho of the city;
What I need:
- For each asset, an image type file (e.g. PNG or GEOTIFF etc.) highlighting the asset;
- Each image file should only zoom to the boundary of the park which the asset is in;
- Each image uses WMS ortho as the backgroud which of course is zoomed into the park boundary area;
I am new to FME and trialed and errored multiple transformers but all failed.
Could you please point me to the right direction?