<?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: arcade-base DictionarySymbolStyle in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/arcade-based-dictionarysymbolstyle/m-p/84074#M400</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Luke, thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings from Germany&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Aug 2019 14:15:50 GMT</pubDate>
    <dc:creator>NorbertThoden</dc:creator>
    <dc:date>2019-08-29T14:15:50Z</dc:date>
    <item>
      <title>arcade-based DictionarySymbolStyle</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/arcade-based-dictionarysymbolstyle/m-p/84072#M398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since V100.6 the class DictionarySymbolStyle hat some deprecated member like&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;DictionarySymbolStyle(const QString&amp;amp; specificationType, QObject* parent = nullptr)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;From the release:&lt;/P&gt;&lt;H3&gt;&lt;EM&gt;Enhanced dictionary symbology&lt;/EM&gt;&lt;/H3&gt;&lt;P&gt;&lt;EM&gt;ArcGIS Runtime SDK now supports a new format of dictionary style file introduced by ArcGIS Pro version 2.4. This format uses Arcade for the logic to generate symbols and is therefore fully customizable. Use of the older format styles is supported but deprecated in this release. For more information about using custom dictionary symbols in ArcGIS Runtime, see the &lt;A href="https://developers.arcgis.com/qt/latest/qml/guide/display-military-symbols-with-a-dictionary-renderer.htm"&gt;Display symbols from a style with a dictionary renderer&lt;/A&gt; topic in the developer guide. To create a custom dictionary style, refer to the &lt;A href="https://esriurl.com/DictionaryToolkit" target="_blank"&gt;Dictionary renderer toolkit&lt;/A&gt; project on GitHub&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i tried to adapt my code to avoid the depecated member.&lt;/P&gt;&lt;P&gt;At runtime i got an error like "not supported"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The stylx files shipped with V100.6 are identical to them of the V100.5 installer&lt;/P&gt;&lt;P&gt;I took a look at &lt;A class="link-titled" href="https://solutions.arcgis.com/defense/help/military-symbology-styles/" title="https://solutions.arcgis.com/defense/help/military-symbology-styles/"&gt;Military Symbology Styles | ArcGIS Solutions for Defense&lt;/A&gt; , but that page isn´t updated since a long time. For example, V100.5 is not mentioned...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, how can i avoid the warnings and use the new arcade-based member?&lt;BR /&gt;Where are the arcade-base stylx for APP-6 and MIL2525?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Having a look into the example code on github led me to &lt;A class="link-titled" href="https://www.arcgis.com/home/item.html?id=c78b149a1d52414682c86a5feeb13d30" title="https://www.arcgis.com/home/item.html?id=c78b149a1d52414682c86a5feeb13d30"&gt;https://www.arcgis.com/home/item.html?id=c78b149a1d52414682c86a5feeb13d30&lt;/A&gt; , but there is just one available &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Additonally i think, that a source for example code is more of less official, but not as much as &lt;A href="https://solutions.arcgis.com/defense/help/military-symbology-styles/" title="https://solutions.arcgis.com/defense/help/military-symbology-styles/"&gt;Military Symbology Styles | ArcGIS Solutions for Defense&lt;/A&gt; ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2019 11:56:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/arcade-based-dictionarysymbolstyle/m-p/84072#M398</guid>
      <dc:creator>NorbertThoden</dc:creator>
      <dc:date>2019-08-29T11:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: arcade-base DictionarySymbolStyle</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/arcade-based-dictionarysymbolstyle/m-p/84073#M399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Norbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our arcade-based style files&amp;nbsp;will be hosted in an ArcGIS Online going forward. Here you can find all of the various standards we support -&amp;nbsp;&lt;A href="https://www.arcgis.com/home/search.html?q=owner%3A%22styles_esri%22%20mil&amp;amp;restrict=false&amp;amp;start=1&amp;amp;num=20"&gt;https://www.arcgis.com/home/search.html?q=owner%3A%22styles_esri%22%20mil&amp;amp;restrict=false&amp;amp;start=1&amp;amp;num=20&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll work on getting our documentation properly linked up to this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Lucas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2019 14:07:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/arcade-based-dictionarysymbolstyle/m-p/84073#M399</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2019-08-29T14:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: arcade-base DictionarySymbolStyle</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/arcade-based-dictionarysymbolstyle/m-p/84074#M400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Luke, thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings from Germany&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2019 14:15:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/arcade-based-dictionarysymbolstyle/m-p/84074#M400</guid>
      <dc:creator>NorbertThoden</dc:creator>
      <dc:date>2019-08-29T14:15:50Z</dc:date>
    </item>
  </channel>
</rss>

