<?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 ArcGISLocalTiledLayer doesn't display layer data in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/arcgislocaltiledlayer-doesn-t-display-layer-data/m-p/626519#M4309</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to create my own local tile cache using ArcMap and a png file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The basic approach I am using is as follows:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Create a new map in ArcGIS&amp;nbsp;&amp;nbsp; (.mxd)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;File-&amp;gt;Add Data and add the .png file to the map&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Using the Georeferencing tool, i select the area i want to rectify&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;add control points in the upper left and lower right&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;select Rectify from the georeference toolbar, then Update Display.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Next I create the tpk file...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I right click on the map, �?�Data Frame Properties�?�.&amp;nbsp; Select the �??Data Frame�?� tab.&amp;nbsp; Select �??Specify Extent...�?� button.&amp;nbsp; Make sure �??Current Visible Extent�?� is selected and press OK.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Open up the python console and then enter:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;import arcpy&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arcpy.env.workspace = "C:/path/to/saved/mxd file"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arcpy.CreateMapTilePackage_management('myfile.mxd', "ONLINE", 'myfile.tpk', "PNG8", "10")&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My application displays the sample file (&lt;/SPAN&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=d2d263a280164a039ef0a02e26ee0501"&gt;http://www.arcgis.com/home/item.html?id=d2d263a280164a039ef0a02e26ee0501&lt;/A&gt;&lt;SPAN&gt;) just file, but when i try to use what i created with the steps above my map shows nothing. All I see is the grid and am unable to zoom in/out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I need to provide more information/steps/clarity to the above let me know. If there is a step by step somewhere out there that I missed, please reply with that. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Sep 2012 14:24:04 GMT</pubDate>
    <dc:creator>adammohling</dc:creator>
    <dc:date>2012-09-25T14:24:04Z</dc:date>
    <item>
      <title>ArcGISLocalTiledLayer doesn't display layer data</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/arcgislocaltiledlayer-doesn-t-display-layer-data/m-p/626519#M4309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to create my own local tile cache using ArcMap and a png file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The basic approach I am using is as follows:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Create a new map in ArcGIS&amp;nbsp;&amp;nbsp; (.mxd)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;File-&amp;gt;Add Data and add the .png file to the map&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Using the Georeferencing tool, i select the area i want to rectify&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;add control points in the upper left and lower right&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;select Rectify from the georeference toolbar, then Update Display.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Next I create the tpk file...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I right click on the map, �?�Data Frame Properties�?�.&amp;nbsp; Select the �??Data Frame�?� tab.&amp;nbsp; Select �??Specify Extent...�?� button.&amp;nbsp; Make sure �??Current Visible Extent�?� is selected and press OK.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Open up the python console and then enter:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;import arcpy&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arcpy.env.workspace = "C:/path/to/saved/mxd file"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arcpy.CreateMapTilePackage_management('myfile.mxd', "ONLINE", 'myfile.tpk', "PNG8", "10")&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My application displays the sample file (&lt;/SPAN&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=d2d263a280164a039ef0a02e26ee0501"&gt;http://www.arcgis.com/home/item.html?id=d2d263a280164a039ef0a02e26ee0501&lt;/A&gt;&lt;SPAN&gt;) just file, but when i try to use what i created with the steps above my map shows nothing. All I see is the grid and am unable to zoom in/out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I need to provide more information/steps/clarity to the above let me know. If there is a step by step somewhere out there that I missed, please reply with that. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2012 14:24:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/arcgislocaltiledlayer-doesn-t-display-layer-data/m-p/626519#M4309</guid>
      <dc:creator>adammohling</dc:creator>
      <dc:date>2012-09-25T14:24:04Z</dc:date>
    </item>
  </channel>
</rss>

