<?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 Re: autolabels not appearing in flexview in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/autolabels-not-appearing-in-flexview/m-p/639563#M14182</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My situation is that I have polygons that I would like to label and also be able to have info popups.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I converted my polygons to points and then created an .mxd with only the points and turned on the labels. Then I made the points hollow and got rid of any border so all that appears in the .mxd are the labels. I then saved an .msd, published as a map service, and added it to my operational layers only to find out that it drew small black circles for points (on top of my polygons) anyway.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Might there be another work-around?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Oct 2010 19:50:13 GMT</pubDate>
    <dc:creator>toddsams</dc:creator>
    <dc:date>2010-10-06T19:50:13Z</dc:date>
    <item>
      <title>autolabels not appearing in flexview</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/autolabels-not-appearing-in-flexview/m-p/639560#M14179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have autolabeling set up for my map service through my ArcMap 10 doc.&amp;nbsp; The labels appear when I view the service on ArcGIS.com Map, but when I view the service using the flexviewer the labels dont appear on the map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;my config.xml is for the service is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;layer label="SARI Record Drawings" type="feature" visible="true"&amp;nbsp; alpha="1"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; info="widgets/InfoTemplates/SimpleInfoWinWidget.swf"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; infoconfig="widgets/InfoTemplates/IWT_Link.xml"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.mywebsite/ArcGIS/rest/services/sari_drawings_Flex/MapServer/0" rel="nofollow" target="_blank"&gt;http://www.mywebsite/ArcGIS/rest/services/sari_drawings_Flex/MapServer/0&lt;/A&gt;&lt;SPAN&gt;"/&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;is there a parameter I need to specify for the autolabeling to appear?&amp;nbsp; I've tried to change the type to "dynamic" and not specify the layer, but then the service doesnt appear.&amp;nbsp; There is only one layer in the map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Pete&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Aug 2010 19:05:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/autolabels-not-appearing-in-flexview/m-p/639560#M14179</guid>
      <dc:creator>PeteVitt</dc:creator>
      <dc:date>2010-08-12T19:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: autolabels not appearing in flexview</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/autolabels-not-appearing-in-flexview/m-p/639561#M14180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When you're setting the mapserver to type="feature", the data gets downloaded to the web browser and rendered by the Flash Player.&amp;nbsp; This will draw the features, but not any labels. As a side note - if you're using a 9.3* server, the features will be drawn with default symbols.&amp;nbsp; If you're using a 10* server, the features will be drawn with the symbology you set up in the service (mxd or msd).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you set the type to "dynamic" (or "tiled" if it is a cached service) and change the URL to the full service, i.e. ending in "/MapServer", then the actual image will get created by ArcGIS Server (with labels).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, the info popups only work for type="feature".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps explain what is happening (or is supposed to happen).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2010 04:45:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/autolabels-not-appearing-in-flexview/m-p/639561#M14180</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2010-08-13T04:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: autolabels not appearing in flexview</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/autolabels-not-appearing-in-flexview/m-p/639562#M14181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there no way to have info popups AND labels then?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 19:42:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/autolabels-not-appearing-in-flexview/m-p/639562#M14181</guid>
      <dc:creator>toddsams</dc:creator>
      <dc:date>2010-10-06T19:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: autolabels not appearing in flexview</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/autolabels-not-appearing-in-flexview/m-p/639563#M14182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My situation is that I have polygons that I would like to label and also be able to have info popups.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I converted my polygons to points and then created an .mxd with only the points and turned on the labels. Then I made the points hollow and got rid of any border so all that appears in the .mxd are the labels. I then saved an .msd, published as a map service, and added it to my operational layers only to find out that it drew small black circles for points (on top of my polygons) anyway.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Might there be another work-around?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 19:50:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/autolabels-not-appearing-in-flexview/m-p/639563#M14182</guid>
      <dc:creator>toddsams</dc:creator>
      <dc:date>2010-10-06T19:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: autolabels not appearing in flexview</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/autolabels-not-appearing-in-flexview/m-p/639564#M14183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I got it to work. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Still wondering if this is the most elegant way to go about this though...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 19:55:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/autolabels-not-appearing-in-flexview/m-p/639564#M14183</guid>
      <dc:creator>toddsams</dc:creator>
      <dc:date>2010-10-06T19:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: autolabels not appearing in flexview</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/autolabels-not-appearing-in-flexview/m-p/639565#M14184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;One workaround would be to have two operational layers:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;one dynamic (or tiled) layer would contain the map service with the labels, &lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;one feature layer with the popups.&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 20:54:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/autolabels-not-appearing-in-flexview/m-p/639565#M14184</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2010-10-06T20:54:23Z</dc:date>
    </item>
  </channel>
</rss>

