<?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 add a local image/georeferenced image to a map in ArcGIS JS API 4.x? in ArcGIS Server with JavaScript API Questions</title>
    <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/how-to-add-a-local-image-georeferenced-image-to-a/m-p/1076429#M751</link>
    <description>&lt;P&gt;&lt;STRONG&gt;PictureMarkerSymbol&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;is one workaround you can use in 4x&lt;/SPAN&gt;&lt;SPAN&gt;.&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;There is a similar thread here:&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-api-for-javascript/overlay-georeferenced-image-with-arcgis-javascript-4-6/m-p/1076426" target="_blank"&gt;https://community.esri.com/t5/arcgis-api-for-javascript/overlay-georeferenced-image-with-arcgis-javascript-4-6/m-p/1076426&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Working Example&lt;/STRONG&gt;:&amp;nbsp;&lt;A href="https://codepen.io/Jswag/pen/poeZJoq" target="_blank" rel="nofollow noopener noreferrer"&gt;https://codepen.io/Jswag/pen/poeZJoq&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 07 Jul 2021 19:05:04 GMT</pubDate>
    <dc:creator>JeremySwagger</dc:creator>
    <dc:date>2021-07-07T19:05:04Z</dc:date>
    <item>
      <title>How to add a local image/georeferenced image to a map in ArcGIS JS API 4.x?</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/how-to-add-a-local-image-georeferenced-image-to-a/m-p/774803#M95</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to add a local image not georeferenced and set the coordinates in which it has to be (long,lat)? The only examples found were in the documentation which accesses a url from an ArcGIS server that provides a service for an ImageServer and adds it to a layer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2020 13:01:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/how-to-add-a-local-image-georeferenced-image-to-a/m-p/774803#M95</guid>
      <dc:creator>MatheusSereno</dc:creator>
      <dc:date>2020-05-13T13:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a local image/georeferenced image to a map in ArcGIS JS API 4.x?</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/how-to-add-a-local-image-georeferenced-image-to-a/m-p/774804#M96</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;A href="https://developers.arcgis.com/javascript/3/jsapi/mapimage-amd.html"&gt;MapImage&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt; and &lt;A href="https://developers.arcgis.com/javascript/3/jsapi/mapimagelayer-amd.html"&gt;MapImageLayer&lt;/A&gt; classes would help you do the required. &lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;An example here - &lt;SPAN class=""&gt;&lt;A href="https://gis.stackexchange.com/questions/80644/how-to-add-png-image-with-esri-javascript-api-mapimagelayer-class"&gt;https://gis.stackexchange.com/questions/80644/how-to-add-png-image-with-esri-javascript-api-mapimagelayer-class&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;arcgis-api-js-4.12‌ arcgis-api-js-4.14‌ arcgis-api-js-4.15‌&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2020 10:01:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/how-to-add-a-local-image-georeferenced-image-to-a/m-p/774804#M96</guid>
      <dc:creator>HarishPalaniappan</dc:creator>
      <dc:date>2020-05-29T10:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a local image/georeferenced image to a map in ArcGIS JS API 4.x?</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/how-to-add-a-local-image-georeferenced-image-to-a/m-p/774805#M97</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Harish&lt;/P&gt;&lt;P&gt;Thanks for the answer. Unfortunately, the example given uses the method addImage from the MapImageLayer class which doesn't exist in version 4.x of the ArcGIS JS API. Also, in the example, he doesn't use a local image accessing the filesystem.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Matheus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2020 13:45:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/how-to-add-a-local-image-georeferenced-image-to-a/m-p/774805#M97</guid>
      <dc:creator>MatheusSereno</dc:creator>
      <dc:date>2020-05-29T13:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a local image/georeferenced image to a map in ArcGIS JS API 4.x?</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/how-to-add-a-local-image-georeferenced-image-to-a/m-p/774806#M98</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Matheus, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MapImageLayer exists under 4.15 - see &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-MapImageLayer.html"&gt;here &lt;/A&gt;- and the previous link i gave was from 3.x - so it always existed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Javascript / HTML cannot access local filesystem from browsers for security reasons. you should consider hosting the image somewhere and linking to it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2020 11:31:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/how-to-add-a-local-image-georeferenced-image-to-a/m-p/774806#M98</guid>
      <dc:creator>HarishPalaniappan</dc:creator>
      <dc:date>2020-06-01T11:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a local image/georeferenced image to a map in ArcGIS JS API 4.x?</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/how-to-add-a-local-image-georeferenced-image-to-a/m-p/774807#M99</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Harish,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the answer. The MapImageLayer class exists. However, the method addImage doesn't, and is the one used to add the MapImage to the MapImageLayer in the example given. No access to local filesystem. Got it, thanks!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Matheus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2020 17:08:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/how-to-add-a-local-image-georeferenced-image-to-a/m-p/774807#M99</guid>
      <dc:creator>MatheusSereno</dc:creator>
      <dc:date>2020-06-01T17:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a local image/georeferenced image to a map in ArcGIS JS API 4.x?</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/how-to-add-a-local-image-georeferenced-image-to-a/m-p/1072419#M749</link>
      <description>&lt;P&gt;Hello Matheus,&lt;/P&gt;&lt;P&gt;I have the same problem, could&amp;nbsp; you find a solution to this? I've been looking for a way to do this the whole week, but no luck.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jun 2021 01:13:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/how-to-add-a-local-image-georeferenced-image-to-a/m-p/1072419#M749</guid>
      <dc:creator>MarcoSotoDev</dc:creator>
      <dc:date>2021-06-25T01:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a local image/georeferenced image to a map in ArcGIS JS API 4.x?</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/how-to-add-a-local-image-georeferenced-image-to-a/m-p/1076429#M751</link>
      <description>&lt;P&gt;&lt;STRONG&gt;PictureMarkerSymbol&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;is one workaround you can use in 4x&lt;/SPAN&gt;&lt;SPAN&gt;.&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;There is a similar thread here:&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-api-for-javascript/overlay-georeferenced-image-with-arcgis-javascript-4-6/m-p/1076426" target="_blank"&gt;https://community.esri.com/t5/arcgis-api-for-javascript/overlay-georeferenced-image-with-arcgis-javascript-4-6/m-p/1076426&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Working Example&lt;/STRONG&gt;:&amp;nbsp;&lt;A href="https://codepen.io/Jswag/pen/poeZJoq" target="_blank" rel="nofollow noopener noreferrer"&gt;https://codepen.io/Jswag/pen/poeZJoq&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jul 2021 19:05:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/how-to-add-a-local-image-georeferenced-image-to-a/m-p/1076429#M751</guid>
      <dc:creator>JeremySwagger</dc:creator>
      <dc:date>2021-07-07T19:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a local image/georeferenced image to a map in ArcGIS JS API 4.x?</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/how-to-add-a-local-image-georeferenced-image-to-a/m-p/1182981#M757</link>
      <description>&lt;P&gt;We are releasing the ability to overlay images and videos in 4.24 next week!&amp;nbsp;&lt;SPAN&gt;You can try it out now using the&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://github.com/Esri/feedback-js-api-next/blob/master/CHANGELOG.md" target="_blank" rel="nofollow noopener noreferrer"&gt;/next&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;early access release, and we are looking to get some feedback on it. The functionality is even better than 3.x… you can overlay both images and videos in 2D and 3D, add/remove multiple images on the fly very easily, and use it with other 4.x capabilities like layer blending (note: so far you can only do layer blending with MediaLayers in 2D).&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Here's a simple example:&amp;nbsp;&lt;A href="https://codepen.io/U_B_U/pen/MWQGWdb?editors=1000" target="_blank"&gt;https://codepen.io/U_B_U/pen/MWQGWdb?editors=1000&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Drop me a note and let me know how you will be using it &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 00:40:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/how-to-add-a-local-image-georeferenced-image-to-a/m-p/1182981#M757</guid>
      <dc:creator>JuliePowell</dc:creator>
      <dc:date>2022-06-15T00:40:03Z</dc:date>
    </item>
  </channel>
</rss>

