ArcGIS Server 10.2.2 : Incorrect minPixelSize and maxPixelSize from JSON REST

826
1
08-10-2014 09:29 PM
MarkChilcott
Occasional Contributor III

Hi Peoples,

We have installed ArcGIS Server 10.2.2 on our test instance, and just found the minPixelSize and maxPixelSize have been reversed in the JSON REST.

This is a cached image service.

Our 10.1.1 image service is here, and is correct:

http://services.thelist.tas.gov.au/arcgis/rest/services/Basemaps/Topographic/ImageServer?f=pjson

     "minPixelSize": 0.5971642835598172,

     "maxPixelSize": 9783.93962049996,

On our current TEST server, ArcGIS 10.2.2, this is the same service:

"minPixelSize": 9783.93962049996,

"maxPixelSize": 0.5971642835598172,

Note this is incorrect.

Has anyone else seen this?  Is it a known issue?

Our initial tests would indicate some third party apps rely on this, and it is going to be an issue.

Cheers,

mark

0 Kudos
1 Reply
MarkChilcott
Occasional Contributor III

This has been recorded as a bug:

#NIM104376:

The JSON response of a cached image service shows wrong 'minPixelSize' and 'maxPixelSize' values in ArcGIS Server 10.2.2

Although a bug, not sure if third party apps are relying on this information too much, so probably not a big issue.  Also seems to be for cached image services.

Cheers,

Mark

0 Kudos