0
votes
1answer
27 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 ...
4
votes
2answers
174 views

How to auto-add new values to unique values classification values range?

I am using ArcGIS Desktop 10.1, ArcGIS Server 10.1 & SQL Server 2008 software. I am adding the query layer and directly publishing to ArcGIS Server and accessing the map in a JavaScript ...
1
vote
0answers
33 views

esri.tasks.GenerateRendererTask for non 10.1 ArcServer

I wish to use the same features as the esri.tasks.GenerateRendererTask but it seems that it can be only used on ArcServer 10.1. Is it possible to achieve the same dynamic natural jenks breaks in the ...
1
vote
4answers
1k views

Prevent drawing of overlapping point symbols - ArcGIS Server/Javascript API

Is there any way in ArcGIS to prevent symbols from being drawn when they overlap each other? I know this is possible for Labels using Placement Properties/Label Weight, but I can't seem to find ...
4
votes
1answer
278 views

Performance of Picture Marker Vs Character Marker (font)

We have a point data type to symbolise. The feature classes can often contain more than 6000 points up to 20000. There are about 30 different symbol catergories to these points. My question is ...
1
vote
1answer
287 views

Can I import symbology from an .axl file into ArcMap?

I'm setting up new Arcserver services, and some users would like the symbology in the new services to match the old IMS services. With that in mind, is it possible to either: a) import the symbology ...