"geometry":{"type":"Point","coordinates":;492699.273158735,5452194.8678692]
However, the same script in FME 2015 writes the feature as:
{"type":"Point","coordinates":q-123.100262444394,49.222495514519]}
In both cases the CRS is specified as 26910. There is no reprojector between the reader and the writer. In the 2012 version, it looks like FME respects the coordinate system of the writer and reprojects accordingly. Is this the case?
Thanks