<?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 can i create a raster layer with the .net runtime from geotiffs (local) ? in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/how-can-i-create-a-raster-layer-with-the-net/m-p/435630#M5273</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As it turns out the map pack in the 10.2.5 examples only has a boundary extent of the eastern U.S.&amp;nbsp; That means any data you try to view with it (in the scene view for some reason) is only visible on the east coast.&amp;nbsp; Once we created a map package with a boundary extent covering the entire world the geotif loaded correctly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Sep 2015 21:28:19 GMT</pubDate>
    <dc:creator>JosephKane</dc:creator>
    <dc:date>2015-09-17T21:28:19Z</dc:date>
    <item>
      <title>How can i create a raster layer with the .net runtime from geotiffs (local) ?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-can-i-create-a-raster-layer-with-the-net/m-p/435628#M5271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a large set of geotiffs (from srtm) and want to add these data as rasterlayer(s) to a map. How can i achieve this with the runtime sdk (10.2.6) and Visual Studio 13?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 12:05:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-can-i-create-a-raster-layer-with-the-net/m-p/435628#M5271</guid>
      <dc:creator>MartinLachmair</dc:creator>
      <dc:date>2015-08-05T12:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: How can i create a raster layer with the .net runtime from geotiffs (local) ?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-can-i-create-a-raster-layer-with-the-net/m-p/435629#M5272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;Have you tried&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-family: 'Calibri',sans-serif; font-size: 11pt;"&gt;Using the 10.2.6 sdk samples from here..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/arcgis-runtime-samples-dotnet"&gt;&lt;SPAN style="font-family: 'Calibri',sans-serif; font-size: 11pt;"&gt;https://github.com/Esri/arcgis-runtime-samples-dotnet&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-family: 'Calibri',sans-serif; font-size: 11pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-family: 'Calibri',sans-serif; font-size: 11pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;and running the Layers-&amp;gt;Dynamic Service Layers-&amp;gt;Dynamic Add Data&lt;BR /&gt;example &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-family: 'Calibri',sans-serif; font-size: 11pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;it works for the mapview but not the 3d SceneView.&amp;nbsp; I have a ticket in for the scene problem..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-family: 'Calibri',sans-serif; font-size: 11pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;joe&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 15:42:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-can-i-create-a-raster-layer-with-the-net/m-p/435629#M5272</guid>
      <dc:creator>JosephKane</dc:creator>
      <dc:date>2015-08-21T15:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: How can i create a raster layer with the .net runtime from geotiffs (local) ?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-can-i-create-a-raster-layer-with-the-net/m-p/435630#M5273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As it turns out the map pack in the 10.2.5 examples only has a boundary extent of the eastern U.S.&amp;nbsp; That means any data you try to view with it (in the scene view for some reason) is only visible on the east coast.&amp;nbsp; Once we created a map package with a boundary extent covering the entire world the geotif loaded correctly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2015 21:28:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-can-i-create-a-raster-layer-with-the-net/m-p/435630#M5273</guid>
      <dc:creator>JosephKane</dc:creator>
      <dc:date>2015-09-17T21:28:19Z</dc:date>
    </item>
  </channel>
</rss>

