<?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 in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/image-overlays/m-p/762864#M70666</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'd like to overlay a geo-referenced&amp;nbsp; image on a map but don't want to use the image, kml, wms or other services available. Something along the lines of the google maps &lt;/SPAN&gt;&lt;A href="http://code.google.com/apis/maps/documentation/javascript/reference.html#GroundOverlay"&gt;groundoverlay&lt;/A&gt;&lt;SPAN&gt; function. I remember someone hacking a &lt;/SPAN&gt;&lt;A href="http://thunderheadxpler.blogspot.com/2009/02/ground-overlays-on-maps.html"&gt;symbol overlay&lt;/A&gt;&lt;SPAN&gt; for the flex api - anything similar for javascript?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Oct 2011 13:07:06 GMT</pubDate>
    <dc:creator>AndreSmit</dc:creator>
    <dc:date>2011-10-06T13:07:06Z</dc:date>
    <item>
      <title>Image overlays</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/image-overlays/m-p/762864#M70666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'd like to overlay a geo-referenced&amp;nbsp; image on a map but don't want to use the image, kml, wms or other services available. Something along the lines of the google maps &lt;/SPAN&gt;&lt;A href="http://code.google.com/apis/maps/documentation/javascript/reference.html#GroundOverlay"&gt;groundoverlay&lt;/A&gt;&lt;SPAN&gt; function. I remember someone hacking a &lt;/SPAN&gt;&lt;A href="http://thunderheadxpler.blogspot.com/2009/02/ground-overlays-on-maps.html"&gt;symbol overlay&lt;/A&gt;&lt;SPAN&gt; for the flex api - anything similar for javascript?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2011 13:07:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/image-overlays/m-p/762864#M70666</guid>
      <dc:creator>AndreSmit</dc:creator>
      <dc:date>2011-10-06T13:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Image overlays</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/image-overlays/m-p/762865#M70667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here's a thread talking about how to do it:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/41009" rel="nofollow noopener noreferrer" target="_blank"&gt;http://forums.arcgis.com/threads/41009&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Relevant code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;

// create and add the layer
var mil = new esri.layers.MapImageLayer({
&amp;nbsp; 'id': 'usgs_screen_overlay'
});
map.addLayer(mil);

// create an add the actual image
var mi = new esri.layers.MapImage({
&amp;nbsp; 'extent': { 'xmin': -8864908, 'ymin': 3885443, 'xmax': -8762763, 'ymax': 3976997, 'spatialReference': { 'wkid': 3857 }},
&amp;nbsp; 'href': 'http://hdds.usgs.gov/hdds2/view/overlay_file/AM01N33_269827W079_1773002011082800000000MS00'
});
mil.addImage(mi);
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 08:25:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/image-overlays/m-p/762865#M70667</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2021-12-12T08:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Image overlays</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/image-overlays/m-p/762866#M70668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Derek!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2011 16:35:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/image-overlays/m-p/762866#M70668</guid>
      <dc:creator>AndreSmit</dc:creator>
      <dc:date>2011-10-06T16:35:15Z</dc:date>
    </item>
  </channel>
</rss>

