<?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 can I use an application on offline? in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/how-can-i-use-an-application-on-offline/m-p/692929#M3544</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/409871"&gt;Wada Takumi&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need to display an Offline Map, one way to do it is to create a &lt;A href="https://developers.arcgis.com/qt/latest/cpp/api-reference/esri-arcgisruntime-mobilemappackage.html"&gt;MobileMapPackage &lt;/A&gt;in ArcGISPro which contains the base map and features that you need. You can then open the Mobile Map Package in Runtime - see this sample for an example of that workflow:&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-runtime-samples-qt/tree/master/ArcGISRuntimeSDKQt_CppSamples/Maps/OpenMobileMap_MapPackage" title="https://github.com/Esri/arcgis-runtime-samples-qt/tree/master/ArcGISRuntimeSDKQt_CppSamples/Maps/OpenMobileMap_MapPackage"&gt;arcgis-runtime-samples-qt/ArcGISRuntimeSDKQt_CppSamples/Maps/OpenMobileMap_MapPackage at master · Esri/arcgis-runtime-sa…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't have access to ArcGIS Pro then you can download an offline map from ArcGIS Online (or your own portal) - see this sample for an example of that approach:&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-runtime-samples-qt/tree/master/ArcGISRuntimeSDKQt_CppSamples/Maps/GenerateOfflineMap" title="https://github.com/Esri/arcgis-runtime-samples-qt/tree/master/ArcGISRuntimeSDKQt_CppSamples/Maps/GenerateOfflineMap"&gt;arcgis-runtime-samples-qt/ArcGISRuntimeSDKQt_CppSamples/Maps/GenerateOfflineMap at master · Esri/arcgis-runtime-samples-…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To display positions using Latitude and Longitude you can create a &lt;A href="https://developers.arcgis.com/qt/latest/cpp/api-reference/esri-arcgisruntime-point.html"&gt;Point&lt;/A&gt;&amp;nbsp;supplying an x, y position at a &lt;A href="https://developers.arcgis.com/qt/latest/cpp/api-reference/esri-arcgisruntime-spatialreference.html"&gt;SpatialReference&lt;/A&gt; of wgs84 (note the static method that will create this for you). Also take care that you pass Latitude and Longitude in the right order: Latitude corresponds to the "y" axis and Longitude corresponds to the "x" axis. This sample gives an example of adding graphics using lat/long:&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-runtime-samples-qt/blob/master/ArcGISRuntimeSDKQt_CppSamples/DisplayInformation/GOSymbols/GOSymbols.cpp" title="https://github.com/Esri/arcgis-runtime-samples-qt/blob/master/ArcGISRuntimeSDKQt_CppSamples/DisplayInformation/GOSymbols/GOSymbols.cpp"&gt;arcgis-runtime-samples-qt/GOSymbols.cpp at master · Esri/arcgis-runtime-samples-qt · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Nov 2020 09:23:54 GMT</pubDate>
    <dc:creator>LukeSmallwood</dc:creator>
    <dc:date>2020-11-10T09:23:54Z</dc:date>
    <item>
      <title>How can I use an application on offline?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/how-can-i-use-an-application-on-offline/m-p/692928#M3543</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 created the Application for Qt.&lt;/P&gt;&lt;P&gt;I want to use this App on offline, but I don't know how.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want my app to look like this&lt;/P&gt;&lt;P&gt;&amp;nbsp;:similar to Navigation App, but there is no destination.&lt;/P&gt;&lt;P&gt;&amp;nbsp;:simple motion, using a Latitude and Longitude to move.&lt;/P&gt;&lt;P&gt;&amp;nbsp;:stand-alone Application. (It's never going to be online.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;:can&amp;nbsp;see the map, when launch the app.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;:can move symbols even when offline.&lt;/P&gt;&lt;P&gt;&amp;nbsp;:the map is loaded from the local directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I create an App like this one? And What kind of license do I need?&lt;/P&gt;&lt;P&gt;If It can't, at least tell me how to load the map offline from the local directory and use &lt;SPAN&gt;Latitude and Longitude&lt;/SPAN&gt; to display the symbols.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2020 07:04:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/how-can-i-use-an-application-on-offline/m-p/692928#M3543</guid>
      <dc:creator>Tkm_Knj</dc:creator>
      <dc:date>2020-11-10T07:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: How can I use an application on offline?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/how-can-i-use-an-application-on-offline/m-p/692929#M3544</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/409871"&gt;Wada Takumi&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need to display an Offline Map, one way to do it is to create a &lt;A href="https://developers.arcgis.com/qt/latest/cpp/api-reference/esri-arcgisruntime-mobilemappackage.html"&gt;MobileMapPackage &lt;/A&gt;in ArcGISPro which contains the base map and features that you need. You can then open the Mobile Map Package in Runtime - see this sample for an example of that workflow:&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-runtime-samples-qt/tree/master/ArcGISRuntimeSDKQt_CppSamples/Maps/OpenMobileMap_MapPackage" title="https://github.com/Esri/arcgis-runtime-samples-qt/tree/master/ArcGISRuntimeSDKQt_CppSamples/Maps/OpenMobileMap_MapPackage"&gt;arcgis-runtime-samples-qt/ArcGISRuntimeSDKQt_CppSamples/Maps/OpenMobileMap_MapPackage at master · Esri/arcgis-runtime-sa…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't have access to ArcGIS Pro then you can download an offline map from ArcGIS Online (or your own portal) - see this sample for an example of that approach:&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-runtime-samples-qt/tree/master/ArcGISRuntimeSDKQt_CppSamples/Maps/GenerateOfflineMap" title="https://github.com/Esri/arcgis-runtime-samples-qt/tree/master/ArcGISRuntimeSDKQt_CppSamples/Maps/GenerateOfflineMap"&gt;arcgis-runtime-samples-qt/ArcGISRuntimeSDKQt_CppSamples/Maps/GenerateOfflineMap at master · Esri/arcgis-runtime-samples-…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To display positions using Latitude and Longitude you can create a &lt;A href="https://developers.arcgis.com/qt/latest/cpp/api-reference/esri-arcgisruntime-point.html"&gt;Point&lt;/A&gt;&amp;nbsp;supplying an x, y position at a &lt;A href="https://developers.arcgis.com/qt/latest/cpp/api-reference/esri-arcgisruntime-spatialreference.html"&gt;SpatialReference&lt;/A&gt; of wgs84 (note the static method that will create this for you). Also take care that you pass Latitude and Longitude in the right order: Latitude corresponds to the "y" axis and Longitude corresponds to the "x" axis. This sample gives an example of adding graphics using lat/long:&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-runtime-samples-qt/blob/master/ArcGISRuntimeSDKQt_CppSamples/DisplayInformation/GOSymbols/GOSymbols.cpp" title="https://github.com/Esri/arcgis-runtime-samples-qt/blob/master/ArcGISRuntimeSDKQt_CppSamples/DisplayInformation/GOSymbols/GOSymbols.cpp"&gt;arcgis-runtime-samples-qt/GOSymbols.cpp at master · Esri/arcgis-runtime-samples-qt · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2020 09:23:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/how-can-i-use-an-application-on-offline/m-p/692929#M3544</guid>
      <dc:creator>LukeSmallwood</dc:creator>
      <dc:date>2020-11-10T09:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: How can I use an application on offline?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/how-can-i-use-an-application-on-offline/m-p/1001663#M3819</link>
      <description>&lt;P&gt;Thanks for answer.&lt;/P&gt;&lt;P&gt;I can&amp;nbsp;understand very well.&lt;/P&gt;&lt;P&gt;I'm going to figure out which way to do it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 06:36:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/how-can-i-use-an-application-on-offline/m-p/1001663#M3819</guid>
      <dc:creator>Tkm_Knj</dc:creator>
      <dc:date>2020-11-16T06:36:17Z</dc:date>
    </item>
  </channel>
</rss>

