<?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 to reference to Offline map &amp; tiles from ArcGIS SDK in Java in ArcGIS Collector Questions</title>
    <link>https://community.esri.com/t5/arcgis-collector-questions/how-to-reference-to-offline-map-tiles-from-arcgis/m-p/155791#M2677</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your redirecting &lt;A href="https://community.esri.com/migrated-users/13935"&gt;Russell Roberts&lt;/A&gt;​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Oct 2015 13:02:21 GMT</pubDate>
    <dc:creator>ErayHANGUL</dc:creator>
    <dc:date>2015-10-14T13:02:21Z</dc:date>
    <item>
      <title>How to reference to Offline map &amp; tiles from ArcGIS SDK in Java</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/how-to-reference-to-offline-map-tiles-from-arcgis/m-p/155789#M2675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I developed a simple GIS module through using the ArcGIS SDK on Java with these features :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Map : Map options, Map coordinates&lt;/P&gt;&lt;P&gt;- Toolkit : Navigator, Overviewmap, Drawing overlay&lt;/P&gt;&lt;P&gt;- Graphics layers : Select graphics, Draw graphics&lt;/P&gt;&lt;P&gt;- Geometry : Line length&lt;/P&gt;&lt;P&gt;- Routing and navigation : GPS layer, Advanced GPS info&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Hezarfen_Initial_View-Snapshot.PNG" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/131124_Hezarfen_Initial_View-Snapshot.PNG" style="width: 620px; height: 336px;" /&gt;&lt;/P&gt;&lt;P&gt;Everything is working well in online mode. But at production stage there will be no internet connection at client side.&lt;/P&gt;&lt;P&gt;So, &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;how can i refer to a SATELLITE or NATIONAL_GEOGRAPHIC or STREETS etc. version of a map on &lt;SPAN style="color: #e23d39; text-decoration: underline;"&gt;local machine&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt; while serving the features listed above also?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example this code zoom to Turkey at Level-6 through &lt;SPAN style="text-decoration: underline;"&gt;online&lt;/SPAN&gt; server's of Esri.&amp;nbsp; &lt;/P&gt;&lt;PRE __default_attr="java" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14448262694706125" data-renderedposition="662_8_912_16" jivemacro_uid="_14448262694706125"&gt;&lt;P&gt;MapOptions mapOptions = new MapOptions(MapType.STREETS, 39.0000, 32.0000, 5); // Turkey wt. zoom level 6&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess two solutions but i couldn't find the reference mechanism on Java side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Option-1 : Prepare a custom map on ArcGIS Desktop software and export the map and tiles info to a folder. Then refer to this folder.&lt;/P&gt;&lt;P&gt;Option-2 : Download a pre-built map from ArcGIS web site (For example Turkey NATIONAL_GEOGRAPHIC map) with its tiles. Then install a ArcGIS server on client side and load the map &amp;amp; tiles to map server. At last give reference to 127.0.0.1/localhost to access it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody have opinion about this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Eray&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 12:40:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/how-to-reference-to-offline-map-tiles-from-arcgis/m-p/155789#M2675</guid>
      <dc:creator>ErayHANGUL</dc:creator>
      <dc:date>2015-10-14T12:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to reference to Offline map &amp; tiles from ArcGIS SDK in Java</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/how-to-reference-to-offline-map-tiles-from-arcgis/m-p/155790#M2676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would post this under the Java SDK forums here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/space/2137"&gt;ArcGIS Runtime SDK for Java&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 12:50:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/how-to-reference-to-offline-map-tiles-from-arcgis/m-p/155790#M2676</guid>
      <dc:creator>RussRoberts</dc:creator>
      <dc:date>2015-10-14T12:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to reference to Offline map &amp; tiles from ArcGIS SDK in Java</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/how-to-reference-to-offline-map-tiles-from-arcgis/m-p/155791#M2677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your redirecting &lt;A href="https://community.esri.com/migrated-users/13935"&gt;Russell Roberts&lt;/A&gt;​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 13:02:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/how-to-reference-to-offline-map-tiles-from-arcgis/m-p/155791#M2677</guid>
      <dc:creator>ErayHANGUL</dc:creator>
      <dc:date>2015-10-14T13:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to reference to Offline map &amp; tiles from ArcGIS SDK in Java</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/how-to-reference-to-offline-map-tiles-from-arcgis/m-p/155792#M2678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eray,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two options:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) If you want to use small area and create tpk from Esri Basemap on - demand. Check hehe: &lt;A href="https://community.esri.com/thread/161288"&gt;Creating tpk file&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2) If you want t use your own GIS resources you must author a map (mxd) in ArcGIS Desktop (ArcMap) save it and then click menu File &amp;gt;Share as &amp;gt; Tile Package. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember: First layer added to map, set it's spatial reference. Be sure to match tpk WKID with you business data WKID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use tile package as described here: &lt;A href="https://developers.arcgis.com/java/sample-code/local-tiled-layer/" title="https://developers.arcgis.com/java/sample-code/local-tiled-layer/"&gt;Local tiled layer | ArcGIS for Developers&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 12:47:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/how-to-reference-to-offline-map-tiles-from-arcgis/m-p/155792#M2678</guid>
      <dc:creator>nita14</dc:creator>
      <dc:date>2015-10-15T12:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to reference to Offline map &amp; tiles from ArcGIS SDK in Java</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/how-to-reference-to-offline-map-tiles-from-arcgis/m-p/155793#M2679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your valuable link reference and directions &lt;A href="https://community.esri.com/migrated-users/12996"&gt;nicinski adam&lt;/A&gt;​&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eray&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 14:09:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/how-to-reference-to-offline-map-tiles-from-arcgis/m-p/155793#M2679</guid>
      <dc:creator>ErayHANGUL</dc:creator>
      <dc:date>2015-10-15T14:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to reference to Offline map &amp; tiles from ArcGIS SDK in Java</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/how-to-reference-to-offline-map-tiles-from-arcgis/m-p/155794#M2680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/12996"&gt;nicinski adam&lt;/A&gt;​,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Through the Rest service I could render the *.tpk in offline mode as you decribed. But as you said its zoom level must be little because only 100K items are allowed from the Rest WS source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, i installed the ArcGIS Desktop 10.3.1 and when i tried to share as a package as you see from the attachment below there is no option about producing the tpk. The extension is mpk. And i tried to use *.mpk file also tried to change the mpk extension to tpk and use it but no chance to render the saved map at offline mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="share_as_not_tpk_MPK.PNG" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/133440_share_as_not_tpk_MPK.PNG" style="width: 620px; height: 451px;" /&gt;&lt;/P&gt;&lt;P&gt;So, what was the ArcGIS Desktop version you used while producing *.tpk file?&lt;/P&gt;&lt;P&gt;Eray&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 07:45:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/how-to-reference-to-offline-map-tiles-from-arcgis/m-p/155794#M2680</guid>
      <dc:creator>ErayHANGUL</dc:creator>
      <dc:date>2015-10-27T07:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to reference to Offline map &amp; tiles from ArcGIS SDK in Java</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/how-to-reference-to-offline-map-tiles-from-arcgis/m-p/155795#M2681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eray,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all, you must check&amp;nbsp; 'Enable ArcGIS Rutime tools' in ArcMap sharing options. Please check the screenshot below. Then author a map and click File &amp;gt;share as &amp;gt; Tile package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/133544_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 11:13:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/how-to-reference-to-offline-map-tiles-from-arcgis/m-p/155795#M2681</guid>
      <dc:creator>nita14</dc:creator>
      <dc:date>2015-10-27T11:13:13Z</dc:date>
    </item>
  </channel>
</rss>

