Skip to main content
Solved

geometry (points) from .csv to INSPIRE .gml?

  • May 24, 2014
  • 1 reply
  • 7 views

Hi.

 

 

I have .csv file with name, lat and long attributes, (+ bunch of others).  Problem is, that gml writer doesnt write any <gn:geometry><gml:Point> tags. What am I missing? Some transformer?

 

 

Im new to this, so bear with me, please... Thank you.

Best answer by david_r

Hi,

 

 

did you convert your lat/long values to FME geometries before writing? If not, try inserting a 2DPointReplacer before the writer.

 

 

David
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

david_r
Celebrity
  • Best Answer
  • May 26, 2014
Hi,

 

 

did you convert your lat/long values to FME geometries before writing? If not, try inserting a 2DPointReplacer before the writer.

 

 

David