<?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 Taking NOAA maps offline in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/taking-noaa-maps-offline/m-p/1061067#M4158</link>
    <description>&lt;P&gt;I'd like to take the&amp;nbsp;NOAA ENC Online Map Service and use it offline. Can this be done?&lt;/P&gt;&lt;P&gt;I currently fetch the map as below, and I am very happy with the results. I just want to have the maps be available offline so I can continue my development while at sea.&lt;/P&gt;&lt;P&gt;FWIW, I don't think I can directly share a link to the map because it seems to go through my username. Assuming my ArcGIS username is FOOBAR, then the link might be: FOOBAR.maps.arcgis.com/home/item.html?id=5cbd464c75a3444592f1dbd28d04af98&lt;/P&gt;&lt;LI-CODE lang="c"&gt;Map {
  id: mapViewMap

  initBasemapStyle: Enums.BasemapStyleNone
  // Nest the MapImageLayer to add it as the Map's Basemap
  ArcGISMapImageLayer {
    url: "https://FOOBAR.maps.arcgis.com/home/item.html?id=5cbd464c75a3444592f1dbd28d04af98"
  }
}
&lt;/LI-CODE&gt;</description>
    <pubDate>Mon, 24 May 2021 18:38:46 GMT</pubDate>
    <dc:creator>KennSebesta</dc:creator>
    <dc:date>2021-05-24T18:38:46Z</dc:date>
    <item>
      <title>Taking NOAA maps offline</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/taking-noaa-maps-offline/m-p/1061067#M4158</link>
      <description>&lt;P&gt;I'd like to take the&amp;nbsp;NOAA ENC Online Map Service and use it offline. Can this be done?&lt;/P&gt;&lt;P&gt;I currently fetch the map as below, and I am very happy with the results. I just want to have the maps be available offline so I can continue my development while at sea.&lt;/P&gt;&lt;P&gt;FWIW, I don't think I can directly share a link to the map because it seems to go through my username. Assuming my ArcGIS username is FOOBAR, then the link might be: FOOBAR.maps.arcgis.com/home/item.html?id=5cbd464c75a3444592f1dbd28d04af98&lt;/P&gt;&lt;LI-CODE lang="c"&gt;Map {
  id: mapViewMap

  initBasemapStyle: Enums.BasemapStyleNone
  // Nest the MapImageLayer to add it as the Map's Basemap
  ArcGISMapImageLayer {
    url: "https://FOOBAR.maps.arcgis.com/home/item.html?id=5cbd464c75a3444592f1dbd28d04af98"
  }
}
&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 24 May 2021 18:38:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/taking-noaa-maps-offline/m-p/1061067#M4158</guid>
      <dc:creator>KennSebesta</dc:creator>
      <dc:date>2021-05-24T18:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Taking NOAA maps offline</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/taking-noaa-maps-offline/m-p/1061078#M4159</link>
      <description>&lt;P&gt;The NOAA ENC Online uses the &lt;A href="https://www.esri.com/en-us/arcgis/products/arcgis-maritime/deployment/server-extension" target="_self"&gt;ArcGIS Maritime server extension&lt;/A&gt; to publish those services.&amp;nbsp; Those services are not able to be taken offline.&amp;nbsp; For users who want the same richness in functionality are encouraged to implement S-57 support in Runtime.&amp;nbsp; This will allow you to load the same S-57 (ENC) datasets natively into your application and work offline.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;Leland Snyder (leland.snyder@noaa.gov) from NOAA is the owner of NOAA ENC Online and would be interested in hearing your use case for taking this service offline&amp;nbsp;&lt;A href="https://www.arcgis.com/home/item.html?id=5cbd464c75a3444592f1dbd28d04af98" target="_blank"&gt;https://www.arcgis.com/home/item.html?id=5cbd464c75a3444592f1dbd28d04af98&lt;/A&gt;&amp;nbsp; &amp;nbsp;NOAA is looking into creating a tiled service from ENC Online that would be available for offline use.&lt;/P&gt;</description>
      <pubDate>Mon, 24 May 2021 18:59:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/taking-noaa-maps-offline/m-p/1061078#M4159</guid>
      <dc:creator>TomDePuyt</dc:creator>
      <dc:date>2021-05-24T18:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Taking NOAA maps offline</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/taking-noaa-maps-offline/m-p/1061093#M4160</link>
      <description>&lt;P&gt;Thanks, this is great info.&lt;/P&gt;&lt;P&gt;The use case is that NOAA already publishes a perfect product so why reinvent this wheel? In fact, my only use case which isn't already covered by consuming the NOAA server data is when out of reach of a data connection... which is unfortunately a sailor's standard condition.&lt;/P&gt;</description>
      <pubDate>Mon, 24 May 2021 19:33:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/taking-noaa-maps-offline/m-p/1061093#M4160</guid>
      <dc:creator>KennSebesta</dc:creator>
      <dc:date>2021-05-24T19:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Taking NOAA maps offline</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/taking-noaa-maps-offline/m-p/1061468#M4168</link>
      <description>&lt;P&gt;Once you have the ENC datasets, you can display them natively in Runtime as done in this sample -&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-runtime-samples-qt/tree/main/ArcGISRuntimeSDKQt_QMLSamples/Layers/AddEncExchangeSet" target="_blank"&gt;https://github.com/Esri/arcgis-runtime-samples-qt/tree/main/ArcGISRuntimeSDKQt_QMLSamples/Layers/AddEncExchangeSet&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 May 2021 17:53:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/taking-noaa-maps-offline/m-p/1061468#M4168</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2021-05-25T17:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Taking NOAA maps offline</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/taking-noaa-maps-offline/m-p/1061473#M4169</link>
      <description>&lt;P&gt;Thanks. FWIW, you might check out&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-runtime-sdk-for-qt/enc-fails-to-load-with-error-message-quot-invalid-argument-quot/m-p/1061268#M4164" target="_blank"&gt;https://community.esri.com/t5/arcgis-runtime-sdk-for-qt/enc-fails-to-load-with-error-message-quot-invalid-argument-quot/m-p/1061268#M4164&lt;/A&gt;&amp;nbsp;for an issue with that implementation.&lt;/P&gt;</description>
      <pubDate>Tue, 25 May 2021 17:56:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/taking-noaa-maps-offline/m-p/1061473#M4169</guid>
      <dc:creator>KennSebesta</dc:creator>
      <dc:date>2021-05-25T17:56:24Z</dc:date>
    </item>
  </channel>
</rss>

