<?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: getImage (unknown source) with Ocean basemap in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/getimage-unknown-source-with-ocean-basemap/m-p/679725#M4729</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Specifically, the base map service is the one not working: &lt;/SPAN&gt;&lt;A href="http://services.arcgisonline.com/arcgis/rest/services/Ocean/World_Ocean_Base/MapServer"&gt;http://services.arcgisonline.com/arcgis/rest/services/Ocean/World_Ocean_Base/MapServer&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The reference layer is working: &lt;/SPAN&gt;&lt;A href="http://services.arcgisonline.com/arcgis/rest/services/Ocean/World_Ocean_Reference/MapServer"&gt;http://services.arcgisonline.com/arcgis/rest/services/Ocean/World_Ocean_Reference/MapServer&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Mar 2014 15:29:27 GMT</pubDate>
    <dc:creator>Town_ofSnowflake</dc:creator>
    <dc:date>2014-03-07T15:29:27Z</dc:date>
    <item>
      <title>getImage (unknown source) with Ocean basemap</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/getimage-unknown-source-with-ocean-basemap/m-p/679724#M4728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Any thoughts as to why Ocean basemap stopped rendering in my app?&amp;nbsp; All other basemaps are fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Error: getImage (unknown source)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 21:41:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/getimage-unknown-source-with-ocean-basemap/m-p/679724#M4728</guid>
      <dc:creator>Town_ofSnowflake</dc:creator>
      <dc:date>2014-03-06T21:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: getImage (unknown source) with Ocean basemap</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/getimage-unknown-source-with-ocean-basemap/m-p/679725#M4729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Specifically, the base map service is the one not working: &lt;/SPAN&gt;&lt;A href="http://services.arcgisonline.com/arcgis/rest/services/Ocean/World_Ocean_Base/MapServer"&gt;http://services.arcgisonline.com/arcgis/rest/services/Ocean/World_Ocean_Base/MapServer&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The reference layer is working: &lt;/SPAN&gt;&lt;A href="http://services.arcgisonline.com/arcgis/rest/services/Ocean/World_Ocean_Reference/MapServer"&gt;http://services.arcgisonline.com/arcgis/rest/services/Ocean/World_Ocean_Reference/MapServer&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 15:29:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/getimage-unknown-source-with-ocean-basemap/m-p/679725#M4729</guid>
      <dc:creator>Town_ofSnowflake</dc:creator>
      <dc:date>2014-03-07T15:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: getImage (unknown source) with Ocean basemap</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/getimage-unknown-source-with-ocean-basemap/m-p/679726#M4730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you using the services as tiled layers or dynamic layers?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you get the error regardless of extent or scale?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Are manipulating the layer properties in any way in your code?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A quick test below displayed both layers for me:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;mMapView = (MapView) findViewById(R.id.map); mMapView.addLayer( &amp;nbsp; new ArcGISTiledMapServiceLayer("http://services.arcgisonline.com/arcgis/rest/services/Ocean/World_Ocean_Base/MapServer")); mMapView.addLayer( &amp;nbsp; new ArcGISTiledMapServiceLayer("http://services.arcgisonline.com/arcgis/rest/services/Ocean/World_Ocean_Reference/MapServer"));&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 15:57:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/getimage-unknown-source-with-ocean-basemap/m-p/679726#M4730</guid>
      <dc:creator>JasonKnisley</dc:creator>
      <dc:date>2014-03-07T15:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: getImage (unknown source) with Ocean basemap</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/getimage-unknown-source-with-ocean-basemap/m-p/679727#M4731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;silly mistake.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Solution:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ocean Basemap doesn't draw at high scales, this is why it wasn't appearing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ocean basemap needed to be TiledMapService, not DynamicServiceLayer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 16:13:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/getimage-unknown-source-with-ocean-basemap/m-p/679727#M4731</guid>
      <dc:creator>Town_ofSnowflake</dc:creator>
      <dc:date>2014-03-07T16:13:44Z</dc:date>
    </item>
  </channel>
</rss>

