<?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: Overlay a image onto the map programmatically in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overlay-a-image-onto-the-map-programmatically/m-p/1223638#M79072</link>
    <description>&lt;P&gt;That is great news, had a quick look at it and that will do the trick nicely.&lt;/P&gt;</description>
    <pubDate>Wed, 19 Oct 2022 23:01:13 GMT</pubDate>
    <dc:creator>Aeseir</dc:creator>
    <dc:date>2022-10-19T23:01:13Z</dc:date>
    <item>
      <title>Overlay a image onto the map programmatically</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overlay-a-image-onto-the-map-programmatically/m-p/1223229#M79066</link>
      <description>&lt;P&gt;I am trying to figure out if it is possible to overlay image onto the map programmatically and am wondering if its even possible with ArcgisJS SDK?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The idea is for user to upload and image they have of a map area (either from aerial vehicle or from scanned images such as old maps) and overlay it programmatically&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 09:31:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overlay-a-image-onto-the-map-programmatically/m-p/1223229#M79066</guid>
      <dc:creator>Aeseir</dc:creator>
      <dc:date>2022-10-19T09:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Overlay a image onto the map programmatically</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overlay-a-image-onto-the-map-programmatically/m-p/1223247#M79067</link>
      <description>&lt;P&gt;Use what should be obsolete, World File.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/10.3/manage-data/raster-and-images/world-files-for-raster-datasets.htm" target="_blank" rel="noopener"&gt;https://desktop.arcgis.com/en/arcmap/10.3/manage-data/raster-and-images/world-files-for-raster-datasets.htm&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://webhelp.esri.com/arcims/9.3/General/topics/author_world_files.htm" target="_blank" rel="noopener"&gt;https://webhelp.esri.com/arcims/9.3/General/topics/author_world_files.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I'm trying to understand how to calculate each parameter myself. Their skew/rotation documentation and explanation isn't very clear.&lt;/P&gt;&lt;P&gt;I got this part.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;A = mx · cos t&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;B = my · (k · cos t - sin t)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;D = mx · sin t&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;E = -1 · my · (k · sin t + cos t)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;C = translation in x direction&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;F = translation in y direction&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I don't understand this part. Please explain:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;Each of these coefficients can be defined as&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;where&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;mx = change of scale in x direction&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;my = change of scale in y direction&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;k = shear factor along the x-axis = tan (skew angle) (the skew angle is measured from the y-axis)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;t = rotation angle, measured counter-clockwise from the x-axis&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;How to calculate mx, my, k, t ??&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 11:19:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overlay-a-image-onto-the-map-programmatically/m-p/1223247#M79067</guid>
      <dc:creator>makatogonzo</dc:creator>
      <dc:date>2022-10-19T11:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: Overlay a image onto the map programmatically</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overlay-a-image-onto-the-map-programmatically/m-p/1223551#M79071</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/546199"&gt;@Aeseir&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;We recently added &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-MediaLayer.html" target="_blank" rel="noopener"&gt;MediaLayer&lt;/A&gt; at v4.24, which provides this ability. The ability to use control points to georeference an image is being added in 4.25 and is currently available on the next branch for testing purposes. You can see the release notes about ControlPointGeoreference here:&amp;nbsp;&lt;A href="https://github.com/Esri/feedback-js-api-next/blob/main/CHANGELOG.md#layer-updates" target="_blank"&gt;https://github.com/Esri/feedback-js-api-next/blob/main/CHANGELOG.md#layer-updates&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 19:58:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overlay-a-image-onto-the-map-programmatically/m-p/1223551#M79071</guid>
      <dc:creator>Sage_Wall</dc:creator>
      <dc:date>2022-10-19T19:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Overlay a image onto the map programmatically</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overlay-a-image-onto-the-map-programmatically/m-p/1223638#M79072</link>
      <description>&lt;P&gt;That is great news, had a quick look at it and that will do the trick nicely.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 23:01:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overlay-a-image-onto-the-map-programmatically/m-p/1223638#M79072</guid>
      <dc:creator>Aeseir</dc:creator>
      <dc:date>2022-10-19T23:01:13Z</dc:date>
    </item>
  </channel>
</rss>

