<?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 Download the BaseMap or part of the basemap for offline  to display the shapefile over it in Java Maps SDK Questions</title>
    <link>https://community.esri.com/t5/java-maps-sdk-questions/how-to-download-the-basemap-or-part-of-the-basemap/m-p/1317796#M2773</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/705043"&gt;@PRAVEENPATNANA&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code in the &lt;A href="https://developers.arcgis.com/java/sample-code/export-tiles/" target="_self"&gt;sample&lt;/A&gt; for downloading tiled packages can be modified to change the area and the level of detail in the offline basemap, but this is only for portions of the basemap and there are limits to the amount of data you can download.&lt;/P&gt;&lt;P&gt;Before we look into using ArcGIS Pro we need to understand what you are trying to achieve so we can guide you to the best solution.&amp;nbsp; So far I've established you have some shapefile data and you want to display this over a basemap in an application which has no network connectivity.&amp;nbsp; Is this correct?&lt;/P&gt;&lt;P&gt;The next step is to understand a little more about your workflow and the area of the basemap you want and the detail.&amp;nbsp; You can't simply download an entire basemap for the whole world at all levels of detail; this would take huge amounts of storage.&amp;nbsp; So can you tell me the kind of basemap sizes you are wanting and the levels of detail you need in your application?&lt;/P&gt;</description>
    <pubDate>Fri, 11 Aug 2023 08:18:30 GMT</pubDate>
    <dc:creator>MarkBaird</dc:creator>
    <dc:date>2023-08-11T08:18:30Z</dc:date>
    <item>
      <title>How to Download the BaseMap or part of the basemap for offline  to display the shapefile over it</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/how-to-download-the-basemap-or-part-of-the-basemap/m-p/1316771#M2769</link>
      <description>&lt;P&gt;Hi team,&lt;/P&gt;&lt;P&gt;I didn't getting much clarity for Download the BaseMap data or Part of the BaseMap to our Local System to work with offline(i even get the trial version of the ArcGIS Pro but the ArcGISVersion 3.1 not supporting in my Linux OS) , Could you please give me the another procedure to download the Basemap with data,&lt;/P&gt;&lt;P&gt;i have to load the shape file over the BaseMap with offline.&lt;/P&gt;&lt;P&gt;Thanks&amp;amp; regards,&lt;/P&gt;&lt;P&gt;Praveen.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2023 04:34:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/how-to-download-the-basemap-or-part-of-the-basemap/m-p/1316771#M2769</guid>
      <dc:creator>PRAVEENPATNANA</dc:creator>
      <dc:date>2023-08-10T04:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to Download the BaseMap or part of the basemap for offline  to display the shapefile over it</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/how-to-download-the-basemap-or-part-of-the-basemap/m-p/1317541#M2771</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/705043"&gt;@PRAVEENPATNANA&lt;/a&gt;&amp;nbsp;if you want to view a basemap offline, you need to use a tile package.&amp;nbsp; This is something&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/176"&gt;@Nicholas-Furness&lt;/a&gt;&amp;nbsp;has provided links to:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;P&gt;You can find an example here:&amp;nbsp;&lt;A href="https://developers.arcgis.com/java/sample-code/export-tiles/" target="_blank" rel="noopener nofollow noreferrer"&gt;https://developers.arcgis.com/java/sample-code/export-tiles/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In that code, an area of the basemap is downloaded (exported) as a TPK (you can learn more about that&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/documentation/mapping-apis-and-services/offline/offline-data/#how-offline-data-works" target="_self" rel="nofollow noopener noreferrer"&gt;here&lt;/A&gt;), and used to create a new basemap and a new map. Once it's downloaded to your device, you can just use it whenever you create a new map. If you need more help with this, please ask a new question as requested previously.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;HR /&gt;&lt;P&gt;Have you been able to use this sample?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2023 17:55:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/how-to-download-the-basemap-or-part-of-the-basemap/m-p/1317541#M2771</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2023-08-10T17:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to Download the BaseMap or part of the basemap for offline  to display the shapefile over it</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/how-to-download-the-basemap-or-part-of-the-basemap/m-p/1317772#M2772</link>
      <description>&lt;P&gt;Sir,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Exporting Tiles i did but it's not useful for me because some part of the Basemap we are able to download &amp;amp; it's zoom level was not even enough for my project , my main aspect of my project is to load the basemap with all data (Looks like we loaded the basemap online ).&lt;/P&gt;&lt;P&gt;Now i'm working on creating .mmpk packages to download the Basemap to my localSystem using ArcGIS Pro, could you please give me the clarification of ArcGIS Pro Software&amp;nbsp; for how to download the Full Basemap in my localsystem to work offline .&lt;/P&gt;&lt;P&gt;Thanks&amp;amp; regards,&lt;/P&gt;&lt;P&gt;praveen&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2023 04:49:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/how-to-download-the-basemap-or-part-of-the-basemap/m-p/1317772#M2772</guid>
      <dc:creator>PRAVEENPATNANA</dc:creator>
      <dc:date>2023-08-11T04:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to Download the BaseMap or part of the basemap for offline  to display the shapefile over it</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/how-to-download-the-basemap-or-part-of-the-basemap/m-p/1317796#M2773</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/705043"&gt;@PRAVEENPATNANA&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code in the &lt;A href="https://developers.arcgis.com/java/sample-code/export-tiles/" target="_self"&gt;sample&lt;/A&gt; for downloading tiled packages can be modified to change the area and the level of detail in the offline basemap, but this is only for portions of the basemap and there are limits to the amount of data you can download.&lt;/P&gt;&lt;P&gt;Before we look into using ArcGIS Pro we need to understand what you are trying to achieve so we can guide you to the best solution.&amp;nbsp; So far I've established you have some shapefile data and you want to display this over a basemap in an application which has no network connectivity.&amp;nbsp; Is this correct?&lt;/P&gt;&lt;P&gt;The next step is to understand a little more about your workflow and the area of the basemap you want and the detail.&amp;nbsp; You can't simply download an entire basemap for the whole world at all levels of detail; this would take huge amounts of storage.&amp;nbsp; So can you tell me the kind of basemap sizes you are wanting and the levels of detail you need in your application?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2023 08:18:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/how-to-download-the-basemap-or-part-of-the-basemap/m-p/1317796#M2773</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2023-08-11T08:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to Download the BaseMap or part of the basemap for offline  to display the shapefile over it</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/how-to-download-the-basemap-or-part-of-the-basemap/m-p/1317802#M2774</link>
      <description>&lt;P&gt;Dear Mark sir,&lt;/P&gt;&lt;P&gt;My main goal for this project is to display the Shapefile over the Basemap as previously we did , but my manager wants these things to be done in offline (With out network Conection).&lt;/P&gt;&lt;P&gt;So i want the SampleBase map layers with the&amp;nbsp; full data of india map( becuase we have to pointout the place with Latitude and longitude in india map) in that india map i have to add the shapefile layer,&amp;nbsp; please guide me how to do.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2023 09:10:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/how-to-download-the-basemap-or-part-of-the-basemap/m-p/1317802#M2774</guid>
      <dc:creator>PRAVEENPATNANA</dc:creator>
      <dc:date>2023-08-11T09:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to Download the BaseMap or part of the basemap for offline  to display the shapefile over it</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/how-to-download-the-basemap-or-part-of-the-basemap/m-p/1317845#M2775</link>
      <description>&lt;P&gt;For using ArcGIS Pro,&amp;nbsp; this &lt;A href="https://community.esri.com/t5/arcgis-pro-blog/using-arcgis-pro-to-put-the-esri-world-imagery/ba-p/885035" target="_self"&gt;blog article&lt;/A&gt; may help.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2023 14:08:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/how-to-download-the-basemap-or-part-of-the-basemap/m-p/1317845#M2775</guid>
      <dc:creator>MarkBockenhauer</dc:creator>
      <dc:date>2023-08-11T14:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to Download the BaseMap or part of the basemap for offline  to display the shapefile over it</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/how-to-download-the-basemap-or-part-of-the-basemap/m-p/1317863#M2776</link>
      <description>&lt;P&gt;As I mentioned in &lt;A href="https://community.esri.com/t5/java-maps-sdk-questions/doesn-t-reading-and-displaying-the-shape-file-in/m-p/1316108/highlight/true#M2765" target="_self"&gt;my response to your other question&lt;/A&gt;, there are many things to consider when taking data offline. What extent do you need (sounds like you want all of India, but often you only need areas where there is no network coverage for accessing services), what zoom levels do you need (it seems you want all zoom levels), and which basemap (Imagery? Streets?).&lt;/P&gt;&lt;P&gt;For your requirements, just downloading the basemap from a service will not be practical, and may not even be possible (a basemap for all of India with full zoom levels will result in a very large file). But there are other ways to get this data, like with a product such as &lt;A href="https://www.esri.com/en-us/arcgis/products/arcgis-streetmap-premium/overview" target="_self"&gt;StreetMap Premium&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;I would suggest you contact your local Esri distributor to discuss options. If you're in India, that would be Esri India:&amp;nbsp;&lt;A href="https://www.esri.in/" target="_blank"&gt;https://www.esri.in/&lt;/A&gt;&amp;nbsp;They will be able to help you determine the best approach for your application, and provide the support you need to implement your solution.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2023 14:47:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/how-to-download-the-basemap-or-part-of-the-basemap/m-p/1317863#M2776</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2023-08-11T14:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to Download the BaseMap or part of the basemap for offline  to display the shapefile over it</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/how-to-download-the-basemap-or-part-of-the-basemap/m-p/1317964#M2777</link>
      <description>&lt;P&gt;Dear Nicholas sir,&lt;/P&gt;&lt;P&gt;Yes i want all of&amp;nbsp; india with topographic layers &amp;amp; we want the Zoom levels as streets.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2023 17:34:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/how-to-download-the-basemap-or-part-of-the-basemap/m-p/1317964#M2777</guid>
      <dc:creator>PRAVEENPATNANA</dc:creator>
      <dc:date>2023-08-11T17:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to Download the BaseMap or part of the basemap for offline  to display the shapefile over it</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/how-to-download-the-basemap-or-part-of-the-basemap/m-p/1317992#M2778</link>
      <description>&lt;P&gt;As&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/176"&gt;@Nicholas-Furness&lt;/a&gt;&amp;nbsp;writes this data is available via StreetMapPremium.&amp;nbsp; The offline useable vector tile package of India that you are wanting is 1.2 GigaBytes in size.&amp;nbsp; &amp;nbsp; This &lt;A href="https://www.arcgis.com/home/item.html?id=f2167d1e2d824c8a8db2801c007722d1" target="_self"&gt;Mobile Map Package&lt;/A&gt; available through StreetMapPremium also has a routing network and locators that account for 14.8 GigaBytes of its size.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2023 19:22:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/how-to-download-the-basemap-or-part-of-the-basemap/m-p/1317992#M2778</guid>
      <dc:creator>MarkBockenhauer</dc:creator>
      <dc:date>2023-08-11T19:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to Download the BaseMap or part of the basemap for offline  to display the shapefile over it</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/how-to-download-the-basemap-or-part-of-the-basemap/m-p/1318122#M2779</link>
      <description>&lt;P&gt;Sir,&lt;/P&gt;&lt;P&gt;When i'm clicking on Download&amp;nbsp; it shows "&lt;SPAN&gt;You do not have permissions to access this resource.&lt;/SPAN&gt;" what i do?&lt;/P&gt;</description>
      <pubDate>Sat, 12 Aug 2023 05:24:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/how-to-download-the-basemap-or-part-of-the-basemap/m-p/1318122#M2779</guid>
      <dc:creator>PRAVEENPATNANA</dc:creator>
      <dc:date>2023-08-12T05:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to Download the BaseMap or part of the basemap for offline  to display the shapefile over it</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/how-to-download-the-basemap-or-part-of-the-basemap/m-p/1318345#M2780</link>
      <description>&lt;P&gt;A StreetMapPremium license is needed to use that content.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2023 14:48:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/how-to-download-the-basemap-or-part-of-the-basemap/m-p/1318345#M2780</guid>
      <dc:creator>MarkBockenhauer</dc:creator>
      <dc:date>2023-08-14T14:48:31Z</dc:date>
    </item>
  </channel>
</rss>

