<?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: Feature Layer (FME disappearing) when using in app QML in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/feature-layer-fme-disappearing-when-using-in-app/m-p/1058651#M4131</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/426765"&gt;@EricAtkinson1&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;Thanks for reaching out to the Runtime team. It's hard to say without access to that web map so we can take a look.&lt;/P&gt;&lt;P&gt;My best guess is that you may need to descend into the subLayerContents list and check those.&lt;/P&gt;&lt;P&gt;Here's a related example:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/arcgis-runtime-samples-qt/blob/main/ArcGISRuntimeSDKQt_QMLSamples/DisplayInformation/ControlAnnotationSublayerVisibility/ControlAnnotationSublayerVisibility.qml#L145-L146" target="_blank"&gt;https://github.com/Esri/arcgis-runtime-samples-qt/blob/main/ArcGISRuntimeSDKQt_QMLSamples/DisplayInformation/ControlAnnotationSublayerVisibility/ControlAnnotationSublayerVisibility.qml#L145-L146&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/qt/qml/api-reference/qml-esri-arcgisruntime-layer.html#subLayerContents-prop" target="_blank"&gt;https://developers.arcgis.com/qt/qml/api-reference/qml-esri-arcgisruntime-layer.html#subLayerContents-prop&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you're able to share the web map we may be able to better assist.&lt;/P&gt;</description>
    <pubDate>Mon, 17 May 2021 18:12:55 GMT</pubDate>
    <dc:creator>JamesBallard1</dc:creator>
    <dc:date>2021-05-17T18:12:55Z</dc:date>
    <item>
      <title>Feature Layer (FME disappearing) when using in app QML</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/feature-layer-fme-disappearing-when-using-in-app/m-p/1058388#M4129</link>
      <description>&lt;P&gt;Hey all,&lt;/P&gt;&lt;P&gt;Got a weird issue when I use the layer (green highlighted) in my app it disappears but the red highlighted never disappears. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2021-05-17 at 12.36.53 pm.png" style="width: 369px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/13417iEE323687CA70A774/image-dimensions/369x230?v=v2" width="369" height="230" role="button" title="Screen Shot 2021-05-17 at 12.36.53 pm.png" alt="Screen Shot 2021-05-17 at 12.36.53 pm.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;question is because im calling attributes from that layer how do I add it into my code as a sub folder? for the green highlighted layer I have&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="cpp"&gt;for (var i = 0; operationalLayers.count; i++) {
 if (operationalLayers.get(i).name === "Hidden from forum") {
  featureLayer = operationalLayers.get(i)                                                            featureLayer.refreshInterval = 9000                                                               featureLayer.selectionColor = "#02253A"

          break

                   }
                          }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any help would be appreciated.&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;</description>
      <pubDate>Mon, 17 May 2021 02:46:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/feature-layer-fme-disappearing-when-using-in-app/m-p/1058388#M4129</guid>
      <dc:creator>EricAtkinson1</dc:creator>
      <dc:date>2021-05-17T02:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Layer (FME disappearing) when using in app QML</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/feature-layer-fme-disappearing-when-using-in-app/m-p/1058389#M4130</link>
      <description>&lt;P&gt;I am using a web map for my App and using runtime 100.10&lt;/P&gt;</description>
      <pubDate>Mon, 17 May 2021 02:47:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/feature-layer-fme-disappearing-when-using-in-app/m-p/1058389#M4130</guid>
      <dc:creator>EricAtkinson1</dc:creator>
      <dc:date>2021-05-17T02:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Layer (FME disappearing) when using in app QML</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/feature-layer-fme-disappearing-when-using-in-app/m-p/1058651#M4131</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/426765"&gt;@EricAtkinson1&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;Thanks for reaching out to the Runtime team. It's hard to say without access to that web map so we can take a look.&lt;/P&gt;&lt;P&gt;My best guess is that you may need to descend into the subLayerContents list and check those.&lt;/P&gt;&lt;P&gt;Here's a related example:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/arcgis-runtime-samples-qt/blob/main/ArcGISRuntimeSDKQt_QMLSamples/DisplayInformation/ControlAnnotationSublayerVisibility/ControlAnnotationSublayerVisibility.qml#L145-L146" target="_blank"&gt;https://github.com/Esri/arcgis-runtime-samples-qt/blob/main/ArcGISRuntimeSDKQt_QMLSamples/DisplayInformation/ControlAnnotationSublayerVisibility/ControlAnnotationSublayerVisibility.qml#L145-L146&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/qt/qml/api-reference/qml-esri-arcgisruntime-layer.html#subLayerContents-prop" target="_blank"&gt;https://developers.arcgis.com/qt/qml/api-reference/qml-esri-arcgisruntime-layer.html#subLayerContents-prop&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you're able to share the web map we may be able to better assist.&lt;/P&gt;</description>
      <pubDate>Mon, 17 May 2021 18:12:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/feature-layer-fme-disappearing-when-using-in-app/m-p/1058651#M4131</guid>
      <dc:creator>JamesBallard1</dc:creator>
      <dc:date>2021-05-17T18:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Layer (FME disappearing) when using in app QML</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/feature-layer-fme-disappearing-when-using-in-app/m-p/1058813#M4133</link>
      <description>&lt;P&gt;Hey James,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply.... Its been an intermittent bug that sometimes the layer would display and then other times it wouldn't. If I loaded up another app with the same web map in player first it would work. In Web map it was always visible.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think I have actually fixed it for some reason... I have made a duplicate of the layer and now seems to be displaying all the time.... scratches head.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks James I really appreciate the reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 02:43:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/feature-layer-fme-disappearing-when-using-in-app/m-p/1058813#M4133</guid>
      <dc:creator>EricAtkinson1</dc:creator>
      <dc:date>2021-05-18T02:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Layer (FME disappearing) when using in app QML</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/feature-layer-fme-disappearing-when-using-in-app/m-p/1059133#M4138</link>
      <description>&lt;P&gt;Sounds good&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/426765"&gt;@EricAtkinson1&lt;/a&gt;&amp;nbsp;. Glad it's working now.&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 19:52:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/feature-layer-fme-disappearing-when-using-in-app/m-p/1059133#M4138</guid>
      <dc:creator>JamesBallard1</dc:creator>
      <dc:date>2021-05-18T19:52:48Z</dc:date>
    </item>
  </channel>
</rss>

