]> git.openstreetmap.org Git - nominatim.git/blob - settings/import-extratags.style
d1ae5511f0c95a8335fa2d01342ff57c0d46162b
[nominatim.git] / settings / import-extratags.style
1 [
2 {
3     "keys" : ["*source"],
4     "values" : {
5         "" : "skip"
6     }
7 },
8 {
9     "keys" : ["name:prefix", "name:suffix", "name:prefix:*", "name:suffix:*",
10               "name:botanical", "wikidata", "*:wikidata"],
11     "values" : {
12         "" : "extra"
13     }
14 },
15 {
16     "keys" : ["ref", "int_ref", "nat_ref", "reg_ref", "loc_ref", "old_ref",
17               "iata", "icao", "pcode", "pcode:*"],
18     "values" : {
19         "" : "ref"
20     }
21 },
22 {
23     "keys" : ["name", "name:*", "int_name", "int_name:*", "nat_name", "nat_name:*",
24               "reg_name", "reg_name:*", "loc_name", "loc_name:*",
25               "old_name", "old_name:*", "alt_name", "alt_name:*", "alt_name_*",
26               "official_name", "official_name:*", "place_name", "place_name:*",
27               "short_name", "short_name:*", "brand"],
28     "values" : {
29         "" : "name"
30     }
31 },
32 {
33     "keys" : ["addr:housename"],
34     "values" : {
35         "" : "name,house"
36     }
37 },
38 {
39     "keys" : ["emergency"],
40     "values" : {
41         "fire_hydrant" : "skip",
42         "yes" : "skip",
43         "no" : "skip",
44         "" : "main"
45     }
46 },
47 {
48     "keys" : ["historic", "military"],
49     "values" : {
50         "no" : "skip",
51         "yes" : "skip",
52         "" : "main"
53     }
54 },
55 {
56     "keys" : ["natural"],
57     "values" : {
58         "yes" : "skip",
59         "no" : "skip",
60         "coastline" : "skip",
61         "" : "main,with_name"
62     }
63 },
64 {
65     "keys" : ["landuse"],
66     "values" : {
67         "cemetry" : "main,with_name",
68         "" : "main,fallback,with_name"
69     }
70 },
71 {
72     "keys" : ["highway"],
73     "values" : {
74         "no" : "skip",
75         "turning_circle" : "skip",
76         "mini_roundabout" : "skip",
77         "noexit" : "skip",
78         "crossing" : "skip",
79         "give_way" : "skip",
80         "stop" : "skip",
81         "street_lamp" : "main,with_name",
82         "traffic_signals" : "main,with_name",
83         "service" : "main,with_name",
84         "cycleway" : "main,with_name",
85         "path" : "main,with_name",
86         "footway" : "main,with_name",
87         "steps" : "main,with_name",
88         "bridleway" : "main,with_name",
89         "track" : "main,with_name",
90         "byway": "main,with_name",
91         "motorway_link" : "main,with_name",
92         "trunk_link" : "main,with_name",
93         "primary_link" : "main,with_name",
94         "secondary_link" : "main,with_name",
95         "tertiary_link" : "main,with_name",
96         "" : "main"
97     }
98 },
99 {
100     "keys" : ["railway"],
101     "values" : {
102         "level_crossing" : "skip",
103         "no" : "skip",
104         "rail" : "extra",
105         "" : "main,with_name"
106     }
107 },
108 {
109     "keys" : ["man_made"],
110     "values" : {
111         "survey_point" : "skip",
112         "cutline" : "skip",
113         "" : "main"
114     }
115 },
116 {
117     "keys" : ["aerialway"],
118     "values" : {
119         "pylon" : "skip",
120         "no" : "skip",
121         "" : "main"
122     }
123 },
124 {
125     "keys" : ["boundary"],
126     "values" : {
127         "" : "main,with_name"
128     }
129 },
130 {
131     "keys" : ["amenity"],
132     "values" : {
133         "restaurant" : "main,operator",
134         "fuel" : "main,operator"
135     }
136 },
137 {
138     "keys" : ["aeroway", "amenity", "club", "craft", "leisure",
139               "office", "mountain_pass"],
140     "values" : {
141         "no" : "skip",
142         "" : "main"
143     }
144 },
145 {
146     "keys" : ["shop"],
147     "values" : {
148         "no" : "skip",
149         "" : "main,operator"
150     }
151 },
152 {
153     "keys" : ["tourism"],
154     "values" : {
155         "yes" : "skip",
156         "no" : "skip",
157         "" : "main,operator"
158     }
159 },
160 {
161     "keys" : ["bridge", "tunnel"],
162     "values" : {
163         "" : "main,with_name_key"
164     }
165 },
166 {
167     "keys" : ["waterway"],
168     "values" : {
169         "riverbank" : "skip",
170         "" : "main,with_name"
171     }
172 },
173 {
174     "keys" : ["place"],
175     "values" : {
176         "" : "main"
177     }
178 },
179 {
180     "keys" : ["junction"],
181     "values" : {
182         "" : "main,fallback,with_name"
183     }
184 },
185 {
186     "keys" : ["postal_code", "postcode", "addr:postcode",
187               "tiger:zip_left", "tiger:zip_right"],
188     "values" : {
189         "" : "postcode,fallback"
190     }
191 },
192 {
193     "keys" : ["country_code", "ISO3166-1", "is_in:country_code", "is_in:country",
194               "addr:country", "addr:country_code"],
195     "values" : {
196         "" : "country"
197     }
198 },
199 {
200     "keys" : ["addr:housenumber", "addr:conscriptionnumber", "addr:streetnumber"],
201     "values" : {
202         "" : "address,house"
203     }
204 },
205 {
206     "keys" : ["addr:interpolation"],
207     "values" : {
208         "" : "interpolation,address"
209     }
210 },
211 {
212     "keys" : ["addr:*", "is_in:*", "tiger:county", "is_in"],
213     "values" : {
214         "" : "address"
215     }
216 },
217 {
218     "keys" : ["building"],
219     "values" : {
220         "no" : "skip",
221         "" : "main,fallback,with_name"
222     }
223 },
224 {
225     "keys" : ["note", "note:*", "source", "source*", "attribution",
226               "comment", "fixme", "FIXME", "created_by", "tiger:*", "NHD:*",
227               "nhd:*", "gnis:*", "geobase:*", "KSJ2:*", "yh:*",
228               "osak:*", "naptan:*", "CLC:*", "import", "it:fvg:*",
229               "type", "lacounty:*", "ref:ruian:*", "building:ruian:type",
230               "ref:linz:*"],
231     "values" : {
232         "" : "skip"
233     }
234 },
235 {
236     "keys" : [""],
237     "values" : {
238         "" : "extra"
239     }
240 }
241 ]