<?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: BufferGeodetic is not displayed on Windows7 in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/buffergeodetic-is-not-displayed-on-windows7/m-p/449457#M2285</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know Win7 is not suopported... I was hoping someone has seen this and maybe has a&amp;nbsp;workaround or something...&lt;/P&gt;&lt;P&gt;Can you explain what it means to update the graphics and video drivers? and how do I do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Jun 2020 05:19:23 GMT</pubDate>
    <dc:creator>AnatBen_Israel</dc:creator>
    <dc:date>2020-06-04T05:19:23Z</dc:date>
    <item>
      <title>BufferGeodetic is not displayed on Windows7</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/buffergeodetic-is-not-displayed-on-windows7/m-p/449454#M2282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the SDK for Qt - C++ 100.7.&lt;/P&gt;&lt;P&gt;I have to display a simple circle on the map that work perfect on Windows10, but doesn't display on Windows7.&lt;/P&gt;&lt;P&gt;Everything else (so far...) works fine on both operating systems (Polygons, pictures, text labels etc.).&lt;/P&gt;&lt;P&gt;These are the&amp;nbsp;lines for creating the circle:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;m_pRoiGraphic&lt;SPAN style="color: #bec0c2;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #d6bb9a;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #bec0c2;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #45c6d6;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="color: #bec0c2;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff8080;"&gt;Graphic&lt;/SPAN&gt;(&lt;SPAN style="color: #45c6d6;"&gt;this&lt;/SPAN&gt;);&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;m_roiCircle&lt;SPAN style="color: #bec0c2;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #d6bb9a;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #bec0c2;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #45c6d6;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="color: #bec0c2;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff8080;"&gt;SimpleLineSymbol&lt;/SPAN&gt;(&lt;SPAN style="color: #ff8080;"&gt;SimpleLineSymbolStyle&lt;/SPAN&gt;::&lt;SPAN style="color: #66a334;"&gt;Solid&lt;/SPAN&gt;,&lt;SPAN style="color: #bec0c2;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff8080;"&gt;QColor&lt;/SPAN&gt;(&lt;SPAN style="color: #ff8080;"&gt;Qt&lt;/SPAN&gt;::&lt;SPAN style="color: #66a334;"&gt;yellow&lt;/SPAN&gt;),&lt;SPAN style="color: #bec0c2;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #8a602c;"&gt;2&lt;/SPAN&gt;,&lt;SPAN style="color: #bec0c2;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #45c6d6;"&gt;this&lt;/SPAN&gt;);
&lt;PRE class="lia-code-sample line-numbers language-none"&gt;m_roiCircleSym&lt;SPAN style="color: #bec0c2;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #d6bb9a;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #bec0c2;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #45c6d6;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="color: #bec0c2;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff8080;"&gt;SimpleFillSymbol&lt;/SPAN&gt;(&lt;SPAN style="color: #ff8080;"&gt;SimpleFillSymbolStyle&lt;/SPAN&gt;::&lt;SPAN style="color: #66a334;"&gt;Solid&lt;/SPAN&gt;,&lt;SPAN style="color: #bec0c2;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff8080;"&gt;Qt&lt;/SPAN&gt;::&lt;SPAN style="color: #66a334;"&gt;transparent&lt;/SPAN&gt;,&lt;SPAN style="color: #bec0c2;"&gt; &lt;/SPAN&gt;m_roiCircle,&lt;SPAN style="color: #bec0c2;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #45c6d6;"&gt;this&lt;/SPAN&gt;);
&lt;PRE class="lia-code-sample line-numbers language-none"&gt;m_pGraphicsOverlays&lt;SPAN style="color: #d6bb9a;"&gt;-&amp;gt;&lt;/SPAN&gt;at(&lt;SPAN style="color: #66a334;"&gt;OVERLAY_ROI&lt;/SPAN&gt;)&lt;SPAN style="color: #d6bb9a;"&gt;-&amp;gt;&lt;/SPAN&gt;setRenderer(&lt;SPAN style="color: #45c6d6;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="color: #bec0c2;"&gt; &lt;/SPAN&gt;SimpleRenderer(m_roiCircleSym));
&lt;PRE class="lia-code-sample line-numbers language-none"&gt;m_pGraphicsOverlays&lt;SPAN style="color: #d6bb9a;"&gt;-&amp;gt;&lt;/SPAN&gt;at(&lt;SPAN style="color: #66a334;"&gt;OVERLAY_ROI&lt;/SPAN&gt;)&lt;SPAN style="color: #d6bb9a;"&gt;-&amp;gt;&lt;/SPAN&gt;graphics()&lt;SPAN style="color: #d6bb9a;"&gt;-&amp;gt;&lt;/SPAN&gt;append(m_pRoiGraphic);
&lt;PRE class="lia-code-sample line-numbers language-none"&gt;m_poly&lt;SPAN style="color: #bec0c2;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #d6bb9a;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #bec0c2;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff8080;"&gt;GeometryEngine&lt;/SPAN&gt;::bufferGeodetic(point,&lt;SPAN style="color: #bec0c2;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #d6bb9a;"&gt;radius&lt;/SPAN&gt;,&lt;SPAN style="color: #bec0c2;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff8080;"&gt;LinearUnit&lt;/SPAN&gt;::meters(),&lt;SPAN style="color: #bec0c2;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #8a602c;"&gt;0.5&lt;/SPAN&gt;,&lt;SPAN style="color: #bec0c2;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff8080;"&gt;GeodeticCurveType&lt;/SPAN&gt;::&lt;SPAN style="color: #66a334;"&gt;Geodesic&lt;/SPAN&gt;);
&lt;PRE class="lia-code-sample line-numbers language-none"&gt;m_pRoiGraphic&lt;SPAN style="color: #d6bb9a;"&gt;-&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;setGeometry&lt;/SPAN&gt;(m_poly);&lt;/PRE&gt;&lt;/PRE&gt;&lt;/PRE&gt;&lt;/PRE&gt;&lt;/PRE&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;/PRE&gt;Any idea??&lt;BR /&gt;Thanks&lt;/PRE&gt;&lt;/PRE&gt;&lt;/PRE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 20:03:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/buffergeodetic-is-not-displayed-on-windows7/m-p/449454#M2282</guid>
      <dc:creator>AnatBen_Israel</dc:creator>
      <dc:date>2021-12-11T20:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: BufferGeodetic is not displayed on Windows7</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/buffergeodetic-is-not-displayed-on-windows7/m-p/449455#M2283</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/284194"&gt;Anat Ben Israel&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current version (100.8, released May 2020) does not support Windows 7:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/qt/latest/cpp/guide/system-requirements.htm" title="https://developers.arcgis.com/qt/latest/cpp/guide/system-requirements.htm"&gt;System requirements for 100.8.0—ArcGIS Runtime SDK for Qt | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same might be true for the previous version 100.7 (released December 2019), knowing that Microsoft has &lt;A class="link-titled" href="https://support.microsoft.com/en-gb/help/4057281" title="https://support.microsoft.com/en-gb/help/4057281"&gt;ended extended support for Windows 7 on January 14, 2020&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe time to upgrade your OS &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;BR,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Egge-Jan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2020 14:00:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/buffergeodetic-is-not-displayed-on-windows7/m-p/449455#M2283</guid>
      <dc:creator>Egge-Jan_Pollé</dc:creator>
      <dc:date>2020-06-03T14:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: BufferGeodetic is not displayed on Windows7</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/buffergeodetic-is-not-displayed-on-windows7/m-p/449456#M2284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, unfortunately our options are limited here. One last thing to try is to make sure to update all of your graphics and video drivers to the latest. Sometimes that'll solve these types of issues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2020 21:30:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/buffergeodetic-is-not-displayed-on-windows7/m-p/449456#M2284</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2020-06-03T21:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: BufferGeodetic is not displayed on Windows7</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/buffergeodetic-is-not-displayed-on-windows7/m-p/449457#M2285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know Win7 is not suopported... I was hoping someone has seen this and maybe has a&amp;nbsp;workaround or something...&lt;/P&gt;&lt;P&gt;Can you explain what it means to update the graphics and video drivers? and how do I do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2020 05:19:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/buffergeodetic-is-not-displayed-on-windows7/m-p/449457#M2285</guid>
      <dc:creator>AnatBen_Israel</dc:creator>
      <dc:date>2020-06-04T05:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: BufferGeodetic is not displayed on Windows7</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/buffergeodetic-is-not-displayed-on-windows7/m-p/449458#M2286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to Start &amp;gt; type "Device Manager" &amp;gt; select Device Manager &amp;gt; Go to Display Adaptors section and expand &amp;gt;&amp;nbsp;Double click&amp;nbsp;each item here &amp;gt; Go to Driver Tab &amp;gt; Select Update Driver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2020 14:00:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/buffergeodetic-is-not-displayed-on-windows7/m-p/449458#M2286</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2020-06-04T14:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: BufferGeodetic is not displayed on Windows7</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/buffergeodetic-is-not-displayed-on-windows7/m-p/449459#M2287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I've tried updating the drivers. Unfortunately it didn't solve the problem...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2020 07:50:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/buffergeodetic-is-not-displayed-on-windows7/m-p/449459#M2287</guid>
      <dc:creator>AnatBen_Israel</dc:creator>
      <dc:date>2020-06-08T07:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: BufferGeodetic is not displayed on Windows7</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/buffergeodetic-is-not-displayed-on-windows7/m-p/449460#M2288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The last idea I have is to try using ANGLE rendering instead of OpenGL. By default, we try to use OpenGL on Windows, but we also support ANGLE, which translates OpenGL calls to Direct3D. Sometimes we see things work or not work depending on whether it is OpenGL or ANGLE. If it works, then I'd suggest just using ANGLE instead. If not, I'm afraid I'm out of ideas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can force ANGLE by adding the following near the top of your main.cpp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-cpp line-numbers"&gt;&lt;CODE&gt;QCoreApplication&lt;SPAN class="operator token"&gt;::&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;setAttribute&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;Qt&lt;SPAN class="operator token"&gt;::&lt;/SPAN&gt;AA_UseOpenGLES&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;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, you can set the "&lt;SPAN style="color: #404244; background-color: #ffffff;"&gt;QT_OPENGL" environment variable to "angle"&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2020 15:30:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/buffergeodetic-is-not-displayed-on-windows7/m-p/449460#M2288</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2020-06-08T15:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: BufferGeodetic is not displayed on Windows7</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/buffergeodetic-is-not-displayed-on-windows7/m-p/449461#M2289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot!! I'll try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2020 05:45:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/buffergeodetic-is-not-displayed-on-windows7/m-p/449461#M2289</guid>
      <dc:creator>AnatBen_Israel</dc:creator>
      <dc:date>2020-06-10T05:45:32Z</dc:date>
    </item>
  </channel>
</rss>

