<?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 Problems with tiff files in offline mode in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/problems-with-tiff-files-in-offline-mode/m-p/199095#M971</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am interested in use the offline mode. I have a satellite map in &lt;/SPAN&gt;&lt;STRONG&gt;tif&lt;/STRONG&gt;&lt;SPAN&gt; format (with the GIS info embedded), but I'm not able to load it using the &lt;/SPAN&gt;&lt;STRONG&gt;EsriRuntimeQt::ArcGISLocalTiledLayer&lt;/STRONG&gt;&lt;SPAN&gt; class, I only get a blank panel. I'm able to load the &lt;/SPAN&gt;&lt;STRONG&gt;tpk&lt;/STRONG&gt;&lt;SPAN&gt; examples but not this image, it is possible to use this kind of files or should I convert the picture to a &lt;/SPAN&gt;&lt;STRONG&gt;tpk&lt;/STRONG&gt;&lt;SPAN&gt; file using &lt;/SPAN&gt;&lt;STRONG&gt;Arcgis Desktop&lt;/STRONG&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please find below the snippet of code I'm&amp;nbsp; using:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;QString tiledBaseMapLayer = "~/Downloads/maps/california/IMG_PHR.TIF";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;EsriRuntimeQt::ArcGISLocalTiledLayer&amp;nbsp;&amp;nbsp;&amp;nbsp; m_tiledLayer = EsriRuntimeQt::ArcGISLocalTiledLayer(tiledBaseMapLayer);&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;m_map.addLayer(m_tiledLayer);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;David&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 May 2014 15:58:54 GMT</pubDate>
    <dc:creator>DavidGuzman_Garcia</dc:creator>
    <dc:date>2014-05-12T15:58:54Z</dc:date>
    <item>
      <title>Problems with tiff files in offline mode</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/problems-with-tiff-files-in-offline-mode/m-p/199095#M971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am interested in use the offline mode. I have a satellite map in &lt;/SPAN&gt;&lt;STRONG&gt;tif&lt;/STRONG&gt;&lt;SPAN&gt; format (with the GIS info embedded), but I'm not able to load it using the &lt;/SPAN&gt;&lt;STRONG&gt;EsriRuntimeQt::ArcGISLocalTiledLayer&lt;/STRONG&gt;&lt;SPAN&gt; class, I only get a blank panel. I'm able to load the &lt;/SPAN&gt;&lt;STRONG&gt;tpk&lt;/STRONG&gt;&lt;SPAN&gt; examples but not this image, it is possible to use this kind of files or should I convert the picture to a &lt;/SPAN&gt;&lt;STRONG&gt;tpk&lt;/STRONG&gt;&lt;SPAN&gt; file using &lt;/SPAN&gt;&lt;STRONG&gt;Arcgis Desktop&lt;/STRONG&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please find below the snippet of code I'm&amp;nbsp; using:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;QString tiledBaseMapLayer = "~/Downloads/maps/california/IMG_PHR.TIF";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;EsriRuntimeQt::ArcGISLocalTiledLayer&amp;nbsp;&amp;nbsp;&amp;nbsp; m_tiledLayer = EsriRuntimeQt::ArcGISLocalTiledLayer(tiledBaseMapLayer);&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;m_map.addLayer(m_tiledLayer);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;David&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 15:58:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/problems-with-tiff-files-in-offline-mode/m-p/199095#M971</guid>
      <dc:creator>DavidGuzman_Garcia</dc:creator>
      <dc:date>2014-05-12T15:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with tiff files in offline mode</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/problems-with-tiff-files-in-offline-mode/m-p/199096#M972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You will need to convert the file to a tpk. Direct read of tiff is currently not supported right now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2014 16:47:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/problems-with-tiff-files-in-offline-mode/m-p/199096#M972</guid>
      <dc:creator>JeanneTrieu</dc:creator>
      <dc:date>2014-05-13T16:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with tiff files in offline mode</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/problems-with-tiff-files-in-offline-mode/m-p/199097#M973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Jen,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have already downloaded the new release, can I use right now the tif map? if so, should I use the ArcGISLocalTiledLayer class?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;David&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 16:49:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/problems-with-tiff-files-in-offline-mode/m-p/199097#M973</guid>
      <dc:creator>DavidGuzman_Garcia</dc:creator>
      <dc:date>2014-05-21T16:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with tiff files in offline mode</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/problems-with-tiff-files-in-offline-mode/m-p/199098#M974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi David,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Only tpks are currently supported in 10.2.3 for the ArcGIS Runtime SDK for Qt. We will keep you posted when we can this functionality in. You can take a look at Release notes for 10.2.3 here:&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/qt/guide/release-notes.htm"&gt;https://developers.arcgis.com/qt/guide/release-notes.htm&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 17:03:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/problems-with-tiff-files-in-offline-mode/m-p/199098#M974</guid>
      <dc:creator>JeanneTrieu</dc:creator>
      <dc:date>2014-05-21T17:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with tiff files in offline mode</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/problems-with-tiff-files-in-offline-mode/m-p/199099#M975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me out..i have been playing with clusters on ARCGIS till now(online mode). I want the same to happen with offline mode as well...is that possible, if yes then how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking forward to hear from you.&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, 10 Jul 2014 11:42:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/problems-with-tiff-files-in-offline-mode/m-p/199099#M975</guid>
      <dc:creator>AshishYadav</dc:creator>
      <dc:date>2014-07-10T11:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with tiff files in offline mode</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/problems-with-tiff-files-in-offline-mode/m-p/199100#M976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a sample that shows how to dynamically add a raster file (tiff) to your Map, but you'll need to use the LocalServer and dynamic workspace to do this. Here is the link to that sample:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/qt/sample-code/local_raster_sample.htm" title="https://developers.arcgis.com/qt/sample-code/local_raster_sample.htm"&gt;Raster&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is helpful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 05:31:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/problems-with-tiff-files-in-offline-mode/m-p/199100#M976</guid>
      <dc:creator>EricBader</dc:creator>
      <dc:date>2014-07-14T05:31:40Z</dc:date>
    </item>
  </channel>
</rss>

