]> git.openstreetmap.org Git - nominatim.git/blob - settings/address-levels.json
Merge pull request #2038 from lonvia/addresses-for-large-areas
[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           "tree" : 30,
69           "spring"  : 30,
70           "cave_entrance" : 30,
71           "geyser" : 30,
72           "hot_spring" : 30,
73           "rock" : 30,
74           "stone" : 30,
75           "" : [22, 0]
76       },
77       "waterway" : {
78           "river" : [19, 0],
79           "stream" : [22, 0],
80           "ditch" : [22, 0],
81           "drain" : [22, 0],
82           "" : [20, 0]
83       },
84       "highway" : {
85           "" : 26,
86           "service" : 27,
87           "cycleway" : 27,
88           "path" : 27,
89           "footway" : 27,
90           "steps" : 27,
91           "bridleway" : 27,
92           "motorway_link" : 27,
93           "primary_link" : 27,
94           "trunk_link" : 27,
95           "secondary_link" : 27,
96           "tertiary_link" : 27
97       },
98       "mountain_pass" : {
99           "" : [20, 0]
100       },
101       "historic" : {
102           "neighbourhood" : [22, 0]
103       }
104   }
105 },
106 { "countries" : [ "de" ],
107   "tags" : {
108       "place" : {
109           "region" : [10, 0],
110           "county" : [12, 0]
111       },
112       "boundary" : {
113           "administrative5" : [10, 0]
114       }
115   }
116 },
117 { "countries" : [ "be" ],
118   "tags" : {
119       "boundary" : {
120           "administrative7" : [14, 0]
121       }
122   }
123 },
124 { "countries" : ["se", "no"],
125   "tags" : {
126       "place" : {
127       },
128       "boundary" : {
129           "administrative3" : 8,
130           "administrative4" : 12
131       }
132   }
133 },
134 { "countries" : ["id"],
135   "tags" : {
136       "place" : {
137           "municipality" : 18
138       },
139       "boundary" : {
140           "administrative5" : 12,
141           "administrative6" : 14,
142           "administrative7" : 16,
143           "administrative8" : 20,
144           "administrative9" : 22,
145           "administrative10" : 24
146       }
147   }
148 },
149 { "countries" : ["ru"],
150   "tags" : {
151       "place" : {
152           "municipality" : 18
153       },
154       "boundary" : {
155           "administrative5" : [10, 0],
156           "administrative7" : [13, 0],
157           "administrative8" : 14
158       }
159   }
160 }
161 ]
162