<?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: Feature Layer not displaying in Silverlight in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/feature-layer-not-displaying-in-silverlight/m-p/715220#M18388</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You need to initialize a feature symbol or a renderer (else the graphics won't be rendered).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As it's a polygon layer, your symbol must be a FillSymbol&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Jul 2010 09:56:32 GMT</pubDate>
    <dc:creator>DominiqueBroux</dc:creator>
    <dc:date>2010-07-27T09:56:32Z</dc:date>
    <item>
      <title>Feature Layer not displaying in Silverlight</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/feature-layer-not-displaying-in-silverlight/m-p/715219#M18387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm a novice at SilverLight so I'm experimenting with the samples at &lt;/SPAN&gt;&lt;A href="http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/help/Creating_featurelayer.htm"&gt;http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/help/Creating_featurelayer.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This shows how to add a feature layer onto a basemap layer:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;esri:FeatureLayer ID="MyFeatureLayer"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Specialty/ESRI_StatesCitiesRivers_USA/MapServer/0" rel="nofollow" target="_blank"&gt;http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Specialty/ESRI_StatesCitiesRivers_USA/MapServer/0&lt;/A&gt;&lt;SPAN&gt;" &amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/esri:FeatureLayer&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Specialty/ESRI_StatesCitiesRivers_USA/MapServer"&gt;http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Specialty/ESRI_StatesCitiesRivers_USA/MapServer&lt;/A&gt;&lt;SPAN&gt; shows that this featureclass has the spatial reference 4326 and is a dynamic layer (not fused cache).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This sample works fine on my machine in Visual Studio 2008 SP1 with ArcGIS Server 10. The problem comes when I try to substitute my own ArcGIS Server layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using the Services Directory I can see the details of my service:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://steve-xps/ArcGIS/rest/services/States/MapServer"&gt;http://steve-xps/ArcGIS/rest/services/States/MapServer&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Layers: States (0)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Spatial Reference: 4326&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Single Fused Map Cache: false&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The details seem to be identical to the sample ESRI service (although my layer is a polygon), but this layer doesn't show on the map when I run my SilverLight application. I can view this layer in ArcCatalog and there are definitely features there, and they're in the correct geographic position.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In Visual Studio I'm replacing the reference above with:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;esri:FeatureLayer ID="MyFeatureLayer"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://steve-xps/ArcGIS/rest/services/States/MapServer/0" rel="nofollow" target="_blank"&gt;http://steve-xps/ArcGIS/rest/services/States/MapServer/0&lt;/A&gt;&lt;SPAN&gt;" &amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/esri:FeatureLayer&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestions as to why my layer isn't showing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jul 2010 00:38:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/feature-layer-not-displaying-in-silverlight/m-p/715219#M18387</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2010-07-27T00:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Layer not displaying in Silverlight</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/feature-layer-not-displaying-in-silverlight/m-p/715220#M18388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You need to initialize a feature symbol or a renderer (else the graphics won't be rendered).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As it's a polygon layer, your symbol must be a FillSymbol&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jul 2010 09:56:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/feature-layer-not-displaying-in-silverlight/m-p/715220#M18388</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2010-07-27T09:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Layer not displaying in Silverlight</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/feature-layer-not-displaying-in-silverlight/m-p/715221#M18389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Dominique,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks very much for the tip - I should have read the instructions more closely.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to display a non-cached layer using the symbology which has already been set in the MXD? The services catalog shows that there is already symbology set for these features:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Drawing Info: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Renderer: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Unique Value Renderer: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Field 1: statecode&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Simple Fill Symbol:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Style: esriSFSSolid, Color: [190, 243, 250, 255]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jul 2010 23:19:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/feature-layer-not-displaying-in-silverlight/m-p/715221#M18389</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2010-07-27T23:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Layer not displaying in Silverlight</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/feature-layer-not-displaying-in-silverlight/m-p/715222#M18390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If the symbology is set in your feature layer service, the SL API will use it if you don't set manually any other symbology.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In short, come back to your previous version &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jul 2010 08:51:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/feature-layer-not-displaying-in-silverlight/m-p/715222#M18390</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2010-07-28T08:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Layer not displaying in Silverlight</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/feature-layer-not-displaying-in-silverlight/m-p/715223#M18391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In my silverlight application, the feature layer only displays few data items. What should I do to make it display all the data from my map service?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Dec 2010 17:54:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/feature-layer-not-displaying-in-silverlight/m-p/715223#M18391</guid>
      <dc:creator>DeepaBalasundaram</dc:creator>
      <dc:date>2010-12-03T17:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Layer not displaying in Silverlight</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/feature-layer-not-displaying-in-silverlight/m-p/715224#M18392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;In my silverlight application, the feature layer only displays few data items. What should I do to make it display all the data from my map service?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I ran into this problem a while ago...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My problem was that the all other values checkbox was not displayed. and then i needed to reset my REST Cache.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Dec 2010 18:05:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/feature-layer-not-displaying-in-silverlight/m-p/715224#M18392</guid>
      <dc:creator>WilliamDonahue</dc:creator>
      <dc:date>2010-12-03T18:05:12Z</dc:date>
    </item>
  </channel>
</rss>

