<?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: How to Load OSM Tiles offline in qt CPP in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-load-osm-tiles-offline-in-qt-cpp/m-p/431482#M2179</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for local URLs you can use the `file:///` prefix instead of `http://`&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To update the name, modify the custom image tiled layer URL in the setTileRequest function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Jul 2019 14:36:18 GMT</pubDate>
    <dc:creator>LucasDanzinger</dc:creator>
    <dc:date>2019-07-24T14:36:18Z</dc:date>
    <item>
      <title>How to Load OSM Tiles offline in qt CPP</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-load-osm-tiles-offline-in-qt-cpp/m-p/431479#M2176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have set of OSM tiles in PNG format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want it to basemap or operational layers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please tell the process for same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2019 06:48:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-load-osm-tiles-offline-in-qt-cpp/m-p/431479#M2176</guid>
      <dc:creator>Girishchandra_Yendargaye</dc:creator>
      <dc:date>2019-07-22T06:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to Load OSM Tiles offline in qt CPP</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-load-osm-tiles-offline-in-qt-cpp/m-p/431480#M2177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can subclass ServiceImageTiledLayer like explained in the detailed description here -&amp;nbsp;&lt;A href="https://developers.arcgis.com/qt/latest/cpp/api-reference/esri-arcgisruntime-serviceimagetiledlayer.html"&gt;https://developers.arcgis.com/qt/latest/cpp/api-reference/esri-arcgisruntime-serviceimagetiledlayer.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is a working example hitting the online URLs. You should be able to modify the code to point to local file URLs instead of online URLs. Make sure to update the full extent and tile info to match your tile cache.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2019 21:42:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-load-osm-tiles-offline-in-qt-cpp/m-p/431480#M2177</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2019-07-23T21:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to Load OSM Tiles offline in qt CPP</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-load-osm-tiles-offline-in-qt-cpp/m-p/431481#M2178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please tell how to create this&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;local file URLs&lt;SPAN&gt;&amp;nbsp;....&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;I have around 55 images with name like&amp;nbsp;osm_100-l-1-12-2940-1847.png&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;Thanks !&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2019 11:42:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-load-osm-tiles-offline-in-qt-cpp/m-p/431481#M2178</guid>
      <dc:creator>GirishchandraY</dc:creator>
      <dc:date>2019-07-24T11:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to Load OSM Tiles offline in qt CPP</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-load-osm-tiles-offline-in-qt-cpp/m-p/431482#M2179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for local URLs you can use the `file:///` prefix instead of `http://`&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To update the name, modify the custom image tiled layer URL in the setTileRequest function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2019 14:36:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-load-osm-tiles-offline-in-qt-cpp/m-p/431482#M2179</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2019-07-24T14:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to Load OSM Tiles offline in qt CPP</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-load-osm-tiles-offline-in-qt-cpp/m-p/431483#M2180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you make it run for attached tiles?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2020 18:33:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-load-osm-tiles-offline-in-qt-cpp/m-p/431483#M2180</guid>
      <dc:creator>GirishchandraY</dc:creator>
      <dc:date>2020-02-24T18:33:13Z</dc:date>
    </item>
  </channel>
</rss>

