Tagged Questions
0
votes
1answer
36 views
Need help in Symbology for ArcGIS JS API 3.2/3.3
I am displaying various symbols in my application and initially all are displaying at once (looks like bulky) so how do I set symbol levels in ArcGIS so that according to zoom level symbol size will ...
2
votes
1answer
82 views
Need help in Print task in ArcGIS JSAPI 3.2/3.3
I am using print task in my code and using dynamic map service layer and graphics layer (not using feature service layer) and I am able to print the map but it’s not displaying info window and ...
2
votes
2answers
443 views
ShapeFile or feature class to json
Is there any online or desktop based tool that can convert shapefile or feature class to json and not Geojson.Is there any tool in arcgis desktop to convert shapefile or featureclass into json.
1
vote
1answer
112 views
Represent joined data in Info window (ArcGIS JSAPI 3.1)
Currently I am facing following problem
I have joined the SQL Server data base to my shape files (In ArcGIS Desktop using “join” option)and published on ArcGIS Server and working on REST service in ...