Select to view content in your preferred language

ArcGIS 10.0 vs ArcGIS 10.2 issue

2508
3
09-04-2014 04:49 AM
JaganvasPere
Deactivated User
We are using java script api's we developed the componenet using 10.2 api's and client has 10.0 arcgis server. we are able to see features in map.

Buy normal operation like query / identify fails. i tried logging the rest api request and tried running it on browser

but it gives error line Geometry not found.....

 

 

Any ideas...

 

 

 

 

 

0 Kudos
3 Replies
RiyasDeen
Frequent Contributor

Does your client's map service support Identify and find operations?

Untitled.png

JaganvasPere
Deactivated User

Hi Riyas,

Well I am using ArcGIS Server 10.0. Under capabilities Tab I see the operations allowed are

Map

Query

Data

All the above are checked, I also check the FIND option in ArcMap for the same map (mxd file) and I able to FIND.

Is this what you meany by identify and find operations?

0 Kudos
RiyasDeen
Frequent Contributor

Hi Jaganvas,

Can you use your client's map service in this sample? ArcGIS API for JavaScript Sandbox  If it works here, then it is a code issue you may want to investigate your code.

If it does't work here then it is the map service double check to make sure it supports and query and identify operations.

0 Kudos