<?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: map.operationalLayers repeating Layer in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/map-operationallayers-repeating-layer/m-p/511706#M2608</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/62768"&gt;M Ka&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not aware of any problems like that. Can you provide some more information, or maybe even a small reproducer app that shows the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You mentioned mobile. Is that Android or iOS? Also, what version of Runtime are you using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 May 2019 21:06:58 GMT</pubDate>
    <dc:creator>JamesBallard1</dc:creator>
    <dc:date>2019-05-15T21:06:58Z</dc:date>
    <item>
      <title>map.operationalLayers repeating Layer</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/map-operationallayers-repeating-layer/m-p/511705#M2607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has anyone ever had an issue with the operational layers repeating a layer when looping through them?&amp;nbsp; It seems to happen on mobile devices and on appstudio mobile but not on desktop app.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am simply wanting to loop though the layers, but I seem to have a repeating layer.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt; map&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;operationalLayers&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;forEach&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="keyword token"&gt;function&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;value&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
    popupMessageBox&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;messageText &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"\nvalue.name = "&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; value&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;name
 &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this above example with 4 layers, the first time I run it, it gives me this result&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #e0a000;"&gt;layer.name&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #e0a000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; 1&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #e0a000;"&gt;layer.name&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #e0a000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; 2&lt;/SPAN&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #e0a000;"&gt;layer.name&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #e0a000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; 3&lt;/SPAN&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #e0a000;"&gt;layer.name&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #e0a000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; 4
&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/PRE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;Then I run it again and I get this&amp;nbsp;result.&amp;nbsp; It seems to happen intermittently and only on my mobile device&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #e0a000;"&gt;layer.name&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #e0a000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; 1&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #e0a000;"&gt;layer.name&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #e0a000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; 2&lt;/SPAN&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #e0a000;"&gt;layer.name&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #e0a000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; 2&lt;/SPAN&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #e0a000;"&gt;layer.name&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #e0a000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; 4&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/PRE&gt;&lt;/PRE&gt;&lt;P&gt;Wondering if anyone has seen this type of behavior?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 22:23:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/map-operationallayers-repeating-layer/m-p/511705#M2607</guid>
      <dc:creator>MKa</dc:creator>
      <dc:date>2021-12-11T22:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: map.operationalLayers repeating Layer</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/map-operationallayers-repeating-layer/m-p/511706#M2608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/62768"&gt;M Ka&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not aware of any problems like that. Can you provide some more information, or maybe even a small reproducer app that shows the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You mentioned mobile. Is that Android or iOS? Also, what version of Runtime are you using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2019 21:06:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/map-operationallayers-repeating-layer/m-p/511706#M2608</guid>
      <dc:creator>JamesBallard1</dc:creator>
      <dc:date>2019-05-15T21:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: map.operationalLayers repeating Layer</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/map-operationallayers-repeating-layer/m-p/511707#M2609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can not figure out why this is happening.&amp;nbsp; It is happening in both IOS and Android and i am running the latest version of Runtime.&amp;nbsp; I have added 4 layers to my webmap and on mobile (cell) only, it sometimes is repeating the layers when I loop through the operational layers of a given map.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2019 21:04:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/map-operationallayers-repeating-layer/m-p/511707#M2609</guid>
      <dc:creator>MKa</dc:creator>
      <dc:date>2019-05-21T21:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: map.operationalLayers repeating Layer</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/map-operationallayers-repeating-layer/m-p/511708#M2610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to requery the operationallayers of a map?&amp;nbsp; It is almost like on mobile, it takes longer to load and somehow a duplicate is getting returned in my above loop.&amp;nbsp; Again, this only happens on the mobile and it happens using the AppStudio mobile app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2019 21:12:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/map-operationallayers-repeating-layer/m-p/511708#M2610</guid>
      <dc:creator>MKa</dc:creator>
      <dc:date>2019-05-21T21:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: map.operationalLayers repeating Layer</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/map-operationallayers-repeating-layer/m-p/511709#M2611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am loading a MapView page with a loader, but on mobile when looping through the operational layers I am getting duplicates.&amp;nbsp; When I return to the page or come into the mapview for the first time.&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;
MapView &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
    map&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; MapFieldSelectedLoader&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;item
&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;

Component&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;onCompleted&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
        MapFieldSelectedLoader&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;sourceComponent &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; MapFieldSelected&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;        
    &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;
Loader &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
        id&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; MapFieldSelectedLoader
    &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;

    Component &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
        id&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; MapFieldSelected

        Map &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
            id&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; mapFieldSelected
            autoFetchLegendInfos&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;true&lt;/SPAN&gt;
            initUrl&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; app&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;webMapUrl

            &lt;SPAN class="comment token"&gt;//This returns the duplicate layer when looping through on mobile&lt;/SPAN&gt;
            onLoadStatusChanged&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; 
            &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
                    &lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;loadStatus &lt;SPAN class="operator token"&gt;===&lt;/SPAN&gt; Enums&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;LoadStatusLoaded&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
                    &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;                        
                     operationalLayers&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;forEach&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="keyword token"&gt;function&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;lyr&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
                     popupMessageBox&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;messageText &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"\n Loaded lyr.name = "&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; lyr&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;name                            
                        &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
                    &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;
            &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;
        &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;
    &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;

&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 22:23:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/map-operationallayers-repeating-layer/m-p/511709#M2611</guid>
      <dc:creator>MKa</dc:creator>
      <dc:date>2021-12-11T22:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: map.operationalLayers repeating Layer</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/map-operationallayers-repeating-layer/m-p/511710#M2612</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/62768"&gt;M Ka&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the additional info. Is the web map you're accessing public? If so, please share the url and we can try to reproduce the problem on our end.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2019 22:44:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/map-operationallayers-repeating-layer/m-p/511710#M2612</guid>
      <dc:creator>JamesBallard1</dc:creator>
      <dc:date>2019-05-21T22:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: map.operationalLayers repeating Layer</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/map-operationallayers-repeating-layer/m-p/511711#M2613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could I get an email in which to send the URL of the WebMap to.&amp;nbsp; I will need to grant you access and give you a username and password to our portal that holds the web map.&amp;nbsp; I cannot make the whole thing public.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2019 16:28:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/map-operationallayers-repeating-layer/m-p/511711#M2613</guid>
      <dc:creator>MKa</dc:creator>
      <dc:date>2019-05-22T16:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: map.operationalLayers repeating Layer</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/map-operationallayers-repeating-layer/m-p/511712#M2614</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/62768"&gt;M Ka&lt;/A&gt;‌ thanks for the offer. I'll see if I can find a web map with four (or more) layers that we have access to and see if I can reproduce the problem that way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2019 16:36:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/map-operationallayers-repeating-layer/m-p/511712#M2614</guid>
      <dc:creator>JamesBallard1</dc:creator>
      <dc:date>2019-05-22T16:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: map.operationalLayers repeating Layer</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/map-operationallayers-repeating-layer/m-p/511713#M2615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That would be so helpful.&amp;nbsp; You will need to load a mapview/loader/map page again and again, looking at the operational layers on load.&amp;nbsp; Mine seems to repeat them quite frequently as I mentioned above&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2019 16:44:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/map-operationallayers-repeating-layer/m-p/511713#M2615</guid>
      <dc:creator>MKa</dc:creator>
      <dc:date>2019-05-22T16:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: map.operationalLayers repeating Layer</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/map-operationallayers-repeating-layer/m-p/511714#M2616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just created a Web map with these layers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/448211_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;I then call up a MapView page pointing to this Web Map and loader like the code I have above.&amp;nbsp; It give me duplicates for the the operational layers when I loop through the layers on the load of the map.&amp;nbsp; This happens when I Pop the MapView off and then back on, which in turn forces the map on the mapview to reload as it is a new page.&amp;nbsp; It happens about every other time and ONLY on my mobile devices.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2019 17:28:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/map-operationallayers-repeating-layer/m-p/511714#M2616</guid>
      <dc:creator>MKa</dc:creator>
      <dc:date>2019-05-22T17:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: map.operationalLayers repeating Layer</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/map-operationallayers-repeating-layer/m-p/511715#M2617</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/62768"&gt;M Ka&lt;/A&gt;‌, one of my colleagues tried this out in a test and wasn't able to reproduce the problem on a mobile device. That was using the same code you provided with a different web map. If you're able, please log the issue with Esri support so we can follow up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://support.esri.com/en/" title="https://support.esri.com/en/"&gt;Esri Support Home&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2019 20:46:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/map-operationallayers-repeating-layer/m-p/511715#M2617</guid>
      <dc:creator>JamesBallard1</dc:creator>
      <dc:date>2019-05-28T20:46:00Z</dc:date>
    </item>
  </channel>
</rss>

