<?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: Placing Geotiff images on my map (offline) in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/import-compressed-lzw-geotiff-offline/m-p/406058#M37424</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The solution has to be offline and MapImage requires a href.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Mar 2016 15:21:27 GMT</pubDate>
    <dc:creator>AlexGunko</dc:creator>
    <dc:date>2016-03-17T15:21:27Z</dc:date>
    <item>
      <title>Import compressed (LZW) Geotiff - offline</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/import-compressed-lzw-geotiff-offline/m-p/406056#M37422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I'm a developer in a web map project.&lt;/P&gt;&lt;P&gt;I'm working on an offline Import-geotiff task, everything works great besides compressed files..&lt;/P&gt;&lt;P&gt;I am using a library that parses the file but can handle only uncompressed files and with Packbits compression.&lt;/P&gt;&lt;P&gt;That's how I did it: The library provides me the image location and creates a canvas element with the image, then I create a graphic where the image should be and with a symbol of the image and it's size. The symbol is made using jsonUtils when the url is canvas.toDataURL() (In that way the canvas gives us a dataURL of a .png so the browser can handle this). The size of the symbol is changes as the user zoom in/out.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;SPAN style="color: #606060; text-decoration: underline;"&gt;My questions are&lt;/SPAN&gt;&lt;/SPAN&gt;:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Most of the tiff/tif images we work with are compressed with the LZW system, is there any way I can decompress the image before I start the process? Or any way I can parse the file?&lt;/LI&gt;&lt;LI&gt;My solution with the symbol seems to be a little bit awkward, Is there any better way to do this?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If the above doesn't make sense - has anyone ever managed to import a tiff to a js client without using server side tools?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance, Ophir.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 14:02:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/import-compressed-lzw-geotiff-offline/m-p/406056#M37422</guid>
      <dc:creator>AlexGunko</dc:creator>
      <dc:date>2016-03-17T14:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Placing Geotiff images on my map (offline)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/import-compressed-lzw-geotiff-offline/m-p/406057#M37423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I take it you have not seen the MapImageLayer class in the JS API.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/jsapi/mapimagelayer-amd.html" title="https://developers.arcgis.com/javascript/jsapi/mapimagelayer-amd.html"&gt;MapImageLayer | API Reference | ArcGIS API for JavaScript&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 14:19:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/import-compressed-lzw-geotiff-offline/m-p/406057#M37423</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-03-17T14:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Placing Geotiff images on my map (offline)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/import-compressed-lzw-geotiff-offline/m-p/406058#M37424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The solution has to be offline and MapImage requires a href.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 15:21:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/import-compressed-lzw-geotiff-offline/m-p/406058#M37424</guid>
      <dc:creator>AlexGunko</dc:creator>
      <dc:date>2016-03-17T15:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Import compressed (LZW) Geotiff - offline</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/import-compressed-lzw-geotiff-offline/m-p/406059#M37425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Hmm. Did not realize that was requirement. Ignore last then.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 16:09:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/import-compressed-lzw-geotiff-offline/m-p/406059#M37425</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-03-17T16:09:28Z</dc:date>
    </item>
  </channel>
</rss>

