<?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: RasterLayer in alaska-albers (wkid=3387) cannot be displayed in BaseLayer in web mercator (wkid=3857) in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/rasterlayer-in-alaska-albers-wkid-3387-cannot-be/m-p/1653692#M13701</link>
    <description>&lt;P&gt;The two tiff files which behaves differently.&lt;/P&gt;&lt;P&gt;One which does not produce spatial Reference.&amp;nbsp;&amp;nbsp;I used ArcGISPro to load the tif and exported the relevant map to Geotiff format which produced .tif, .tfw, and .tif.aux.xml.&amp;nbsp; &amp;nbsp;I created RasterLayer and put it in OperationalLayers and my WPF app produced to the output window of visual studio 2022 the message of the following:&lt;/P&gt;&lt;P&gt;ArcGIS Maps SDK: LayerViewState Error: RasterLayer&lt;BR /&gt;Internal error.&lt;/P&gt;&lt;P&gt;ArcGISPro v.3.41 has no issue in loading and exporting.&amp;nbsp; &amp;nbsp;This must be a bug.&lt;/P&gt;&lt;P&gt;The one which is loaded fine and produces the wWktext as&lt;/P&gt;&lt;P&gt;PROJCS["NAD_1983_Alaska_Albers",GEOGCS["GCS_North_American_1983",DATUM["D_North_American_1983",SPHEROID["GRS_1980",6378137.0,298.257222101]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Albers"],PARAMETER["False_Easting",0.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",-154.0],PARAMETER["Standard_Parallel_1",55.0],PARAMETER["Standard_Parallel_2",65.0],PARAMETER["Latitude_Of_Origin",50.0],UNIT["Meter",1.0]]&lt;/P&gt;&lt;P&gt;and still it does not show in the Map.&lt;/P&gt;</description>
    <pubDate>Sat, 27 Sep 2025 21:11:08 GMT</pubDate>
    <dc:creator>YasunariTosa1</dc:creator>
    <dc:date>2025-09-27T21:11:08Z</dc:date>
    <item>
      <title>RasterLayer in alaska-albers (wkid=3387) cannot be displayed in BaseLayer in web mercator (wkid=3857)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/rasterlayer-in-alaska-albers-wkid-3387-cannot-be/m-p/1653310#M13692</link>
      <description>&lt;P&gt;WPF app with MapView BaseLayer created from the tiled service,&amp;nbsp;"&lt;A href="https://services.arcgisonline.com/arcgis/rest/services/World_Topo_Map/MapServer" target="_blank"&gt;https://services.arcgisonline.com/arcgis/rest/services/World_Topo_Map/MapServer&lt;/A&gt;".&amp;nbsp; I created RasterLayer from USGS tif file and associated xml file with wkid=3387 and put it into OperationalLayers.&amp;nbsp; I have another USGS tif file which has embedded spatial refernce as "Albers_Conical_Equal_Area" (Virginia) and has no problem showing in Map Operational Layer.&amp;nbsp; Both of them have SpatialReference.&amp;nbsp; The only difference is the one which cannot be shown as wkid set and the one which shows up has no wkid but wktext present with "Albers_Conical_Equal_Area".&amp;nbsp; I thought that Operational Layer in a different projection is mapped to be shown in the BaseLayer projection.&amp;nbsp; ArcGISPro v3.4 has no problem showing both Raster Layers.&amp;nbsp; &amp;nbsp;Is there a way to show the alaska albers projection map to be shown in the web mercator?&amp;nbsp; We are using ArcGISRuntime 200.8.0.&amp;nbsp; &amp;nbsp;I cannot submit the files (too big and .tif nor .xml are not allowed).&lt;/P&gt;</description>
      <pubDate>Thu, 25 Sep 2025 19:19:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/rasterlayer-in-alaska-albers-wkid-3387-cannot-be/m-p/1653310#M13692</guid>
      <dc:creator>YasunariTosa1</dc:creator>
      <dc:date>2025-09-25T19:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: RasterLayer in alaska-albers (wkid=3387) cannot be displayed in BaseLayer in web mercator (wkid=3857)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/rasterlayer-in-alaska-albers-wkid-3387-cannot-be/m-p/1653635#M13700</link>
      <description>&lt;P&gt;I'm not an expert in this, but I think the file that does NOT have embedded SR will need both the XML auxiliary file AND a world file (which positions/scales the image). See &lt;A href="https://gist.github.com/nixta/9cf3b53e3340dc3314c6db40af06c709" target="_self"&gt;this gist&lt;/A&gt; for an example, including some links at the bottom that talk some more about aux and world files.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Sep 2025 20:51:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/rasterlayer-in-alaska-albers-wkid-3387-cannot-be/m-p/1653635#M13700</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2025-09-26T20:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: RasterLayer in alaska-albers (wkid=3387) cannot be displayed in BaseLayer in web mercator (wkid=3857)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/rasterlayer-in-alaska-albers-wkid-3387-cannot-be/m-p/1653692#M13701</link>
      <description>&lt;P&gt;The two tiff files which behaves differently.&lt;/P&gt;&lt;P&gt;One which does not produce spatial Reference.&amp;nbsp;&amp;nbsp;I used ArcGISPro to load the tif and exported the relevant map to Geotiff format which produced .tif, .tfw, and .tif.aux.xml.&amp;nbsp; &amp;nbsp;I created RasterLayer and put it in OperationalLayers and my WPF app produced to the output window of visual studio 2022 the message of the following:&lt;/P&gt;&lt;P&gt;ArcGIS Maps SDK: LayerViewState Error: RasterLayer&lt;BR /&gt;Internal error.&lt;/P&gt;&lt;P&gt;ArcGISPro v.3.41 has no issue in loading and exporting.&amp;nbsp; &amp;nbsp;This must be a bug.&lt;/P&gt;&lt;P&gt;The one which is loaded fine and produces the wWktext as&lt;/P&gt;&lt;P&gt;PROJCS["NAD_1983_Alaska_Albers",GEOGCS["GCS_North_American_1983",DATUM["D_North_American_1983",SPHEROID["GRS_1980",6378137.0,298.257222101]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Albers"],PARAMETER["False_Easting",0.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",-154.0],PARAMETER["Standard_Parallel_1",55.0],PARAMETER["Standard_Parallel_2",65.0],PARAMETER["Latitude_Of_Origin",50.0],UNIT["Meter",1.0]]&lt;/P&gt;&lt;P&gt;and still it does not show in the Map.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Sep 2025 21:11:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/rasterlayer-in-alaska-albers-wkid-3387-cannot-be/m-p/1653692#M13701</guid>
      <dc:creator>YasunariTosa1</dc:creator>
      <dc:date>2025-09-27T21:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: RasterLayer in alaska-albers (wkid=3387) cannot be displayed in BaseLayer in web mercator (wkid=3857)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/rasterlayer-in-alaska-albers-wkid-3387-cannot-be/m-p/1656263#M13719</link>
      <description>&lt;P&gt;Can you try downloading the &lt;A href="https://developers.arcgis.com/net/install-and-set-up/#projection-engine-data" target="_self"&gt;projection engine data&lt;/A&gt;&amp;nbsp;and pointing your app to it via &lt;A href="https://developers.arcgis.com/net/api-reference/api/netfx/Esri.ArcGISRuntime/Esri.ArcGISRuntime.Geometry.TransformationCatalog.ProjectionEngineDirectory.html" target="_self"&gt;TransformationCatalog.ProjectionEngineDirectory&lt;/A&gt;&amp;nbsp;at startup. Sometimes that data is needed to properly recognize the spatial reference of raster files&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2025 16:03:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/rasterlayer-in-alaska-albers-wkid-3387-cannot-be/m-p/1656263#M13719</guid>
      <dc:creator>DiveshGoyal</dc:creator>
      <dc:date>2025-10-08T16:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: RasterLayer in alaska-albers (wkid=3387) cannot be displayed in BaseLayer in web mercator (wkid=3857)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/rasterlayer-in-alaska-albers-wkid-3387-cannot-be/m-p/1656559#M13720</link>
      <description>&lt;P&gt;It came up with&lt;STRONG&gt; 393 choices&lt;/STRONG&gt; of DatumTransformationList for the TIFF file I have.&amp;nbsp; The worst is the default one is picked as wkid4269 to 4326, &lt;STRONG&gt;not&lt;/STRONG&gt; wkid3338 to 4326.&amp;nbsp; There is &lt;EM&gt;no 3338 in the list&lt;/EM&gt;.&amp;nbsp; &amp;nbsp;Why?&amp;nbsp; Another question.&amp;nbsp; &amp;nbsp;&lt;STRONG&gt;How can I specify the DatumTransformation to MapView.Map?&lt;/STRONG&gt;&amp;nbsp; &amp;nbsp;Google says mapView.Map.DatumTransformations.Add(selectedOne).&amp;nbsp; This does not compile.&amp;nbsp; The example I found is GeometryEngine.Project.&amp;nbsp; &amp;nbsp;&lt;EM&gt;I need the selected DatumTransform applied to RasterLayer which is added to OperationalLayers&lt;/EM&gt;.&amp;nbsp; Thanks.&lt;/P&gt;&lt;P&gt;By the way the tiff Wkid = &lt;STRONG&gt;3338 (not 3387 I stated)&lt;/STRONG&gt;&amp;nbsp;and WkText is thefollowing:PROJCS["NAD_1983_Alaska_Albers",GEOGCS["GCS_North_American_1983",DATUM["D_North_American_1983",SPHEROID["GRS_1980",6378137.0,298.257222101]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Albers"],PARAMETER["False_Easting",0.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",-154.0],PARAMETER["Standard_Parallel_1",55.0],PARAMETER["Standard_Parallel_2",65.0],PARAMETER["Latitude_Of_Origin",50.0],UNIT["Meter",1.0]]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Oct 2025 04:11:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/rasterlayer-in-alaska-albers-wkid-3387-cannot-be/m-p/1656559#M13720</guid>
      <dc:creator>YasunariTosa1</dc:creator>
      <dc:date>2025-10-09T04:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: RasterLayer in alaska-albers (wkid=3387) cannot be displayed in BaseLayer in web mercator (wkid=3857)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/rasterlayer-in-alaska-albers-wkid-3387-cannot-be/m-p/1657361#M13729</link>
      <description>&lt;P&gt;Did setting the projection engine directory path help the raster layer detect its spatial reference correctly?&lt;BR /&gt;&lt;BR /&gt;Currently there is no way to specify a specific datum transformation for the map. It'll pick a default one when displaying the layer depending on the layer's spatial reference.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Oct 2025 06:35:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/rasterlayer-in-alaska-albers-wkid-3387-cannot-be/m-p/1657361#M13729</guid>
      <dc:creator>DiveshGoyal</dc:creator>
      <dc:date>2025-10-13T06:35:04Z</dc:date>
    </item>
  </channel>
</rss>

