-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SetPositionByKeywords doesn't work anymore #209
Comments
I don't think we use this particular method, but we do use the GetPositionByKeywords method. And I think we're having the same problem. Debugging session shows that a web request to get the location information from the keywords, returns a 403 Forbidden. Hopefully this will be fixed soon! |
Same here on GetPositionByKeywords using OpenStreetMap. Does anyone know a workaround? |
Error seems to appear on request to hhtps://nominatim.openstreetmap.org/search... Solution looks like this: static MapHelper() public static async Task GetPointFromUrl(string keys) Without setting UserAgent header the request will result in 403 forbidden. Hope it helps. A Fix of this issue would be really nice anyways |
Can confirm jonas' solution worked for us too. Thank you for sharing your solution! Shame it has to come to manual workarounds, hopefully they will fix it on their side soon. |
I have an programm that set's the map position with keywords, but since a few days this doesn't work anymore. The map itself works normaly and the position can be set with coordinates. As mapprovider i use openstreetmap.
Has anyone the same problem or has anyone an idea to fix this problem?
The text was updated successfully, but these errors were encountered: