<?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 How to use Advanced Symbology on a GeodatabaseFeatureTable in ArcGIS AppStudio Questions</title>
    <link>https://community.esri.com/t5/arcgis-appstudio-questions/how-to-use-advanced-symbology-on-a/m-p/773726#M551</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A GeodatabaseFeatureServiceTable (i.e. from an online feature service) has a property called &lt;A class="el" href="https://developers.arcgis.com/qt/qml/api-reference/class_geodatabase_feature_service_table.html#a23115505ab07007db19e567dc6d858e5" style="color: #4a6aaa; font-weight: bold; font-family: Roboto, sans-serif;"&gt;useAdvancedSymbology&lt;/A&gt;​, but for some reason a GeodatabaseFeatureTable (i.e. from a local geodatabase) doesn't.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyway to display features from a local geodatabase using Advanced Symbology?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to symbolise a line as a two parallel lines of different colours which works fine using Advanced Symbology but otherwise it just arbitrarily displays only one of the lines.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Sep 2015 12:03:51 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2015-09-10T12:03:51Z</dc:date>
    <item>
      <title>How to use Advanced Symbology on a GeodatabaseFeatureTable</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/how-to-use-advanced-symbology-on-a/m-p/773726#M551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A GeodatabaseFeatureServiceTable (i.e. from an online feature service) has a property called &lt;A class="el" href="https://developers.arcgis.com/qt/qml/api-reference/class_geodatabase_feature_service_table.html#a23115505ab07007db19e567dc6d858e5" style="color: #4a6aaa; font-weight: bold; font-family: Roboto, sans-serif;"&gt;useAdvancedSymbology&lt;/A&gt;​, but for some reason a GeodatabaseFeatureTable (i.e. from a local geodatabase) doesn't.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyway to display features from a local geodatabase using Advanced Symbology?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to symbolise a line as a two parallel lines of different colours which works fine using Advanced Symbology but otherwise it just arbitrarily displays only one of the lines.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 12:03:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/how-to-use-advanced-symbology-on-a/m-p/773726#M551</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2015-09-10T12:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Advanced Symbology on a GeodatabaseFeatureTable</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/how-to-use-advanced-symbology-on-a/m-p/773727#M552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a workaround:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Publish your feature service with the symbology you want. Add the layer to your app using the GeodatabaseFeatureServiceTable and save the render json info as a json file from within your app using code such as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: italic; color: #000080;"&gt;app&lt;/SPAN&gt;.folder.writeJsonFile(&lt;SPAN style="font-style: italic; color: #2985c7;"&gt;layer&lt;/SPAN&gt;.name&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;+&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;".json"&lt;/SPAN&gt;,&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: italic; color: #2985c7;"&gt;layer&lt;/SPAN&gt;.renderer.json)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copy this json file to your app folder, then apply this json file to a renderer to use with your GeodatabaseFeatureTable. e.g.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;UniqueValueRenderer&lt;/SPAN&gt;{&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;id&lt;/SPAN&gt;:&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: italic; color: #000000;"&gt;rendererFromJsonFile&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;Component.onCompleted&lt;/SPAN&gt;:&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;{&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;SPAN style="color: #000000; font-style: italic;"&gt;rendererFromJsonFile&lt;/SPAN&gt;&lt;/SPAN&gt;.json&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;=&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: italic; color: #000080;"&gt;app&lt;/SPAN&gt;.folder.readJsonFile(&lt;SPAN style="color: #008000;"&gt;"&lt;SPAN style="color: #000000; font-style: italic;"&gt;renderer&lt;/SPAN&gt;.json"&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;);&lt;/P&gt;&lt;P&gt;}&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; line-height: 1.5; color: #c0c0c0;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; line-height: 1.5;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 09:58:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/how-to-use-advanced-symbology-on-a/m-p/773727#M552</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2015-09-15T09:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Advanced Symbology on a GeodatabaseFeatureTable</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/how-to-use-advanced-symbology-on-a/m-p/773728#M553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul&lt;/P&gt;&lt;P&gt;I poked around the teams here and seems that indeed this property is missing from geodatabaseFeatureTable component. Ive created work items to deal with it, but I'm very happy to hear you found a workaround to keep moving for now.&lt;/P&gt;&lt;P&gt;Regard, Marika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2015 00:57:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/how-to-use-advanced-symbology-on-a/m-p/773728#M553</guid>
      <dc:creator>MarikaVertzonis</dc:creator>
      <dc:date>2015-09-16T00:57:43Z</dc:date>
    </item>
  </channel>
</rss>

