]> git.openstreetmap.org Git - nominatim.git/blob - settings/phrase-settings.json
Merge remote-tracking branch 'upstream/master'
[nominatim.git] / settings / phrase-settings.json
1 {
2     "Comments": [
3         "Black list correspond to class/type combinations to exclude",
4         "If a class is in the white list then all types will",
5         "be ignored except the ones given in the list.",
6         "Also use this list to exclude an entire class from special phrases."
7     ],
8     "blackList": {
9         "bounday": [
10             "administrative"
11         ],
12         "place": [
13             "house",
14             "houses"
15         ]
16     },
17     "whiteList": {
18         "highway": [
19             "bus_stop",
20             "rest_area",
21             "raceway'"
22         ],
23         "building": []
24     }
25 }