<?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 minimum Run time License for loading geotiff and shapefile in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/minimum-run-time-license-for-loading-geotiff-and/m-p/349769#M1745</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;Loading geotiff as RasterLayer and loading shapefile as FeatureLayer were done with error message like&amp;nbsp;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #000000;"&gt;"Attempt to use functionality that is not supported for the current license level"&lt;/SPAN&gt;


&lt;SPAN style="color: #000000;"&gt;after I set up runtime license.&lt;/SPAN&gt;
&lt;SPAN style="color: #800080;"&gt;ArcGISRuntimeEnvironment&lt;/SPAN&gt;::&lt;SPAN style="color: #00677c;"&gt;setLicense&lt;/SPAN&gt;(&lt;SPAN style="color: #008000;"&gt;"runtimelite,1000,xxxxxxx,none,xxxxx"&lt;/SPAN&gt;);&lt;/PRE&gt;&lt;P&gt;Both loading works correctly without setLicense call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which level of runtime license do I need?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't need to edit those files on my application, just show them over the base map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought it is part of "Display layers and packages" in the runtime Lite license.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Environment is&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QT SDK version 100.2, C++ &amp;amp; QML based application on Windows, Android, iOS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hideki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 16:22:08 GMT</pubDate>
    <dc:creator>HidekiShibata</dc:creator>
    <dc:date>2021-12-12T16:22:08Z</dc:date>
    <item>
      <title>minimum Run time License for loading geotiff and shapefile</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/minimum-run-time-license-for-loading-geotiff-and/m-p/349769#M1745</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;Loading geotiff as RasterLayer and loading shapefile as FeatureLayer were done with error message like&amp;nbsp;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #000000;"&gt;"Attempt to use functionality that is not supported for the current license level"&lt;/SPAN&gt;


&lt;SPAN style="color: #000000;"&gt;after I set up runtime license.&lt;/SPAN&gt;
&lt;SPAN style="color: #800080;"&gt;ArcGISRuntimeEnvironment&lt;/SPAN&gt;::&lt;SPAN style="color: #00677c;"&gt;setLicense&lt;/SPAN&gt;(&lt;SPAN style="color: #008000;"&gt;"runtimelite,1000,xxxxxxx,none,xxxxx"&lt;/SPAN&gt;);&lt;/PRE&gt;&lt;P&gt;Both loading works correctly without setLicense call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which level of runtime license do I need?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't need to edit those files on my application, just show them over the base map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought it is part of "Display layers and packages" in the runtime Lite license.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Environment is&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QT SDK version 100.2, C++ &amp;amp; QML based application on Windows, Android, iOS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hideki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 16:22:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/minimum-run-time-license-for-loading-geotiff-and/m-p/349769#M1745</guid>
      <dc:creator>HidekiShibata</dc:creator>
      <dc:date>2021-12-12T16:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: minimum Run time License for loading geotiff and shapefile</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/minimum-run-time-license-for-loading-geotiff-and/m-p/349770#M1746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Local Rasters and Shapefiles require a Standard license. Please see the table here -&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/qt/latest/qml/guide/license-your-app.htm#ESRI_SECTION1_2F84DB09605D41F8A62089B993AB95DE" title="https://developers.arcgis.com/qt/latest/qml/guide/license-your-app.htm#ESRI_SECTION1_2F84DB09605D41F8A62089B993AB95DE"&gt;License your app—ArcGIS Runtime SDK for Qt | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lite covers data and layers "from the ArcGIS Platform", meaning feature services, web maps, mobile map packages, etc. Many other data formats that are not ArcGIS specific (like rasters and shapefile) require a higher&amp;nbsp;level of licensing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 15:23:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/minimum-run-time-license-for-loading-geotiff-and/m-p/349770#M1746</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2017-12-27T15:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: minimum Run time License for loading geotiff and shapefile</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/minimum-run-time-license-for-loading-geotiff-and/m-p/349771#M1747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, I got it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 22:34:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/minimum-run-time-license-for-loading-geotiff-and/m-p/349771#M1747</guid>
      <dc:creator>HidekiShibata</dc:creator>
      <dc:date>2017-12-28T22:34:32Z</dc:date>
    </item>
  </channel>
</rss>

