Hi
I’m trying to implement an offline mode using “OpenStreetMapOverlay” (my tile server) and I’d assumed that setting the “IsCacheOnly” property would stop it issuing requests to the server. It does not. Tried with 13.1.2, and 14.4.1.
I also tried suppressing the requests themselves by setting “Cancel” on the relevant “SendingxxxRequest” event. This appears to work in 14.x but not in 13.x - as soon as an area without a cached tile becomes visible XyzTileLayer throws as it dereferences a null webResponse object.
I’d rather not bump to 14 - does anyone know how to only use the cached tiles?
Cheers