Key:addr:streetnumber

From OpenStreetMap Wiki
(Redirected from RU:Key:addr:streetnumber)
Jump to navigation Jump to search
addr:streetnumber
Description
Secondary house number known as "číslo orientační" in Czechia. Show/edit corresponding data item.
Group: addresses
Used on these elements
may be used on nodesshould not be used on waysmay be used on areas (and multipolygon relations)may be used on relations
Useful combination
Status: de facto

This key contains house numbers, which are known in Czechia as "Číslo orientační"(cs) or in Slovakia as "Číslo orientačné"(sk).

This key is accepted as a part of widely used address tagging system in Czechia and Slovakia.

Other countries would generally use the key addr:housenumber=*.


Usage in Czechia

A sign from Brno, 280 is the addr:conscriptionnumber in the Staré Brno district, 39 is the addr:streetnumber on Hybešova street

For instructions on tagging addresses in the Czech Republic see Czech address system(cs).

Usage in Slovakia

A curious case from Levoča where addr:conscriptionnumber (black) and addr:streetnumber (red) are the same number (65/65 in this case)

A page in Slovak documents the current practice in Slovakia.

One of the possible ways to tag a building with multiple entrances sharing the same conscription number:

Possible tagging errors

try it yourself in overpass-turbo
try it yourself in overpass-turbo
[out:json][timeout:300];
// should likely use addr:housenumber
{{geocodeArea:France}}->.searchArea;
(
  nwr["addr:streetnumber"](area.searchArea);
);
out meta geom;