]> git.openstreetmap.org Git - nominatim.git/blob - settings/import-address.style
Merge remote-tracking branch 'upstream/master'
[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:prefix:*", "name:suffix:*",
10               "name:botanical", "*wikidata"],
11     "values" : {
12         "" : "skip"
13     }
14 },
15 {
16     "keys" : ["ref", "int_ref", "nat_ref", "reg_ref", "loc_ref", "old_ref",
17               "iata", "icao", "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" : ["landuse"],
34     "values" : {
35         "cemetry" : "skip",
36         "" : "fallback,with_name"
37     }
38 },
39 {
40     "keys" : ["boundary"],
41     "values" : {
42         "administrative" : "main"
43     }
44 },
45 {
46     "keys" : ["place"],
47     "values" : {
48         "" : "main"
49     }
50 },
51 {
52     "keys" : ["addr:housename"],
53     "values" : {
54         "" : "name,house"
55     }
56 },
57 {
58     "keys" : ["addr:housenumber", "addr:conscriptionnumber", "addr:streetnumber"],
59     "values" : {
60         "" : "address,house"
61     }
62 },
63 {
64     "keys" : ["addr:interpolation"],
65     "values" : {
66         "" : "interpolation,address"
67     }
68 },
69 {
70     "keys" : ["postal_code", "postcode", "addr:postcode",
71               "tiger:zip_left", "tiger:zip_right"],
72     "values" : {
73         "" : "postcode,fallback"
74     }
75 },
76 {
77     "keys" : ["country_code", "ISO3166-1", "is_in:country_code", "is_in:country",
78               "addr:country", "addr:country_code"],
79     "values" : {
80         "" : "country"
81     }
82 },
83 {
84     "keys" : ["addr:*", "is_in:*", "tiger:county"],
85     "values" : {
86         "" : "address"
87     }
88 },
89 {
90     "keys" : ["highway"],
91     "values" : {
92         "motorway" : "main",
93         "trunk" : "main",
94         "primary" : "main",
95         "secondary" : "main",
96         "tertiary" : "main",
97         "unclassified" : "main",
98         "residential" : "main",
99         "living_street" : "main",
100         "pedestrian" : "main",
101         "road" : "main",
102         "service" : "main,with_name",
103         "cycleway" : "main,with_name",
104         "path" : "main,with_name",
105         "footway" : "main,with_name",
106         "steps" : "main,with_name",
107         "bridleway" : "main,with_name",
108         "track" : "main,with_name",
109         "byway": "main,with_name",
110         "motorway_link" : "main,with_name",
111         "trunk_link" : "main,with_name",
112         "primary_link" : "main,with_name",
113         "secondary_link" : "main,with_name",
114         "tertiary_link" : "main,with_name"
115     }
116 }
117 ]