<?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: Samples qml sourcecode available? in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/samples-qml-sourcecode-available/m-p/167041#M806</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) Thanks for the pointer! Definitely something worth implementing in a near future to integrate Arcgis with the world out there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) The download bit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Mar 2015 23:49:51 GMT</pubDate>
    <dc:creator>MarcoPiccolino1</dc:creator>
    <dc:date>2015-03-18T23:49:51Z</dc:date>
    <item>
      <title>Samples qml sourcecode available?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/samples-qml-sourcecode-available/m-p/167037#M802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, is the source code of the samples available somewhere?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't seem to find it neither on github nor in the distribution. Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 23:13:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/samples-qml-sourcecode-available/m-p/167037#M802</guid>
      <dc:creator>MarcoPiccolino1</dc:creator>
      <dc:date>2015-03-18T23:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Samples qml sourcecode available?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/samples-qml-sourcecode-available/m-p/167038#M803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, we did not provide the source for the sample app for this release. In a future release, we plan to move the sample code to github so others can see and contribute (and build themselves). Is there something that it does that you are curious about, or are you just wanting to build the whole thing yourself?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Luke &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 23:21:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/samples-qml-sourcecode-available/m-p/167038#M803</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2015-03-18T23:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Samples qml sourcecode available?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/samples-qml-sourcecode-available/m-p/167039#M804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are two bits I am specifically interested in at the moment. One is the .tpk download / load; the other is seeing examples of the different layer types that it is possible to load. In particular, whether there is any support for geojson. Browsing the Qml API doc without elaborate examples is a bit cumbersome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 23:34:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/samples-qml-sourcecode-available/m-p/167039#M804</guid>
      <dc:creator>MarcoPiccolino1</dc:creator>
      <dc:date>2015-03-18T23:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Samples qml sourcecode available?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/samples-qml-sourcecode-available/m-p/167040#M805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For GeoJSON, the answer is not right now. We will be adding support for this in a future release, but unfortunately don't have it currently. If you're feeling ambitious, it would by all means be possible to write something in C++ (or maybe even QML) that made the rest request to your service that sends back geojson, and parses that and displays the output in a graphics layer. The Runtime Java team put out a sample that does something like this - &lt;A href="https://github.com/Esri/arcgis-runtime-samples-java/tree/master/geojson" title="https://github.com/Esri/arcgis-runtime-samples-java/tree/master/geojson"&gt;arcgis-runtime-samples-java/geojson at master · Esri/arcgis-runtime-samples-java · GitHub&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The goal is to have something like this be part of the actual API in the future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for the download TPK, are you referring to the sample that shows how to call export tiles, or are you wanting to know about how the offline data is downloaded throughout the app?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 23:43:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/samples-qml-sourcecode-available/m-p/167040#M805</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2015-03-18T23:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: Samples qml sourcecode available?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/samples-qml-sourcecode-available/m-p/167041#M806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) Thanks for the pointer! Definitely something worth implementing in a near future to integrate Arcgis with the world out there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) The download bit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 23:49:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/samples-qml-sourcecode-available/m-p/167041#M806</guid>
      <dc:creator>MarcoPiccolino1</dc:creator>
      <dc:date>2015-03-18T23:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: Samples qml sourcecode available?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/samples-qml-sourcecode-available/m-p/167042#M807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lucas I am being silly, the source code is actually available in a tab in the sample apps, so that should suffice for my purposes. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 00:11:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/samples-qml-sourcecode-available/m-p/167042#M807</guid>
      <dc:creator>MarcoPiccolino1</dc:creator>
      <dc:date>2015-03-19T00:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Samples qml sourcecode available?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/samples-qml-sourcecode-available/m-p/167043#M808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahh, I thought you meant the source to the overall sample application, not each individual sample in the app. Sorry for the confusion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I agree with you on the GeoJSON thing. We will see when we can get this added in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Luke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 00:16:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/samples-qml-sourcecode-available/m-p/167043#M808</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2015-03-19T00:16:57Z</dc:date>
    </item>
  </channel>
</rss>

