I'm working with UWP MapControl and local networked GeoServer as my tile server. When I'm connected to the internet everything works fine and the map shows my tiles.
When disconnecting the client from the internet the tiles are not visible.
Working with fiddler shows that applications sends request to ecn.dev.virtualearth.net. When online, answer recieved and then sends requests to local GeoServer. When not connected to web, no answer received and no request are then sent to GeoServer.
Is there a way to work disconnected from the internet? having an offline license?
Thanks Dror