I have a request to convert some postgis geom data into TopoJSON. However they want the output to be single combined file similar to what is produced by https://mapshaper.org/
I can easily create individual TopoJSON files in FME. (Simple read postgis and connect to TopoJSON writer.) But I have not figured how I can produce a combined file with multiple objects in it like what is done with mapshaper.org site.
I uploaded sample TopoJson output files from FME and the sample combined file from mapshaper.
I figure this will likely need some type of python code, which is fine, but I'm hoping to not install any additional modules outside what FME provides.
Currently using FME 2020.2. That is what company uses. But I can use new FME version if it had options for doing this in some update.