<?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: Create a Desktop app that is offline in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/create-a-desktop-app-that-is-offline/m-p/1123962#M10688</link>
    <description>&lt;P&gt;Thanks Michael.&amp;nbsp; I can't do offline maps.&amp;nbsp; The map or GIS viewer has to run completly off of a computers c:\ drive.&amp;nbsp; The GIS viewer that I have to create can't connect to the internet to get it's data.&amp;nbsp; This is for Emergency Management so if there is an Disaster that takes down the internet&amp;nbsp; this GIS viewer can still work.&lt;/P&gt;</description>
    <pubDate>Wed, 08 Dec 2021 18:59:25 GMT</pubDate>
    <dc:creator>MansfieldGIS</dc:creator>
    <dc:date>2021-12-08T18:59:25Z</dc:date>
    <item>
      <title>Create a Desktop app that is offline</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/create-a-desktop-app-that-is-offline/m-p/1121994#M10681</link>
      <description>&lt;P&gt;I'm new to Development.&amp;nbsp; I need to create a Windows based map that is not online the data is stored on the local computer.&amp;nbsp; I'm trying to find examples, tutorials that could help me create this.&amp;nbsp; I'm only finding examples and tutorials that are mostly for IOS and Android.&amp;nbsp; Any suggestions on where to look.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Wed, 01 Dec 2021 23:31:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/create-a-desktop-app-that-is-offline/m-p/1121994#M10681</guid>
      <dc:creator>ChrisSlinko</dc:creator>
      <dc:date>2021-12-01T23:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Create a Desktop app that is offline</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/create-a-desktop-app-that-is-offline/m-p/1121999#M10682</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I recommend starting with&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/offline-maps-scenes-and-data/" target="_blank"&gt;https://developers.arcgis.com/net/offline-maps-scenes-and-data/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also take a look at this example:&amp;nbsp;&lt;A href="https://github.com/Esri/data-collection-dotnet" target="_blank"&gt;https://github.com/Esri/data-collection-dotnet&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 01 Dec 2021 23:50:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/create-a-desktop-app-that-is-offline/m-p/1121999#M10682</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2021-12-01T23:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Create a Desktop app that is offline</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/create-a-desktop-app-that-is-offline/m-p/1123962#M10688</link>
      <description>&lt;P&gt;Thanks Michael.&amp;nbsp; I can't do offline maps.&amp;nbsp; The map or GIS viewer has to run completly off of a computers c:\ drive.&amp;nbsp; The GIS viewer that I have to create can't connect to the internet to get it's data.&amp;nbsp; This is for Emergency Management so if there is an Disaster that takes down the internet&amp;nbsp; this GIS viewer can still work.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 18:59:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/create-a-desktop-app-that-is-offline/m-p/1123962#M10688</guid>
      <dc:creator>MansfieldGIS</dc:creator>
      <dc:date>2021-12-08T18:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: Create a Desktop app that is offline</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/create-a-desktop-app-that-is-offline/m-p/1123995#M10689</link>
      <description>&lt;P&gt;In this topic -&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/offline-maps-scenes-and-data/" target="_blank"&gt;https://developers.arcgis.com/net/offline-maps-scenes-and-data/&lt;/A&gt;&amp;nbsp;- the specific info is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Fully disconnected:&lt;/STRONG&gt; A fully disconnected workflow is suitable for apps that do not require regular data updates, or for apps that will never have access to a network connection. Apps can operate in a fully disconnected environment by opening mobile map packages or mobile scene packages created with ArcGIS Pro. These read-only packages can be shared within an organization or distributed by traditional means and copied onto any number of devices. See &lt;A href="https://developers.arcgis.com/net/offline-maps-scenes-and-data/take-a-map-offline-with-arcgis-pro/" target="_blank" rel="noopener"&gt;Take a map offline with ArcGIS Pro&lt;/A&gt; or &lt;A href="https://developers.arcgis.com/net/offline-maps-scenes-and-data/take-a-scene-offline-with-arcgis-pro/" target="_blank" rel="noopener"&gt;Take a scene offline with ArcGIS Pro&lt;/A&gt; for more details.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also see this topic&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/layers/#arcgis-data-layers" target="_blank"&gt;https://developers.arcgis.com/net/layers/#arcgis-data-layers&lt;/A&gt;&amp;nbsp;for info on specific layer types that can be used offline (as packages and files).&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 19:50:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/create-a-desktop-app-that-is-offline/m-p/1123995#M10689</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2021-12-08T19:50:02Z</dc:date>
    </item>
  </channel>
</rss>

