]> git.openstreetmap.org Git - nominatim.git/blob - settings/address-levels.json
skip relation of Klamath National Forest
[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           "municipality" : 14,
14           "city" : 16,
15           "town" : [18, 16],
16           "borough" : 18,
17           "village" : [19, 16],
18           "district" : [19, 16],
19           "suburb" : [19, 20],
20           "hamlet" : 20,
21           "croft" : 20,
22           "subdivision" : 20,
23           "allotments" : 20,
24           "neighbourhood" : [20, 22],
25           "quarter" : [20, 22],
26           "isolated_dwelling" : [22, 20],
27           "city_block" : 22,
28           "mountain_pass" : [20, 0],
29           "houses" : [28, 0],
30           "farm" : [20, 0],
31           "locality" : [20, 0]
32       },
33       "boundary" : {
34           "administrative2" : 4,
35           "administrative3" : 6,
36           "administrative4" : 8,
37           "administrative5" : 10,
38           "administrative6" : 12,
39           "administrative7" : 14,
40           "administrative8" : 16,
41           "administrative9" : 18,
42           "administrative10" : 20,
43           "administrative11" : 22,
44           "administrative12" : 24
45       },
46       "landuse" : {
47           "residential" : 22,
48           "farm" : 22,
49           "farmyard" : 22,
50           "industrial" : 22,
51           "commercial" : 22,
52           "allotments" : 22,
53           "retail" : 22,
54           "" : [22, 0]
55       },
56       "leisure" : {
57           "park" : [24, 0]
58       },
59       "natural" : {
60           "peak" : [18, 0],
61           "volcano" : [18, 0],
62           "mountain_range" : [18, 0],
63           "sea" : [4, 0]
64       },
65       "waterway" : {
66           "river" : [19, 0],
67           "stream" : [22, 0],
68           "ditch" : [22, 0],
69           "drain" : [22, 0],
70           "" : [20, 0]
71       },
72       "highway" : {
73           "" : 26,
74           "service" : 27,
75           "cycleway" : 27,
76           "path" : 27,
77           "footway" : 27,
78           "steps" : 27,
79           "bridleway" : 27,
80           "motorway_link" : 27,
81           "primary_link" : 27,
82           "trunk_link" : 27,
83           "secondary_link" : 27,
84           "tertiary_link" : 27
85       },
86       "mountain_pass" : {
87           "" : [20, 0]
88       },
89       "historic" : {
90           "neighbourhood" : [30, 0]
91       }
92   }
93 },
94 { "countries" : [ "de" ],
95   "tags" : {
96       "place" : {
97           "region" : [10, 0],
98           "county" : [12, 0]
99       },
100       "boundary" : {
101           "administrative5" : [10, 0]
102       }
103   }
104 },
105 { "countries" : [ "be" ],
106   "tags" : {
107       "boundary" : {
108           "administrative7" : [14, 0]
109       }
110   }
111 },
112 { "countries" : ["se", "no"],
113   "tags" : {
114       "place" : {
115       },
116       "boundary" : {
117           "administrative3" : 8,
118           "administrative4" : 12
119       }
120   }
121 }
122 ]
123