Skip to main content

Hello all,

I am interested in changed the output format of the entire GeoJSON document. I am converting an ESRI shapefile into a GeoJSON file and my output from that is unreadable in a platform i am using. Is there a way, manually if needed, to create a layout that the file will fit to?

Possibly the JSONTemplater might help you, but the specific way depends on what kind of format is required. Could you please elaborate the requirements for your desired format?


Currently there is a problem with the GeoJSON writer when writing multiple feature types. The workaround for now is to use one feature type per dataset, or use dataset fanout. A more comprehensive solution is planned for 2018.1. For more info see: https://knowledge.safe.com/articles/40806/workarounds-to-known-issues-in-fme-20170.html


Reply