]> git.openstreetmap.org Git - nominatim.git/blob - settings/import-address.style
fix typo
[nominatim.git] / settings / import-address.style
1 [
2 {
3     "keys" : [ "" ],
4     "values" : {
5         "no" : "skip"
6     }
7 },
8 {
9     "keys" : ["name:prefix", "name:suffix", "name:botanical", "*wikidata"],
10     "values" : {
11         "" : "skip"
12     }
13 },
14 {
15     "keys" : ["ref", "int_ref", "nat_ref", "reg_ref", "loc_ref", "old_ref",
16               "iata", "icao", "pcode"],
17     "values" : {
18         "" : "ref"
19     }
20 },
21 {
22     "keys" : ["name", "name:*", "int_name", "int_name:*", "nat_name", "nat_name:*",
23               "reg_name", "reg_name:*", "loc_name", "loc_name:*",
24               "old_name", "old_name:*", "alt_name", "alt_name:*", "alt_name_*",
25               "official_name", "official_name:*", "place_name", "place_name:*",
26               "short_name", "short_name:*", "brand"],
27     "values" : {
28         "" : "name"
29     }
30 },
31 {
32     "keys" : ["landuse"],
33     "values" : {
34         "cemetry" : "skip",
35         "" : "fallback,with_name"
36     }
37 },
38 {
39     "keys" : ["boundary"],
40     "values" : {
41         "administrative" : "main"
42     }
43 },
44 {
45     "keys" : ["place"],
46     "values" : {
47         "" : "main"
48     }
49 },
50 {
51     "keys" : ["addr:housename"],
52     "values" : {
53         "" : "name,house"
54     }
55 },
56 {
57     "keys" : ["addr:housenumber", "addr:conscriptionnumber", "addr:streetnumber"],
58     "values" : {
59         "" : "address,house"
60     }
61 },
62 {
63     "keys" : ["addr:*", "is_in:*", "tiger:county", "is_in"],
64     "values" : {
65         "" : "address"
66     }
67 },
68 {
69     "keys" : ["postal_code", "postcode", "addr:postcode",
70               "tiger:zip_left", "tiger:zip_right"],
71     "values" : {
72         "" : "postcode"
73     }
74 },
75 {
76     "keys" : ["country_code", "ISO3166-1", "is_in:country_code", "is_in_country",
77               "addr:country", "addr:country", "addr:country_code"],
78     "values" : {
79         "" : "country"
80     }
81 },
82 {
83     "keys" : ["addr:*", "is_in:*", "tiger:county"],
84     "values" : {
85         "" : "address"
86     }
87 },
88 {
89     "keys" : ["highway"],
90     "values" : {
91         "motorway" : "main",
92         "trunk" : "main",
93         "primary" : "main",
94         "secondary" : "main",
95         "tertiary" : "main",
96         "unclassified" : "main",
97         "residential" : "main",
98         "living_street" : "main",
99         "pedestrian" : "main",
100         "road" : "main",
101         "service" : "main,with_name",
102         "cycleway" : "main,with_name",
103         "path" : "main,with_name",
104         "footway" : "main,with_name",
105         "steps" : "main,with_name",
106         "bridleway" : "main,with_name",
107         "track" : "main,with_name",
108         "byway": "main,with_name",
109         "motorway_link" : "main,with_name",
110         "trunk_link" : "main,with_name",
111         "primary_link" : "main,with_name",
112         "secondary_link" : "main,with_name",
113         "tertiary_link" : "main,with_name"
114     }
115 }
116 ]