]> git.openstreetmap.org Git - nominatim.git/blob - settings/import-full.style
57993386130fdb8a48c3f31db4d34fb25ee3fcc7
[nominatim.git] / settings / import-full.style
1 [
2 {
3     "keys" : ["*source"],
4     "values" : {
5         "" : "skip"
6     }
7 },
8 {
9     "keys" : ["*:prefix", "*:suffix", "name:prefix:*", "name:suffix:*",
10               "name:etymology", "name:signed", "name:botanical", "wikidata", "*:wikidata",
11               "addr:street:name", "addr:street:type"],
12     "values" : {
13         "" : "extra"
14     }
15 },
16 {
17     "keys" : ["ref", "int_ref", "nat_ref", "reg_ref", "loc_ref", "old_ref",
18               "iata", "icao", "pcode", "pcode:*", "ISO3166-2"],
19     "values" : {
20         "" : "ref"
21     }
22 },
23 {
24     "keys" : ["name", "name:*", "int_name", "int_name:*", "nat_name", "nat_name:*",
25               "reg_name", "reg_name:*", "loc_name", "loc_name:*",
26               "old_name", "old_name:*", "alt_name", "alt_name:*", "alt_name_*",
27               "official_name", "official_name:*", "place_name", "place_name:*",
28               "short_name", "short_name:*", "brand"],
29     "values" : {
30         "" : "name"
31     }
32 },
33 {
34     "keys" : ["addr:housename"],
35     "values" : {
36         "" : "name,house"
37     }
38 },
39 {
40     "keys" : ["emergency"],
41     "values" : {
42         "fire_hydrant" : "skip",
43         "yes" : "skip",
44         "no" : "skip",
45         "" : "main"
46     }
47 },
48 {
49     "keys" : ["historic", "military"],
50     "values" : {
51         "no" : "skip",
52         "yes" : "skip",
53         "" : "main"
54     }
55 },
56 {
57     "keys" : ["natural"],
58     "values" : {
59         "yes" : "skip",
60         "no" : "skip",
61         "coastline" : "skip",
62         "" : "main,with_name"
63     }
64 },
65 {
66     "keys" : ["landuse"],
67     "values" : {
68         "cemetry" : "main,with_name",
69         "" : "main,fallback,with_name"
70     }
71 },
72 {
73     "keys" : ["highway"],
74     "values" : {
75         "no" : "skip",
76         "turning_circle" : "skip",
77         "mini_roundabout" : "skip",
78         "noexit" : "skip",
79         "crossing" : "skip",
80         "give_way" : "skip",
81         "stop" : "skip",
82         "street_lamp" : "main,with_name",
83         "traffic_signals" : "main,with_name",
84         "service" : "main,with_name",
85         "cycleway" : "main,with_name",
86         "path" : "main,with_name",
87         "footway" : "main,with_name",
88         "steps" : "main,with_name",
89         "bridleway" : "main,with_name",
90         "track" : "main,with_name",
91         "byway": "main,with_name",
92         "motorway_link" : "main,with_name",
93         "trunk_link" : "main,with_name",
94         "primary_link" : "main,with_name",
95         "secondary_link" : "main,with_name",
96         "tertiary_link" : "main,with_name",
97         "" : "main"
98     }
99 },
100 {
101     "keys" : ["railway"],
102     "values" : {
103         "level_crossing" : "skip",
104         "no" : "skip",
105         "rail" : "skip",
106         "" : "main,with_name"
107     }
108 },
109 {
110     "keys" : ["man_made"],
111     "values" : {
112         "survey_point" : "skip",
113         "cutline" : "skip",
114         "" : "main"
115     }
116 },
117 {
118     "keys" : ["aerialway"],
119     "values" : {
120         "pylon" : "skip",
121         "no" : "skip",
122         "" : "main"
123     }
124 },
125 {
126     "keys" : ["boundary"],
127     "values" : {
128         "place" : "skip",
129         "postal_code" : "main",
130         "" : "main,with_name"
131     }
132 },
133 {
134     "keys" : ["amenity"],
135     "values" : {
136         "restaurant" : "main,operator",
137         "fuel" : "main,operator"
138     }
139 },
140 {
141     "keys" : ["aeroway", "amenity", "club", "craft", "leisure",
142               "office", "mountain_pass"],
143     "values" : {
144         "no" : "skip",
145         "" : "main"
146     }
147 },
148 {
149     "keys" : ["shop"],
150     "values" : {
151         "no" : "skip",
152         "" : "main,operator"
153     }
154 },
155 {
156     "keys" : ["tourism"],
157     "values" : {
158         "yes" : "skip",
159         "no" : "skip",
160         "" : "main,operator"
161     }
162 },
163 {
164     "keys" : ["bridge", "tunnel"],
165     "values" : {
166         "" : "main,with_name_key"
167     }
168 },
169 {
170     "keys" : ["waterway"],
171     "values" : {
172         "riverbank" : "skip",
173         "" : "main,with_name"
174     }
175 },
176 {
177     "keys" : ["place"],
178     "values" : {
179         "" : "main"
180     }
181 },
182 {
183     "keys" : ["junction"],
184     "values" : {
185         "" : "main,fallback,with_name"
186     }
187 },
188 {
189     "keys" : ["postal_code", "postcode", "addr:postcode",
190               "tiger:zip_left", "tiger:zip_right"],
191     "values" : {
192         "" : "postcode,fallback"
193     }
194 },
195 {
196     "keys" : ["country_code", "ISO3166-1", "is_in:country_code", "is_in:country",
197               "addr:country", "addr:country_code"],
198     "values" : {
199         "" : "country"
200     }
201 },
202 {
203     "keys" : ["addr:housenumber", "addr:conscriptionnumber", "addr:streetnumber"],
204     "values" : {
205         "" : "address,house"
206     }
207 },
208 {
209     "keys" : ["addr:interpolation"],
210     "values" : {
211         "" : "interpolation,address"
212     }
213 },
214 {
215     "keys" : ["addr:*", "is_in:*", "tiger:county"],
216     "values" : {
217         "" : "address"
218     }
219 },
220 {
221     "keys" : ["building"],
222     "values" : {
223         "no" : "skip",
224         "" : "main,fallback,with_name"
225     }
226 },
227 {
228     "keys" : ["tracktype", "traffic_calming", "service", "cuisine", "capital",
229               "dispensing", "religion", "denomination", "sport",
230               "internet_access", "lanes", "surface", "smoothness", "width",
231               "est_width", "incline", "opening_hours", "collection_times",
232               "service_times", "disused", "wheelchair", "sac_scale",
233               "trail_visibility", "mtb:scale", "mtb:description", "wood",
234               "drive_through", "drive_in", "access", "vehicle", "bicyle",
235               "foot", "goods", "hgv", "motor_vehicle", "motor_car", "oneway",
236               "date_on", "date_off", "day_on", "day_off", "hour_on", "hour_off",
237               "maxweight", "maxheight", "maxspeed", "fee", "toll", "charge",
238               "population", "description", "image", "attribution", "fax",
239               "email", "url", "website", "phone", "real_ale", "smoking",
240               "food", "camera", "brewery", "locality", "wikipedia",
241               "wikipedia:*", "access:*", "contact:*", "drink:*", "toll:*",
242               "area"],
243     "values" : {
244         "" : "extra"
245     }
246 }
247 ]