-
Notifications
You must be signed in to change notification settings - Fork 1
/
addressing-ru.yml
66 lines (48 loc) · 1.14 KB
/
addressing-ru.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
################################
## Russia-specific addressing model
################################
--- addr_prefixes
---
- addr
#- is_in
--- addr_levels
---
- level: country
tags: [ country ]
- level: region
tags: [ region ]
area_condition:
and:
- type = multipolygon|boundary
- boundary = administrative
- admin_level = 4
- level: district
tags: [ district ]
area_condition:
and:
- type = multipolygon|boundary
- boundary = administrative
- admin_level = 6
- 'name = (?x: .* \b (?: район|улус|кожуун ) \b .* )'
- level: subdistrict
tags: [ subdistrict ]
- level: city
tags: [ city, town, hamlet ]
area_condition: place = city|town|village|hamlet|allotments|isolated_dwelling
- level: suburb
tags: [ suburb ]
- level: street
tags: [ street ]
# TODO relations: [ street, associatedStreet ]
- level: quarter
tags: [ quarter ]
- level: postcode
tags: [ postcode ]
- level: house
tags: [ housenumber, housename ]
- level: building
tags: [ letter ]
- level: entrance
tags: [ entrance ]
- level: office
tags: [ office, apartment, flat ]