]> git.openstreetmap.org Git - nominatim.git/blob - settings/address-levels.json
Merge pull request #2022 from lonvia/populate-rank-25
[nominatim.git] / settings / address-levels.json
1 [
2 { "tags" : {
3       "place" : {
4           "sea" : [2, 0],
5           "island" : [17, 0],
6           "islet" : [20, 0],
7           "continent" : [2, 0],
8           "country" : [4, 0],
9           "state" : [8, 0],
10           "province" : [8, 0],
11           "region" : [18, 0],
12           "county" : 12,
13           "district" : 12,
14           "municipality" : 14,
15           "city" : 16,
16           "town" : [18, 16],
17           "borough" : 18,
18           "village" : [19, 16],
19           "suburb" : [19, 20],
20           "hamlet" : 20,
21           "croft" : 20,
22           "subdivision" : 22,
23           "allotments" : 22,
24           "neighbourhood" : [20, 22],
25           "quarter" : [20, 22],
26           "isolated_dwelling" : [22, 20],
27           "farm" : [22, 20],
28           "city_block" : 25,
29           "mountain_pass" : 25,
30           "square" : 25,
31           "locality" : 25,
32           "houses" : [28, 0],
33           "house" : 30,
34           "" : [22, 0]
35       },
36       "boundary" : {
37           "administrative2" : 4,
38           "administrative3" : 6,
39           "administrative4" : 8,
40           "administrative5" : 10,
41           "administrative6" : 12,
42           "administrative7" : 14,
43           "administrative8" : 16,
44           "administrative9" : 18,
45           "administrative10" : 20,
46           "administrative11" : 22,
47           "administrative12" : 24,
48           "" : [25, 0]
49       },
50       "landuse" : {
51           "residential" : 22,
52           "farm" : 22,
53           "farmyard" : 22,
54           "industrial" : 22,
55           "commercial" : 22,
56           "allotments" : 22,
57           "retail" : 22,
58           "" : [22, 0]
59       },
60       "leisure" : {
61           "park" : [24, 0]
62       },
63       "natural" : {
64           "peak" : [18, 0],
65           "volcano" : [18, 0],
66           "mountain_range" : [18, 0],
67           "sea" : [4, 0]
68       },
69       "waterway" : {
70           "river" : [19, 0],
71           "stream" : [22, 0],
72           "ditch" : [22, 0],
73           "drain" : [22, 0],
74           "" : [20, 0]
75       },
76       "highway" : {
77           "" : 26,
78           "service" : 27,
79           "cycleway" : 27,
80           "path" : 27,
81           "footway" : 27,
82           "steps" : 27,
83           "bridleway" : 27,
84           "motorway_link" : 27,
85           "primary_link" : 27,
86           "trunk_link" : 27,
87           "secondary_link" : 27,
88           "tertiary_link" : 27
89       },
90       "mountain_pass" : {
91           "" : [20, 0]
92       },
93       "historic" : {
94           "neighbourhood" : [22, 0]
95       }
96   }
97 },
98 { "countries" : [ "de" ],
99   "tags" : {
100       "place" : {
101           "region" : [10, 0],
102           "county" : [12, 0]
103       },
104       "boundary" : {
105           "administrative5" : [10, 0]
106       }
107   }
108 },
109 { "countries" : [ "be" ],
110   "tags" : {
111       "boundary" : {
112           "administrative7" : [14, 0]
113       }
114   }
115 },
116 { "countries" : ["se", "no"],
117   "tags" : {
118       "place" : {
119       },
120       "boundary" : {
121           "administrative3" : 8,
122           "administrative4" : 12
123       }
124   }
125 },
126 { "countries" : ["id"],
127   "tags" : {
128       "place" : {
129           "municipality" : 18
130       },
131       "boundary" : {
132           "administrative5" : 12,
133           "administrative6" : 14,
134           "administrative7" : 16,
135           "administrative8" : 20,
136           "administrative9" : 22,
137           "administrative10" : 24
138       }
139   }
140 },
141 { "countries" : ["ru"],
142   "tags" : {
143       "place" : {
144           "municipality" : 18
145       },
146       "boundary" : {
147           "administrative7" : [13, 0],
148           "administrative8" : 14
149       }
150   }
151 }
152 ]
153