Skip to content
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

can we retrieve the exact location of a venue from nominatim.openstreetmap.org ? #21

Open
jakopako opened this issue Apr 21, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@jakopako
Copy link
Owner

Investigate and implement if feasable.

Eg https://nominatim.openstreetmap.org/ui/search.html?q=gretchen+berlin+germany

@jakopako jakopako added the enhancement New feature or request label Apr 21, 2023
@MarkJaroski
Copy link

I've found that this works quite well using the following type of query:

GET /search/amenity=%s&city=%s&format=json&addressdetails=1

I've also tried using the "q" parameter, but this returns a lot of false positives. I've found it's better to make an exact match. If necessary it's possible to add the exact venue name in concert cloud to OpenStreetMap as an alternative name, or - better - adjust the name in concert cloud to align with OpenStreetMap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants