<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Using annotation in the map service in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/using-annotation-in-the-map-service/m-p/760784#M22809</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hopefully someone has a best solution to my problem.&amp;nbsp; My task is simple; I want to display annotation in the flex viewer app.&amp;nbsp; The problem is there doesn't seem to be an easy way.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If i use the coverage annotation in the .mxd, then create the map service; this would be ideal.&amp;nbsp; However, flex doesn't want to display the annotation.&amp;nbsp; To me this is the best solution, because the placement of the anno is correctly held.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My frustration is converting the annotation coverage to either a .shp, sde, or a personal gdb, which the flex app will recognize.&amp;nbsp; We i perform the conversions, I'll either lose the correct placement of some of the annotation or some of the annotation doesn't convert at all.&amp;nbsp; I've tried converting to a line and pt shp file, but keep getting undesirable results.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Am I missing something, or is the annotation a problem for others.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanx,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eddie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jul 2011 18:33:27 GMT</pubDate>
    <dc:creator>eddiequinlan</dc:creator>
    <dc:date>2011-07-14T18:33:27Z</dc:date>
    <item>
      <title>Using annotation in the map service</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/using-annotation-in-the-map-service/m-p/760784#M22809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hopefully someone has a best solution to my problem.&amp;nbsp; My task is simple; I want to display annotation in the flex viewer app.&amp;nbsp; The problem is there doesn't seem to be an easy way.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If i use the coverage annotation in the .mxd, then create the map service; this would be ideal.&amp;nbsp; However, flex doesn't want to display the annotation.&amp;nbsp; To me this is the best solution, because the placement of the anno is correctly held.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My frustration is converting the annotation coverage to either a .shp, sde, or a personal gdb, which the flex app will recognize.&amp;nbsp; We i perform the conversions, I'll either lose the correct placement of some of the annotation or some of the annotation doesn't convert at all.&amp;nbsp; I've tried converting to a line and pt shp file, but keep getting undesirable results.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Am I missing something, or is the annotation a problem for others.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanx,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eddie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2011 18:33:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/using-annotation-in-the-map-service/m-p/760784#M22809</guid>
      <dc:creator>eddiequinlan</dc:creator>
      <dc:date>2011-07-14T18:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Using annotation in the map service</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/using-annotation-in-the-map-service/m-p/760785#M22810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You need to convert your annotation to geodatabase annotation.&amp;nbsp; It should carry your placement over.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2011 12:59:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/using-annotation-in-the-map-service/m-p/760785#M22810</guid>
      <dc:creator>MeghanMcGaffin</dc:creator>
      <dc:date>2011-07-18T12:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Using annotation in the map service</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/using-annotation-in-the-map-service/m-p/760786#M22811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi meghan89,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, I've tried that.&amp;nbsp; It works for mmmmmmm 95% of the annotation.&amp;nbsp; However, not all of the annotation retains it's correct placement.&amp;nbsp; I have since found, that using annotation with the $size explicitly set in the coverage gives good results.&amp;nbsp; I use two sets of annotation coverages; one with the $size set to a value, and one with the $size = null.&amp;nbsp; I was using the "null" size, and i think that's why I was having placement issues.&amp;nbsp; Setting the size in the .mxd on the "fly" seemed to bring up the placement issues.&amp;nbsp; Hopefully this may help others.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanx,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eddie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2011 21:04:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/using-annotation-in-the-map-service/m-p/760786#M22811</guid>
      <dc:creator>eddiequinlan</dc:creator>
      <dc:date>2011-08-02T21:04:27Z</dc:date>
    </item>
  </channel>
</rss>

