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

[desktop] Address is not visible in dev and prod modes if street is not set #8160

Open
biodranik opened this issue May 12, 2024 · 4 comments
Assignees
Labels
Address Issues with addresses, post codes, city/town/village borders

Comments

@biodranik
Copy link
Member

biodranik commented May 12, 2024

A house number and a postal code should be printed even if a street is not set, at least for debugging the street is correctly set: https://www.openstreetmap.org/node/11024537106

@Ferenc- can you please take a look? It could also be an issue on Android/iOS...

выява выява
@biodranik biodranik added the Desktop Desktop application label May 12, 2024
@Ferenc-
Copy link
Contributor

Ferenc- commented May 13, 2024

The behavior seems to be the same on Android, so I am not sure that the Desktop label is merited.

image

@Ferenc-
Copy link
Contributor

Ferenc- commented May 13, 2024

So in search/reverse_geocoder.cpp:229, when you have the bld with m_name = "152-3", then table.Get(bld.m_id) returns an empty optional, does it make sense to dig deeper there, into the details of why exactly?

@Ferenc- Ferenc- removed the Desktop Desktop application label May 13, 2024
@biodranik biodranik added the Address Issues with addresses, post codes, city/town/village borders label May 13, 2024
@biodranik
Copy link
Member Author

biodranik commented May 13, 2024

@vng something is strange, the node has a street, but it's ignored. Is it caused by a dash in the house number? https://www.openstreetmap.org/node/11024537106

@Ferenc- thanks for the investigation, it requires heavy artillery...

@vng
Copy link
Member

vng commented May 14, 2024

I faced a similar problem here: https://www.openstreetmap.org/node/2791631352
When a street is inherited from the parent area building. We see the street in the editor, but not in PP.

Will check later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Address Issues with addresses, post codes, city/town/village borders
Projects
None yet
Development

No branches or pull requests

3 participants