mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-22 03:42:11 +03:00
26 lines
609 B
JSON
26 lines
609 B
JSON
{
|
|
"Comments": [
|
|
"Black list correspond to class/type combinations to exclude",
|
|
"If a class is in the white list then all types will",
|
|
"be ignored except the ones given in the list.",
|
|
"Also use this list to exclude an entire class from special phrases."
|
|
],
|
|
"blackList": {
|
|
"boundary": [
|
|
"administrative"
|
|
],
|
|
"place": [
|
|
"house",
|
|
"houses"
|
|
]
|
|
},
|
|
"whiteList": {
|
|
"highway": [
|
|
"bus_stop",
|
|
"rest_area",
|
|
"raceway'"
|
|
],
|
|
"building": []
|
|
}
|
|
}
|