<?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: QT Location Plugin in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/qt-location-plugin/m-p/1295470#M4959</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/688786"&gt;@DevalGupta&lt;/a&gt;&amp;nbsp;I tried on Linux and I get the same thing.&lt;/P&gt;&lt;P&gt;I checked the network requests and this logic is using the older, non-https endpoints by default. For example this request goes out for a map tile:&lt;/P&gt;&lt;P&gt;&lt;A href="http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer/tile/15/9530/17362" target="_blank"&gt;http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer/tile/15/9530/17362&lt;/A&gt;&lt;/P&gt;&lt;P&gt;ArcGIS Online returns a 301 redirect for the https endpoint version and that works fine on macOS. I don't know for certain, but I suspect there could be a problem with the SSL configuration on Linux with Qt 5 since that would be required for the https tile endpoints, or the networking is getting tripped up by the 301 redirect. I suspect the SSL issue.&lt;/P&gt;&lt;P&gt;I hope this is helpful even if I wasn't able to fully get to the bottom of the issue.&lt;/P&gt;</description>
    <pubDate>Fri, 02 Jun 2023 18:29:37 GMT</pubDate>
    <dc:creator>JamesBallard1</dc:creator>
    <dc:date>2023-06-02T18:29:37Z</dc:date>
    <item>
      <title>QT Location Plugin</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/qt-location-plugin/m-p/1295094#M4956</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am trying to use the QT Quick Example project for a minimal map and it is not working with the esri plug in. I remember using it almost a year ago and it was working. I know the map code is working since I can use the osm plug in successfully. I have tried with my API key, and without. Since I am just trying to show a map I don't think I even need the API key.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried the two following approaches.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;    Plugin {
        id: mapPlugin
        name: "esri"
        PluginParameter { name: "esri.token"; value: "my-api-key" }
    }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;    Plugin {
        id: mapPlugin
        name: "esri"
    }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone provide help why this is not working. I am using QT 5 and this specific example:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://doc.qt.io/qt-5/qtlocation-minimal-map-example.html" target="_blank"&gt;https://doc.qt.io/qt-5/qtlocation-minimal-map-example.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 18:22:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/qt-location-plugin/m-p/1295094#M4956</guid>
      <dc:creator>DevalGupta</dc:creator>
      <dc:date>2023-06-01T18:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: QT Location Plugin</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/qt-location-plugin/m-p/1295135#M4957</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/688786"&gt;@DevalGupta&lt;/a&gt;&amp;nbsp;. I did a quick test on macOS and it worked for me, but I did not specify any PluginParameters.&lt;/P&gt;&lt;P&gt;As a starting point, see if you can get a map loading with that alone.&lt;/P&gt;&lt;P&gt;Here are more details about the "esri" plugin:&amp;nbsp;&lt;A href="https://doc.qt.io/qt-5/location-plugin-esri.html" target="_blank"&gt;https://doc.qt.io/qt-5/location-plugin-esri.html&lt;/A&gt;. This will provide more details on what is required.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2023-06-01 at 12.47.59 PM.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/72202i4D8C158D49EB6B4F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2023-06-01 at 12.47.59 PM.png" alt="Screen Shot 2023-06-01 at 12.47.59 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It is worth mentioning that the "esri" Qt location provider has not be ported to Qt 6, so you'll be limited to working with Qt 5.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 19:50:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/qt-location-plugin/m-p/1295135#M4957</guid>
      <dc:creator>JamesBallard1</dc:creator>
      <dc:date>2023-06-01T19:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: QT Location Plugin</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/qt-location-plugin/m-p/1295146#M4958</link>
      <description>&lt;P&gt;I am running on linux, and my code looks the exact same and it is not working.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-06-01 at 1.00.38 PM.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/72204i2D0C2ADCDD36B1D3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-06-01 at 1.00.38 PM.png" alt="Screenshot 2023-06-01 at 1.00.38 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-06-01 at 1.01.43 PM.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/72206i2823BA641673510C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-06-01 at 1.01.43 PM.png" alt="Screenshot 2023-06-01 at 1.01.43 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 20:02:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/qt-location-plugin/m-p/1295146#M4958</guid>
      <dc:creator>DevalGupta</dc:creator>
      <dc:date>2023-06-01T20:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: QT Location Plugin</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/qt-location-plugin/m-p/1295470#M4959</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/688786"&gt;@DevalGupta&lt;/a&gt;&amp;nbsp;I tried on Linux and I get the same thing.&lt;/P&gt;&lt;P&gt;I checked the network requests and this logic is using the older, non-https endpoints by default. For example this request goes out for a map tile:&lt;/P&gt;&lt;P&gt;&lt;A href="http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer/tile/15/9530/17362" target="_blank"&gt;http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer/tile/15/9530/17362&lt;/A&gt;&lt;/P&gt;&lt;P&gt;ArcGIS Online returns a 301 redirect for the https endpoint version and that works fine on macOS. I don't know for certain, but I suspect there could be a problem with the SSL configuration on Linux with Qt 5 since that would be required for the https tile endpoints, or the networking is getting tripped up by the 301 redirect. I suspect the SSL issue.&lt;/P&gt;&lt;P&gt;I hope this is helpful even if I wasn't able to fully get to the bottom of the issue.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 18:29:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/qt-location-plugin/m-p/1295470#M4959</guid>
      <dc:creator>JamesBallard1</dc:creator>
      <dc:date>2023-06-02T18:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: QT Location Plugin</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/qt-location-plugin/m-p/1486625#M5237</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/688786"&gt;@DevalGupta&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/405084"&gt;@JamesBallard1&lt;/a&gt;&amp;nbsp; I faced a similar problem. Esri returns "no error" code but no maptile/map shown at all. I am using Linux with Qt5.15.x ( where x=.2, .8, .10, .14). I changed to several QtLocation versions&amp;nbsp; and replace the plugins but I still got the empty map as DevalGupta. I am not sure if I roll back to older Qt and it would work.&amp;nbsp; I tested on Qt6.4 and it seems the other map plugins apart from OSM don't work at all. Any suggestion on this issue would be very much appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 21:07:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/qt-location-plugin/m-p/1486625#M5237</guid>
      <dc:creator>pattan</dc:creator>
      <dc:date>2024-06-06T21:07:27Z</dc:date>
    </item>
  </channel>
</rss>

