<?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: identifyGraphicsOverlaysCompleted does not work on the inner part of filled polygons in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/identifygraphicsoverlayscompleted-does-not-work-on/m-p/1203521#M4677</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/70678"&gt;@FatmaAkdemir&lt;/a&gt;&amp;nbsp;. We have a sample that does this &lt;A href="https://github.com/Esri/arcgis-runtime-samples-qt/tree/main/ArcGISRuntimeSDKQt_CppSamples/DisplayInformation/IdentifyGraphics" target="_blank" rel="noopener"&gt;here&lt;/A&gt;. It should be working. Can you share more details about this? For example, are you identifying a single graphic whose geometry is a polygon, or do you have multiple graphics and each has a separate polygon?&lt;/P&gt;&lt;P&gt;The fact that you are able to delete polyons independently seems like you may have multiple graphics.&lt;/P&gt;</description>
    <pubDate>Tue, 16 Aug 2022 22:02:04 GMT</pubDate>
    <dc:creator>JamesBallard1</dc:creator>
    <dc:date>2022-08-16T22:02:04Z</dc:date>
    <item>
      <title>identifyGraphicsOverlaysCompleted does not work on the inner part of filled polygons</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/identifygraphicsoverlayscompleted-does-not-work-on/m-p/1203157#M4675</link>
      <description>&lt;P&gt;I have a polygon object which I want to be deleted by the double click of mouse. However the double click only works if I click on the outer line of the polygon. I want it to work when user double clicks on inside of the polygon which is filled with a different color. How can I achieve this?&lt;/P&gt;&lt;LI-CODE lang="cpp"&gt;void ClutterZoneItem::AddFillerPolygon(){
	for(int i = 0; i &amp;lt; mNodes.size(); i++){
		mpPolygonBuilder-&amp;gt;addPoint(mNodes[i]-&amp;gt;geometry());
	}
	mpFillerPolygon-&amp;gt;setGeometry(mpPolygonBuilder-&amp;gt;toGeometry());
	mpFillerPolygon-&amp;gt;attributes()-&amp;gt;insertAttribute("zone_id", miId);
	mpMapViewer-&amp;gt;AddToClutterZonesOverlay(mpFillerPolygon);
	cout &amp;lt;&amp;lt; "Filler polygon eklendi" &amp;lt;&amp;lt; endl;
}&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 16 Aug 2022 08:40:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/identifygraphicsoverlayscompleted-does-not-work-on/m-p/1203157#M4675</guid>
      <dc:creator>FatmaAkdemir</dc:creator>
      <dc:date>2022-08-16T08:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: identifyGraphicsOverlaysCompleted does not work on the inner part of filled polygons</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/identifygraphicsoverlayscompleted-does-not-work-on/m-p/1203521#M4677</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/70678"&gt;@FatmaAkdemir&lt;/a&gt;&amp;nbsp;. We have a sample that does this &lt;A href="https://github.com/Esri/arcgis-runtime-samples-qt/tree/main/ArcGISRuntimeSDKQt_CppSamples/DisplayInformation/IdentifyGraphics" target="_blank" rel="noopener"&gt;here&lt;/A&gt;. It should be working. Can you share more details about this? For example, are you identifying a single graphic whose geometry is a polygon, or do you have multiple graphics and each has a separate polygon?&lt;/P&gt;&lt;P&gt;The fact that you are able to delete polyons independently seems like you may have multiple graphics.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2022 22:02:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/identifygraphicsoverlayscompleted-does-not-work-on/m-p/1203521#M4677</guid>
      <dc:creator>JamesBallard1</dc:creator>
      <dc:date>2022-08-16T22:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: identifyGraphicsOverlaysCompleted does not work on the inner part of filled polygons</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/identifygraphicsoverlayscompleted-does-not-work-on/m-p/1203613#M4678</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/405084"&gt;@JamesBallard1&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;Thanks for your answer. You're correct, I have a list of point nodes which are movable via mouse move and I have a polygon that is reshaped by the movement of these nodes. Somehow the inner part can only be double clicked if one of the nodes is moved, otherwise it's not. It seems to be a bug that I should solve by myself in my own code.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 06:27:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/identifygraphicsoverlayscompleted-does-not-work-on/m-p/1203613#M4678</guid>
      <dc:creator>FatmaAkdemir</dc:creator>
      <dc:date>2022-08-17T06:27:12Z</dc:date>
    </item>
  </channel>
</rss>

