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
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.