]> git.openstreetmap.org Git - nominatim.git/blob - settings/import-extratags.style
Merge branch 'patch-1' of https://github.com/ganeshkrishnan1/Nominatim into ganeshkri...
[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:botanical", "wikidata",
10               "*: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         "traffic_signals" : "main,with_name",
80         "service" : "main,with_name",
81         "cycleway" : "main,with_name",
82         "path" : "main,with_name",
83         "footway" : "main,with_name",
84         "steps" : "main,with_name",
85         "bridleway" : "main,with_name",
86         "track" : "main,with_name",
87         "byway": "main,with_name",
88         "motorway_link" : "main,with_name",
89         "trunk_link" : "main,with_name",
90         "primary_link" : "main,with_name",
91         "secondary_link" : "main,with_name",
92         "tertiary_link" : "main,with_name",
93         "" : "main"
94     }
95 },
96 {
97     "keys" : ["railway"],
98     "values" : {
99         "level_crossing" : "skip",
100         "no" : "skip",
101         "rail" : "extra",
102         "" : "main,with_name"
103     }
104 },
105 {
106     "keys" : ["man_made"],
107     "values" : {
108         "survey_point" : "skip",
109         "cutline" : "skip",
110         "" : "main"
111     }
112 },
113 {
114     "keys" : ["aerialway"],
115     "values" : {
116         "pylon" : "skip",
117         "no" : "skip",
118         "" : "main"
119     }
120 },
121 {
122     "keys" : ["boundary"],
123     "values" : {
124         "" : "main,with_name"
125     }
126 },
127 {
128     "keys" : ["amenity"],
129     "values" : {
130         "restaurant" : "main,operator",
131         "fuel" : "main,operator"
132     }
133 },
134 {
135     "keys" : ["aeroway", "amenity", "club", "craft", "leisure",
136               "office", "mountain_pass"],
137     "values" : {
138         "no" : "skip",
139         "" : "main"
140     }
141 },
142 {
143     "keys" : ["shop"],
144     "values" : {
145         "no" : "skip",
146         "" : "main,operator"
147     }
148 },
149 {
150     "keys" : ["tourism"],
151     "values" : {
152         "yes" : "skip",
153         "no" : "skip",
154         "" : "main,operator"
155     }
156 },
157 {
158     "keys" : ["bridge", "tunnel"],
159     "values" : {
160         "" : "main,with_name_key"
161     }
162 },
163 {
164     "keys" : ["waterway"],
165     "values" : {
166         "riverbank" : "skip",
167         "" : "main,with_name"
168     }
169 },
170 {
171     "keys" : ["place"],
172     "values" : {
173         "" : "main"
174     }
175 },
176 {
177     "keys" : ["junction"],
178     "values" : {
179         "" : "main,fallback,with_name"
180     }
181 },
182 {
183     "keys" : ["postal_code", "postcode", "addr:postcode",
184               "tiger:zip_left", "tiger:zip_right"],
185     "values" : {
186         "" : "postcode,fallback"
187     }
188 },
189 {
190     "keys" : ["country_code", "ISO3166-1", "is_in:country_code", "is_in:country",
191               "addr:country", "addr:country_code"],
192     "values" : {
193         "" : "country"
194     }
195 },
196 {
197     "keys" : ["addr:housenumber", "addr:conscriptionnumber", "addr:streetnumber"],
198     "values" : {
199         "" : "address,house"
200     }
201 },
202 {
203     "keys" : ["addr:interpolation"],
204     "values" : {
205         "" : "interpolation,address"
206     }
207 },
208 {
209     "keys" : ["addr:*", "is_in:*", "tiger:county", "is_in"],
210     "values" : {
211         "" : "address"
212     }
213 },
214 {
215     "keys" : ["building"],
216     "values" : {
217         "no" : "skip",
218         "" : "main,fallback,with_name"
219     }
220 },
221 {
222     "keys" : ["note", "note:*", "source", "source*", "attribution",
223               "comment", "fixme", "FIXME", "created_by", "tiger:*", "NHD:*",
224               "nhd:*", "gnis:*", "geobase:*", "KSJ2:*", "yh:*",
225               "osak:*", "naptan:*", "CLC:*", "import", "it:fvg:*",
226               "type", "lacounty:*", "ref:ruian:*", "building:ruian:type",
227               "ref:linz:*"],
228     "values" : {
229         "" : "skip"
230     }
231 },
232 {
233     "keys" : [""],
234     "values" : {
235         "" : "extra"
236     }
237 }
238 ]