Service incorrectly transforming GeoRSSLayer outSpatialReference

1768
0
02-22-2016 06:37 PM
GrantCrosswell
New Contributor III

We have a georss feed from a service where the coordinates are not correctly transformed to NZTM values.  Reading the API you can specify an out Spatial Reference.  This would be great but the conversion uses a utility at ArcGIS.com does not convert correctly. So when added to a JavaScript map the features do not display in the correct location.

This can be seen where a similar value is presented by using the conversion utility
: http://utility.arcgis.com/sharing/rss  and entering values:

This should return values in the ranges:

XMin: -1360246.4528216124

YMin: 4396622.905393021

XMax: 6334822.058701608

YMax: 7307344.9424917605

Spatial Reference: 2193  (2193)

but instead returns values in the range:

...,{"geometry":{"x":-2.9159042233687764E8,"y":1.0E7}...

Has anyone else had any problems with this.

0 Kudos
0 Replies