minimum Run time License for loading geotiff and shapefile

528
2
12-23-2017 05:32 PM
HidekiShibata
New Contributor II

Hi,

Loading geotiff as RasterLayer and loading shapefile as FeatureLayer were done with error message like 

"Attempt to use functionality that is not supported for the current license level"


after I set up runtime license.
ArcGISRuntimeEnvironment::setLicense("runtimelite,1000,xxxxxxx,none,xxxxx");

Both loading works correctly without setLicense call.

Which level of runtime license do I need?

I don't need to edit those files on my application, just show them over the base map.

I thought it is part of "Display layers and packages" in the runtime Lite license.

Environment is 

QT SDK version 100.2, C++ & QML based application on Windows, Android, iOS.

Thanks,

Hideki

0 Kudos
2 Replies
LucasDanzinger
Esri Frequent Contributor

Local Rasters and Shapefiles require a Standard license. Please see the table here - License your app—ArcGIS Runtime SDK for Qt | ArcGIS for Developers 

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 level of licensing.

0 Kudos
HidekiShibata
New Contributor II

Thanks, I got it.

0 Kudos