<?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 overlay a georefrenced image (geotiff) to the webmap? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-overlay-a-georefrenced-image-geotiff-to-the/m-p/672864#M62710</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't believe you can overlay a tif image onto the map. Your map image has to be in gif, jpeg, bmp, or png format according to the MapImage documentation.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Sep 2013 13:18:41 GMT</pubDate>
    <dc:creator>BetsySchenck-Gardner</dc:creator>
    <dc:date>2013-09-18T13:18:41Z</dc:date>
    <item>
      <title>How to overlay a georefrenced image (geotiff) to the webmap?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-overlay-a-georefrenced-image-geotiff-to-the/m-p/672859#M62705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone tell me how to overlay georefrenced images to webmap using javascript API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanx,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Pankaj Roy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 03:15:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-overlay-a-georefrenced-image-geotiff-to-the/m-p/672859#M62705</guid>
      <dc:creator>Pankajroy</dc:creator>
      <dc:date>2013-09-16T03:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to overlay a georefrenced image (geotiff) to the webmap?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-overlay-a-georefrenced-image-geotiff-to-the/m-p/672860#M62706</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 belive it can be done using ESRI.Layers.MapImageLayer. Can anyone suggest how to retrieve the georef info such as extent and spatial refrence?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rgds,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Pankaj Roy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 04:25:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-overlay-a-georefrenced-image-geotiff-to-the/m-p/672860#M62706</guid>
      <dc:creator>Pankajroy</dc:creator>
      <dc:date>2013-09-16T04:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to overlay a georefrenced image (geotiff) to the webmap?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-overlay-a-georefrenced-image-geotiff-to-the/m-p/672861#M62707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;for &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jsapi/mapimagelayer-amd.html"&gt;MapImageLayer&lt;/A&gt;&lt;SPAN&gt;, you don't have to dig into the information stored within the image manually.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the API will handle reading the information for you as long as the georeferenced image is inside the extent of the map and in the same spatial reference.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 15:02:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-overlay-a-georefrenced-image-geotiff-to-the/m-p/672861#M62707</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2013-09-16T15:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to overlay a georefrenced image (geotiff) to the webmap?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-overlay-a-georefrenced-image-geotiff-to-the/m-p/672862#M62708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here's a simple example using MapImageLayer:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;lt;!doctype html&amp;gt;
&amp;lt;html&amp;gt;
&amp;nbsp; &amp;lt;head&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;meta charset="utf-8"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;meta http-equiv="X-UA-Compatible" content="IE=7,IE=9" /&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;meta name="viewport" content="initial-scale=1, maximum-scale=1,user-scalable=no"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;link rel="stylesheet" href="http://js.arcgis.com/3.6/js/esri/css/esri.css"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;style&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; html, body, #map { height: 100%; width: 100%; margin: 0; padding: 0; }
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/style&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;script src="http://js.arcgis.com/3.6/"&amp;gt;&amp;lt;/script&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;script&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var map, mil;

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; require([
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "esri/map", "esri/geometry/Extent", 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "esri/layers/MapImage", "esri/layers/MapImageLayer"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ], function(
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Map, Extent, 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MapImage, MapImageLayer
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ) {

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; map = new Map("map", {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; basemap: "topo",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; center: [-79.17, 33.76],
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; zoom: 9
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // create and add the layer
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mil = new MapImageLayer({ "id": "usgs_screen_overlay" });
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; map.addLayer(mil);

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // create and add the image
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var extent = new Extent({ "xmin": -8864908, "ymin": 3885443, "xmax": -8762763, "ymax": 3976997, "spatialReference": { "wkid": 102100 }});
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var mi = new MapImage({
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "extent": extent,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "href": "http://hdds.usgs.gov/hdds2/view/overlay_file/AM01N33_269827W079_1773002011082800000000MS00"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mil.addImage(mi);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/script&amp;gt;
&amp;nbsp; &amp;lt;/head&amp;gt;
&amp;nbsp; 
&amp;nbsp; &amp;lt;body&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div id="map"&amp;gt;&amp;lt;/div&amp;gt;
&amp;nbsp; &amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://jsbin.com/uNeXera/1/" rel="nofollow noopener noreferrer" target="_blank"&gt;http://jsbin.com/uNeXera/1/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 04:24:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-overlay-a-georefrenced-image-geotiff-to-the/m-p/672862#M62708</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2021-12-12T04:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to overlay a georefrenced image (geotiff) to the webmap?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-overlay-a-georefrenced-image-geotiff-to-the/m-p/672863#M62709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;for &lt;A href="https://developers.arcgis.com/en/javascript/jsapi/mapimagelayer-amd.html"&gt;MapImageLayer&lt;/A&gt;, you don't have to dig into the information stored within the image manually.&lt;BR /&gt;&lt;BR /&gt;the API will handle reading the information for you as long as the georeferenced image is inside the extent of the map and in the same spatial reference.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply, will check it out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanx,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Pankaj Roy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 23:59:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-overlay-a-georefrenced-image-geotiff-to-the/m-p/672863#M62709</guid>
      <dc:creator>Pankajroy</dc:creator>
      <dc:date>2013-09-17T23:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to overlay a georefrenced image (geotiff) to the webmap?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-overlay-a-georefrenced-image-geotiff-to-the/m-p/672864#M62710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't believe you can overlay a tif image onto the map. Your map image has to be in gif, jpeg, bmp, or png format according to the MapImage documentation.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 13:18:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-overlay-a-georefrenced-image-geotiff-to-the/m-p/672864#M62710</guid>
      <dc:creator>BetsySchenck-Gardner</dc:creator>
      <dc:date>2013-09-18T13:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to overlay a georefrenced image (geotiff) to the webmap?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-overlay-a-georefrenced-image-geotiff-to-the/m-p/672865#M62711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This thread is old, but still number 1 when searching google for "geotiff arcgis javscript", so i thought I'd share how I accomplished it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;overlaying a geotiff into arcgis javascript is not possible with just the api. I used 2 other libraries to do it:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/seikichi/tiff.js" title="https://github.com/seikichi/tiff.js"&gt;seikichi/tiff.js · GitHub&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/xlhomme/GeotiffParser.js/tree/master" title="https://github.com/xlhomme/GeotiffParser.js/tree/master"&gt;xlhomme/GeotiffParser.js · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The way I did it was to load the file as an ArrayBuffer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; reader.readAsArrayBuffer(input.files[0]);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 08:25:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-overlay-a-georefrenced-image-geotiff-to-the/m-p/672865#M62711</guid>
      <dc:creator>aa20</dc:creator>
      <dc:date>2015-07-13T08:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to overlay a georefrenced image (geotiff) to the webmap?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-overlay-a-georefrenced-image-geotiff-to-the/m-p/672866#M62712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;etc. explore the 2 libs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 08:29:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-overlay-a-georefrenced-image-geotiff-to-the/m-p/672866#M62712</guid>
      <dc:creator>aa20</dc:creator>
      <dc:date>2015-07-13T08:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to overlay a georefrenced image (geotiff) to the webmap?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-overlay-a-georefrenced-image-geotiff-to-the/m-p/1014538#M71299</link>
      <description>&lt;P&gt;there are plans to georeference in 3d (x and z) an image, i good idea, to show crosS sections schemes on local scenes&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 02:22:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-overlay-a-georefrenced-image-geotiff-to-the/m-p/1014538#M71299</guid>
      <dc:creator>ArmandoFreites16</dc:creator>
      <dc:date>2021-01-07T02:22:23Z</dc:date>
    </item>
  </channel>
</rss>

