radioman / greatmaps

GMap.NET - Great Maps for Windows Forms & Presentation
914 stars 408 forks source link

OpenStreetMap connection issue. #137

Closed w0mby closed 5 years ago

w0mby commented 5 years ago

The request for tiles were done for OpenStreetMap via http connection. These requests were returning 403 error. The switch has been made on https. After that switch a 418 error is provided. Which is due to the referrer field with an arbitrary default value. the Tile Usage Policy of OpenStreetMap specify to providing one only if known.

radioman commented 5 years ago

Thx