Hi there,
We have some customer behind proxy & firewall who cannot display OpenStreetMapOverlay properly.
- Is there a way to get the server addresses & ports used ?
best regards,
Patrick.
OpenStreetMapOverlay server & port
Hi
Patrick,
We can
hook up the SendingWebRequest event of OpenStreetMapOverlay, when this event is
fired, the event argument will contain a WebRequest instance, include
the tile requesting URL.
Hope
this would be helpful and any other question, please feel free to let us know.
Regards,
Kevin
That’s a great info, thank you Kevin,
by chance, is there an event when the tile request fail, what ever the reason ?
so far, the tile is displayed in pink but I’d like to log the info.
Thank you for your help,
Patrick.
You’re always welcome, Patrick!
For the question of OSM exception. Our developer has made some changes to development version of Desktop edition, so that we can set the DrawingExceptionMode of OpenStreetMapOverlay as ThrowException, the exception will be thrown once there is an error in requesting.
Would you please get the latest development version (8.0.297.0) and have a try?
Any question please feel free to let us know.
Thanks,
Kevin