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

Ignore postcode areas on reverse #3609

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

lonvia
Copy link
Member

@lonvia lonvia commented Dec 12, 2024

Postcode areas used to be excluded from reverse geocoding in the PHP frontend. This restores the behaviour.

I've considered moving them into an extra layer but that would rather degrade the layer parameter into a category search. Direct postcode reverse search isn't really useful anyways as a separate function. Simply search for the address at that point and use the returned postcode.

Closes #3538.

Postcode lookups are best done by doing reverse at a higher
level and then extracting the postcode.
@lonvia lonvia merged commit 046665f into osm-search:master Dec 13, 2024
8 checks passed
@lonvia lonvia deleted the reverse-ignore-postcode-areas branch December 13, 2024 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Poor quality results for neighborhood queries (zoom level 14)
1 participant