<?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: Create basemap using different raster data formats in Java Maps SDK Questions</title>
    <link>https://community.esri.com/t5/java-maps-sdk-questions/create-basemap-using-different-raster-data-formats/m-p/1037369#M2319</link>
    <description>&lt;P&gt;Thank you. I tried like in the link but it doesn't work. After program starts the Earth surface on the screen is empty without any data. Maybe i have some problem in my code. I have opened this .tif file with ArcGIS Pro without any problems.&amp;nbsp;(It is georeferenced country surface image. It weighs 100gb)&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;private void addCountrySurface()&lt;BR /&gt;{&lt;BR /&gt;  Raster raster = &lt;SPAN&gt;new &lt;/SPAN&gt;Raster("&lt;SPAN&gt;E:&lt;/SPAN&gt;&lt;SPAN&gt;\\&lt;/SPAN&gt;&lt;SPAN&gt;Map&lt;/SPAN&gt;&lt;SPAN&gt;\\&lt;/SPAN&gt;&lt;SPAN&gt;countrySurface.tif"&lt;/SPAN&gt;)&lt;SPAN&gt;;&lt;BR /&gt;&lt;/SPAN&gt;  RasterLayer rasterLayer = &lt;SPAN&gt;new &lt;/SPAN&gt;RasterLayer(raster)&lt;SPAN&gt;;&lt;BR /&gt;&lt;/SPAN&gt;  //rasterLayer.loadAsync()&lt;SPAN&gt;;//tried with loadAsync() it doesn't work too&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;  rasterLayer.addDoneLoadingListener(() -&amp;gt; {&lt;BR /&gt;      &lt;SPAN&gt;if &lt;/SPAN&gt;(&lt;SPAN&gt;rasterLayer&lt;/SPAN&gt;.getLoadStatus() == LoadStatus.&lt;SPAN&gt;LOADED&lt;/SPAN&gt;) {&lt;BR /&gt;          &lt;SPAN&gt;JOptionPane.showMessageDialog(null, "Map downloaded");&lt;BR /&gt;&lt;/SPAN&gt;      } &lt;SPAN&gt;else &lt;/SPAN&gt;{&lt;BR /&gt;          JOptionPane.&lt;SPAN&gt;showMessageDialog&lt;/SPAN&gt;(&lt;SPAN&gt;null, &lt;/SPAN&gt;&lt;SPAN&gt;"Error"&lt;/SPAN&gt;)&lt;SPAN&gt;;&lt;BR /&gt;&lt;/SPAN&gt;      }&lt;BR /&gt;  })&lt;SPAN&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;  arcscene&lt;/SPAN&gt;.getOperationalLayers().add(rasterLayer)&lt;SPAN&gt;;&lt;BR /&gt;}&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 17 Mar 2021 06:21:36 GMT</pubDate>
    <dc:creator>VanyaIvanov</dc:creator>
    <dc:date>2021-03-17T06:21:36Z</dc:date>
    <item>
      <title>Create basemap using different raster data formats</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/create-basemap-using-different-raster-data-formats/m-p/1034914#M2317</link>
      <description>&lt;P&gt;Can i use .tif, .jpg or .bmp surface images for creating a basemap? I use .tpk files from ArcGIS Pro as world surface image but i want to try other formats(.tif is preferable). What i use now that works but only with .tpk files:&lt;/P&gt;&lt;PRE&gt;TileCache tileCache = &lt;SPAN&gt;new &lt;/SPAN&gt;TileCache(&lt;SPAN&gt;"C:&lt;/SPAN&gt;&lt;SPAN&gt;\\&lt;/SPAN&gt;&lt;SPAN&gt;Users&lt;/SPAN&gt;&lt;SPAN&gt;\\&lt;/SPAN&gt;&lt;SPAN&gt;user&lt;/SPAN&gt;&lt;SPAN&gt;\\&lt;/SPAN&gt;&lt;SPAN&gt;Downloads&lt;/SPAN&gt;&lt;SPAN&gt;\\&lt;/SPAN&gt;&lt;SPAN&gt;WorldImagery1.tpk"&lt;/SPAN&gt;)&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE&gt;ArcGISTiledLayer[] tiledLayers = &lt;SPAN&gt;new &lt;/SPAN&gt;ArcGISTiledLayer[1]&lt;SPAN&gt;;&lt;BR /&gt;&lt;/SPAN&gt;tiledLayers[&lt;SPAN&gt;0&lt;/SPAN&gt;] = &lt;SPAN&gt;new &lt;/SPAN&gt;ArcGISTiledLayer(tileCache)&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE&gt;Basemap basemap = &lt;SPAN&gt;new &lt;/SPAN&gt;Basemap(Arrays.&lt;SPAN&gt;asList&lt;/SPAN&gt;(tiledLayers)&lt;SPAN&gt;, null&lt;/SPAN&gt;)&lt;SPAN&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;SPAN&gt;arcscene &lt;/SPAN&gt;= &lt;SPAN&gt;new &lt;/SPAN&gt;ArcGISScene(basemap)&lt;SPAN&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;sceneView&lt;/SPAN&gt;.setArcGISScene(&lt;SPAN&gt;arcscene&lt;/SPAN&gt;)&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV class="gtx-trans-icon"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 10 Mar 2021 19:02:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/create-basemap-using-different-raster-data-formats/m-p/1034914#M2317</guid>
      <dc:creator>VanyaIvanov</dc:creator>
      <dc:date>2021-03-10T19:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: Create basemap using different raster data formats</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/create-basemap-using-different-raster-data-formats/m-p/1036250#M2318</link>
      <description>&lt;P&gt;Tile packages (.tpk) are highly optimised file formats for showing basemap data.&amp;nbsp; They are split up into many small tiles of data and for each level of detail there is a set of tiles which are designed to work at a given scale range.&amp;nbsp; If you've got a huge amount of data then these are the best way to go.&amp;nbsp; Remember using ArcGIS Pro you can create your own.&lt;/P&gt;&lt;P&gt;We do however have support for adding most raster formats of data onto a map too.&amp;nbsp; The data does need to be geo-referenced raster data which means the file has information about the geographic location of the corners of the raster data.&amp;nbsp; This tells us where to display it.&amp;nbsp; If your data is not geo-referenced then I can help you with this if you have access to ArcMap or ArcGIS Pro.&lt;/P&gt;&lt;P&gt;So assuming you have geo-referenced raster data data you can add your own raster layers.&amp;nbsp; Will support a load of formats such as&amp;nbsp;&lt;SPAN&gt;ASRP, CRF, DTED, GeoTIFF/TIFF, HFA, HRE, IMG, JPEG, JPEG2000, NITF, PNG, RPF, SRTM (HGT), USGS DEM.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;There is a simple sample which shows you how to add a raster layer from a single file:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://github.com/Esri/arcgis-runtime-samples-java/tree/master/raster/raster-layer-file" target="_blank"&gt;https://github.com/Esri/arcgis-runtime-samples-java/tree/master/raster/raster-layer-file&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Does this help?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Mar 2021 12:03:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/create-basemap-using-different-raster-data-formats/m-p/1036250#M2318</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2021-03-13T12:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Create basemap using different raster data formats</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/create-basemap-using-different-raster-data-formats/m-p/1037369#M2319</link>
      <description>&lt;P&gt;Thank you. I tried like in the link but it doesn't work. After program starts the Earth surface on the screen is empty without any data. Maybe i have some problem in my code. I have opened this .tif file with ArcGIS Pro without any problems.&amp;nbsp;(It is georeferenced country surface image. It weighs 100gb)&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;private void addCountrySurface()&lt;BR /&gt;{&lt;BR /&gt;  Raster raster = &lt;SPAN&gt;new &lt;/SPAN&gt;Raster("&lt;SPAN&gt;E:&lt;/SPAN&gt;&lt;SPAN&gt;\\&lt;/SPAN&gt;&lt;SPAN&gt;Map&lt;/SPAN&gt;&lt;SPAN&gt;\\&lt;/SPAN&gt;&lt;SPAN&gt;countrySurface.tif"&lt;/SPAN&gt;)&lt;SPAN&gt;;&lt;BR /&gt;&lt;/SPAN&gt;  RasterLayer rasterLayer = &lt;SPAN&gt;new &lt;/SPAN&gt;RasterLayer(raster)&lt;SPAN&gt;;&lt;BR /&gt;&lt;/SPAN&gt;  //rasterLayer.loadAsync()&lt;SPAN&gt;;//tried with loadAsync() it doesn't work too&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;  rasterLayer.addDoneLoadingListener(() -&amp;gt; {&lt;BR /&gt;      &lt;SPAN&gt;if &lt;/SPAN&gt;(&lt;SPAN&gt;rasterLayer&lt;/SPAN&gt;.getLoadStatus() == LoadStatus.&lt;SPAN&gt;LOADED&lt;/SPAN&gt;) {&lt;BR /&gt;          &lt;SPAN&gt;JOptionPane.showMessageDialog(null, "Map downloaded");&lt;BR /&gt;&lt;/SPAN&gt;      } &lt;SPAN&gt;else &lt;/SPAN&gt;{&lt;BR /&gt;          JOptionPane.&lt;SPAN&gt;showMessageDialog&lt;/SPAN&gt;(&lt;SPAN&gt;null, &lt;/SPAN&gt;&lt;SPAN&gt;"Error"&lt;/SPAN&gt;)&lt;SPAN&gt;;&lt;BR /&gt;&lt;/SPAN&gt;      }&lt;BR /&gt;  })&lt;SPAN&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;  arcscene&lt;/SPAN&gt;.getOperationalLayers().add(rasterLayer)&lt;SPAN&gt;;&lt;BR /&gt;}&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 06:21:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/create-basemap-using-different-raster-data-formats/m-p/1037369#M2319</guid>
      <dc:creator>VanyaIvanov</dc:creator>
      <dc:date>2021-03-17T06:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Create basemap using different raster data formats</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/create-basemap-using-different-raster-data-formats/m-p/1037729#M2320</link>
      <description>&lt;P&gt;I've tried out your code with the sample data and it's displaying for me:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MarkBaird_0-1616003596770.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/8713i5F3DDFBAED24EDD8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MarkBaird_0-1616003596770.png" alt="MarkBaird_0-1616003596770.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I did however want to make sure I'd read your message correctly.&amp;nbsp; Is your file 100Gb (Gigabytes) in size?&amp;nbsp; If it really is that big, we might need to come up with a strategy for chopping it up.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 17:55:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/create-basemap-using-different-raster-data-formats/m-p/1037729#M2320</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2021-03-17T17:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Create basemap using different raster data formats</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/create-basemap-using-different-raster-data-formats/m-p/1037927#M2322</link>
      <description>&lt;P&gt;Thank you. I'll try to chop.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 06:45:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/create-basemap-using-different-raster-data-formats/m-p/1037927#M2322</guid>
      <dc:creator>VanyaIvanov</dc:creator>
      <dc:date>2021-03-18T06:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Create basemap using different raster data formats</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/create-basemap-using-different-raster-data-formats/m-p/1037940#M2323</link>
      <description>&lt;P&gt;Chopping into smaller tiles and building pyramids on the raster data will help too.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are however just using the raster data as a basemap, then do consider making a tile package.&amp;nbsp; To make things easy, make sure you use the ONLINE tiling scheme.&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/create-map-tile-package.htm" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/create-map-tile-package.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 09:24:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/create-basemap-using-different-raster-data-formats/m-p/1037940#M2323</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2021-03-18T09:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Create basemap using different raster data formats</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/create-basemap-using-different-raster-data-formats/m-p/1040820#M2324</link>
      <description>&lt;P&gt;I can't add .tiff image to my scene. I tried with lighter .tif images(with weight about 100mb) but it doesn't work too. It works only with .tpk packages created from .tif images(and i have problem with creating .tpk package from big .tif images). Maybe my code sample for drawing .tif raster images is wrong?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Mar 2021 20:26:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/create-basemap-using-different-raster-data-formats/m-p/1040820#M2324</guid>
      <dc:creator>VanyaIvanov</dc:creator>
      <dc:date>2021-03-25T20:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Create basemap using different raster data formats</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/create-basemap-using-different-raster-data-formats/m-p/1041023#M2325</link>
      <description>&lt;P&gt;Are you able to display the tif file which is used in this sample:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/arcgis-runtime-samples-java/tree/master/raster/raster-layer-file" target="_blank" rel="noopener"&gt;https://github.com/Esri/arcgis-runtime-samples-java/tree/master/raster/raster-layer-file&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This will display the raster in a 2D MapView application, but you should be able to display this in a scene view too.&amp;nbsp; I adapted your code sample above to zoom to the data so you don't have to find it:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="java"&gt;  private void addCountrySurface()
  {
    Raster raster = new Raster("Shasta.tif");
    RasterLayer rasterLayer = new RasterLayer(raster);
    rasterLayer.addDoneLoadingListener(() -&amp;gt; {
      if (rasterLayer.getLoadStatus() == LoadStatus.LOADED) {
        System.out.println("raster added");
        Envelope extent = rasterLayer.getFullExtent();
        Viewpoint viewpoint = new Viewpoint(extent);
        sceneView.setViewpoint(viewpoint);
      } else {
        System.out.println("Error");
      }
    });
    scene.getOperationalLayers().add(rasterLayer);
  }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is also worth noting that in 3D SceneView applications you need to be fairly zoomed in to see the raster layers, so maybe you are not seeing the raster data because you are too far zoomed out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Mar 2021 14:07:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/create-basemap-using-different-raster-data-formats/m-p/1041023#M2325</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2021-03-26T14:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: Create basemap using different raster data formats</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/create-basemap-using-different-raster-data-formats/m-p/1042392#M2326</link>
      <description>&lt;P&gt;Thank you. Doesn't work. Raster image is ok.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="java"&gt;private void addCountrySurface()
  {
    Raster raster = new Raster("Shasta.tif");
    RasterLayer rasterLayer = new RasterLayer(raster);
    rasterLayer.addDoneLoadingListener(() -&amp;gt; {
      if (rasterLayer.getLoadStatus() == LoadStatus.LOADED) {
        System.out.println("raster added");
        Envelope extent = rasterLayer.getFullExtent();
        Viewpoint viewpoint = new Viewpoint(extent);
        sceneView.setViewpoint(viewpoint);
        scene.getOperationalLayers().add(rasterLayer);//tried like this, but it doesnt work. In previouse variant it seems this method works before addDoneLoadinglistener() ends.
      } else {
        System.out.println("Error");
      }
    });
 
  }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 14:47:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/create-basemap-using-different-raster-data-formats/m-p/1042392#M2326</guid>
      <dc:creator>VanyaIvanov</dc:creator>
      <dc:date>2021-03-31T14:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: Create basemap using different raster data formats</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/create-basemap-using-different-raster-data-formats/m-p/1042481#M2327</link>
      <description>&lt;P&gt;When you say it doesn't work, how does this is not work?&amp;nbsp; Does it load but not display, or just not load?&amp;nbsp; Are you using the sample data I suggested?&lt;/P&gt;&lt;P&gt;Maybe you can also provide more information like the version of SDK, OS, JDK etc so I can check things.&lt;/P&gt;&lt;P&gt;This is what I'm seeing with this data.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MarkBaird_0-1617209437637.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/9750iA1FEFD7EB25FA46A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MarkBaird_0-1617209437637.png" alt="MarkBaird_0-1617209437637.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At the moment I can't see what's wrong here as for me as shown in a picture earlier in this thread it loads okay and I've seen it working on macOS and Windows.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 16:51:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/create-basemap-using-different-raster-data-formats/m-p/1042481#M2327</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2021-03-31T16:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: Create basemap using different raster data formats</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/create-basemap-using-different-raster-data-formats/m-p/1042792#M2328</link>
      <description>&lt;P&gt;When i use my tif file it loads but doesn't display. The string "raster added" appears, scene is zoomed but i haven't any image displayed. I didn't find tif file from your sample link. I found RasterLayerFile.png file and have the same result when running program with this .png file.&lt;/P&gt;&lt;P&gt;My SDK and JDK are 11.0.2&lt;/P&gt;&lt;P&gt;OS is Windows 10 Pro&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 09:46:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/create-basemap-using-different-raster-data-formats/m-p/1042792#M2328</guid>
      <dc:creator>VanyaIvanov</dc:creator>
      <dc:date>2021-04-01T09:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Create basemap using different raster data formats</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/create-basemap-using-different-raster-data-formats/m-p/1042795#M2329</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VanyaIvanov_2-1617270047805.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/9840i38AFAA6DED993C9C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VanyaIvanov_2-1617270047805.png" alt="VanyaIvanov_2-1617270047805.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;when i use my tif file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 09:41:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/create-basemap-using-different-raster-data-formats/m-p/1042795#M2329</guid>
      <dc:creator>VanyaIvanov</dc:creator>
      <dc:date>2021-04-01T09:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Create basemap using different raster data formats</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/create-basemap-using-different-raster-data-formats/m-p/1042799#M2330</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VanyaIvanov_3-1617270268308.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/9841iB359A6FD90549547/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VanyaIvanov_3-1617270268308.png" alt="VanyaIvanov_3-1617270268308.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;when i use .png file from your sample&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 09:44:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/create-basemap-using-different-raster-data-formats/m-p/1042799#M2330</guid>
      <dc:creator>VanyaIvanov</dc:creator>
      <dc:date>2021-04-01T09:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Create basemap using different raster data formats</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/create-basemap-using-different-raster-data-formats/m-p/1043066#M2331</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/80124"&gt;@VanyaIvanov&lt;/a&gt;&amp;nbsp;it's not easy for me to see why this isn't working unless I can get a sample of your data.&lt;/P&gt;&lt;P&gt;Can you post it on the forum, or if sharing your specific data isn't an option for you, then look me up here&amp;nbsp;&lt;A href="https://github.com/mbcoder" target="_blank"&gt;https://github.com/mbcoder&lt;/A&gt;&amp;nbsp;and find a way of sharing the data with me.&lt;/P&gt;&lt;P&gt;If I can get the data you are trying to display I should be able to find the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 18:43:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/create-basemap-using-different-raster-data-formats/m-p/1043066#M2331</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2021-04-01T18:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Create basemap using different raster data formats</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/create-basemap-using-different-raster-data-formats/m-p/1043786#M2335</link>
      <description>&lt;P&gt;Thank you. I displayed Shasta.tif. It remains to uderstand&amp;nbsp; why i can't open my .tif files&lt;/P&gt;</description>
      <pubDate>Mon, 05 Apr 2021 14:39:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/create-basemap-using-different-raster-data-formats/m-p/1043786#M2335</guid>
      <dc:creator>VanyaIvanov</dc:creator>
      <dc:date>2021-04-05T14:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: Create basemap using different raster data formats</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/create-basemap-using-different-raster-data-formats/m-p/1043879#M2336</link>
      <description>&lt;P&gt;I'm glad to hear you've managed to display a tif file which should give you confidence in your code.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm happy to take a look at one of your files to see if I can see the issue.&amp;nbsp; You just need to post it here or contact me directly to find a way of sharing it.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Apr 2021 17:30:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/create-basemap-using-different-raster-data-formats/m-p/1043879#M2336</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2021-04-05T17:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Create basemap using different raster data formats</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/create-basemap-using-different-raster-data-formats/m-p/1044965#M2343</link>
      <description>&lt;P&gt;The problem was in CRS of my .tif images. Using Define Projection tool in ArcGIS Pro i changed CRS to the right CRS(EPSG 3857 in my case) and images started to display.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 08:30:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/create-basemap-using-different-raster-data-formats/m-p/1044965#M2343</guid>
      <dc:creator>VanyaIvanov</dc:creator>
      <dc:date>2021-04-08T08:30:10Z</dc:date>
    </item>
  </channel>
</rss>

