<?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 initialization in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/initialization/m-p/40457#M174</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the recommended procedure for adding content to a map using the QtQml runtime?&amp;nbsp; My imagery tiles will load but I cannot get my features to have an initialized status and open in the map.&amp;nbsp; They are stuck in the initializing status.&amp;nbsp; It may just be a projection issue, but I have not found help on adding multiple types of data layers to a map.&amp;nbsp; Is it necessary to initialize a layer, or do we just need to add it to the map?&amp;nbsp; Do we need to initialize the geodatabaseFeatureServiceTable then add the FeatureLayer to the map?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a bunch,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Apr 2015 15:11:40 GMT</pubDate>
    <dc:creator>RichardHughes3</dc:creator>
    <dc:date>2015-04-21T15:11:40Z</dc:date>
    <item>
      <title>initialization</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/initialization/m-p/40457#M174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the recommended procedure for adding content to a map using the QtQml runtime?&amp;nbsp; My imagery tiles will load but I cannot get my features to have an initialized status and open in the map.&amp;nbsp; They are stuck in the initializing status.&amp;nbsp; It may just be a projection issue, but I have not found help on adding multiple types of data layers to a map.&amp;nbsp; Is it necessary to initialize a layer, or do we just need to add it to the map?&amp;nbsp; Do we need to initialize the geodatabaseFeatureServiceTable then add the FeatureLayer to the map?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a bunch,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2015 15:11:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/initialization/m-p/40457#M174</guid>
      <dc:creator>RichardHughes3</dc:creator>
      <dc:date>2015-04-21T15:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: initialization</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/initialization/m-p/40458#M175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Richard-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You shouldn't need to call initialize on anything. The below code should be enough to display a feature service on top of a basemap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;Map {
&amp;nbsp; anchors.fill: parent

&amp;nbsp; ArcGISTiledMapServiceLayer {
&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; url: "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer" rel="nofollow noopener noreferrer" target="_blank"&gt;http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;
&amp;nbsp; }

&amp;nbsp; FeatureLayer {
&amp;nbsp;&amp;nbsp;&amp;nbsp; featureTable: gdbFST
&amp;nbsp; }

&amp;nbsp; GeodatabaseFeatureServiceTable {
&amp;nbsp;&amp;nbsp;&amp;nbsp; id: gdbFST
&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; url: "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://sampleserver6.arcgisonline.com/arcgis/rest/services/DamageAssessment/FeatureServer/0" rel="nofollow noopener noreferrer" target="_blank"&gt;http://sampleserver6.arcgisonline.com/arcgis/rest/services/DamageAssessment/FeatureServer/0&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;
&amp;nbsp; }
}&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this work for you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Luke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 21:34:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/initialization/m-p/40458#M175</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2021-12-10T21:34:38Z</dc:date>
    </item>
  </channel>
</rss>

