<?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: FeatureLayer not show all properties in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-not-show-all-properties/m-p/493041#M12658</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried your 2 services.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I guess you are talking about the border color for your 'Açik' values that is not the same in both services.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]15127[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not sure how you created that symbology in ArcMap but from the REST API it's a polygon with a black border (see below).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;Unique Value Infos: 
&lt;UL&gt;
&lt;LI&gt;Value: A�?IK&lt;/LI&gt;
Label: A�?IK
Description: 
Symbol:
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN style="font-style:italic;"&gt;Simple Fill Symbol:&lt;/SPAN&gt;&lt;/LI&gt;
Style: esriSFSSolid, Color: [Undefined]
Outline:
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN style="font-style:italic;"&gt;Simple Line Symbol:&lt;/SPAN&gt;&lt;/LI&gt;
Style: esriSLSSolid, Color: [0, 0, 0, 255], Width: 2&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color:#ff0000;"&gt;&amp;lt;--- Black border&lt;/SPAN&gt;
&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So the SL API looks working well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think you run into one of the limitations I was talking about.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The supported symbols are defined here : &lt;/SPAN&gt;&lt;A href="http://sampleserver3.arcgisonline.com/ArcGIS/SDK/REST/symbol.html" rel="nofollow noopener noreferrer" target="_blank"&gt;http://sampleserver3.arcgisonline.com/ArcGIS/SDK/REST/symbol.html&lt;/A&gt;&lt;SPAN&gt; and a border with multiple colors doesn't seem to be supported.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 21:41:52 GMT</pubDate>
    <dc:creator>DominiqueBroux</dc:creator>
    <dc:date>2021-12-11T21:41:52Z</dc:date>
    <item>
      <title>FeatureLayer not show all properties</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-not-show-all-properties/m-p/493038#M12655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a published service on arcgis. I am adding the service onmap as ArcgisDynamicLayer and I can see all of the parts (colors, arrows, dashed lines created on mxd). For example In arcgis I painted lines and dashed colors and publish the service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When I add featurelayer and implement it a line that dashed and painted, the colors&amp;nbsp; are not appeared.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If I use arcgisdynamiclayer, they are appearing.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2012 09:51:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-not-show-all-properties/m-p/493038#M12655</guid>
      <dc:creator>bayramüçüncü</dc:creator>
      <dc:date>2012-06-11T09:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureLayer not show all properties</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-not-show-all-properties/m-p/493039#M12656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;An ArcGISDynamicMapServiceLayer is rendered at the server side (we get images from server), a feature layer is rendered at the client side (we get symbol definitions from server and the symbols are created at client side).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That might explain some differences between the 2 kinds of layers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That being said, most generally, the rendering should be the same or at least close (though there are some limitations).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First thing to check is your server version. Feature layer symbology is provided by the REST API from Server 10.0 onward.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Which version are you using? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Else can you share a public feature layer url allowing to reproduce the issue?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2012 12:51:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-not-show-all-properties/m-p/493039#M12656</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2012-06-11T12:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureLayer not show all properties</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-not-show-all-properties/m-p/493040#M12657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;An ArcGISDynamicMapServiceLayer is rendered at the server side (we get images from server), a feature layer is rendered at the client side (we get symbol definitions from server and the symbols are created at client side).&lt;BR /&gt;That might explain some differences between the 2 kinds of layers.&lt;BR /&gt;&lt;BR /&gt;That being said, most generally, the rendering should be the same or at least close (though there are some limitations).&lt;BR /&gt;&lt;BR /&gt;First thing to check is your server version. Feature layer symbology is provided by the REST API from Server 10.0 onward.&lt;BR /&gt;Which version are you using? &lt;BR /&gt;&lt;BR /&gt;Else can you share a public feature layer url allowing to reproduce the issue?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes the arcgis version is 10.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and I am using &lt;/SPAN&gt;&lt;A href="http://gis.kocaeli.bel.tr/ArcGIS/rest/services/ISU/DERE/MapServer"&gt;this url &lt;/A&gt;&lt;SPAN&gt;to use arcgisdynamiclayer. The colors are appeared here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but When I use &lt;/SPAN&gt;&lt;A href="http://gis.kocaeli.bel.tr/ArcGIS/rest/services/ISU/DERE/MapServer/2"&gt;this url&lt;/A&gt;&lt;SPAN&gt; to use featurelayer, the colors are not appearing borders of the polygons.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 12:26:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-not-show-all-properties/m-p/493040#M12657</guid>
      <dc:creator>bayramüçüncü</dc:creator>
      <dc:date>2012-06-12T12:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureLayer not show all properties</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-not-show-all-properties/m-p/493041#M12658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried your 2 services.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I guess you are talking about the border color for your 'Açik' values that is not the same in both services.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]15127[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not sure how you created that symbology in ArcMap but from the REST API it's a polygon with a black border (see below).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;Unique Value Infos: 
&lt;UL&gt;
&lt;LI&gt;Value: A�?IK&lt;/LI&gt;
Label: A�?IK
Description: 
Symbol:
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN style="font-style:italic;"&gt;Simple Fill Symbol:&lt;/SPAN&gt;&lt;/LI&gt;
Style: esriSFSSolid, Color: [Undefined]
Outline:
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN style="font-style:italic;"&gt;Simple Line Symbol:&lt;/SPAN&gt;&lt;/LI&gt;
Style: esriSLSSolid, Color: [0, 0, 0, 255], Width: 2&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color:#ff0000;"&gt;&amp;lt;--- Black border&lt;/SPAN&gt;
&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So the SL API looks working well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think you run into one of the limitations I was talking about.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The supported symbols are defined here : &lt;/SPAN&gt;&lt;A href="http://sampleserver3.arcgisonline.com/ArcGIS/SDK/REST/symbol.html" rel="nofollow noopener noreferrer" target="_blank"&gt;http://sampleserver3.arcgisonline.com/ArcGIS/SDK/REST/symbol.html&lt;/A&gt;&lt;SPAN&gt; and a border with multiple colors doesn't seem to be supported.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 21:41:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-not-show-all-properties/m-p/493041#M12658</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2021-12-11T21:41:52Z</dc:date>
    </item>
  </channel>
</rss>

