Ok so I have read that the Waze JSON feed is not formed correctly which stops FME from natively reading the GeoJSON with a reader. You have to use a httpcaller with the Accept-Encoding heading parameter. So I got the translation started but I have hit a snag with the line geometry for the JAMS and IRREGULARLITIES feature categories.
Here is our waze feed if anyone can get it to work properly with a reader instaed of a http caller.
I have attached a sample json txt file of our feed. The issue im having is I have paired the line features down to
{"x":-96.637385,"y":32.846625}{"x":-96.637275,"y":32.846417}{"x":-96.636865,"y":32.846035}{"x":-96.636524,"y":32.845655}{"x":-96.636179,"y":32.845214}{"x":-96.635502,"y":32.843905}{"x":-96.635225,"y":32.843463}
I need to convert that to a line either by creating vertices or something.
Im sorry this is so disjunct. My brain is pudding.