When i perform a zoom if i dont have tiles for that area, the upper level tiles was shown instead of disappear...
How i can disable that feature?
WebTiledLayer{ visible: map.layerVisibilityOfflineTopoFire; templateUrl: AppFramework.userHomeFolder.filePath("ArcGIS/AppStudio/Data/MyMarvelousApp/") + "/topofire/{level}/{col}/{row}.jpg;
noDataTileBehavior: Enums.NoDataTileBehaviorBlank;
}
Can you share your code please?
Lucas Danzinger I have the same behavior with every one of the enum options.
There you have a good data to test it. (attached)
A greeting!
I don't have good data to test if this works or not, but can you try setting the noDataTileBehavior property (inherited from ImageTiledLayer) to Enums.NoDataTileBehaviorBlank - https://developers.arcgis.com/qt/latest/qml/api-reference/enums-nodatatilebehavior.html
Jorge,
I don't see any property or method to disable cache on the WebTiledLayer documentation of ArcGIS Runtime SDK for Qt/QML.
I am including ArcGIS Runtime SDK for Qt to see anyone in this group know the answer to this.
Thank you,
Erwin
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.