<?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 Image Overlays using javascript in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/image-overlays-using-javascript/m-p/96567#M8859</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Everyone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am struggling to find solutions for using an Image as basemap layer using Javascript. Till now I have tried these things:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Inserting an image as layer in Arcmap along with the feature layers. Then saving it as MXD file and using for creating a web map service using ArcCatalog. But it doesnt work. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. There was an option of using DynamicLayer , but only saves those dynamic layer as image. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also this image has been generated using AutoCad DWG file which is Georeferenced already.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any class or command that am missing or it is not possible to do it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help me out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Sep 2012 20:58:34 GMT</pubDate>
    <dc:creator>prashantpal</dc:creator>
    <dc:date>2012-09-11T20:58:34Z</dc:date>
    <item>
      <title>Image Overlays using javascript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/image-overlays-using-javascript/m-p/96567#M8859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Everyone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am struggling to find solutions for using an Image as basemap layer using Javascript. Till now I have tried these things:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Inserting an image as layer in Arcmap along with the feature layers. Then saving it as MXD file and using for creating a web map service using ArcCatalog. But it doesnt work. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. There was an option of using DynamicLayer , but only saves those dynamic layer as image. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also this image has been generated using AutoCad DWG file which is Georeferenced already.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any class or command that am missing or it is not possible to do it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help me out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2012 20:58:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/image-overlays-using-javascript/m-p/96567#M8859</guid>
      <dc:creator>prashantpal</dc:creator>
      <dc:date>2012-09-11T20:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Image Overlays using javascript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/image-overlays-using-javascript/m-p/96568#M8860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try using an &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/mapimage.htm"&gt;esri.layers.MapImage&lt;/A&gt;&lt;SPAN&gt;. This has been discussed previously:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/64676-Adding-a-geo-referenced-tiff-to-a-map"&gt;http://forums.arcgis.com/threads/64676-Adding-a-geo-referenced-tiff-to-a-map&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2012 21:12:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/image-overlays-using-javascript/m-p/96568#M8860</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2012-09-11T21:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: Image Overlays using javascript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/image-overlays-using-javascript/m-p/96569#M8861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Derek,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried the esri.MapImage and it works fine. But doesn't allow the geo-referencing of the image file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Basically you have to rely on the giving the right coordinates to the image (ie Image Extent).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then I tried using a different approach by adding an image file to ArcMap and Geo-reference it. Once &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am done save it as an mxd file. Then made a Map Service (Using ArcGIS Server) but it doesn't show &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;me any image only the feature (points polygons etc).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help me out if you have any idea.&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;Pal&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2012 13:22:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/image-overlays-using-javascript/m-p/96569#M8861</guid>
      <dc:creator>prashantpal</dc:creator>
      <dc:date>2012-09-18T13:22:14Z</dc:date>
    </item>
  </channel>
</rss>

