<?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: Blank map in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/blank-map/m-p/1045914#M4037</link>
    <description>&lt;P&gt;I have not, but was under the impression that it should still work, except I would see "“Licensed for Developer Use Only” on the map until I did have an API key.&lt;/P&gt;</description>
    <pubDate>Mon, 12 Apr 2021 14:25:07 GMT</pubDate>
    <dc:creator>RhettS</dc:creator>
    <dc:date>2021-04-12T14:25:07Z</dc:date>
    <item>
      <title>Blank map</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/blank-map/m-p/1045688#M4035</link>
      <description>&lt;P&gt;I'm new to QT and the arcgis sdk.&amp;nbsp; I've set up my system on Windows 10 and am unable to get a map.&amp;nbsp; The ESRI arcgis sample programs run without any errors, but my mapview is always a grey screen.&amp;nbsp; Reading other posts points to an issue with OpenSSL, but I've reached my expertise limit on what could be wrong with my setup.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To check OpenSSL, I added the following bit of code in main.cpp with the resulting output:&lt;/P&gt;&lt;P&gt;qDebug() &amp;lt;&amp;lt; "build-time OpenSSL version:" &amp;lt;&amp;lt; QSslSocket::sslLibraryBuildVersionString();&lt;BR /&gt;qDebug() &amp;lt;&amp;lt; "run-time OpenSSL version:" &amp;lt;&amp;lt; QSslSocket::sslLibraryVersionString();&lt;BR /&gt;qDebug()&amp;lt;&amp;lt;"QSslSocket="&amp;lt;&amp;lt;QSslSocket::sslLibraryBuildVersionString();&lt;/P&gt;&lt;P&gt;build-time OpenSSL version: "OpenSSL 1.1.1g 21 Apr 2020"&lt;BR /&gt;run-time OpenSSL version: "OpenSSL 1.1.1k 25 Mar 2021"&lt;BR /&gt;QSslSocket= "OpenSSL 1.1.1g 21 Apr 2020"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas on what could be wrong with my setup or what to check next would be greatly appreciated.&amp;nbsp; I'm out of ideas.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Apr 2021 15:44:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/blank-map/m-p/1045688#M4035</guid>
      <dc:creator>RhettS</dc:creator>
      <dc:date>2021-04-10T15:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Blank map</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/blank-map/m-p/1045904#M4036</link>
      <description>&lt;P&gt;Hello, and welcome!&lt;/P&gt;&lt;P&gt;Did you setup your API Key for accessing basemaps?&amp;nbsp;&lt;A href="https://developers.arcgis.com/qt/get-started/#3-get-an-api-key" target="_blank"&gt;https://developers.arcgis.com/qt/get-started/#3-get-an-api-key&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Apr 2021 14:02:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/blank-map/m-p/1045904#M4036</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2021-04-12T14:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Blank map</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/blank-map/m-p/1045914#M4037</link>
      <description>&lt;P&gt;I have not, but was under the impression that it should still work, except I would see "“Licensed for Developer Use Only” on the map until I did have an API key.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Apr 2021 14:25:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/blank-map/m-p/1045914#M4037</guid>
      <dc:creator>RhettS</dc:creator>
      <dc:date>2021-04-12T14:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Blank map</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/blank-map/m-p/1045924#M4038</link>
      <description>&lt;P&gt;Hi Rhett.&lt;/P&gt;&lt;P&gt;The &lt;A href="https://developers.arcgis.com/documentation/mapping-apis-and-services/security/api-keys/" target="_self"&gt;API key&lt;/A&gt; grants you access to ArcGIS Platform services, while it's the &lt;A href="https://developers.arcgis.com/qt/license-and-deployment/license/#license-string" target="_self"&gt;license string&lt;/A&gt;&amp;nbsp;that removes the developers watermark in your app.&lt;/P&gt;&lt;P&gt;In other words, even if you're working in developer mode and see the watermark, you'll still need a suitable API key to access services.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Apr 2021 14:47:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/blank-map/m-p/1045924#M4038</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2021-04-12T14:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Blank map</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/blank-map/m-p/1045954#M4039</link>
      <description>&lt;P&gt;Yep, that was the issue.&amp;nbsp; Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Apr 2021 15:26:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/blank-map/m-p/1045954#M4039</guid>
      <dc:creator>RhettS</dc:creator>
      <dc:date>2021-04-12T15:26:26Z</dc:date>
    </item>
  </channel>
</rss>

