X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/80cf5df1cd5c249a547f877c73fd6feba9b763b0..da7218350b42f6470d575b88b9e6bb72b6e65ee5:/settings/phrase_settings.php?ds=sidebyside diff --git a/settings/phrase_settings.php b/settings/phrase_settings.php index 4456316e..945235bd 100644 --- a/settings/phrase_settings.php +++ b/settings/phrase_settings.php @@ -1,51 +1,20 @@ array('administrative'), - 'place' => array('house', 'houses'), -); -# 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. -$aTagsWhitelist = array( - 'highway' => array('bus_stop', 'rest_area', 'raceway'), - 'building' => array(), -); +// class/type combinations to exclude +$aTagsBlacklist + = array( + 'boundary' => array('administrative'), + 'place' => array('house', 'houses'), + ); + +// 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. +$aTagsWhitelist + = array( + 'highway' => array('bus_stop', 'rest_area', 'raceway'), + 'building' => array(), + );