I am reading a table in from a Microsoft SQL database with a MSSQL_ADO Reader. The table has longitude and latitude attributes, read in as float data type. I would like to write this table into a geojson format, where the geometry of each feature is defined by the longitude and latitude coordinates. I have tried using a VertexCreator Transformer, but when I then write the table to a geojson, the geometry feature is null in the whole file. What do I need to do so the geojson writer writes non-null geometries?
Question
The GeoJson writer is writing null geometries. What format/data type does the geometry attribute need to be in to write properly?
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.