<?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: Symbols with Images not displaying - Layer Renderer in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/symbols-with-images-not-displaying-layer-renderer/m-p/361752#M3070</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there. Do&amp;nbsp;the layers draw properly if you add them to a&amp;nbsp;web map?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any chance of getting access to the layers (you can Direct Message me if you need to).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Jul 2019 17:04:10 GMT</pubDate>
    <dc:creator>Nicholas-Furness</dc:creator>
    <dc:date>2019-07-29T17:04:10Z</dc:date>
    <item>
      <title>Symbols with Images not displaying - Layer Renderer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/symbols-with-images-not-displaying-layer-renderer/m-p/361751#M3069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;Hi,&lt;/P&gt;&lt;P class=""&gt;&lt;/P&gt;&lt;P class=""&gt;I am using the current 100.5.0 version of Esri SDK for iOS, We have a Service Url from which layers are loaded, Most of the layers are of type &lt;STRONG&gt;'&lt;/STRONG&gt;&lt;SPAN class=""&gt;esriGeometryPoint' and have multiple symbols under the renderers.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;The issue here is that, the symbols for which an image is uploaded don’t get drawn on the map, the other symbols with default styles like, 'esriSMSCircle' or &lt;/SPAN&gt;&lt;SPAN class=""&gt;’&lt;/SPAN&gt;&lt;SPAN class=""&gt;esriSLSSolid’ show up fine as well as the label shows up without any hitch.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;If I override the Symbols with a simple Renderer (described below), the layers get drawn appropriately.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;SimpleLineSymbol&lt;/SPAN&gt;&lt;SPAN class=""&gt; symbol &lt;/SPAN&gt;&lt;SPAN class=""&gt;=&lt;/SPAN&gt;&lt;SPAN class=""&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;new&lt;/SPAN&gt;&lt;SPAN class=""&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;SimpleLineSymbol&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;{ &lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;Color &lt;/SPAN&gt;&lt;SPAN class=""&gt;=&lt;/SPAN&gt;&lt;SPAN class=""&gt; Color.Blue,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;Width &lt;/SPAN&gt;&lt;SPAN class=""&gt;=&lt;/SPAN&gt;&lt;SPAN class=""&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;2&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;Style &lt;/SPAN&gt;&lt;SPAN class=""&gt;=&lt;/SPAN&gt;&lt;SPAN class=""&gt; SimpleLineSymbolStyle.Solid&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;};&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;featureLayer.Renderer &lt;/SPAN&gt;&lt;SPAN class=""&gt;=&lt;/SPAN&gt;&lt;SPAN class=""&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;new&lt;/SPAN&gt;&lt;SPAN class=""&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;SimpleRenderer&lt;/SPAN&gt;&lt;SPAN class=""&gt;(symbol);&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Hence all the Symbols which have ‘ImageData’ in it won’t get plotted i.e the ones for which images(png, jpg) have been uploaded to. Please find attached the Layer sample.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2019 10:21:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/symbols-with-images-not-displaying-layer-renderer/m-p/361751#M3069</guid>
      <dc:creator>YashvitNaik</dc:creator>
      <dc:date>2019-07-29T10:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Symbols with Images not displaying - Layer Renderer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/symbols-with-images-not-displaying-layer-renderer/m-p/361752#M3070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there. Do&amp;nbsp;the layers draw properly if you add them to a&amp;nbsp;web map?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any chance of getting access to the layers (you can Direct Message me if you need to).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2019 17:04:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/symbols-with-images-not-displaying-layer-renderer/m-p/361752#M3070</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2019-07-29T17:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: Symbols with Images not displaying - Layer Renderer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/symbols-with-images-not-displaying-layer-renderer/m-p/361753#M3071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds like it might be the same server bug that was causing my issue:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/236290-invalid-renderer-json-in-runtime-geodatabase"&gt;https://community.esri.com/thread/236290-invalid-renderer-json-in-runtime-geodatabase&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a service patch out that is supped to fix it - I haven't had time to confirm though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2019 18:42:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/symbols-with-images-not-displaying-layer-renderer/m-p/361753#M3071</guid>
      <dc:creator>MichaelDavis3</dc:creator>
      <dc:date>2019-07-29T18:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Symbols with Images not displaying - Layer Renderer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/symbols-with-images-not-displaying-layer-renderer/m-p/361754#M3072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It crossed my mind, but from my understanding that wouldn't impact you with the JSON you provided.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the service patch info:&amp;nbsp;&lt;A class="link-titled" href="https://support.esri.com/en/download/7726" title="https://support.esri.com/en/download/7726"&gt;ArcGIS (Desktop, Engine, Server) Microsoft ( R ) Windows ( R ) June 2019 Security Update Compatibility Patch&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could try setting &lt;STRONG&gt;useAdvancedSymbology = false&lt;/STRONG&gt; and see if that helps. Please let me know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2019 19:15:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/symbols-with-images-not-displaying-layer-renderer/m-p/361754#M3072</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2019-07-29T19:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Symbols with Images not displaying - Layer Renderer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/symbols-with-images-not-displaying-layer-renderer/m-p/361755#M3073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That did work for me - implemented that workaround on all our v100 apps for the time being.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2019 19:27:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/symbols-with-images-not-displaying-layer-renderer/m-p/361755#M3073</guid>
      <dc:creator>MichaelDavis3</dc:creator>
      <dc:date>2019-07-29T19:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Symbols with Images not displaying - Layer Renderer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/symbols-with-images-not-displaying-layer-renderer/m-p/361756#M3074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Michael.&amp;nbsp;To clarify, setting &lt;STRONG&gt;useAdvancedSymbology = false&lt;/STRONG&gt; allowed these images to work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2019 19:50:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/symbols-with-images-not-displaying-layer-renderer/m-p/361756#M3074</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2019-07-29T19:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: Symbols with Images not displaying - Layer Renderer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/symbols-with-images-not-displaying-layer-renderer/m-p/361757#M3075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I'm not OP. &amp;nbsp;Was just chiming in that the issue sounds similar on the surface.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2019 20:31:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/symbols-with-images-not-displaying-layer-renderer/m-p/361757#M3075</guid>
      <dc:creator>MichaelDavis3</dc:creator>
      <dc:date>2019-07-29T20:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Symbols with Images not displaying - Layer Renderer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/symbols-with-images-not-displaying-layer-renderer/m-p/361758#M3076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh boy. I guess I could have noticed that &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2019 20:34:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/symbols-with-images-not-displaying-layer-renderer/m-p/361758#M3076</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2019-07-29T20:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Symbols with Images not displaying - Layer Renderer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/symbols-with-images-not-displaying-layer-renderer/m-p/361759#M3077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Thanks Nicholas !!&amp;nbsp; The&amp;nbsp; flag&amp;nbsp;"&lt;STRONG style="border: 0px; font-weight: bold;"&gt;useAdvancedSymbology = false"&amp;nbsp;&lt;/STRONG&gt;worked for me, But was just curious, are picture symbols not considered as 'AdvancedSymbology' ?&amp;nbsp;Because the layers draw properly if you add them to a&amp;nbsp;web map, without this flag, this seems to happening on&amp;nbsp;only the ios and android applications (using latest xamarin sdk).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Would be great if you could throw some light on this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2019 07:02:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/symbols-with-images-not-displaying-layer-renderer/m-p/361759#M3077</guid>
      <dc:creator>YashvitNaik</dc:creator>
      <dc:date>2019-07-30T07:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Symbols with Images not displaying - Layer Renderer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/symbols-with-images-not-displaying-layer-renderer/m-p/361760#M3078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Yashvit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've learnt something today.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've confirmed that even in the case of Picture Markers, Runtime will default to requesting advanced symbology from the server which will process&amp;nbsp;the images into EMF&amp;nbsp;data. This then does fall under the same issue that Michael mentioned above, and you should patch your servers according to the information here:&amp;nbsp;&lt;A class="link-titled" href="https://support.esri.com/en/download/7726" title="https://support.esri.com/en/download/7726"&gt;ArcGIS (Desktop, Engine, Server) Microsoft ( R ) Windows ( R ) June 2019 Security Update Compatibility Patch&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry it took me a while to figure that out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. Incidentally, since&amp;nbsp;you're working with .NET and Xamarin, you should probably post questions here:&amp;nbsp;&lt;A _jive_internal="true" class="link-titled" href="https://community.esri.com/community/developers/native-app-developers/arcgis-runtime-sdk-for-net/activity" title="https://community.esri.com/community/developers/native-app-developers/arcgis-runtime-sdk-for-net/activity"&gt;ArcGIS Runtime SDK for .NET&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2019 15:30:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/symbols-with-images-not-displaying-layer-renderer/m-p/361760#M3078</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2019-07-30T15:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Symbols with Images not displaying - Layer Renderer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/symbols-with-images-not-displaying-layer-renderer/m-p/361761#M3079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/231606"&gt;Yashvit Naik&lt;/A&gt;:&amp;nbsp;could you add&amp;nbsp;&lt;STRONG&gt;&amp;amp;returnadvancedsymbols=true&lt;/STRONG&gt; to your service URL and attach the JSON as you did in the original post please? We want to make sure that you're encountering what we think you're encountering and that it's not something else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nick.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2019 16:50:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/symbols-with-images-not-displaying-layer-renderer/m-p/361761#M3079</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2019-07-30T16:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Symbols with Images not displaying - Layer Renderer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/symbols-with-images-not-displaying-layer-renderer/m-p/361762#M3080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As requested Please find attached the JSON response, thanks once again Nick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2019 07:19:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/symbols-with-images-not-displaying-layer-renderer/m-p/361762#M3080</guid>
      <dc:creator>YashvitNaik</dc:creator>
      <dc:date>2019-07-31T07:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Symbols with Images not displaying - Layer Renderer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/symbols-with-images-not-displaying-layer-renderer/m-p/361763#M3081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep. That's not working because of the above issue. You'll need to patch your servers. Thanks for sending the JSON.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2019 18:02:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/symbols-with-images-not-displaying-layer-renderer/m-p/361763#M3081</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2019-07-31T18:02:28Z</dc:date>
    </item>
  </channel>
</rss>

