<?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: How to display a single grouped MapService layer? in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-display-a-single-grouped-mapservice-layer/m-p/194030#M4813</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;A href="http://serverapps.esri.com/ArcGIS/rest/services/WashingtonDC/MapServer/10"&gt;http://serverapps.esri.com/ArcGIS/rest/services/WashingtonDC/MapServer/10&lt;/A&gt; is a 9.3 map service without default symbology.&lt;BR /&gt;Hence you have to provide a FeatureSymbol of type 'LineSymbol' to your FeatureLayer.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi, I changed the extent as described in the map service and then some features are displayed. Thank you for reminding me the symbol.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Apr 2011 16:30:20 GMT</pubDate>
    <dc:creator>SuiHuang</dc:creator>
    <dc:date>2011-04-14T16:30:20Z</dc:date>
    <item>
      <title>How to display a single grouped MapService layer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-display-a-single-grouped-mapservice-layer/m-p/194028#M4811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Experts:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am developing a silverlight application to display a layer in a map service. The layer is inside a grouped layer of the map service, and I haven't find the way to make the silverlight application work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Here is a demostration of the issue I encountered:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. I built a silverlight application following this live example provided by ESRI (directly use the provided code):&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://serverapps.esri.com/ArcGIS/rest/services/WashingtonDC/MapServer/10"&gt;http://serverapps.esri.com/ArcGIS/rest/services/WashingtonDC/MapServer/10&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;2. In the application I replaced the original map with the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;*********************************************&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;esri:Map x:Name="MyMap" Grid.Column="0"&amp;gt;&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;lt;esri:FeatureLayer Url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://serverapps.esri.com/ArcGIS/rest/services/WashingtonDC/MapServer/10" rel="nofollow" target="_blank"&gt;http://serverapps.esri.com/ArcGIS/rest/services/WashingtonDC/MapServer/10&lt;/A&gt;&lt;SPAN&gt;" Opacity="1" /&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/esri:Map&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;*********************************************&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Then the application cannot display the layer properly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The map service layer&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; "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://serverapps.esri.com/ArcGIS/rest/services/WashingtonDC/MapServer/10" rel="nofollow" target="_blank"&gt;http://serverapps.esri.com/ArcGIS/rest/services/WashingtonDC/MapServer/10&lt;/A&gt;&lt;SPAN&gt;" &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; is provided by ESRI and it is under a group.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I guess the reason why the usually way I used to display a feature layer does not work may be:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. this layer is grouped&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. there is no tiled layer in the map together with it &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Can you give me some idea how to get this layer displayed?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My development environment:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-- .Net 4&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-- Silverlight 4&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-- Visual Studio 2010&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 20:48:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-display-a-single-grouped-mapservice-layer/m-p/194028#M4811</guid>
      <dc:creator>SuiHuang</dc:creator>
      <dc:date>2011-04-13T20:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a single grouped MapService layer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-display-a-single-grouped-mapservice-layer/m-p/194029#M4812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;A href="http://serverapps.esri.com/ArcGIS/rest/services/WashingtonDC/MapServer/10"&gt;http://serverapps.esri.com/ArcGIS/rest/services/WashingtonDC/MapServer/10&lt;/A&gt;&lt;SPAN&gt; is a 9.3 map service without default symbology.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hence you have to provide a FeatureSymbol of type 'LineSymbol' to your FeatureLayer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2011 06:39:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-display-a-single-grouped-mapservice-layer/m-p/194029#M4812</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2011-04-14T06:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a single grouped MapService layer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-display-a-single-grouped-mapservice-layer/m-p/194030#M4813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;A href="http://serverapps.esri.com/ArcGIS/rest/services/WashingtonDC/MapServer/10"&gt;http://serverapps.esri.com/ArcGIS/rest/services/WashingtonDC/MapServer/10&lt;/A&gt; is a 9.3 map service without default symbology.&lt;BR /&gt;Hence you have to provide a FeatureSymbol of type 'LineSymbol' to your FeatureLayer.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi, I changed the extent as described in the map service and then some features are displayed. Thank you for reminding me the symbol.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2011 16:30:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-display-a-single-grouped-mapservice-layer/m-p/194030#M4813</guid>
      <dc:creator>SuiHuang</dc:creator>
      <dc:date>2011-04-14T16:30:20Z</dc:date>
    </item>
  </channel>
</rss>

