mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-22 21:28:10 +03:00
e6d18fc948
Remove unnamed landuses and postcode points from importing. The latter will cause all objects with address tags to be imported after all. Not expected in the admin import style.
58 lines
1.3 KiB
Plaintext
58 lines
1.3 KiB
Plaintext
[
|
|
{
|
|
"keys" : ["name:prefix", "name:suffix", "name:botanical", "*wikidata"],
|
|
"values" : {
|
|
"" : "skip"
|
|
}
|
|
},
|
|
{
|
|
"keys" : ["ref", "int_ref", "nat_ref", "reg_ref", "loc_ref", "old_ref",
|
|
"iata", "icao", "pcode"],
|
|
"values" : {
|
|
"" : "ref"
|
|
}
|
|
},
|
|
{
|
|
"keys" : ["name", "name:*", "int_name", "int_name:*", "nat_name", "nat_name:*",
|
|
"reg_name", "reg_name:*", "loc_name", "loc_name:*",
|
|
"old_name", "old_name:*", "alt_name", "alt_name:*", "alt_name_*",
|
|
"official_name", "official_name:*", "place_name", "place_name:*",
|
|
"short_name", "short_name:*", "brand"],
|
|
"values" : {
|
|
"" : "name"
|
|
}
|
|
},
|
|
{
|
|
"keys" : ["landuse"],
|
|
"values" : {
|
|
"cemetry" : "skip",
|
|
"" : "fallback,with-name"
|
|
}
|
|
},
|
|
{
|
|
"keys" : ["boundary"],
|
|
"values" : {
|
|
"administrative" : "main"
|
|
}
|
|
},
|
|
{
|
|
"keys" : ["place"],
|
|
"values" : {
|
|
"" : "main"
|
|
}
|
|
},
|
|
{
|
|
"keys" : ["country_code", "ISO3166-1", "is_in:country_code", "is_in_country",
|
|
"addr:country", "addr:country", "addr:country_code"],
|
|
"values" : {
|
|
"" : "country"
|
|
}
|
|
},
|
|
{
|
|
"keys" : ["addr:*", "is_in:*", "tiger:county"],
|
|
"values" : {
|
|
"" : "address"
|
|
}
|
|
}
|
|
]
|