Hi,
I do some requests over an api to get some features.
As result I have some attributes for each feature. One of them is containing the coordinates (lat,lon)
Something like this:
52.2413243,10.5215958,52.2411936,10.5215612,52.2410751,10.5215738,52.2409598,10.5215146...
Is there a simple way to use the geometry attribute with structure lat,lon,lat,lon… and convert these values to vertices? I assume I have to use vertexcreator? But I do not want to define all nodes separate.
Does someone know a smart way to do this in fme ?
Thanks in advance