<?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: Offline maps difference between .Net and Android in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/offline-maps-difference-between-net-and-android/m-p/575128#M7037</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Webmap is on an internal portal and is not secured by authentication.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 May 2020 09:18:20 GMT</pubDate>
    <dc:creator>TrondTunheim</dc:creator>
    <dc:date>2020-05-19T09:18:20Z</dc:date>
    <item>
      <title>Offline maps difference between .Net and Android</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/offline-maps-difference-between-net-and-android/m-p/575125#M7034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´m new to the .NET sdk , I have been using the Android and IOS native SDKs for a while. I tried now to port a code that uses the Android SDK to a .NET WPF application. The code involves taking a Basemap offline. I have created a Webmap in our portal. The Webmap has only one layer the basemap layer "World Street Map".&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Android application I am fully able to take a pice of the map offline by specifying the extent and maxScale/minScale in the OfflineParamters and calling the OfflineMapTask. The gives me a package.info file and a directory p13 wich contains a .tpk and a .mmap file on my phone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the .NET application i try to use the same WebMap (&amp;nbsp;item&amp;nbsp;ID) and area and take that offline. This results in the following message : "World_Street_Map_8421 : Tile export not enabled: Map service does not support export tiles and no alternative could be found".&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the same Webmap used in both Android and the .NET application. The Android version have no problems storing this map for offline use, but the .NET application throws the error. Is there a difference between the requirement for the map to be taken offline when i comes to Android and .NET ?. Or is it something else that I have overlooked ?.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I would appreciate if someone could shed some light onto this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2020 08:20:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/offline-maps-difference-between-net-and-android/m-p/575125#M7034</guid>
      <dc:creator>TrondTunheim</dc:creator>
      <dc:date>2020-05-15T08:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: Offline maps difference between .Net and Android</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/offline-maps-difference-between-net-and-android/m-p/575126#M7035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's definitely curious - the code used to take the packages offline is coming from the same piece of code.&lt;/P&gt;&lt;P&gt;Is the service secured? Did you&amp;nbsp;need to authenticate with the service?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2020 16:03:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/offline-maps-difference-between-net-and-android/m-p/575126#M7035</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2020-05-15T16:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Offline maps difference between .Net and Android</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/offline-maps-difference-between-net-and-android/m-p/575127#M7036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the URL the webmap contains and what URL is being requested?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With WPF you can use Fiddler to capture the request or add an event handler for the request begin event (noting that sometimes Fiddler can change request/response behavior).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;ArcGISHttpClientHandler&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;HttpRequestBegin &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;sender&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; request&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;
 &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
    &lt;SPAN class="comment token"&gt;// Check the URL here.&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 00:45:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/offline-maps-difference-between-net-and-android/m-p/575127#M7036</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2021-12-12T00:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: Offline maps difference between .Net and Android</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/offline-maps-difference-between-net-and-android/m-p/575128#M7037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Webmap is on an internal portal and is not secured by authentication.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2020 09:18:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/offline-maps-difference-between-net-and-android/m-p/575128#M7037</guid>
      <dc:creator>TrondTunheim</dc:creator>
      <dc:date>2020-05-19T09:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Offline maps difference between .Net and Android</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/offline-maps-difference-between-net-and-android/m-p/575129#M7038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The url in the webmap is for World Streetmap (&amp;nbsp;&lt;A class="link-titled" href="https://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer" title="https://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer"&gt;World_Street_Map (MapServer)&lt;/A&gt;&amp;nbsp;)&lt;BR /&gt;&lt;BR /&gt;I will try to use Wireshark to capture the traffic , both on the the Android client and on the WPF to see the difference..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2020 09:23:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/offline-maps-difference-between-net-and-android/m-p/575129#M7038</guid>
      <dc:creator>TrondTunheim</dc:creator>
      <dc:date>2020-05-19T09:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Offline maps difference between .Net and Android</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/offline-maps-difference-between-net-and-android/m-p/575130#M7039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The service at that URL does not support export (&lt;A class="link-titled" href="https://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer" title="https://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer"&gt;World_Street_Map (MapServer)&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead, for export you should reference:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Item:&amp;nbsp;&lt;A class="link-titled" href="https://www.arcgis.com/home/item.html?id=e384f5aa4eb1433c92afff09500b073d" title="https://www.arcgis.com/home/item.html?id=e384f5aa4eb1433c92afff09500b073d"&gt;https://www.arcgis.com/home/item.html?id=e384f5aa4eb1433c92afff09500b073d&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Url:&amp;nbsp;&lt;A class="link-titled" href="https://tiledbasemaps.arcgis.com/arcgis/rest/services/World_Street_Map/MapServer" title="https://tiledbasemaps.arcgis.com/arcgis/rest/services/World_Street_Map/MapServer"&gt;https://tiledbasemaps.arcgis.com/arcgis/rest/services/World_Street_Map/MapServer&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2020 16:28:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/offline-maps-difference-between-net-and-android/m-p/575130#M7039</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2020-05-19T16:28:20Z</dc:date>
    </item>
  </channel>
</rss>

