ClemensFischer / XAML-Map-Control

XAML Map Control Library
Microsoft Public License
205 stars 61 forks source link

[WPF] Open Street Map : 429 too many requests #38

Closed TseuX closed 5 years ago

TseuX commented 5 years ago

Hello,

Have you seen that ?

image

A work around is here : https://stackoverflow.com/a/15031536

Can you modify ImageLoader::LoadHttpStreamAsync please?

This project is really useful.

Thank you.

ClemensFischer commented 5 years ago

There is nothing to fix in LoadHttpStreamAsync. Just identify your application by

ImageLoader.HttpClient.DefaultRequestHeaders.Add("User-Agent", "Your App");
TseuX commented 5 years ago

Thank you !