<?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 identifyGraphicsOverlays for some sidcs not working in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/identifygraphicsoverlays-for-some-sidcs-not/m-p/415101#M2081</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I create a GraphicsOverlay and put a advanced symbol on it. This is done using a DictionaryRenderer (MIl2525D)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The task "identifyGraphicsOverlays" is done on a sidc "10032500001406030000"&amp;nbsp; // SymbolSet/Entity = 25 140603&lt;/P&gt;&lt;P&gt;(line with arrow)&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/344359_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The slot "identifyGraphicsOverlaysCompleted" is called but with an empty result list &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conclusion:&lt;/P&gt;&lt;P&gt;Many (maybe all) multipoint sidcs can´t be identified/picked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Mar 2017 09:13:49 GMT</pubDate>
    <dc:creator>NorbertThoden</dc:creator>
    <dc:date>2017-03-28T09:13:49Z</dc:date>
    <item>
      <title>identifyGraphicsOverlays for some sidcs not working</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/identifygraphicsoverlays-for-some-sidcs-not/m-p/415101#M2081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I create a GraphicsOverlay and put a advanced symbol on it. This is done using a DictionaryRenderer (MIl2525D)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The task "identifyGraphicsOverlays" is done on a sidc "10032500001406030000"&amp;nbsp; // SymbolSet/Entity = 25 140603&lt;/P&gt;&lt;P&gt;(line with arrow)&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/344359_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The slot "identifyGraphicsOverlaysCompleted" is called but with an empty result list &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conclusion:&lt;/P&gt;&lt;P&gt;Many (maybe all) multipoint sidcs can´t be identified/picked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 09:13:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/identifygraphicsoverlays-for-some-sidcs-not/m-p/415101#M2081</guid>
      <dc:creator>NorbertThoden</dc:creator>
      <dc:date>2017-03-28T09:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: identifyGraphicsOverlays for some sidcs not working</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/identifygraphicsoverlays-for-some-sidcs-not/m-p/415102#M2082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Norbert - thanks for posting your question. Do you have any example code you could share?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One other thing which might be worth double-checking is that your are connecting to the correct signal for the task you have started. E.g MapQuickView has 2 signals:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;identifyGraphicsOverlayCompleted
identifyGraphicsOverlay&lt;STRONG&gt;s&lt;/STRONG&gt;Completed&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;corresponding to the 2 tasks:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;identifyGraphicsOverlay
identifyGraphicsOverlay&lt;STRONG&gt;s&lt;/STRONG&gt;&lt;/PRE&gt;&lt;P&gt;Note the "s" at the end of "GraphicsOverlay" for the 2nd signal (this has caught me out before).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It might also be worth connecting to the &lt;EM&gt;errorOccurred&lt;/EM&gt; signal if you haven't already done so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 16:26:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/identifygraphicsoverlays-for-some-sidcs-not/m-p/415102#M2082</guid>
      <dc:creator>LukeSmallwood</dc:creator>
      <dc:date>2021-12-12T16:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: identifyGraphicsOverlays for some sidcs not working</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/identifygraphicsoverlays-for-some-sidcs-not/m-p/415103#M2083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luke!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the quick answer!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using the pure C++, no Quick/QML.&lt;/P&gt;&lt;P&gt;And yes, i know the two similar named signals/slots.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i use another sidc (like a point symbol) than it works. (Since ~1,5 years)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example - will try to build...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 10:20:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/identifygraphicsoverlays-for-some-sidcs-not/m-p/415103#M2083</guid>
      <dc:creator>NorbertThoden</dc:creator>
      <dc:date>2017-03-28T10:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: identifyGraphicsOverlays for some sidcs not working</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/identifygraphicsoverlays-for-some-sidcs-not/m-p/415104#M2084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luke!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Description:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I create two PictureMarker as dummy object:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;- one in green and a size of 20;&lt;/LI&gt;&lt;LI&gt;- one in red and a size of 10;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I add an attribute to distinguish them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I create an advanced symbol: 10032500001406030000 // 25 140603&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is related to the identifyGraphicsOverlays method which is overloaded:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;// First overload:&lt;BR /&gt;// Identify the topmost graphics in all the graphics overlays at the specified screen coordinates.&lt;PRE&gt;TaskWatcher identifyGraphicsOverlays(double screenX, double screenY, double tolerance, bool returnPopupsOnly);&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;// Second overload:&lt;BR /&gt;Identify which graphics in all the graphics overlays appear at the specified screen coordinates.&lt;PRE&gt;TaskWatcher identifyGraphicsOverlays(double screenX, double screenY, double tolerance, bool returnPopupsOnly, int maximumResultsPerOverlay);&lt;/PRE&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;STRONG&gt;Behaviour:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;For the first overload: (topmost)&lt;BR /&gt;The the two PictureMarker can be picked/identified as well as advanced symbol.&lt;BR /&gt;(They can be recognized the the attribute&lt;/LI&gt;&lt;/UL&gt;&lt;UL&gt;&lt;LI&gt;For the second overload: (more than one result per GraphicsOverlay)&lt;BR /&gt;The&amp;nbsp; two PictureMarker can be picked/identified but not the advanced symbol&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is true for RenderingMode::Dynamic.&lt;/P&gt;&lt;P&gt;Using RenderingMode::Static, the advanced symbol could never be identified/picked....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My Conclusion:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The second overload does not return the advanced symbol&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do i miss something?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 12:07:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/identifygraphicsoverlays-for-some-sidcs-not/m-p/415104#M2084</guid>
      <dc:creator>NorbertThoden</dc:creator>
      <dc:date>2017-03-28T12:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: identifyGraphicsOverlays for some sidcs not working</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/identifygraphicsoverlays-for-some-sidcs-not/m-p/415105#M2085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Norbert - that does sound like a possible bug. I'll try and reproduce with your example code and log a bug.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 15:12:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/identifygraphicsoverlays-for-some-sidcs-not/m-p/415105#M2085</guid>
      <dc:creator>LukeSmallwood</dc:creator>
      <dc:date>2017-03-28T15:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: identifyGraphicsOverlays for some sidcs not working</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/identifygraphicsoverlays-for-some-sidcs-not/m-p/415106#M2086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luke!&lt;/P&gt;&lt;P&gt;It would be very kind if you keep me up-to-date.&lt;/P&gt;&lt;P&gt;This bug is very important for us!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 15:19:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/identifygraphicsoverlays-for-some-sidcs-not/m-p/415106#M2086</guid>
      <dc:creator>NorbertThoden</dc:creator>
      <dc:date>2017-03-28T15:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: identifyGraphicsOverlays for some sidcs not working</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/identifygraphicsoverlays-for-some-sidcs-not/m-p/415107#M2087</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;I have built your code and can reproduce the behaviour you describe:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using overload 1 and clicking on all 3 symbols I get the topomost graphic e.g. the advanced symbol:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;identifyResults.size= 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;[[[ iResult= Esri::ArcGISRuntime::IdentifyGraphicsOverlayResult(0x266776516b0) (#Graphics within result= 1 ) ]]]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;retrieved AttrVal= ""&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;using overload 2 and clicking on all 3 symbols I get just the simple marker symbols:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;identifyResults.size= 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[[[ iResult= Esri::ArcGISRuntime::IdentifyGraphicsOverlayResult(0x266774181f0) (#Graphics within result= 2 ) ]]]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;SimpleMarkerSymbol&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;retrieved AttrVal= "drawPictureMarker:r=10"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;SimpleMarkerSymbol&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;retrieved AttrVal= "drawPictureMarker:r=20"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I will see if I can come up with a simpler repro using our latest version and log a bug.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for reporting this!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Luke&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 09:46:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/identifygraphicsoverlays-for-some-sidcs-not/m-p/415107#M2087</guid>
      <dc:creator>LukeSmallwood</dc:creator>
      <dc:date>2017-03-29T09:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: identifyGraphicsOverlays for some sidcs not working</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/identifygraphicsoverlays-for-some-sidcs-not/m-p/415108#M2088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luke!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a similar case (during at the early adapter) forum Luke L. said to me:&lt;BR /&gt;&lt;EM&gt;"Lucas Danzinger, 23.11.2016: "Norbert- I can reproduce this and it definitely appears to be a bug. Since you have already logged this through the beta community, I'll go ahead and export this as a bug into our system, and there is &lt;STRONG&gt;no need for you to contact support&lt;/STRONG&gt; about this specific one."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In at least two similar cases (NOT during at the early adapter) Lule L. pleased me to explicit &lt;STRONG&gt;log a bug at the official support&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you recommend for this case?&lt;BR /&gt;It´s a critical bug for us. It is more than desirable to monitor this.&lt;BR /&gt;Maybe it´s helpful to log this as a customer bug (more severity?), to be able to monitor, escalate etc.&lt;BR /&gt;What do you think?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe wait until you can tried to reproduce the bug with your latest version?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 10:47:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/identifygraphicsoverlays-for-some-sidcs-not/m-p/415108#M2088</guid>
      <dc:creator>NorbertThoden</dc:creator>
      <dc:date>2017-03-29T10:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: identifyGraphicsOverlays for some sidcs not working</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/identifygraphicsoverlays-for-some-sidcs-not/m-p/415109#M2089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Norbert - I just finished reproducing the problem using a simpler block of code (based on one of our samples) and with our latest version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've already logged a bug with this repro case: I will confirm with Lucas whether you should also log a support bug and get back to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 11:03:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/identifygraphicsoverlays-for-some-sidcs-not/m-p/415109#M2089</guid>
      <dc:creator>LukeSmallwood</dc:creator>
      <dc:date>2017-03-29T11:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: identifyGraphicsOverlays for some sidcs not working</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/identifygraphicsoverlays-for-some-sidcs-not/m-p/415110#M2090</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;It is probably a good idea to log a bug with support for this issue as well - that way they will be aware of the problem if anyone else reports and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 14:20:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/identifygraphicsoverlays-for-some-sidcs-not/m-p/415110#M2090</guid>
      <dc:creator>LukeSmallwood</dc:creator>
      <dc:date>2017-03-29T14:20:31Z</dc:date>
    </item>
  </channel>
</rss>

