Viewing response from Map Tile requests

Hello,

I’m wondering if there is a way to see the raw response returned from a map tile request. We have a situation where our Bing map tiles are no longer working in our software when on our corporate network (OpenStreetMap is fine), but work when not on the network, so I’d like to see what’s being returned to look for clues.

Regards,

Rob H

The tiles class has some useful options: https://www.mapwindow.org/documentation/mapwingis4.9/class_tiles.html
Like setting the project, log to a file, etc.

1 Like

Thanks, I became aware of the logging recently and had since completely forgotten. I’ll try it out.