Measurement widget distance unrealistic results IE7

609
0
11-06-2012 07:20 AM
SudeshShetty
New Contributor
Hi,

In our application measurement of distance always gives unrealistic values  in IE7 only when we use long domain names. It gives values in millions even if distance is too small.

[ATTACH=CONFIG]19061[/ATTACH]

like, http://myhost.corp.mycomapany.com/map

Where as it works fine for shorter domain names like, 'www.myhost.com'

The problem occurs only in IE7, where as in other versions it works fine.

We are using our own Lambert Conformal Conic projections and ArcGIS server 10.1 geometry server.

Outcome from my debug so far:

In other browsers, measurement widgets makes a call to geometry server (calls project method) as soon user clicks on distance icon, but in IE7 it doesn't makes that call. I think that missing call is the cause of the problem.
Here is the sample of actual output from that call,
{"geometries":[{"xmin":-81.587612402917443,"ymin":42.964001248845925,"xmax":-81.579269578019861,"ymax":42.968225445543823}]}

Does anyone have any idea about cause of the problem, any information about the problem would be helpful. Thanks
0 Kudos
0 Replies