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