forked from OpenHistoricalMap/nominatim-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
address-levels.json
118 lines (118 loc) · 3.09 KB
/
address-levels.json
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
[
{ "tags" : {
"place" : {
"sea" : [2, 0],
"island" : [17, 0],
"islet" : [20, 0],
"continent" : [2, 0],
"country" : [4, 0],
"state" : [8, 0],
"province" : [8, 0],
"region" : [18, 0],
"county" : [12, 0],
"district" : [12, 0],
"municipality" : [14, 0],
"city" : [16, 0],
"town" : [18, 0],
"borough" : [18, 0],
"village" : [19, 16],
"suburb" : [19, 20],
"hamlet" : [20, 0],
"croft" : [20, 0],
"subdivision" : [22, 0],
"allotments" : [22, 0],
"neighbourhood" : [20, 0],
"quarter" : [20, 0],
"isolated_dwelling" : [22, 0],
"farm" : [22, 0],
"city_block" : [25, 0],
"mountain_pass" : [25, 0],
"square" : [25, 0],
"locality" : [25, 0],
"houses" : [28, 0],
"house" : 30,
"" : [22, 0]
},
"boundary" : {
"administrative2" : [4, 0],
"administrative3" : [6, 0],
"administrative4" : [8, 0],
"administrative5" : [10, 0],
"administrative6" : [12, 0],
"administrative7" : [14, 0],
"administrative8" : [16, 0],
"administrative9" : [18, 0],
"administrative10" : [20, 0],
"administrative11" : [22, 0],
"administrative12" : [24, 0],
"" : [25, 0]
},
"landuse" : {
"residential" : [22, 0],
"farm" : [22, 0],
"farmyard" : [22, 0],
"industrial" : [22, 0],
"commercial" : [22, 0],
"allotments" : [22, 0],
"retail" : [22, 0],
"" : [22, 0]
},
"leisure" : {
"park" : [24, 0]
},
"natural" : {
"peak" : [18, 0],
"volcano" : [18, 0],
"mountain_range" : [18, 0],
"sea" : [4, 0],
"tree" : 30,
"spring" : 30,
"cave_entrance" : 30,
"geyser" : 30,
"hot_spring" : 30,
"rock" : 30,
"stone" : 30,
"" : [22, 0]
},
"waterway" : {
"river" : [19, 0],
"stream" : [22, 0],
"ditch" : [22, 0],
"drain" : [22, 0],
"" : [20, 0]
},
"highway" : {
"" : 30,
"service" : 27,
"cycleway" : 27,
"path" : 27,
"footway" : 27,
"steps" : 27,
"bridleway" : 27,
"motorway_link" : 27,
"primary_link" : 27,
"trunk_link" : 27,
"secondary_link" : 27,
"tertiary_link" : 27,
"residential" : 26,
"track" : 26,
"unclassified" : 26,
"tertiary" : 26,
"secondary" : 26,
"primary" : 26,
"living_street" : 26,
"trunk" : 26,
"motorway" : 26,
"pedestrian" : 26,
"road" : 26,
"construction" : 26
},
"mountain_pass" : {
"" : [20, 0]
},
"historic" : {
"neighbourhood" : [22, 0]
}
}
}
]