Question

Smallworld to Json

  • 21 February 2018
  • 2 replies
  • 1 view

Badge

I created a workbench translating data from Smallworld to json. It was just a plain Smallworld reader and then a connector that connects to write to a json writer. After the translation is done, the FME Data Inspector tells me there is no geometry in my json file. Do I need some sort of transformer in between to create the geometry in json? Thanks!


2 replies

Badge +1

Hi,

if you put Inspectors instead of JSON do you get geometries?

Userlevel 2
Badge +16

Sound like you need GeoJSON.

Or extract the geometry in an attribute using the GeometryExtractor or the CoordinateConcatenator transformers.

Reply