Offlin map for QT Apps.

276
1
06-05-2020 09:36 AM
mohamedfarook
New Contributor

How can i download a base map with labels without any layers for a specific area to work on it on Qt Application without needs to internet ?.... where i used a small sample to make sure from my app that is working good on a local server as mentioned in a tutorial here ... now i need to know how to download a basemap for country like Egypt as an example or there is no way except to buy it so what should i do ...  

0 Kudos
1 Reply
LucasDanzinger
Esri Frequent Contributor

You can base your code off of the Export Tiles sample - arcgis-runtime-samples-qt/ArcGISRuntimeSDKQt_CppSamples/Layers/ExportTiles at master · Esri/arcgis-r... 

Do you have a specific basemap you want to take offline? If you want to use one of the Esri Basemaps, you'll need to authenticate with the ArcGIS platform.

0 Kudos