<?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: add points to a map in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/add-points-to-a-map/m-p/259189#M1345</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I appreciate the Response! Whenever I add a feature (mouse click on the map) is there a way to save it to a local file system (ie. a json file)? So that the file will contain all of the points on the map and can be re uploaded at any time.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Jun 2020 19:41:41 GMT</pubDate>
    <dc:creator>johnmarker</dc:creator>
    <dc:date>2020-06-30T19:41:41Z</dc:date>
    <item>
      <title>add points to a map</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/add-points-to-a-map/m-p/259187#M1343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm very new to using ArcGIS. I have a starter app that uses qml. When the user clicks on a certain location on the map i want to create a point at that location and show the clicked point on the map. I'm not really sure how to go about this, so any help or suggestions would be appreciated! thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2020 17:43:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/add-points-to-a-map/m-p/259187#M1343</guid>
      <dc:creator>johnmarker</dc:creator>
      <dc:date>2020-06-29T17:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: add points to a map</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/add-points-to-a-map/m-p/259188#M1344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Walker&lt;BR /&gt;Please find the attached code snippet, I used it before to add new feature in a feature service.&lt;A href="https://drive.google.com/file/d/1aVjv_oq71NAiy1iOvnTQfigg5JSkOJNj/view?usp=sharing"&gt;add feature code snippet&lt;BR /&gt;&lt;/A&gt;I hope this would help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ihab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2020 23:54:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/add-points-to-a-map/m-p/259188#M1344</guid>
      <dc:creator>IhabHassan</dc:creator>
      <dc:date>2020-06-29T23:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: add points to a map</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/add-points-to-a-map/m-p/259189#M1345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I appreciate the Response! Whenever I add a feature (mouse click on the map) is there a way to save it to a local file system (ie. a json file)? So that the file will contain all of the points on the map and can be re uploaded at any time.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2020 19:41:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/add-points-to-a-map/m-p/259189#M1345</guid>
      <dc:creator>johnmarker</dc:creator>
      <dc:date>2020-06-30T19:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: add points to a map</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/add-points-to-a-map/m-p/259190#M1346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No worries. I am not sure about the JSON storage, but the typical workflow for that is to create a local replica - in the form of file geo-database - from the feature service, the edits will be kept on the device, and&amp;nbsp;you will control when you can push the edits to the feature service by starting a sync operation.&lt;BR /&gt;In order to prepare your feature service for offline use, this doco here has detailed explanation:&amp;nbsp;&lt;A class="" href="https://enterprise.arcgis.com/en/server/latest/publish-services/windows/prepare-data-for-offline-use.htm" title="https://enterprise.arcgis.com/en/server/latest/publish-services/windows/prepare-data-for-offline-use.htm"&gt;Prepare data for offline use—Documentation | Documentation for ArcGIS Enterprise&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;Also this QT doco guide is explaining in more details the workflow on syncing offline:&amp;nbsp;&lt;A class="" href="https://developers.arcgis.com/qt/latest/qml/guide/sync-offline-edits.htm" title="https://developers.arcgis.com/qt/latest/qml/guide/sync-offline-edits.htm"&gt;Sync offline edits—ArcGIS Runtime SDK for Qt | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;Please let me know if you have any questions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ihab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2020 00:40:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/add-points-to-a-map/m-p/259190#M1346</guid>
      <dc:creator>IhabHassan</dc:creator>
      <dc:date>2020-07-01T00:40:43Z</dc:date>
    </item>
  </channel>
</rss>

