6
votes
1answer
151 views

Why are annotation features containing both GraphicElement and TextElement objects not drawing in an ArcGIS Server map service?

I am building annotation features with Python/comtypes/ArcObjects. The annotation works great in ArcMap (10.1), but it is does not draw when published to a map service in ArcGIS Server. Each piece ...
3
votes
0answers
165 views

Create annotation features programatically

I am using the ESRI Silverlight API for my application. For points, polylines and polygons the Editor class combined with feature layers works great. But it looks like I have encountered a problem. My ...
1
vote
0answers
89 views

Annotation Published to my ArcGIS Server is being displayed as a point

Annotation Published to my ArcGIS Server is being displayed as a point when I build my application with ArcGIS Viewer for Silverlight. How do I get the annotation to display as text and not a point ...
0
votes
0answers
47 views

Images linked to an annotation feature class with relative path does not appear when published in arcgisserver

I have an annotation feature class containing linked images, and I have to publish it with Arcgis Server. The anomaly is created when I publish mxd as MapService. Linked images are not displayed in ...