Support addr:conscriptionnumber and addr:streetnumber addresses in Czechia, Slovakia, Austria, and Hungary #579
Labels
No labels
Accessibility
Accessibility
Address
Address
Android
Android
Android Auto
Android Auto
Android Automotive (AAOS)
Android Automotive (AAOS)
API
API
AppGallery
AppGallery
AppStore
AppStore
Battery and Performance
Battery and Performance
Blocker
Blocker
Bookmarks and Tracks
Bookmarks and Tracks
Borders
Borders
Bug
Bug
Build
Build
CarPlay
CarPlay
Classificator
Classificator
Community
Community
Core
Core
CrashReports
CrashReports
Cycling
Cycling
Desktop
Desktop
DevEx
DevEx
DevOps
DevOps
dev_sandbox
dev_sandbox
Directions
Directions
Documentation
Documentation
Downloader
Downloader
Drape
Drape
Driving
Driving
Duplicate
Duplicate
Editor
Editor
Elevation
Elevation
Enhancement
Enhancement
Epic
Epic
External Map Datasets
External Map Datasets
F-Droid
F-Droid
Fonts
Fonts
Frequently User Reported
Frequently User Reported
Fund
Fund
Generator
Generator
Good first issue
Good first issue
Google Play
Google Play
GPS
GPS
GSoC
GSoC
iCloud
iCloud
Icons
Icons
iOS
iOS
Legal
Legal
Linux Desktop
Linux Desktop
Linux packaging
Linux packaging
Linux Phone
Linux Phone
Mac OS
Mac OS
Map Data
Map Data
Metro
Metro
Navigation
Navigation
Need Feedback
Need Feedback
Night Mode
Night Mode
NLnet 2024-06-281
NLnet 2024-06-281
No Feature Parity
No Feature Parity
Opening Hours
Opening Hours
Outdoors
Outdoors
POI Info
POI Info
Privacy
Privacy
Public Transport
Public Transport
Raw Idea
Raw Idea
Refactoring
Refactoring
Regional
Regional
Regression
Regression
Releases
Releases
RoboTest
RoboTest
Route Planning
Route Planning
Routing
Routing
Ruler
Ruler
Search
Search
Security
Security
Styles
Styles
Tests
Tests
Track Recording
Track Recording
Translations
Translations
TTS
TTS
UI
UI
UX
UX
Walk Navigation
Walk Navigation
Watches
Watches
Web
Web
Wikipedia
Wikipedia
Windows
Windows
Won't fix
Won't fix
World Map
World Map
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: organicmaps/organicmaps-tmp#579
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Houses and their entrances in some places, mostly Czechia and Slovakia, use a dual numbering system: a conscription number unique to the village/city/city borough, and a street number, if available, which is unique to the street only:

The conscription numbers are usually assigned to buildings themselves while street numbers are often given to individual entrances, leading to multiple addresses sharing a conscription number:

In this case, the entrance marked as 4 can be addressed as:
In smaller villages with only few streets, it’s also common to use the place name instead of the street even without
addr:place
; in that case Village 1355 would be an acceptable address (but not Village 4). However, it’d be okay if this relatively rare case were not covered.Vote up, needed feature, for now using gmaps wrapper to find coordinates
How to display these addresses on the map?
You don’t display them on the map, since
addr:housenumber
is already formatted in a way suitable for display.You only need to display them in the slide-up panel when a user clicks on an object to see the details.
I think this is the problem with the search. Consider this building.
Searching for "Školská 4 Brezno" should find this building, but it finds only the street.
Search on openstreetmap.org web works this way, see https://www.openstreetmap.org/search?query=skolska%204%20brezno#map=19/48.80822/19.64254
If streetnumber and conscriptionnumber are not parsed by maps generator, do you think that housenumber will be always present in such addresses?
The house number tag is always present, but it can be the conscription number, the street number or both, slash-separated.
On Fri, 17 Dec 2021, at 18:20, Alexander Borsuk wrote:
--
Cheers,
Andrej
This is one of the pain points why I don't use Organic maps not being able search for address. Taking this example https://www.openstreetmap.org/node/296449851
One has to type the whole address "provaznikova 1256" to get it, in reality normal people do not use/know those numbers at all
even typing just "provaznikova 125" doesn't give any hint
in Magic Earth one can either search for "provaznikova 44" (which most of people would do)
or in advanced address search get hint of what addresses exist
We know about this issue and fix it. The proper fix is not trivial though...