<?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: Loading shapefile in QML in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/loading-shapefile-in-qml/m-p/564315#M2913</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my opinion It may be possible to make QML's Canvas like a map viewer&amp;nbsp;with a plugin.&amp;nbsp;Using the plugin, QML's 2D Canvas should&amp;nbsp;import and view KML, SHP and GeoJSON files like SVG files with Proj4JS library. (I tested Proj4JS library with QML, it works. )&amp;nbsp;I would like to import and view GIS data using map canvas with QML on mobile devices. I do not prefer to include specific map providers. Hopefully this plugin will exist &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Mar 2018 00:34:25 GMT</pubDate>
    <dc:creator>Edip_AhmetTa_k_n</dc:creator>
    <dc:date>2018-03-20T00:34:25Z</dc:date>
    <item>
      <title>Loading shapefile in QML</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/loading-shapefile-in-qml/m-p/564307#M2905</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;How can I load in QML a shapefile stored in local folder? From the documentation, I understand that I have to use a FeatureLayer (&lt;A class="link-titled" href="https://developers.arcgis.com/net/10-2/sample-code/FeatureLayerFromShapefile/" title="https://developers.arcgis.com/net/10-2/sample-code/FeatureLayerFromShapefile/"&gt;Feature Layer from Shapefile | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;) but the example is for .NET and I could not find an example for QML ...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 09:58:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/loading-shapefile-in-qml/m-p/564307#M2905</guid>
      <dc:creator>AkanéLevy</dc:creator>
      <dc:date>2017-06-12T09:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Loading shapefile in QML</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/loading-shapefile-in-qml/m-p/564308#M2906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp;Akané,&lt;/P&gt;&lt;P&gt;At the current release, directly reading a shapefile from a folder isn't supported in QML. We are going to provide this capability in a future release, however, as this is a capability that's crucial for&amp;nbsp;many users like yourself. We'd be very interested in&amp;nbsp;knowing&amp;nbsp;what your primary needs are&amp;nbsp;with respect to working with shapefiles in Runtime apps. Your information will help us to stay on the mark in delivering useful APIs for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 19:27:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/loading-shapefile-in-qml/m-p/564308#M2906</guid>
      <dc:creator>EricBader</dc:creator>
      <dc:date>2017-06-12T19:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Loading shapefile in QML</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/loading-shapefile-in-qml/m-p/564309#M2907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;The reason why I thought of using local shapefiles was that I needed&amp;nbsp;my Runtime app to work offline.&lt;/P&gt;&lt;P&gt;I understand that the release 100.0 does not support this, but is it the same for 10.2.6 ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, if I want to run my QML app offline I need: tile package, or mobile map package, or geodatabase, is that correct ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 08:59:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/loading-shapefile-in-qml/m-p/564309#M2907</guid>
      <dc:creator>AkanéLevy</dc:creator>
      <dc:date>2017-06-15T08:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: Loading shapefile in QML</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/loading-shapefile-in-qml/m-p/564310#M2908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;BR /&gt;we have the same necessity . As shapefiles are widely-used for geodata-interexchange it would be very useful if AGS for Qt would support them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 13:08:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/loading-shapefile-in-qml/m-p/564310#M2908</guid>
      <dc:creator>PeterZanetti</dc:creator>
      <dc:date>2017-08-21T13:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Loading shapefile in QML</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/loading-shapefile-in-qml/m-p/564311#M2909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that is correct. Today. With 100.1. However, we are adding shapefile support in Update 2, near the end of this year.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2017 05:11:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/loading-shapefile-in-qml/m-p/564311#M2909</guid>
      <dc:creator>EricBader</dc:creator>
      <dc:date>2017-08-22T05:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Loading shapefile in QML</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/loading-shapefile-in-qml/m-p/564312#M2910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, shapefile support is coming in Update 2, end of 2017.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2017 05:12:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/loading-shapefile-in-qml/m-p/564312#M2910</guid>
      <dc:creator>EricBader</dc:creator>
      <dc:date>2017-08-22T05:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: Loading shapefile in QML</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/loading-shapefile-in-qml/m-p/564313#M2911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. Could Esri community publish importing shapefiles as an opensource extension to Qt5/QML without Esri runtime? I think some developers&amp;nbsp; might only need to import shapefiles to their QML project without using other GIS features.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 22:16:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/loading-shapefile-in-qml/m-p/564313#M2911</guid>
      <dc:creator>Edip_AhmetTa_k_n</dc:creator>
      <dc:date>2017-12-12T22:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Loading shapefile in QML</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/loading-shapefile-in-qml/m-p/564314#M2912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you referring to the QtLocation plugin? I think this could maybe be a generic shapefile implementation not tied to any specific provider (Esri, Here, Mapbox, etc)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 19:20:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/loading-shapefile-in-qml/m-p/564314#M2912</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2018-03-14T19:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Loading shapefile in QML</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/loading-shapefile-in-qml/m-p/564315#M2913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my opinion It may be possible to make QML's Canvas like a map viewer&amp;nbsp;with a plugin.&amp;nbsp;Using the plugin, QML's 2D Canvas should&amp;nbsp;import and view KML, SHP and GeoJSON files like SVG files with Proj4JS library. (I tested Proj4JS library with QML, it works. )&amp;nbsp;I would like to import and view GIS data using map canvas with QML on mobile devices. I do not prefer to include specific map providers. Hopefully this plugin will exist &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2018 00:34:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/loading-shapefile-in-qml/m-p/564315#M2913</guid>
      <dc:creator>Edip_AhmetTa_k_n</dc:creator>
      <dc:date>2018-03-20T00:34:25Z</dc:date>
    </item>
  </channel>
</rss>

