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,xyz,none,xyz");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